.cms-editor strong {
    font-weight: 700
}

.cms-editor .btn, .cms-editor .button {
    text-decoration: none
}

.cms-editor blockquote {
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "“" "”" "‘" "’"
}

.cms-editor blockquote:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

.cms-editor blockquote p {
    display: inline
}

.cms-editor hr {
    border: 0;
    border-bottom: 1px solid
}

.cms-editor em {
    font-style: italic
}

.cms-editor ol, .cms-editor ul {
    margin: 15px 15px 0;
    text-align: left
}

.cms-editor ul {
    list-style-type: disc
}

.cms-editor ol {
    list-style-type: decimal
}

#keyy img {
    float: left !important;
    width: 12% !important;
    display: block !important;
}
#keyy {
    display: block;
}
/*All pages template*/
.pages-list {
    display: flex;
    padding: 155px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pages-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.pages-list ul:last-child {
    margin-bottom: 0px;
}
.pages-list ul h3 {
    display: block;
    text-align: center;
    font-size: 28px;
}
.pages-list ul a {
    display: block;
    padding: 25px;
    text-align: center;
    font-size: 15px;
}
.pages-list ul a:hover {
    text-decoration: underline;
}
/*Da nascondere*/
section.speakers-section.wrapper,
/*ul.header__menu li:nth-child(3)*/
section.programme.wrapper {
    /*display: none !important;*/
}
/*Amimazione immagini artisti da togliere*/
rect {
    fill: #ff000000 !important;
}
.speaker:hover .speaker__img svg image {
    opacity: 1 !important;
}
.speaker:hover .speaker__img svg image {
    clip-path: none !important;
}
h3.speaker__name.h2:hover,
h4.speaker__curator.h4:hover,
h3.speaker__name.h2,
h4.speaker__curator.h4 {
    color: #000 !important;
}
.speaker__img svg path {
    transition: none !important;
    transform: none !important;
}
.speaker__img image {
    clip-path: none !important;
}
/*****/
mark{
	display: none !important;
}
.concept-section .container-smaller {
    border-bottom: none !important;
}
p.hero__info {
    font-size: 55px !important;
    font-weight: 500 !important;
}
sup {
    font-size: 60% !important;
    vertical-align: top !important;
}
.previous-container {
    max-width: 650px !important;
}
.previous-grid {
    grid-template-columns: repeat(2,1fr) !important;
}
.previous-item__img-middle {
    max-width: 49% !important;
    background: #fff0 !important;
}
.concept-text.txt {
    text-transform: uppercase !important;
    text-align: center !important;
	padding-top: 150px !important;
    padding-left: 4% !important;
}
.concept-content__right {
    margin-top: 0px !important;
}
.concept-text__name {
    display: none !important;
}
.speaker__curator {
    max-width: 311px !important;
    margin: 0 auto !important;
}
.speaker__bio-btn.h4 {
    display: none !important;
}
.concept-text.txt p {
    max-width: 620px !important;
	font-size: 30px !important;
}
#firstrow, #secondrow {
    width: 100%;
	padding-left: 155px;
}
#firstrow p, #secondrow  p{
    width: 100%;
    max-width: 90%;
    font-size: 24px;
}
#firstrow {
    margin-bottom: 80px;
}
#secondrow {
    padding-left: 29%;
	margin-bottom: 170px !important;
}
.concept-content {
    padding-bottom: 120px !important;
}
.footer__partners .footer__logos img:nth-child(1) {
    margin-top: -13px !important;
}
.mobile-comma{
	display: none !important;
}
section.programme.wrapper {
    padding-top: 280px !important;
}
section.previous-section.wrapper-section {
    /*padding-top: 22% !important;
	padding-bottom: 25% !important;*/
	padding-top: 20% !important;
    height: 100vh;
    height: calc(var(--vh, 1vh)*100);
}
.previous-container {
    padding-bottom: 0px !important;
}
section.programme.wrapper {
	padding-bottom: 50px;
}
#loghi-media a{
	float: left;
	display: flex;
}
/*Collapse*/
.collapsible {
	color: #000;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	border-top: solid 1px;
    padding-top: 45px;
    padding-bottom: 40px;
	padding-left: 0;
}
.active, .collapsible:hover {
  /*background-color: #555;*/
}
.collapsible:after {
	content: ' ';
    width: 45px;
    height: 45px;
    float: right;
    background-image: url(../../uploads/2022/09/expand-p.png);
    margin-left: 5px;
	transition: transform .4s ease-out;
	background-position: center;
	background-size: 45px;
}
.active:after {
	/*content: "\0058";*/
	transform: rotate(314deg);
}
.collapsible:hover:after {
    transform: rotate(180deg);
}
button.collapsible.active:hover:after {
    transform: rotate(135deg) !important;
}
.content-collapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 12%;
}
/*Fine Collapse*/
.programme-item__time {
    width: 12% !important;
    float: left !important;
	display: block !important;
}
.programme-item__time p {
    margin-right: 0px !important;
	padding-top: 5px !important;
	font-family: 'Space Mono', monospace !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.programme-item__title {
    width: 80% !important;
    float: left !important;
	display: block !important;
}
.programme-item__title-desc{
	margin-bottom: 0px !important;
}
.programme-container {
    margin-left: 0px !important;
}
.programme-item__title-desc {
    text-transform: uppercase !important;
}
.programme-schedule {
    padding-left: 0px !important;
}
.programme-item__title-desc {
    font-size: 30px !important;
	font-family: 'Space Mono', monospace !important;
	font-weight: 400 !important;
	line-height: 33px !important;
}
.programme-container {
    width: 95% !important;
}
#contenuto-collapse {
    margin-bottom: 50px;
	display: flex;
	width: 90%; 
}
#collapse-sinistra,
#collapse-destra{
	width: 50%;
}
#collapse-sinistra {
    padding-right: 3%;
}
.programme-item__title-info{
	margin-top: 0px !important;
	font-family: 'Space Mono', monospace !important;
	font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}
.programme-item__title-name{
	font-family: 'Space Mono', monospace !important;
	font-size: 20px !important;
}
.programme-item__title-name .smaller {
	font-family: 'Space Mono', monospace !important;
    font-size: 13px !important;
}
#sep {
    background-color: black !important;
    height: 1px !important;
    border: none !important;
    width: 100% !important;
}
#spazio-p {
    height: 15px;
}
#collaborazione {
    display: flex !important;
}
#sovratitolo {
    text-transform: initial;
    font-size: 15px;
    font-family: 'Space Grotesk', sans-serif;
	line-height: 25px;
    font-weight: 400;
}
.marquee {
    margin: 100px 85px 170px 50px !important; 
}
#live-title {
	font-size: 72%;
    /*font-size: 48px;*/
    line-height: 48px;
    font-weight: 400;
    font-family: 'Space Mono', monospace;
	margin-bottom: 20px;
}
#countdown {	
	margin-bottom: 50px;
}
#container-contdown {
    max-width: 80% !important;
	height: 75% !important;
}
.voci-menu {
    text-transform: uppercase;
}
.header__link#menu-active::after {
    width: 100%;
}
.concept-content {
    display: block !important;
}
.concept-text.txt, .concept-text.txt p {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: 90% !important;
}
.concept-text.txt {
    margin-bottom: 80px !important;
}
.mask1 {
	margin-bottom: 50px;
	width: 430px;
  -webkit-mask-image: url('../../uploads/2022/09/shape-a-w.png');
  mask-image: url('../../uploads/2022/09/shape-a-w.png');
  -webkit-mask-size: 430px;
  mask-size: 430px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
}
.mask1:hover {
  -webkit-mask-image: url('../../uploads/2022/09/shape-b-w.png');
  mask-image: url('../../uploads/2022/09/shape-b-w.png');
  -webkit-mask-size: 430px;
  mask-size: 430px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;    
}
/*Shape*/
div.clipboard,
div.box{
	display:inline-block;
	width:430px;
	filter:url(#round);
}
.clipboard {
	margin: 0 auto;
	margin-bottom: 30px !important;
	width: 430px;
	height: 430px;
	background-image: url('../../uploads/2022/09/beatrice-leanza.png');
	background-size: cover;
	background-position: center center;
	shape-inside: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
}
.clipboard:hover{ 
   shape-inside: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
  -webkit-clip-path: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
} 
.clipboard-inverse {
	margin: 0 auto;
	margin-bottom: 30px !important;
	width: 430px;
	height: 430px;
	background-image: url('../../uploads/2022/09/beatrice-leanza.png');
	background-size: cover;
	background-position: center center;
	shape-inside: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(74% 2%, 34% 3%, 6% 12%, 2% 16%, 1% 20%, 0% 59%, 2% 64%, 18% 91%, 22% 97%, 30% 100%, 85% 100%, 88% 97%, 87% 94%, 79% 86%, 78% 81%, 80% 78%, 92% 67%, 95% 65%, 96% 59%, 99% 33%, 100% 29%, 98% 23%);
}
.clipboard-inverse:hover{ 
	shape-inside: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
	transition: all 0.3s ease; 
	-webkit-clip-path: polygon(79% 0, 37% 5%, 13% 9%, 9% 11%, 7% 17%, 0% 59%, 2% 64%, 11% 87%, 14% 90%, 20% 88%, 27% 86%, 30% 87%, 36% 99%, 40% 100%, 93% 100%, 96% 98%, 98% 80%, 99% 65%, 100% 55%, 96% 42%, 90% 26%, 82% 3%);
} 
/*Fine Shape*/
#nascondi{
	display: none !important;
}
/*Sezione speakers*/
.js-slider-init.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    display: none;
}
.post-speakers {
	margin-right: 0px; 
	margin-bottom: 0px;
}
#contenuto-speakers{
	position:fixed; 
	top:200px;  
	width: 95%; 
	padding: 50px;
}
#box-spazio,
#contenuto-speakers{
	height: 150px;
}
#box-spazio{
	width: 1%;
}
#box-spazio p,
#box-spazio div{
	display: none;
}
#informazioni-speaker {
	display: flex;
}
#immagine-speaker img{
	max-width: 340px;
    display: inline;
    width: 100%;
}
#immagine-speaker{
	width: 35%;
	text-align: center;
	border-right: solid 1px;
    padding: 0 3% 0 0;
}
#testo-speaker{
	width: 65%;
    padding: 0 5%;
}
#ancora-testo {
	height: 50px;
	overflow: auto;
}
#testo-speaker .speaker-info__title {
    margin: 0 0 20px 0 !important;
}
#immagine-speaker h3.speaker__name.h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
#testo-speaker .speaker-info__title {
    max-width: 320px !important;
}
#count-speakers p {
    transform: rotate(-90deg);
	display: flex;
	font-size: 16px;
	font-family: 'Space Mono', monospace !important;
}
#count-speakers{
	margin: auto 0 !important;
	width: 30px;
	margin-left: -60px !important;
}
#count-speakers img {
    height: 1px !important;
    margin: 6px 20px 0 !important;
}
#immagine-speaker div.clipboard, 
#immagine-speaker div.box{
	max-width: 340px !important;
	width: 100% !important;
}
#immagine-speaker .clipboard,
#immagine-speaker .clipboard-inverse {
    max-width: 340px !important;
    max-height: 340px !important;
	width: 100% !important;
	margin-bottom: 0 !important;
}
#testo-speaker .collapsible {
    border: none;
    padding: 10px 0 20px 0;
}
#testo-speaker .programme-item__title-desc {
    font-size: 20px !important;
}
#testo-speaker .content-collapse {
    padding: 0 !important;
}
#testo-speaker .content-collapse {
    height: 180px;
    overflow: auto;
}
#testo-speaker #contenuto-collapse {
	width: 100%;
    font-size: 15px;
    line-height: 1.26667;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: SpaceMono,Helvetica,Tahoma,Arial,sans-serif;
}
#testo-speaker .collapsible:after{
	display: none;
}
#testo-speaker .collapsible:before {
    content: ' ';
    width: 20px;
    height: 20px;
    float: left;
    background-image: url(../../uploads/2022/09/expand-p.png);
    transition: transform .4s ease-out;
    background-position: center;
    background-size: 40px;
    margin-right: 15px;
    margin-top: 7px;
}
#testo-speaker .collapsible:hover:before {
    transform: rotate(180deg);
}
#testo-speaker button.collapsible.active:hover:before  {
    transform: rotate(135deg) !important;
}
#testo-speaker .active:before {
	/*content: "\0058";*/
	transform: rotate(314deg);
}
/*Fine sezione speakres*/
/*Footer*/
.footer__top {
    display: block !important;
	padding: 50px 0 40px !important;
}
.footer__copyright {
    padding-right: 0 !important;
	border-top: solid 1px !important;
	padding-top: 40px !important;
	clear: both !important;
	display: grid !important;
}
.footer__copyright h4 {
    width: 250px;
    float: left;
}
.footer__partners {
    margin-bottom: 50px !important;
}
.footer__partners{
	width: 28%;
	float: left;
}
.media-partner{
	width: 72%;
	float: left;
}
/*loghi footer media*/
.media-partner h4.footer__title{
	margin-bottom: 20px !important;
}
.marque-media {
	height: 70px;
	width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.marque-media-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marque-media 10s linear infinite running;
  -moz-animation: marque-media 10s linear infinite running;
  -o-animation: marque-media 10s linear infinite running;
  -ms-animation: marque-media 10s linear infinite running;
  animation: marque-media 10s linear infinite running;
}
.marque-media-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.marque-media-tag img {
    width: auto !important;
    max-width: unset !important;
}
.marque-media-tag {
  margin-right: 75px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.marque-media-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marque-media {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
/*fine loghi footer media*/
#sfumatura {
	height: 80px;
    margin: 0px;
    position: absolute;
    z-index: 9;
}
/*Fine Footer*/
#testo-speaker h4{
	font-family: 'Space Mono', monospace !important;
	font-size: 20px !important;
}
#immagine-speaker h4 {
    font-size: 20px;
    line-height: 26px;
	font-family: 'Space Mono', monospace !important;
}
.time-mobile{
	display: none !important;
}
#img-key {
    width: 60%;
	min-width: 550px;
}
#live-st{
	display: none;
}
#titolo-mobile{
	display: none;
}
#testo-speaker .collapsible::after {
	display: block;
	left: 0 !important;
	content: "READ MORE";
	float: left !important;
	width: 150px;
	background: none;
	font-size: 20px;
	font-family: 'Space Mono', monospace !important;
	font-weight: 400 !important;
	line-height: 33px !important;
}
#testo-speaker .collapsible:hover:after,
#testo-speaker .active:after{
	transform: none !important;
}
#testo-speaker .active.collapsible:after {
	content: "CLOSE" !important;
}
#testo-speaker .content-collapse::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #000000;
}
#testo-speaker .content-collapse::-webkit-scrollbar {
	width: 3px;
}
#testo-speaker .content-collapse::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 2px 0;
	background-color: #ffffff00;
}
#contenuto-collapse p.speaker-info__desc{
	display: none;
}
/*Sottolineatura speaker*/
#nome-speaker:after{
	content: '';
    display: block;
    width: 0;
    height: 1px;
    background: currentColor;
    bottom: 7;
    transition: .6s;
}
.programme-item__title-name:hover #nome-speaker::after{
	width: 100%;
}
.speaker:hover #nome-speaker:after,
#immagine-speaker:hover  #nome-speaker:after{
    width: 100%;
}
#immagine-speaker h3.speaker__name.h2 {
    margin: 0 auto !important;
    width: fit-content !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.previous-item:hover .btn-underline:after{
	width: 100%;
}
.previous-item {
    max-width: 100% !important;
}
#collaborazione {
    width: fit-content !important;
}
#moderazione{
	width: auto !important;
    float: left !important;
}
#media-mobile{
	display: none;
}
#titolo-mobile{
	display: none;
}
#scroll {
	display: none;
}
#testo-speaker .speaker-info__desc {
    margin-top: 30px !important;
}
.no-link span::after {
    display: none !important;
}
.no-link{
	pointer-events: none !important;
}
.footer__title {
    margin-bottom: 45px !important;
}
#footer-uno img{
	/*width: 13% !important; */
	min-width: 0px !important;
	margin-right: 6% !important;
    height: 53px;
    width: auto !important;
    max-height: 100%;
}
/*#footer-due img{
	width: 33% !important;
	margin-top: -17px !important; 
	min-width: 0px !important;
	margin-right: 6% !important;
}
#footer-tre img{
	width: 14% !important;
	margin-top: -12px !important; 
	min-width: 0px !important;
}*/
@media screen and (min-width: 1880px){
	section.previous-section.wrapper-section {
		padding-top: 15% !important;
	}
}
@media screen and (min-width: 1899px){
	.programme>.container {
		max-width: 100% !important;
	}
	#contenuto-speakers {
		top: 300px;
	}
}
@media screen and (min-width: 2240px){
	#testo-speaker h4 {
		font-size: 23px !important;
	}
	section.previous-section.wrapper-section {
		padding-top: 15% !important;
	}
	/*section.programme.wrapper{
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
	}*/
	#sovratitolo {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.programme-item__title-desc{
		font-size: 40px !important;
		line-height: 43px !important;
	}
	.programme-item__title-name {
		font-size: 25px !important;
		line-height: 25px !important;
	}
	#collapse-sinistra span.smaller {
		font-size: 18px !important;
	}
	.programme-item__title-info {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	#contenuto-speakers {
		top: 400px;
	}
	/*.previous-container {
		max-width: 90% !important;
	}*/
	.footer__copyright h4 {
		margin-bottom: 40px !important;
		width: 300px !important;
	}
	.concept-text.txt p {
		max-width: 90% !important;
		font-size: 42px !important; 
	}
	#firstrow p, #secondrow p {
		width: 100%;
		max-width: 90%;
		font-size: 40px;
	}
	.footer__partners .footer__logos img {
		height: 60px !important;
		width: auto !important;
	}
	.footer__partners .footer__logos img:nth-child(1) {
		margin-top: -13px !important;
		height: 78px !important;
	}
	.footer__copyright .footer__logos img{
		width: auto !important; 
		height: 25px !important;
	}
	#testo-speaker #contenuto-collapse {
		font-size: 18px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 430px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-height: 430px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 430px !important;
	}
}
@media screen and (max-width: 1600px){
	.header__menu li:not(:last-child) {
		margin-right: 8px !important;
	}
}
@media screen and (max-width: 1281px){
	#sovratitolo {
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.programme-item__title-desc {
		font-size: 27px !important;
		line-height: 40px !important;
	}
	#collapse-sinistra span.smaller {
		font-size: 13px !important;
	}
	.programme-item__title-info {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.programme-item__title-name {
		font-size: 17px !important;
	}
}
@media screen and (max-width: 1366px){
	#nome-speaker,
	h3.speaker__name.h2 {
		font-size: 25px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 280px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 280px !important;
		max-height: 280px !important;
	}
	.header__menu li {
		margin-right: 12px !important;
	}
	.header__menu li a {
		font-size: 15px !important;
	}
	.speaker-info__desc {
		font-size: 13px !important;
	}
	#contenuto-collapse {
		font-size: 13px !important;
	}
	.h4 {
		font-size: 17px !important;
	}
	#testo-speaker .collapsible::after {
		font-size: 18px !important;
	}
	#nome-speaker,
	h3.speaker__name.h2 {
		font-size: 25px !important;
	}
}
@media screen and (max-width: 1025px){
	.header__menu li {
		margin-right: 7px !important;
	}
	.header__menu li a {
		font-size: 12px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 200px !important;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 200px !important;
		max-height: 200px !important;
	}
	#nome-speaker, h3.speaker__name.h2 {
		font-size: 20px !important;
	}
	#immagine-speaker h4 {
		font-size: 15px !important;
		line-height: 21px !important;
	}
	#testo-speaker h4 {
		font-size: 15px !important;
	}
	.speaker-info__desc {
		font-size: 10px !important;
	}
	#testo-speaker .collapsible::after {
		font-size: 13px !important;
	}
	#testo-speaker .collapsible:before {
		width: 15px;
		height: 15px;
		background-size: 30px;
		margin-right: 6px;
		margin-top: 9px;
	}
	#contenuto-speakers {
		top: 150px;
	}
	#contenuto-collapse {
		font-size: 10px !important;
	}
	.collapsible {
		padding: 0px 0 0px 0 !important;
	}
}
@media screen and (max-width: 894px){
	.footer__copyright {
		display: grid;
	}
	#collaborazione {
		display: block!important;
	}
	#collapse-sinistra {
		padding-right: 0;
	}
	#media-desk{
		display: none;
	}
	#media-mobile{
		display: flex;
	}
	.header__menu li a {
		font-size: 150% !important;
	}
	.hero__container.container {
		/*margin-top: 140px !important;*/
	}
	.hero__container {
		height: 660px !important;
	}
	span.hero__time {
		font-size: 55px !important;
	}
	.concept-text.txt {
		padding-left: 0 !important;
	}
	.concept-content {
		padding-bottom: 0px !important;
	}
	#secondrow {
		padding-left: 0;
	}
	.concept-section .title {
		margin-bottom: 0px !important;
	}
	.concept-text.txt p {
		font-size: 25px !important;
	}
	ul.header__menu li:nth-child(1) {
		display: none !important;
	}
	.footer__partners .footer__logos img:nth-child(1) {
		width: 60px !important;
	}
	.footer__logos a:not(:last-child), .footer__logos img:not(:last-child) {
		margin-right: 30px !important;
	}
	p.hero__info span {
		font-size: 29px !important;
		display: inline !important;
	}
	p.hero__info {
		line-height: 19px !important;
	}
	a.hero__link {
		font-size: 17px !important;
	}
	#firstrow p, #secondrow p {
		font-size: 18px !important;
	}
	#firstrow {
		margin-bottom: 60px !important;
	}
	.previous-item__img-middle {
		max-width: 90px !important;
	}
	.mobile-comma{ 
		display: inline !important;
	}
	/*Inizio nuove modifiche mobile*/
	.hero {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
	}
	.hero__container.container {
		display: inline-flex !important;
		align-content: inherit !important;
		margin-top: 60% !important;
	}
	.hero__left {
		width: 100% !important;
	}
	.hero__container .hero__left {
		width: 100% !important;
	}
	#spazio-desk{
		display: none !important;
	}
	.time-desk{
		display: none !important;
	}
	.time-mobile{
		display: block !important;
	}
	.media-partner {
		width: 100%;
		clear: both;
		float: none;
		margin-bottom: 15px;
	}
	.footer__partners {
		width: 100% !important;
	}
	img#img-key {
		width: 100% !important;
		min-width: 100% !important;
	}
	/*#footer-uno img{
		width: 20% !important; 
		min-width: 0px !important;
		margin-right: 6%;
	}
	#footer-due img{
		width: 48% !important;
		margin-top: -17px !important; 
		min-width: 0px !important;
		margin-right: 6%;
	}
	#footer-tre img{
		width: 20% !important;
		margin-top: -32px !important; 
		min-width: 0px !important;
	}*/
	#container-contdown {
		max-width: 100% !important;
	}
	.marquee{
		margin: 170px 25px 100px 25px !important
	}
	#live-st{
		display: block;
		order: 0 !important;
	}
	#countdown.cd-live {
		font-size: 45px !important;
	}
	#titolo-mobile{
		display: block;
	}
	#titolo-mobile h1 {
		min-width: 80% !important;
		font-size: 22px !important;
	}
	section.previous-section.wrapper-section, 
	section.programme.wrapper {
		padding-top: 170px !important;
	}
	#firstrow, #secondrow {
		padding-left: 0 !important;
		width: 100% !important;
	}
	#firstrow p, #secondrow p {
		width: 100% !important;
		max-width: 100% !important;
	}
	.concept-section {
		padding-top: 170px !important;	
	}
	.concept-text.txt {
		padding-top: 70px !important;
	}
	.concept-text.txt, .concept-text.txt p {
		width: 100% !important;
		max-width: 100% !important;
		font-size: 22px !important;
	}
	.clipboard {
		width: 250px;
		height: 250px;
	}
	div.clipboard, 
	div.box {
		width: 250px;
	}
	.programme-item__title {
		width: 60% !important;
	}
	.programme-item__title-desc {
		font-size: 18px !important;
	}
	.programme-item__time p {
		font-size: 14px !important;
	}
	.programme-item__time {
		width: 27% !important;
	}
	.collapsible:after {
		width: 20px !important;
		height: 20px !important;
		background-size: 40px !important;
		margin-top: 8px !important;
	}
	#collapse-sinistra, #collapse-destra {
		width: 100%;
	}
	#contenuto-collapse {
		display: block;
	}
	.programme-item__title-name {
		font-size: 16px !important;
	}
	.programme-item__title-name .smaller {
		font-size: 12px !important;
	}
	.programme-item__title-name {
		width: 100% !important;
		display: block !important;
		white-space: normal !important;
	}
	#contenuto-collapse {
		width: 85% !important;
		margin-left: 20% !important;
	}
	#informazioni-speaker {
		display: block;
	}
	#immagine-speaker {
		width: 100%;
		border: none;
		margin-bottom: 15px; 
	}
	#count-speakers {
		position: fixed;
		top: 55%;
		z-index: 999;
		right: 15px;
	}
	#contenuto-speakers {
		width: 100%;
		left: 0;
	}
	#immagine-speaker {
		padding: 0px;
	}
	#testo-speaker h3.speaker__name.h2, #immagine-speaker h4 {
		display: none;
	}
	#testo-speaker {
		width: 100%;
		text-align: center;
	}
	#immagine-speaker .clipboard, #immagine-speaker .clipboard-inverse {
		max-width: 250px !important;
		max-height: 250px !important;
	}
	#immagine-speaker div.clipboard, #immagine-speaker div.box {
		max-width: 250px !important;
		width: 100% !important;
	}
	#contenuto-speakers {
		top: 110px;
	}
	#informazioni-speaker #titolo-mobile {
		margin-bottom: 35px !important;
	}
	#scroll {
		display: block;
		font-size: 16px;
		position: fixed;
		bottom: 10px;
		width: 100%;
		text-align: center !important;
		margin: 0 auto !important;
		left: 0;
	}
	#contenuto-collapse h3#titolo-mobile {
		display: block !important;
	}
	p.speaker-info__desc {
		display: none;
	}
	#contenuto-collapse{
		display: block;
	}
	#contenuto-collapse p.speaker-info__desc{
		display: block;
	}
	#informazioni-speaker .collapsible:after {
		width: 70% !important;
		height: 20px !important;
		text-align: center;
		font-size: 17px !important;
	}
	#testo-speaker .collapsible:before{	
		margin-right: -25px;
		margin-top: 15px;
		margin-left: 23% !important;
		width: 20px;
		background-size: 40px;
		height: 20px;
	}
	#testo-speaker .collapsible {
		padding: 0px 0 20px 0;
		margin-top: -15px;
	}
	#testo-speaker #contenuto-collapse {
		width: 100% !important;
		margin-left: 0% !important;
		text-align: left !important;
	}
	#testo-speaker .content-collapse {
		height: 90vh;
		height: calc(var(--vh, 1vh)*90);
		position: fixed;
		background-color: #ffffffd9;
		left: 0;
		top: 0;
	}
	#testo-speaker #contenuto-collapse {
		padding: 40px;
		padding-top: 200px;
	}
	#testo-speaker .collapsible::after {
		display: block;
		left: 0 !important;
		content: "BIOGRAPHY" !important;
	}
	#testo-speaker .active.collapsible:after {
		position: fixed !important;
		bottom: 6% !important;
		width: 100% !important;
	}
	#testo-speaker .active.collapsible:before {
		position: fixed !important;
		bottom: 5% !important;
		margin-left: 17% !important
	}
	#titolo-mobile{
		display: block;
	}
	#informazioni-speaker h3.speaker__name.h2,
	#immagine-speaker h3.speaker__name.h2	{
		font-size: 22px !important;
	}
	#testo-speaker h4 {
		font-family: 'Space Mono', monospace !important;
		font-size: 18px !important;
		line-height: 22px;
	}
	.hero__left {
		justify-content: flex-start !important;
	}
	.hero__right{
		margin-bottom: 0vh !important;
	}
	.collapsible{
		padding-top: 15px !important;
		padding-bottom: 10px !important;
		padding-right: 0px !important;
	}
	.header__menu li {
		/*margin-right: 20px !important;*/
	}
}
@media screen and (max-width: 767px){
		.hero__right{
			margin-bottom: 0vh !important;
		}
}
@media screen and (max-width: 413px){
	#contenuto-speakers {
		top: 80px;
	}
}
@-webkit-keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;outline:0;-webkit-tap-highlight-color:transparent}button,label{outline:0;font:inherit}label{-webkit-tap-highlight-color:transparent}.hero__info span,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote:after,q::before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}button{border:0;margin:0;padding:0;width:auto;overflow:visible;background:0 0;color:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}a{color:inherit;text-decoration:none}input,label,select,textarea{margin:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:inherit;border:0;box-shadow:none;-webkit-appearance:none;-webkit-border-radius:0;font-family:inherit;font-size:inherit}input::-moz-placeholder,label::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-family:inherit;font-size:inherit;color:inherit}input:-ms-input-placeholder,label:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{font-family:inherit;font-size:inherit;color:inherit}input::placeholder,label::placeholder,select::placeholder,textarea::placeholder{font-family:inherit;font-size:inherit;color:inherit}input:focus,label:focus,select:focus,textarea:focus{outline:0}@font-face{font-family:"SpaceGrotesk";src:url(../fonts/SpaceGrotesk-Regular.woff2) format("woff2"),url(../fonts/SpaceGrotesk-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"SpaceMono";src:url(../fonts/SpaceMono-Regular.woff2) format("woff2"),url(../fonts/SpaceMono-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative;transition-property:transform}.swiper-wrapper{z-index:1;display:flex;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets--vertical{display:flex;flex-direction:column}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:5px;height:5px;display:inline-block;background:#fff;opacity:.2;margin:10px;position:relative;transition:opacity 300ms,background 300ms}.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){background:#fff;opacity:.5}.swiper-pagination-bullet::after{content:'';display:block;position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#fff}.swiper-pagination--blue .swiper-pagination-bullet{background:#4f5a6d;opacity:1}.swiper-pagination--blue .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){background:#64728b;opacity:1}.swiper-pagination--blue .swiper-pagination-bullet-active{background:#fff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-black .swiper-pagination-bullet-active,.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}body,html{font-family:SpaceGrotesk,Helvetica,Tahoma,Arial,sans-serif;font-weight:400;color:#000}@media (max-width:767px){body{height:calc(var(--vh, 1vh)*100);min-height:-webkit-fill-available}}main{width:100%}img,video{display:block;max-width:100%;height:auto}[class*=btn],[class*=button],[class*=link],[type*=submit],a,button{cursor:pointer}.body--overflow,[data-accordeon-content],main{overflow:hidden}.h1,.title{text-align:center}.title{margin:0 auto}.h1{font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:48px;line-height:1.08333;text-transform:uppercase}@media (min-width:2240px){.h1{font-size:60px}}@media (max-width:1054px){.h1{font-size:40px;line-height:1.3}}@media (max-width:894px){.h1{font-size:48px;line-height:1.08333}}@media (max-width:767px){.h1{font-size:28px;line-height:1.14286}}.title .h1{min-width:465px;display:inline-block;padding:14px 66.8px 13px;border:1px solid #000}@media (min-width:2240px){.title .h1{min-width:600px;padding:20px 100px}}@media (max-width:1054px){.title .h1{min-width:352px;padding:6px 27.43px}}@media (max-width:894px){.title .h1{min-width:423px;padding:13px 33.8px 14px}}@media (max-width:767px){.title .h1{min-width:288px;padding:15px 8.35px 16px}}.h2{font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:30px;line-height:1.13333;text-transform:uppercase}@media (min-width:2240px){.h2{font-size:40px}}@media (max-width:1054px){.h2{font-size:25px;line-height:1.12}}@media (max-width:894px){.h2{font-size:28px}}@media (max-width:767px){.h2{font-size:22px;line-height:1.18182}}.h3{font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:25px;line-height:1.6;text-transform:uppercase}@media (max-width:767px){.h3{font-size:18px;line-height:1.22222}}.h4{font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:20px;line-height:1.2;text-transform:uppercase}@media (min-width:2240px){.h4{font-size:25px}}@media (max-width:1054px){.h4{font-size:18px;line-height:1.33333}}@media (max-width:894px){.h4{font-size:20px}}@media (max-width:767px){.h4{font-size:18px;line-height:1.22222}}.txt{font-size:22px;line-height:1.36364}@media (min-width:1900px){.txt{font-size:30px}}@media (min-width:2240px){.txt{font-size:40px}}@media (max-width:1054px){.txt{font-size:22px;line-height:1.18182}}@media (max-width:894px){.txt{font-size:23px;line-height:1.2}}@media (max-width:767px){.txt{font-size:18px;line-height:1.22222}}.txt li:not(:last-child),.txt ol:not(:last-child),.txt p:not(:last-child),.txt ul:not(:last-child){margin-bottom:1em}.txt b,.txt strong{font-weight:700}.txt em,.txt i{font-style:italic}.txt a{text-decoration:underline}.txt a:hover{text-decoration:none}.wrapper{padding:0 50px}@media (max-width:1054px){.wrapper{padding:0 25px}}@media (max-width:767px){.wrapper{padding:0 25px}}.wrapper-section{padding:0 85px 0 50px}@media (max-width:1054px){.wrapper-section{padding:0 65px 0 25px}}@media (max-width:894px){.wrapper-section{padding:0 25px}}@media (max-width:767px){.wrapper-section{padding:0 25px}}.container{width:100%;margin:0 auto;max-width:1340px}@media (min-width:1900px){.container{max-width:1608px}}@media (min-width:1442px){.container{max-width:100%}}.container-smaller{width:100%;margin:0 auto;max-width:1305px}@media (min-width:1442px){.container-smaller{max-width:100%}}@media (min-width:2240px){.container-smaller{max-width:100%}}@media (max-width:1054px){.container-smaller{max-width:1300px}}.btn-underline,.header__lang,.hero__link span{position:relative}.btn-underline:after,.header__lang:after,.header__link:after{content:'';display:block;width:0;height:1px;background:currentColor;position:absolute;bottom:0;left:0;transition:.6s}.btn-underline:hover::after,.header__lang:hover::after,.header__link:hover::after{width:100%}@media (max-height:696px){.header__link:after{bottom:7px}}.cursor{position:fixed;z-index:100000000;left:0;top:0;width:32px;height:32px;pointer-events:none;opacity:0}.cursor svg{fill:#000}.cursor svg circle{fill:none;stroke:#000}.cursor__default{transform-origin:left top;transition:transform .4s ease-out}.cursor__default svg{width:100%;height:100%}.cursor__drag{display:none;position:absolute;left:calc(50% - 64px);top:calc(50% - 31px)}.cursor__drag svg{width:128px;height:62px}.cursor--hover .cursor__default{transform:scale(.7)}.cursor--drag{mix-blend-mode:difference}.cursor--drag .cursor__default,.cursor--hidden{display:none}.cursor--drag .cursor__drag{display:block;filter:invert(1)}.header{position:fixed;z-index:1000;left:0;top:0!important;width:100%;padding-top:40px;justify-content:space-between}.header,.header__center,.header__left,.header__right{display:flex;align-items:center}.header__left,.header__right{width:35%}@media (max-width:767px){.header__left,.header__right{width:auto}}.header__center{justify-content:center;text-align:center}.header__right{justify-content:flex-end;text-align:right}.header__aside{position:absolute;right:50px;top:51.5vh;transform-origin:right top;transform:rotate(90deg) translate(50%,0)}@media (min-width:1899px){.header__aside{right:50px}}@media (max-width:1054px){.header__aside{right:25px}}@media (max-width:894px){.header__aside{display:none;right:0;top:100%;transform:none;width:100%;height:calc(100vh - 100%);height:calc((var(--vh, 1vh)*100) - 100%);padding:50px 25px}}@media (max-width:767px){.header__aside{padding:30px 25px}}@media (max-width:894px){.header__aside--open{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}}.header__logo-alta img,.header__logo-next img{display:block;width:100%}.header__logo-next{width:167px;height:58px;transform:translateX(-3.6%)}@media (min-width:1900px){.header__logo-next{width:200.4px;height:69.6px}}@media (min-width:2240px){.header__logo-next{width:250.5px;height:87px}}@media (max-width:767px){.header__logo-next{width:100px;height:33px}}.header__logo-alta{width:186px;transition:opacity .2s ease-out}@media (min-width:1900px){.header__logo-alta{width:223.2px}}@media (min-width:2240px){.header__logo-alta{width:279px}}@media (max-width:1054px){.header__logo-alta{width:162px}}@media (max-width:767px){.header__logo-alta{width:100px}}.header--scrolled .header__logo-alta{opacity:0}.header__langs{border:1px solid #000;padding:10px 15px;text-align:center;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:15px;line-height:1.2;text-transform:uppercase;transition:opacity .2s ease-out}@media (min-width:1900px){.header__langs{padding:15px 20px;font-size:18px}}@media (min-width:2240px){.header__langs{border-width:2px;padding:20px 30px;font-size:22px}}@media (max-width:894px){.header__langs{position:absolute;top:calc(100% + 36px);right:45px;transform-origin:right top;transform:rotate(90deg) translate(100%,0);border:0;padding:0}}@media (max-width:767px){.header__langs{top:calc(100% + 20px);right:25px;font-size:14px;z-index:100}}@media (max-width:894px){.header--scroll-down .header__langs{opacity:0}}.header__lang--current:after{width:100%}.header__burger{transition:opacity .2s ease-out,margin .2s linear}@media (min-width:895px){.header__burger{display:none}}.header--scroll-down .header__burger{opacity:0;visibility:hidden}.header__burger svg{display:block;width:57px;height:30px;stroke:#000}@media (max-width:767px){.header__burger svg{width:38px;height:20px}}.header__burger .i-burger{overflow:visible}.header__burger .i-burger__top{transform-origin:right top;transition:transform .2s ease-out}.header__burger .i-burger__center{transition:opacity .1s ease-out}.header__burger .i-burger__bottom{transform-origin:right bottom;transition:transform .2s ease-out}.header__burger--cross{margin-right:-10px;margin-left:10px}.header__burger--cross .i-burger__top{transform:rotate(-45deg) scaleX(.78) translate(-26%,-36%)}.header__burger--cross .i-burger__center{opacity:0}.header__burger--cross .i-burger__bottom{transform:rotate(45deg) scaleX(.78) translate(-26%,36%)}.header__menu{display:flex}@media (max-width:894px){.header__menu{width:100%;max-width:570px;flex-direction:column;overflow-y:auto;overflow-x:hidden}.header__menu::-webkit-scrollbar{display:none;width:0}}@media (max-width:767px){.header__menu{margin:70px auto auto;height:100%;padding-top:10px;padding-bottom:10px}}@media (min-width:895px){.header__menu li:not(:last-child){margin-right:30px}}@media (min-width:1900px){.header__menu li:not(:last-child){margin-right:40px}}@media (min-width:2240px){.header__menu li:not(:last-child){margin-right:55px}}@media (max-width:894px){.header__menu li:not(:last-child){margin-bottom:40px}}@media (max-width:767px){.header__menu li:not(:last-child){margin-bottom:30px}}@media (max-height:696px){.header__menu li:not(:last-child){margin-bottom:25px}}.header__link{position:relative;display:block;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:15px;line-height:1.2;text-transform:uppercase;transition:color .2s ease-out}@media (min-width:1900px){.header__link{font-size:18px}}@media (min-width:2240px){.header__link{font-size:22px}}@media (max-width:894px){.header__link{border:1px solid #000;padding:15px 0;text-align:center;font-size:48px;line-height:1}.header__link:after{display:none}}@media (max-height:696px){.header__link{padding:0 0 10px}}@media (max-width:767px){.header__link{font-size:28px;line-height:1.2;padding:10px 0}}.header__link::before{content:"";position:absolute;left:-10px;top:-10px;width:calc(100% + 20px);height:calc(100% + 20px)}@media (min-width:895px){.header__link--mobile{display:none}}.header__link--current:after,.hero__link:hover span:after{width:100%}.header__copyright{margin-top:11.32813vh;text-align:center;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:15px;line-height:1.26667;text-transform:uppercase}@media (max-width:767px){.header__copyright{margin-top:0;font-size:10px;line-height:1.4}}@media (max-width:410px){.header__copyright{font-size:9px}}@media (min-width:895px){.header__copyright{display:none}}.footer{font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:15px;line-height:1.2;text-transform:uppercase;background:#fff}@media (min-width:1900px){.footer{font-size:18px}}@media (min-width:2240px){.footer{font-size:22px}}@media (max-width:767px){.footer{font-size:14px;line-height:1.28571}}.footer__bottom,.footer__top{border-top:1px solid #000;padding:50px 0;display:flex;justify-content:space-between}@media (max-width:767px){.footer__bottom,.footer__top{padding:30px 0}}@media (min-width:768px) and (max-width:894px){.footer__top{padding-bottom:45px}}@media (max-width:767px){.footer__top{flex-direction:column}}.footer__bottom{align-items:center}@media (max-width:894px){.footer__bottom{padding-bottom:35px;flex-direction:column}}@media (max-width:767px){.footer__bottom{padding-bottom:15px}.footer__partners{margin-bottom:35px}}@media (min-width:895px){.footer__copyright{padding-right:30px}}.footer__title{margin-bottom:30px}@media (min-width:2240px){.footer__title{margin-bottom:40px}}@media (max-width:null){.footer__title{margin-bottom:20px}}.footer__logos{display:flex;align-items:flex-start}.footer__logos a:not(:last-child),.footer__logos img:not(:last-child){margin-right:75px}@media (min-width:895px) and (max-width:1054px){.footer__logos a:not(:last-child),.footer__logos img:not(:last-child){margin-right:60px}}@media (max-width:767px){.footer__logos a:not(:last-child),.footer__logos img:not(:last-child){margin-right:50px}}.footer__logos [src*=cmyk],.footer__logos [src*=ita]{width:97px}@media (min-width:1900px){.footer__logos [src*=cmyk],.footer__logos [src*=ita]{width:116.4px}}@media (min-width:2240px){.footer__logos [src*=cmyk],.footer__logos [src*=ita]{width:145.5px}}@media (min-width:895px) and (max-width:1054px){.footer__logos [src*=cmyk],.footer__logos [src*=ita]{width:80px}}@media (max-width:767px){.footer__logos [src*=cmyk],.footer__logos [src*=ita]{width:66px}}.footer__logos [src*=maeci]{width:225px;transform:translateY(-8.42%)}@media (min-width:1900px){.footer__logos [src*=maeci]{width:270px}}@media (min-width:2240px){.footer__logos [src*=maeci]{width:337.5px}}@media (min-width:895px) and (max-width:1054px){.footer__logos [src*=maeci]{width:190px}}@media (max-width:767px){.footer__logos [src*=maeci]{width:152px}}.footer__logos [src*=nascent]{width:113px}@media (min-width:1900px){.footer__logos [src*=nascent]{width:135.6px}}@media (min-width:2240px){.footer__logos [src*=nascent]{width:169.5px}}@media (min-width:895px) and (max-width:1054px){.footer__logos [src*=nascent]{width:85px}}@media (max-width:767px){.footer__logos [src*=nascent]{width:96px}}@media (min-width:895px) and (max-width:1299px){.footer__contact{font-size:10px;line-height:1.8}}@media (max-width:894px){.footer__contact{margin-bottom:40px;text-align:center}}@media (max-width:767px){.footer__contact{margin-bottom:30px;font-size:10px}}@media (max-width:410px){.footer__contact{font-size:9px}}.footer__socials{display:flex;justify-content:flex-end}@media (max-width:894px){.footer__socials{justify-content:center}}.footer__social{width:25px;height:25px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#000}@media (min-width:1900px){.footer__social{width:30px;height:30px}}@media (min-width:2240px){.footer__social{width:37.5px;height:37.5px}}.footer__social:not(:last-child){margin-right:10px}@media (min-width:1900px){.footer__social img{transform:scale(1.2)}}@media (min-width:2240px){.footer__social img{transform:scale(1.5)}}.footer__social [src*=linkedin]{margin:0 0 2px 1px}.pages__list{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:28px}.pages__list a{display:block;padding:12px}.video-bg{position:fixed;z-index:-100;top:0;left:0;width:100%;height:100%}.video-bg video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-bg--overlay{z-index:950}.hero{height:100vh;height:calc(var(--vh, 1vh)*100)}.hero__container{height:100%;display:flex;flex-wrap:wrap;align-content:flex-end;justify-content:space-between}@media (min-width:1899px){.hero__container{max-width:100%}}.hero__container::after{content:"";width:100%;height:5.12821%}@media (max-width:1054px){.hero__container::after{height:5.85938%}}@media (orientation:portrait){.hero__container::after{order:3;height:4.39453%}}.hero__left{height:53.84615%;/*display:flex;flex-direction:column;*/justify-content:space-between;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;font-size:30px;line-height:1.13333;text-transform:uppercase}@media (min-width:1900px){.hero__left{/*font-size:40px*/}}@media (min-width:2240px){.hero__left{/*font-size:50px*/}}@media (min-width:895px) and (max-width:1054px){.hero__left{height:56.38021%;font-size:25px;line-height:1.16}}@media (orientation:portrait){.hero__left{order:2;width:100%;height:auto}}@media (max-width:767px){.hero__left{font-size:28px;line-height:1.14286}}.hero__left::after{margin-top:auto;height:20%}@media (orientation:landscape){.hero__left::after{content:""}}@media (max-width:1054px){.hero__left::after{height:28.86836%}}@media (max-width:767px){.hero__time{font-size:22px;line-height:1.18182}}.hero__link{margin-top:auto}@media (orientation:portrait){.hero__link{/*margin-top:7.32422vh*/}}@media (max-width:767px){.hero__link{margin-top:6.91964vh}}@media (max-width:767px) and (min-aspect-ratio:375/760){.hero__link{margin-top:4vh}}.hero__link:hover>mark{transform:translateX(34px)}.hero__link mark{display:inline-block;background:0 0;transform:translateX(0);transition:.4s}.hero__link span:after{content:'';display:block;width:0;height:2px;background:currentColor;position:absolute;bottom:5px;left:0;transition:.6s}.hero__logos{order:1;min-height:47px;display:flex;align-items:flex-start}@media (max-width:1054px){.hero__logos{min-height:40px}}@media (orientation:portrait){.hero__logos{display:none}}.hero__logos img:not(:last-child){margin-right:60px}@media (max-width:1054px){.hero__logos img:not(:last-child){margin-right:50px}}.hero__logos [src*=ita]{width:78px}@media (max-width:1054px){.hero__logos [src*=ita]{width:66px}}.hero__logos [src*=maeci]{width:178px}@media (max-width:1054px){.hero__logos [src*=maeci]{width:151px}}.hero__right{margin-right:20.89552%;width:25.59701%;margin-top:60px}@media (max-width:1054px){.hero__right{margin-right:17.04312%;width:31.93018%;margin-top:0}}@media (orientation:portrait){.hero__right{order:1;margin-left:auto;margin-bottom:11.32813vh;width:51.53203%}}@media (max-width:767px){.hero__right{margin-bottom:13.83929vh;margin-right:auto;width:79.12088%}}@media (max-width:767px) and (min-aspect-ratio:375/760){.hero__right{margin-bottom:9vh}}@media (max-width:767px) and (min-aspect-ratio:375/605){.hero__right{margin-bottom:7vh;width:70%}}.hero__right img{width:100%}.concept-section{padding-top:130px}@media (max-width:1054px){.concept-section{padding-top:80px}}@media (max-width:767px){.concept-section{padding-top:90px}}.concept-section .container-smaller{border-bottom:1px solid #000}@media (max-width:1054px){.concept-section .container-smaller{border-bottom:none}}.concept-section .title{margin-bottom:90px}@media (max-width:1054px){.concept-section .title{margin-bottom:130px}}@media (max-width:767px){.concept-section .title{margin-bottom:75px}}.concept-content{display:flex;padding-bottom:140px}@media (max-width:1054px){.concept-content{padding-bottom:0}}@media (max-width:894px){.concept-content{flex-direction:column-reverse;align-items:center}}.concept-content__right{width:32.95019%;margin:40px auto 0}@media (max-width:1054px){.concept-content__right{width:36.95882%;margin-top:30px}}@media (max-width:894px){.concept-content__right{margin-top:0;margin-bottom:112px;width:100%}}@media (max-width:767px){.concept-content__right{margin-bottom:65px}}.concept-text{width:50.34483%}@media (max-width:1054px){.concept-text{width:52.79831%;margin-right:6.3358%}}@media (max-width:894px){.concept-text{margin-right:0;width:100%}}.concept-text p:not(:last-child){margin-bottom:30px}@media (max-width:1054px){.concept-text p:not(:last-child){margin-bottom:25px}}.concept-text p:not(:last-child):not(.concept-text__name)::before{content:'';display:inline-block;width:1px;height:1px;margin-right:30px}@media (max-width:767px){.concept-text p:not(:last-child):not(.concept-text__name)::before{margin-right:0;display:none}}.concept-text__name{text-align:right;margin-top:40px}@media (max-width:1054px){.concept-text__name{margin-top:0}}.concept-text__name span,.slider-pagination span{text-transform:uppercase}.speaker{width:100%;text-align:center;max-width:430px;margin:0 auto}@media (max-width:894px){.speaker{margin-left:auto;margin-right:auto;max-width:425px}}@media (max-width:767px){.speaker{max-width:290px}}@media (min-width:2240px){.concept-content__right .speaker{max-width:none;width:70.58824%}}.speaker:hover .speaker__img--date{opacity:1}.speaker__img{width:100%;margin:0 auto 20px;overflow:hidden;color:#fff;display:flex;align-items:flex-end;-webkit-clip-path:url(#clip);clip-path:url(#clip);position:relative}.speaker__img::before{display:block;width:100%;padding-top:100%;content:''}@media (max-width:1054px){.speaker__img{margin-bottom:15px}}.speaker__img--shape-1{-webkit-clip-path:url(#speaker-form-1);clip-path:url(#speaker-form-1)}.speaker__img--shape-2{-webkit-clip-path:url(#speaker-form-2);clip-path:url(#speaker-form-2)}.speaker__img--shape-3{-webkit-clip-path:url(#speaker-form-3);clip-path:url(#speaker-form-3)}.speaker__img img,.speaker__img svg{position:absolute;z-index:10;left:0;top:0;margin:0 auto;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.speaker__img svg path{transform-origin:center;transform:scale(1.8) rotate(45deg);transition:transform .5s}@media (max-width:894px){.speaker__img svg path{transform:scale(1.8) rotate(45deg)!important}}.speaker__img svg image{transition:opacity .5s}@media (max-width:894px){.speaker__img svg rect{display:none}}.speaker:hover .speaker__img svg path{transform:scale(1) rotate(0deg)}.speaker:hover .speaker__img svg image{opacity:.75}@media (max-width:894px){.speaker:hover .speaker__img svg image{opacity:1}.speaker.is-open .speaker__img svg path{transform:scale(1) rotate(0deg)!important}}.speaker__img--date{position:absolute;z-index:50;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s ease-out}@media (max-width:1054px){.speaker__img--date{display:none}}.speaker__img--date .h2{margin-bottom:2px}.speaker__overlay{display:none;position:absolute;z-index:30;left:0;top:0;width:100%;height:100%;opacity:0;background-color:rgba(0,0,0,.25);transition:opacity .4s ease-out}.speaker__overlay--hover{opacity:1}.speaker__name{margin-bottom:15px;transition:color .4s ease-out}@media (max-width:1054px){.speaker__name{margin-bottom:10px}}.speaker__curator{margin-bottom:15px;opacity:1;transition:color .4s ease-out}@media (max-width:1054px){.speaker__curator{margin-bottom:10px}}@media (max-width:894px){.speaker__curator{margin-bottom:15px}}@media (max-width:767px){.speaker__curator{margin-bottom:20px}}.speaker__bio-btn{display:inline-flex;align-items:center;justify-content:center}@media (max-width:1054px){.speaker__bio-btn{margin-left:-13px}}@media (max-width:767px){.speaker__bio-btn{margin-left:0}}.speaker__bio-btn:hover>svg{transform:rotate(180deg)}.speaker__bio-btn svg{margin-right:20px;transition:transform .4s ease-out}@media (min-width:895px) and (max-width:1054px){.speaker__bio-btn svg{width:16px;height:16px}}@media (max-width:767px){.speaker__bio-btn svg{margin-right:5px;width:12px;height:12px}}.speaker__bio-btn--close{display:none}.speaker-info__title{margin:0 auto 20px;transition:color .4s ease-out;max-width:403px}.speaker-info__desc{margin-bottom:15px;font-size:15px;line-height:1.26667;letter-spacing:-.02em;text-transform:uppercase;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif}@media (min-width:2240px){.speaker-info__desc{font-size:18px}}.speaker.is-open .speaker__curator{opacity:0;margin-top:-39px}.speaker.is-open .speaker__bio-btn svg{transform:rotate(45deg)}@media (max-width:894px){.speaker.is-open .speaker__bio-btn svg{transform:rotate(45deg)!important}}.speaker.is-open .speaker__bio-btn:hover>svg{transform:rotate(210deg)}.speaker.is-open .speaker__bio-btn--open{display:none}.speaker.is-open .speaker__bio-btn--close{display:block}.speaker__svg{width:0;height:0}@media (min-width:1900px){.speaker.swiper-slide{max-width:unset}}.speakers-section{overflow:hidden;padding-top:180px;padding-bottom:85px}@media (max-width:1054px){.speakers-section{padding-bottom:70px}}@media (max-width:894px){.speakers-section{padding-top:255px;padding-bottom:85px}}@media (max-width:767px){.speakers-section{padding-top:170px;padding-bottom:70px}}.speakers-section .title{margin-bottom:130px}@media (max-width:767px){.speakers-section .title{margin-bottom:75px}}@media (min-width:1900px){.speakers-section .speaker__img{width:100%}}.speakers-section .speaker__curator{display:none}@media (max-width:894px){.speakers-container{margin:0 auto;max-width:425px}}@media (max-width:767px){.speakers-container{max-width:290px}}.speakers-container .js-slider-init{opacity:0}.speakers-container .js-slider-init.swiper-container-initialized{opacity:1}.slider-pagination{display:none}.slider-pagination span{font:23px SpaceMono,Helvetica,Tahoma,Arial,sans-serif}@media (max-width:767px){.slider-pagination span{font-size:18px}}@media (max-width:1054px){.slider-pagination{display:flex;justify-content:space-between;align-items:flex-end;max-width:351px;width:100%;margin:86px auto 0}}@media (max-width:894px){.slider-pagination{max-width:312px;margin:84px auto 0}}@media (max-width:767px){.slider-pagination{max-width:288px;margin-top:66px;align-items:unset}}.programme{padding-top:90px}@media (max-width:1299px){.programme{padding-top:85px}}@media (max-width:894px){.programme{padding-top:87px}}@media (max-width:767px){.programme{padding-top:36px}}.programme-container{margin-left:auto;width:87.08955%}@media (max-width:1054px){.programme-container{width:93.42916%}}@media (max-width:894px){.programme-container{width:100%}}@media (min-width:1899px){.programme>.container{max-width:1660px}}.programme-schedule{padding-left:47px}@media (min-width:1441px){.programme-schedule{padding-left:100px}}@media (max-width:1299px){.programme-schedule{padding-left:0}}.programme .title{margin-bottom:130px}@media (max-width:767px){.programme .title{margin-bottom:70px}}.programme-item{display:flex;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;align-items:flex-start;margin-bottom:75px}@media (max-width:894px){.programme-item{flex-direction:column;text-align:center;align-items:center;margin-bottom:70px}}.programme-item:last-child{margin-bottom:0}.programme-item--right{margin-left:255px}@media (max-width:894px){.programme-item--right{margin-left:0}}.programme-item__time{font-size:20px;display:flex;align-items:center}@media (min-width:1900px){.programme-item__time{font-size:25px}}@media (min-width:2240px){.programme-item__time{font-size:30px}}@media (max-width:894px){.programme-item__time{margin-right:9px;margin-bottom:20px}}@media (max-width:767px){.programme-item__time{font-size:18px;margin-right:8px;margin-bottom:15px}}.programme-item__time p{margin-right:39px}@media (max-width:894px){.programme-item__time p{margin-right:0}}.programme-item__time svg{width:12px;margin-right:30px}@media (min-width:1900px){.programme-item__time svg{width:14px}}@media (min-width:2240px){.programme-item__time svg{width:18px}}@media (max-width:1299px){.programme-item__time svg{margin-right:29px}}@media (max-width:894px){.programme-item__time svg{margin-right:0;margin-left:23px;transform:rotate(90deg)}}@media (max-width:767px){.programme-item__time svg{margin-left:15px}}.programme-item__title-desc{font-size:25px;font-family:SpaceGrotesk,Helvetica,Tahoma,Arial,sans-serif;margin-bottom:15px}@media (min-width:1900px){.programme-item__title-desc{font-size:30px}}@media (min-width:2240px){.programme-item__title-desc{font-size:35px}}@media (max-width:1299px){.programme-item__title-desc{font-size:20px}}@media (max-width:894px){.programme-item__title-desc{font-size:23px;margin-bottom:20px}}@media (max-width:767px){.programme-item__title-desc{font-size:18px;margin-bottom:15px}}.programme-item__title-name{font-size:30px;text-transform:uppercase;display:flex;align-items:center}@media (min-width:1900px){.programme-item__title-name{font-size:38px}}@media (min-width:2240px){.programme-item__title-name{font-size:48px}}@media (max-width:1299px){.programme-item__title-name{font-size:25px;align-items:baseline}}@media (max-width:894px){.programme-item__title-name{font-size:30px}}@media (max-width:767px){.programme-item__title-name{font-size:22px;justify-content:center;white-space:nowrap}}@media (max-width:413px){.programme-item__title-name{font-size:16px}}.programme-item__title-name:not(:last-child){margin-bottom:5px}.programme-item__title-name .smaller{font-size:25px;margin-left:15px}@media (min-width:1900px){.programme-item__title-name .smaller{font-size:30px}}@media (min-width:2240px){.programme-item__title-name .smaller{font-size:35px}}@media (max-width:1299px){.programme-item__title-name .smaller{font-size:20px}}@media (max-width:767px){.programme-item__title-name .smaller{font-size:18px}}@media (max-width:413px){.programme-item__title-name .smaller{font-size:16px}}.programme-item__title-info{font-size:25px;font-family:SpaceGrotesk,Helvetica,Tahoma,Arial,sans-serif;margin-top:19px}@media (max-width:1299px){.programme-item__title-info{font-size:20px}}.marquee{margin:170px 0;position:relative;overflow:hidden;text-transform:uppercase}@media (max-width:767px){.marquee{margin:125px 0}}.marquee svg{margin-left:30px;margin-right:5px}@media (max-width:1054px){.marquee svg{width:20px;margin-right:2px}}@media (max-width:767px){.marquee svg{width:15px;height:15px}}.marquee__inner{-webkit-font-smoothing:antialiased;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:flex;flex:auto;flex-direction:row}.marquee__part{flex-shrink:0;font-smooth:always}.previous-section .title{margin-bottom:130px}@media (max-width:767px){.previous-section .title{margin-bottom:70px}}.previous-container{width:60%;margin:0 auto;max-width:865px;padding-bottom:169px}@media (min-width:2240px){.previous-container{max-width:1200px}}@media (max-width:1299px){.previous-container{max-width:693px}}@media (max-width:894px){.previous-container{max-width:620px}}@media (max-width:767px){.previous-container{padding-bottom:75px}}.previous-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 165px}@media (max-width:1299px){.previous-grid{gap:0 80px}}@media (max-width:767px){.previous-grid{display:block;max-width:172px;margin:0 auto}}.previous-item{max-width:350px;width:100%;margin:0 auto 50px auto }@media (max-width:767px){.previous-item{margin-bottom:30px;display:block}.previous-item:last-child{margin-bottom:0}}.previous-item__img{position:relative;overflow:hidden}.previous-item__img-main{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.previous-item:hover .previous-item__img-main{transform:scale(1.05)}.previous-item__img-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;max-width:168px;width:100%;background:#fff;overflow:hidden}.previous-item__img-middle img{width:100%}@media (min-width:2240px){.previous-item__img-middle{max-width:48.41499%}}@media (max-width:1299px){.previous-item__img-middle{max-width:136px}}@media (max-width:894px){.previous-item__img-middle{max-width:119px}}@media (max-width:767px){.previous-item__img-middle{max-width:83px}}.previous-item__date{display:flex;justify-content:space-between;align-items:flex-end;font-family:SpaceMono,Helvetica,Tahoma,Arial,sans-serif;margin-top:15px}@media (max-width:1299px){.previous-item__date{margin-top:14px}}@media (max-width:894px){.previous-item__date{margin-top:17px}}@media (max-width:767px){.previous-item__date{margin-top:11px}}.previous-item__year{font-size:30px}@media (min-width:2240px){.previous-item__year{font-size:40px}}@media (max-width:1299px){.previous-item__year{font-size:25px}}@media (max-width:894px){.previous-item__year{font-size:30px}}@media (max-width:767px){.previous-item__year{font-size:16px}}.previous-item__discover{font-size:20px;text-transform:uppercase;position:relative;display:flex;margin-bottom:3px}@media (min-width:2240px){.previous-item__discover{font-size:30px}}@media (max-width:1299px){.previous-item__discover{font-size:18px;margin-bottom:1px}}@media (max-width:894px){.previous-item__discover{font-size:20px;margin-bottom:1px}}@media (max-width:767px){.previous-item__discover{font-size:16px;margin-bottom:0}}.previous-item__discover svg{margin-left:15px;margin-top:5px;transition:transform .4s ease-out}@media (min-width:2240px){.previous-item__discover svg{width:15px;height:15px}}@media (max-width:1299px){.previous-item__discover svg{margin-top:4px;margin-left:13px}}@media (max-width:767px){.previous-item__discover svg{margin-top:5px;margin-left:9px}}.previous-item:hover .previous-item__discover>svg{transform:translate(40%,-40%)}[data-animation-fadeY]{opacity:0;transform:translateY(50px)}
/*# sourceMappingURL=frontend.css.map */
