



.fc-image-banner--fullscreen {
    margin-bottom: 40px;
}

.flexible-content__container--sm {
    max-width: 1200px;
}

.fc-text__content {
    max-width: 960px;
    margin: 0 auto 20px;
}

.fc-text {
    padding: 80px 0 20px;
}

.flexible-content-sections h1 {
    margin-bottom: 20px;
    max-width: 960px;
    margin: 0 auto 20px;
    font-size: 3.5rem;
}

.flexible-content-sections h2 {
    margin-bottom: 20px;
    max-width: 720px;
    margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {

    .flexible-content__headline .flexible-content__title {
        font-size: 3.2rem;
        letter-spacing: 0.05em;
        text-align: center;
    }

}

.flexible-content__headline .flexible-content__title {
    text-align: center;
}

.flexible-content-sections 
.fc-text__content p {
    font-family: Sohne, sans-serif;
    font-weight: 400;
    font-size: 1.063rem;
    line-height: 1.65;
    font-style: normal;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.flexible-content-sections 
.fc-people p {
    font-family: "Rizoma L", serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 auto 16px;
    font-style: italic;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    text-align: center;
}

@media only screen and (max-width: 768px) {

	.flexible-content-sections h1 {
	    font-size: 2.2rem;
	    line-height: 1.2;
	    padding: 0 16px;
	}

	.flexible-content__headline .flexible-content__title {
		font-size: 2rem;
		padding: 0 20px;
	}

	.flexible-content-sections 
	.fc-people p {
	    font-size: 1.6rem;
	    line-height: 1.4;
	}

	.fc-image-banner--fullscreen {
		margin-bottom: 0;
	}

}





.fc-people__items {
    display: flex;
    gap: 40px 16px;
    list-style: none;
    margin: 0 auto;
    padding: 0 20px 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    height: 380px;
}

.fc-people__item {
	width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fc-people__item-photo {
	border-radius: 0;
	width: 240px;
	height: 240px;
	background-color: transparent;
	padding: 0;
}

h6.fc-people__item-name {
    font-family: "Rizoma L", serif;
    margin: 0;
    font-weight: 400 !important;
    font-size: 1.83rem !important;
    text-transform: none !important;
    white-space: normal;
    line-height: 1.0;
}

.fc-people__item-title {
    margin: 4px 0 0;
    font-size: 0.875rem;
    line-height: 1.25;
    font-family: Sohne, sans-serif;
    white-space: normal;
}

@media only screen and (max-width: 767px) {
    h6.fc-people__item-name, 
    .fc-people .fc-people__item-name {
        line-height: 1.0;
    }
}



.fc-people__items::-webkit-scrollbar {
	height: 22px;
	pointer-events: auto;
	cursor: pointer;
	background: transparent;
}

.fc-people__items::-webkit-scrollbar-track {
	background: transparent;
	padding: 2px 0;
}

.fc-people__items::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.1);
	border-radius: 50px;
	border: 10px solid #fff;
}

.fc-people__items::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,1.0);
}



.fc-people {
	position: relative;
}

.fc-people 
.flexible-content__container--sm {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}


.fc-people__items {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 0;
    padding: 0 0 40px;
	-webkit-overflow-scrolling: touch;
	position: relative;

	
}

.fc-people__item {
	scroll-snap-align: unset;
	min-width: 340px;
}




@media only screen and (max-width: 1023.98px) {

	.fc-people__items {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        overflow: hidden;
        white-space: nowrap;
        width: 100vw;
        overflow-x: auto;
        gap: 40px;
        padding: 0 40px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 0 0 40px;

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-ms-perspective: 1000;
		perspective: 1000;

		-webkit-overflow-scrolling: touch;
        height: fit-content;
	}

	.fc-people__item {
		scroll-snap-align: start;
		width: 340px;
		max-width: 340px;
		padding-bottom: 40px;
	}

    .fc-people__item-photo {
        width: 340px;
        height: 340px;
    }

	.fc-people 
	.flexible-content__container {
		padding: 0 !important;
	}

	h6.fc-people__item-name {
		font-size: 1.6rem;
		margin: 10px 0 7px;
	}

}

@media only screen and (max-width: 600px) {

	.fc-people__items {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        overflow: hidden;
        white-space: nowrap;
        width: 100vw;
        overflow-x: auto;
        gap: 5vw;
        padding: 0 10vw;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 0 0 10vw;

		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;

		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-ms-perspective: 1000;
		perspective: 1000;

		-webkit-overflow-scrolling: touch;
	}

	.fc-people__item {
		scroll-snap-align: start;
		width: 80vw;
		max-width: 80vw;
		min-width: 80vw;
		padding-bottom: 40px;
	}

    .fc-people__item-photo {
        width: 80vw;
        height: 80vw;
        max-width: 80vw;
    }

	.fc-people 
	.flexible-content__container {
		padding: 0 !important;
	}

	h6.fc-people__item-name {
		font-size: 1.6rem;
	}

}



.caro__arrows {
    position: absolute;
    bottom: 290px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    pointer-events: none;
}

.caro__arrow-file {
	width: 48px;
	height: 48px;
}

.caro__arrow-file svg {
    width: 48px;
    height: 48px;
    padding: 2px;
    fill: transparent;
}

.caro__arrow-file svg path {
    stroke: #000;
}

.caro__arrow {
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
    outline: none;
    background: transparent;
    border: none;
}

.caro__arrow-left {
	display: none;
	opacity: 0;
    position: absolute;
    top: 0;
    left: 16px;
    background-color: rgba(255,255,255,0.9);
    height: 60px;
    width: 54px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caro__arrow-right {
    position: absolute;
    top: 0;
    right: 16px;
    padding: 10px 5px;
    background-color: rgba(255,255,255,0.9);
    height: 60px;
    width: 54px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caro__arrow:hover
.caro__arrow-file svg path {
	stroke: #fff;
}

.caro__arrow-left:hover, 
.caro__arrow-right:hover {
	background-color: rgba(0,0,0,1.0);
}

@media only screen and (max-width: 768px) {

	.caro__arrow {
		display: none !important;
	}

}





.fc-sponsors {
	max-width: 1200px;
	margin: 0 auto;
}

.fc-sponsors__logos {
	gap: 0;
}

.fc-sponsors__logos-item {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fc-sponsors__logos-item img {
	width: 100%;
}

.fc-sponsors__logos-item-img {
    max-height: 240px;
    width: 100%;
    max-width: 240px;
    height: auto;
}

@media only screen and (max-width: 768px) {

	.fc-sponsors__logos {
		gap: 0 20px;
	}

	.fc-sponsors__logos-item {
	    width: 40%;
	}

}

@media only screen and (min-width: 768px) {

    .fc-sponsors__logos {
        gap: 0;
        margin-top: 0;
    }

}





.fc-event-tracks__items {
	gap: 40px;
}

.fc-event-tracks__item {
    display: flex;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.fc-event-tracks__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.fc-event-tracks__item-image-col, 
.fc-event-tracks__item-content-col {
    width: 50%;
}

.flexible-content-sections h5 {
	font-size: 3rem;
	line-height: 1.1;
	text-transform: none;
}

h6.fc-event-tracks__item-subtitle {
    font-family: "Rizoma L", serif;
    font-weight: 400 !important;
    font-size: 1.8rem !important;
    line-height: 1.2!important;
    margin: 0 auto 16px;
    font-style: italic !important;
}

.flexible-content-sections .p-sm {
    font-family: Sohne, sans-serif;
    font-weight: 400;
    font-size: 1.063;
    line-height: 1.65;
    font-style: normal;
}

.fc-event-tracks__item-cta svg {
	display: none;
}

a.fc-event-tracks__item-cta {
    font-family: Sohne, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #000;
    width: fit-content;
    padding: 15px 25px;
    border-radius: 100px;
	background-color: #fff !important;
	color: #000 !important;
	transition: unset !important;
	-webkit-transition: unset !important;
}

a.fc-event-tracks__item-cta:hover {
	background-color: #000 !important;
	color: #fff !important;
	transition: unset !important;
	-webkit-transition: unset !important;
}

@media only screen and (min-width: 1280px) {

    .fc-event-tracks__item-content-col {
        padding: 50px 70px;
    }

}

@media only screen and (max-width: 1023.98px) {

	.flexible-content-sections h5 {

	}

	.fc-event-tracks__item, 
	.fc-event-tracks__item:nth-of-type(odd) {
		flex-direction: column;
	}

	.fc-event-tracks__item-image-col, 
	.fc-event-tracks__item-content-col {
	    width: 100%;
	}

}

@media only screen and (max-width: 600px) {

	.flexible-content-sections h5 {
	    font-size: 2rem;
	    margin-bottom: 10px;
	}

}




.fc-event-live-hero {
	display: flex !important;
	flex-direction: column !important;
}

.fc-event-live-hero 
.fc-event-live-hero__main {
	order: 1;
}

.fc-event-live-hero 
.fc-event-live-hero__banner {
	order: 2;
}

.fc-event-live-hero 
.flexible-content__container--xs {
	order: 3;
}

.fc-event-live-hero__subtitle {
	font-size: 3.2rem !important;
	line-height: 1.1111111111 !important;
	font-family: "Rizoma L Light", "Rizoma L", serif !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	max-width: 960px;
}

.fc-event-live-hero__copy.p-sm {
    font-family: Sohne, sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.063rem !important;
    line-height: 1.65 !important;
    font-style: normal !important;
    width: 100% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.fc-event-live-hero 
.flexible-content__container--xs {
	max-width: 960px !important;
}

.flexible-content__headline .flexible-content__title {
    font-family: "Rizoma L Light", "Rizoma L",serif !important;
    font-weight: 300 !important;
}

@media only screen and (min-width: 768px) {
    .flexible-content__headline .flexible-content__title {
        font-family: "Rizoma L Light", "Rizoma L",serif !important;
        font-weight: 300 !important;
    }
}

.fc-event-live-hero__subtitle::after {
    content: "";
    background-color: transparent;
    bottom: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1px;
}

@media only screen and (max-width: 768px) {

    .fc-event-live-hero__subtitle {
        font-size: 1.85rem !important;
        line-height: 1.2 !important;
        padding: 0 !important;
    }

    .fc-event-live-hero__copy.p-sm {
	    font-size: 1.063rem !important;
	}

}