@charset "UTF-8";
/* CSS Document */

			#events {
				box-sizing: border-box;
				/* height: calc(100vh - var(--menu_height)); */
				/* height: calc(100dvh - var(--menu_height)); */
				/* height: calc(100svh - var(--menu_height)); */
				min-height: 100vh;
				min-height: 100dvh;
				min-height: 100svh;
			}
			@media screen and (min-width:0px) and (max-width:439.8px){ #events { padding-top: 0; } }
			@media screen and (min-width:440px)                      { #events { padding-top: calc(var(--menu_height) * 1); padding-top: 0; } }

			#events {
				margin-top: 0;
			}
			#events {
				.event-hero {
					background-color: rgba(255,255,0,0.47);
					background-color:transparent;
					/* height: 100%; */
					/* width: 1400px; */
					position: relative;
					left: 50%;
					transform: translateX(-50%);
					margin-top: 40px;
				}
				.event-hero .hero-background {
					position: fixed;
					inset: 0;
					background-color: var(--brand_darkblue);
					background-repeat: no-repeat;
					background-size: cover;
					will-change: auto;
					display: none;
				}
				.event-hero .hero-blocks {
					/* display: flex; */
					/* flex-flow: row; */
					/* height: 70vh; */
					will-change: auto;
					position: relative;
				}
				.event-hero .hero-blocks .block {
					width: 100%;
					display: block;
				}
				.event-hero .hero-blocks {
					background-color: rgba(238,130,238,0.38);
					background-color: transparent;
				}
				.event-hero .hero-blocks .blocks {
					position: relative;
					width: 100%;
					height: 100%;
					background-color: #ffa5007a;
					background-color:transparent;
				}
				.event-hero .hero-blocks .blocks .block {
					position: absolute;
					width: 100%;
					height: 100%;
				}
				.event-hero .hero-blocks .blocks .block[data-label="informations"] {
					display: flex;
					position: absolute;
					align-content: center;
					align-items: center;
					justify-content: center;
					width: auto;
					top: 5%;
					height: 8%;
					left: 0;
					right: var(--side_margin);
					font-size: 2rem;
					font-size: clamp(12px, 1.2vw, 30px);
					line-height: 1;
					outline: 1px solid blue;
					outline: none;
				}
				.event-hero .hero-blocks .block[data-label="informations"] .cols {
					display: flex;
					flex-direction: row;
					align-content: center;
					align-items: flex-start;
					justify-content: space-between;
				}
				.event-hero .hero-blocks .block[data-label="informations"] .col {}
				.event-hero .hero-blocks .block[data-label="informations"] .col.main-content {
					font-family: Clarendon;
					font-family: NunitoSans;
					font-weight: 400;
					font-size: 1.4em;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .label {
					display:inline-block;
				font-size: 0.7rem;
				line-height: 1.2;
				margin-top: 0.33em;
				opacity: 0.6;
				max-width:75px;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .date { margin-right: 0.25em; }
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .venue { margin-right: 0.5em; }
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.main-content .address {
					max-width: 180px;
				font-size: 0.7rem;
				line-height: 1.2;
				margin-top: 0.33em;
				font-weight: normal;
				text-wrap:balance;
				opacity: 0.6;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter {
				color: white;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul {
					display: table-row;
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 2.25rem;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li {
					display: table-cell;
				text-align: center;
				margin: 0;
				padding: 0;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li > .value {
					display: block;
				text-align: center;
				letter-spacing: -0.5pt;
				min-width: 1.5em;
				font-family:Clarendon;
				font-weight:700;
				font-size: 1.7rem;
				min-width: 1.9em;
				}
				.event-hero .hero-blocks .block[
				data-label="informations"] .col.counter > ul > li > .suffix {
					display: block;
				position: relative;
				text-align: center;
				font-size: 0.6rem;
				white-space: nowrap;
				opacity: 0.5;
				}

				.event-hero .hero-blocks .block[
				data-label="creative"] {
					width: 100%;
				/* height: 68%; */
				/* bottom: 20%; */
				/* position: relative; */
				}

				.event-hero .hero-blocks .block[
				data-label="creative"] .main-image {
					width: 100%;
					/* border-top-left-radius: 200px; */
					/* border-bottom-right-radius: 200px; */
					/* border-bottom-left-radius: 200px; */
					background-color: goldenrod;
					background-color: transparent;
					background-image: url("../../uploads/conference/international-day-education-futuristic-style.jpg");
					background-size: cover;
					/* box-shadow: inset 0 0 10px 5px #000000AA, inset 0 0 50px 10px #000000AA, 0 0 1px 1px #ffffff20, 0 0 50px 0 #ffffff20; */
					/* box-shadow: inset 0 0 100px 5px #00000030, inset 0 0 0px 1px #00000080, 1px 1px 0 1px #ffffff30; */
					/* aspect-ratio: 16/9; */
					border-radius: 25px;
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title {
					position: absolute;
					left: -10%;
					bottom: calc(-50px - 70px);
					bottom: 7%;
					right: 50%;
					align-content: center;
					outline: 1px solid green;
					outline: none;
					opacity: 0.9;
					padding: 50px 10px;
					height: 300px;
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title:before {
					display: block;
					content:"";
					position: absolute;
					inset: 0 0 50px 0;
					background-color: var(--brand_orange);
					background-color: var(--brand_purple);
					border-radius: 40px;
					border-bottom-right-radius: 0;
					/* box-shadow: 0 5px 25px 0 #000000b0; */
					/*box-shadow: inset 25px 25px 25px 0 #ffa58a55; */
					/* box-shadow: -5px -1px 5px 0 var(--brand_orange); */
					box-shadow: -1px -1px 0 0 #FFFFFFC0;
				}
				.event-hero .hero-blocks .hero-slide:nth-child(1) .main-title:before {/* background-color: var(--brand_red); */}
				.event-hero .hero-blocks .hero-slide:nth-child(2) .main-title:before {/* background-color: var(--brand_green); */}
				.event-hero .hero-blocks .hero-slide:nth-child(3) .main-title:before {/* background-color: var(--brand_orange); */}

				.event-hero .hero-blocks .block[data-label="creative"] .main-title:after {
					position: absolute;
					top: calc(100% - 100px);
					left: calc(100% - 40px);
					border: solid transparent;
					content: "";
					height: 0;
					width: 0;
					position: absolute;
					pointer-events: none;
					border-color: rgba(136, 183, 213, 0);
					border-right-color: var(--brand_orange);
					border-right-color: var(--brand_purple);
					border-width: 40px;
					margin-left: -40px;
				}
				.event-hero .hero-blocks .hero-slide:nth-child(1) .main-title:after {/* border-right-color: var(--brand_red); */}
				.event-hero .hero-blocks .hero-slide:nth-child(2) .main-title:after {/* border-right-color: var(--brand_green); */}
				.event-hero .hero-blocks .hero-slide:nth-child(3) .main-title:after {/* border-right-color: var(--brand_orange); */}

				.event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {
					display: flex;
					position: relative;
					text-align: center;
					font-family: NunitoSans;
					font-family: NunitoSans;
					font-weight: 700;
					font-size: 2.25rem;
					font-weight: 800;
					line-height: 1.05;
					color: white;
					text-wrap:balance;
					padding-inline:10%;
					padding-block: 0 10px;
					text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
					text-align: left;
					text-wrap: auto;
					font-size: 3rem;
					line-height: 1.1;
					/* text-transform: uppercase; */
				}
				.event-hero .hero-blocks .block[data-label="creative"] .main-title h3 {
					display: flex;
					position: relative;
					text-align: center;
					font-family: NunitoSans;
					font-weight: 600;
					color: white;
					padding-inline:10%;
					padding-block: 10px 20px;
					text-shadow: 1px 1px 10px rgb(0 0 0 / 40%);
					text-align: left;
					text-wrap: auto;
					font-size: 1.25rem;
					line-height: 1.1;
					text-transform: uppercase;
				}

				.event-hero .hero-blocks .block[data-label="cta"] a > em:before { content:"Jegy vásárlása"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="days"]    .suffix:after { content:"nap"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="hours"]   .suffix:after { content:"óra"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="minutes"] .suffix:after { content:"perc"; }
				.event-hero .hero-blocks .block[data-label="informations"] .col.counter > ul > li[data-label="seconds"] .suffix:after { content:"másodperc"; }

				/* CTA */
				.event-hero .hero-blocks .block[data-label="cta"] {
					position: absolute;
					width: calc(100% - var(--side_margin));
					/* width: calc(100% - 0px); */
					height: 50px;
					bottom: calc(20% - 50px - var(--gap));
					right:var(--side_margin);
					background-color: chartreuse;
					background-color: transparent;
					pointer-events: none;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a {
					display: block;
					position: absolute;
					will-change: auto;
					right: 50%;
					box-sizing: border-box;
					width: 250px;
					height: 50px;
					padding-inline:20px 10px;
					transform:translateX(calc(100% + var(--gap)));
					background-color: var(--brand_lightblue);
					/* background-color: transparent; */
					pointer-events: all;
					border-radius:               5px;
					border-top-right-radius:    5px;
					/* border-bottom-right-radius: 15px; */
					/* border-top-left-radius: 15px; */
					display: flex;
					align-content: center;
					align-items: center;
					justify-content: space-between;
					flex-flow: wrap;
					color: white;
					text-decoration: none;
					letter-spacing: 0.15pt;
					box-shadow:0 0 0px 0px var(--brand_lightblue);
					background:linear-gradient(to right, var(--brand_lightblue), var(--brand_lightblue));
					transition:background 500ms ease, box-shadow 0.2s ease-in-out;
					background-size:500% 100%;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a:hover {
					background:linear-gradient(to right, var(--brand_lightblue), var(--brand_lightblue_dim));
					background-size:100% 100%;
					box-shadow:0 0 25px 0px var(--brand_lightblue);
				}
				.event-hero .hero-blocks .block[data-label="cta"] a > i {
					display: flex;
					order: 2;
					font-size: 180%;
				}
				.event-hero .hero-blocks .block[data-label="cta"] a > i:before { content:"\EBA8"; }
				.event-hero .hero-blocks .block[data-label="cta"] a > em {
					display: flex;
					order:1;
					font-style: normal;
					text-transform: uppercase;
					font-weight: bold;
				}
			}

			/* event-info: szöveges tartalom formázása */
			#events .event-info {
				/* max-width: 800px; */
				margin: 0 auto;
				padding: 60px var(--side_margin) 80px;
				color: white;
				font-family: NunitoSans, sans-serif;
			}
			#events .event-info .mirror {
				display: block;
			}
			#events .event-info h2.slogan {
				font-size: clamp(3.5rem, 2.5vw, 2.25rem);
				font-weight: 700;
				line-height: 1.2;
				margin: 0 0 1em;
				color: var(--brand_orange);
				text-wrap: balance;
			}
			#events .event-info h3 {
				font-size: clamp(2.2rem, 1.5vw, 1.35rem);
				font-weight: 800;
				line-height: 1.3;
				margin: .75em 0 0.25em 0;
				color: var(--brand_lightblue);
				/* border-bottom: 1px solid rgba(255,255,255,0.15); */
				padding-bottom: 0.35em;
				font-family: 'NunitoSans';
				/* text-transform: uppercase; */
				font-size: var(--copy_size_big);
				line-height: var(--copy_line_height_big);
				letter-spacing: 0.1pt;
			}
			#events .event-info h3:first-of-type {
				margin-top: 0;
			}
			#events .event-info h4 {
				font-size: 1.4rem;
				font-weight: 600;
				line-height: 1.3;
				margin: 1.5em 0 0.5em;
				color: rgba(255,255,255,0.8);
				letter-spacing: 0.2pt;
				text-transform: uppercase;
			}
			#events .event-info p {
				font-size: var(--copy_size);
				line-height: var(--copy_line_height);
				margin: 0 0 0 0;
				padding:0;
				color: rgba(255,255,255,0.8);
				text-wrap: balance;
				letter-spacing: 0.2pt;
			}
			#events .event-info p.slogan {
				font-size: var(--copy_size_huge);
				line-height: var(--copy_line_height_huge);
				margin: 0 0 0 0;
				padding:0;
				color: rgba(255,255,255,0.8);
				text-wrap: balance;
				letter-spacing: 0.2pt;
			}
			#events .event-info ul {
				margin: 0 0 0 0.5em;
				padding-left: 0;
				list-style: none;
				font-size:var(--copy_size);
				line-height:var(--copy_line_height);
				color: rgba(255,255,255,0.8);
			}
			#events .event-info ul > li {
				position: relative;
				padding-left: 1em;
				/* margin-bottom: 0.6em; */
				/* line-height: 1.5; */
				color: rgba(255,255,255,0.8);
			}
			#events .event-info ul > li::before {
				content: "";
				position: absolute;
				left: 0;
				top: 0.55em;
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background-color: var(--brand_orange);
			}
			#events .event-info ul ul {
				margin: 0 0 0 0;
				padding-left: 0;
			}
			#events .event-info ul ul > li::before {
				background-color: var(--brand_lightblue);
				width: 4px;
				height: 4px;
				top: 0.6em;
			}
			#events .event-info small {
				display: block;
				/* height: 0; */
				overflow: hidden;
			}
			#events figure.thinking {
				position:relative;
				width: 100%;
				height:300px;
				left:50%;
				transform:translateX(-50%);
				margin-top: 100px;
				margin-bottom: 50px;
				border-radius: 0;
				pointer-events: none;
			}
			#events figure.thinking:after {
				top: calc(0% - 50px);
				left: calc(0% + 50px);
				border: solid transparent;
				content: "";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none;
				border-color: #88b7d500;
				border-left-color: #FCAC06;
				border-left-color: #0c8cd4;
				border-width: 50px;
				margin-left: -50px;
			}
			#events figure.thinking:before {
				content:"";
				display:block;
				position:absolute;
				inset:0;
				background-color: #FCAC06;
				background-color: #0c8cd4;
				z-index:-1;
				border-radius: 80px;
				border-top-left-radius: 0;
			}
			#events figure.thinking > img {
				position:absolute;
				bottom:0;
				height: 190%;
				left:50%;
				transform:translateX(-50%);
				object-fit:contain;
				object-position: bottom center
			}
			#events .button {
				padding:15px 15px 15px 25px;
			}
			#events .button i {
				display: flex;
				order: 2;
				font-size: 180%;
			}

		/* SCREENS */

		@media screen and (min-width:960px){
			#events .event-hero .hero-background { background-image: url("../../images/background/spot-wide.webp"); }
		}
		@media screen and (min-width:440px) and (max-width:959.8px) {
		}
		@media screen and (min-width:0px) and (max-width:959.8px) {
			#events .event-info {
				padding: 40px 0 60px 0;
				/* padding: 0; */
			}
			#events .event-info h2.slogan {
				font-size: 1.35rem;
			}
			#events .event-info h3 {
				margin-top: 1.5em;
				text-align: center;
				text-wrap: balance;
			}
			#events {
				.event-hero .hero-blocks {display: block;}
				.event-hero .hero-blocks .col { display:block; }
				.event-hero .hero-blocks .col[data-label="logo"] {width:100%;height: 20%;overflow: hidden;z-index: 2;position: relative;}
				.event-hero .hero-blocks .col[data-label="banner"] {width: 100%;position: absolute;bottom: 0vh;height: 100%;overflow: hidden;}
				.event-hero .hero-blocks .col[data-label="logo"] i {aspect-ratio:auto;height: 100%;}
				.event-hero .hero-blocks .col[data-label="logo"] i:before {background-attachment:local;transform: none;width: 100%;aspect-ratio: 3/1;background-image: url(../../images/logo/tuzgyujto-konferencia-2soros-feher-szines-2.svg);background-size: 45% auto;position: relative;height: 100%;background-position: 40% 100%;}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] {
					/* position: relative; */
					height: 80vh;
					top: 20%;
					bottom: auto;
					width: 100%;
					background-color: rgba(255,255,0,0.26);
					background-color: transparent;
					z-index: 1;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] {
					/* position: relative; */
					width: 100%;
					height: 65vh;
					top: 35vh;
					bottom: auto;
					background-color: rgba(35,255,0,0.26);
					/* background-color: transparent; */
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .cols {
					display: block;
					width: 100%;
					right: 0;
					position: absolute;
					top: 0;
					background-color: var(--brand_darkblue_dim2);
					height: 15vh;
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.counter {
					position: fixed;
					bottom: 30px;
					text-align: center;
					left: 50%;
					transform: translateX(-50%);
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.counter > ul {
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.label { display: none; }
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content {
					width: calc(100vw - 0px);
					text-align: left;
					font-family:NunitoSans;
					font-size: 1.1em;
					line-height:1.3;
					display: block;
					/* margin-left: 60px; */
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.venue,
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.date {
					display: block;
					margin: 0;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="informations"] .col.main-content span.address {
					display: block;
					margin-top: 10px;
					font-size: 1em;
					line-height: 1.0;
					text-wrap: balance;
					width: 100%;
					max-width: 100vw;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title {
					/* position: relative; */
					top: 2vh;
					right: auto;
					width: calc(100% - 50px);
					left: 50%;
					bottom: auto;
					transform:translateX(-50%);
					padding-bottom: 20px;
					outline: 1px solid green;
					outline: none;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title:before {
					border-radius: 50px;
					border-bottom-right-radius:0;
					inset: 0 0 25px 0;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title:after {
					top: calc(100% - 25px);
					border-width: 25px;
					margin-left: -25px;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-title h2 {
					font-size: 1.5rem;
					line-height:1.2;
					text-align: center;
					padding-inline: 25px 10px;
					padding-block: 25px;
					text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="creative"] .main-image {
					position: absolute;
					/* aspect-ratio: 3/2; */
					border-radius: 0;
					width: calc(100% - 0px);
					margin: 0;
					/* background-position: center bottom; */
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="cta"] {
					bottom: 10vh;
					right: auto;
					left: 50%;
					transform: translateX(-50%);
					text-align: center;
				}
				.event-hero .hero-blocks .col[data-label="banner"] .blocks .block[data-label="cta"] a {
					right: auto;
					left: 50%;
					transform: translateX(-50%);
					width: 50vw;
					height: auto;
					padding-inline: 15px 5px;
					font-size: 0.8rem;
					padding-block: 3px;
				}
				.event-info p.slogan {
					font-size: var(--copy_size_big);
					line-height: var(--copy_line_height_big);
					text-align:center;
				}
			}
		}
		@media screen and (min-width:0px) and (max-width:439.8px){
			#events .event-info {
				padding: 30px 0 50px;
			}
		}

		/* XXXXL   */ @media screen and (min-width:1600px)                        {
			#events .event-hero { width: 1400px; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:16/9; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 3rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img { height: 190%; }
		}
		/*  XXXL   */ @media screen and (min-width:1440px) and (max-width:1599px) {
			#events .event-hero {width: 1200px;}	
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 16/11;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 3.0rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img { height: 190%; }
		}
		/*   XXL   */ @media screen and (min-width:1240px) and (max-width:1439px) {
			#events .event-hero {width: 1000px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 16/13;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.8rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 150%;}
		}
		/*    XL   */ @media screen and (min-width:1040px) and (max-width:1239px) {
			#events .event-hero {width: 900px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {aspect-ratio: 5/4;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 135%;}
		}
		/*     L   */ @media screen and (min-width: 960px) and (max-width:1039px) {
			#events .event-hero {width: 800px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:16/9; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 120%;}
		}
		/*     M   */ @media screen and (min-width: 860px) and (max-width: 959px) { }
		/*            -M   */ @media screen and (min-width:   0px) and (max-width: 959.8px) {
			#events .event-hero {width: calc(100% - 100px);}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { aspect-ratio:1/1; border-radius: 50px 0 50px 50px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {
				position: absolute;
				left: 0%;
				right: 25%;
				padding: 50px 30px;
				height: 320px;
			}
			#events figure.thinking { width: calc(100% - 0px);}
			#events figure.thinking:before { border-radius: 25px; }
			#events figure.thinking { height:300px; }
			#events figure.thinking > img {height: 130%;}
		}

		/*   -MS   */ @media screen and (min-width:   0px) and (max-width: 859px) {
			#events .event-hero {width: calc(100% - 100px);}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image { 
				border-radius: 100px 0 100px 100px;
				width: calc(100% - 50px);
				margin-left: 25px;
				aspect-ratio:1/1; 
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.5rem;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {
				position: absolute;
				left: 10%;
				right: 10%;
				padding: 0px 30px;
				height: 270px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title:before {
				border-radius: 40px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-image {
				border-radius: 50px 0 50px 50px;
				border-radius:0;
				width: calc(100% + 100px);
				margin-left: -50px;
			}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title { left: 0%; right: 0%; padding: 0px 20px; height: 190px; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
		}
		/*    MS   */ @media screen and (min-width: 700px) and (max-width: 859px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 220px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 250px;}
			#events figure.thinking > img {height: 140%;}
		}
		/*     S   */ @media screen and (min-width: 580px) and (max-width: 699px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 250px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 130%;}
		}
		/*    XS   */ @media screen and (min-width: 520px) and (max-width: 579px) {
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 220px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 2.0rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 115%;}
		}
		/*   XXS   */ @media screen and (min-width: 440px) and (max-width: 519px) {
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: 0%;right: 0%;padding: 0px 20px;height: 250px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.5rem;line-height: 1.2;padding-inline: 3%;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h3 {font-size: 1.1rem;line-height: 1.2;padding-inline: 3%;}
			#events figure.thinking {height: 170px;}
			#events figure.thinking > img {height: 145%;}
		}
		/*  XXXS   */ @media screen and (min-width: 330px) and (max-width: 439px) {
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: -10%;right: -10%;padding: 0px 0px;height: 170px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.2rem;}
			#events figure.thinking {height: 160px;}
			#events figure.thinking > img {height: 141%;}
		}
		/* XXXXS   */ @media screen and (min-width:   0px) and (max-width: 329px) {
			#events .event-info h3 {--copy_size_big:1rem;--copy_line_height_big:1.2;text-align:center;text-wrap: balance;}
			#events .button .label { display:block; opacity:0.6; }
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title {left: -10%;right: -10%;padding: 0px 0px;height: 170px;}
			#events .event-hero .hero-blocks .block[data-label="creative"] .main-title h2 {font-size: 1.2rem;}
			#events figure.thinking {height: 200px;}
			#events figure.thinking > img {height: 90%;}
		}
		/*   XXL4  */ @media screen and (min-width:1400px) and (max-width:1439px) { }
		/*   XXL3  */ @media screen and (min-width:1340px) and (max-width:1399px) { }
		/*   XXL2  */ @media screen and (min-width:1300px) and (max-width:1339px) { }
		/*   XXL1  */ @media screen and (min-width:1240px) and (max-width:1299px) { }
		/*    XL4  */ @media screen and (min-width:1200px) and (max-width:1239px) { }
		/*    XL3  */ @media screen and (min-width:1140px) and (max-width:1199px) { }
		/*    XL2  */ @media screen and (min-width:1100px) and (max-width:1139px) { }
		/*    XL1  */ @media screen and (min-width:1040px) and (max-width:1099px) { }
		/*     M2  */ @media screen and (min-width: 900px) and (max-width: 959px) { }
		/*     M1  */ @media screen and (min-width: 860px) and (max-width: 899px) { }
		/*  XXXS2  */ @media screen and (min-width: 400px) and (max-width: 439px) { }
		/*  XXXS1  */ @media screen and (min-width: 330px) and (max-width: 399px) { }
