body {
font-family: "Ubuntu", sans-serif;
}

.mobile-header {
    box-shadow: none;
}

/*TOP MENU*/

.notloggedin #topbanner {
position: absolute;
}

.topmenu a:hover{
color: #fff;
  transition: all 0.35s ease;
}

.topmenu a:before,
.c-custome-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.topmenu a:before {
  bottom: 10px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
.topmenu a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.topmenu a:hover:before {
  opacity: 1;
  width: 80%;
}
.topmenu a:hover:after {
  max-width: 80%;
}


/*END OF TOP MENU*/



.c-idiotita {
letter-spacing: 1px;
font-size: 1em;
font-weight: 900;
margin-bottom: 30px !important;
}


/*FOOTER*/

.c-footer {
display: flex;
    flex-direction: column;
    align-items: center;
}

.c-footer-logo {
margin-bottom: 30px;
height: 15vh;
width: auto;
}

.c-footer-contact {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.c-footer-contact p{
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}

/*END OF FOOTER*/.c-newlogo {
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 85px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: #204497;
    background-image: url('/cache/files/44859f34edcd353d9e29e0925a3e2dd06cbdbe5b.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    margin: 2vh;
}

.side-nav__header {
    max-height: 200px;
    height: 10%;
}

.side-nav__hide {
    right: 16px;
top: 20px;
left: auto;
}

.side-nav__footer {
    box-shadow: none;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
}
.c-button-1:hover {
    background-color: #bdeafb;
color: #204497;
}


.c-button-2 {
display: inline-block;
    text-align: center;
    padding: 0px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
min-width: 200px;
}
.c-button-2:hover {
    background-color: #FBB042;
}

.c-button-3 {
display: inline-block;
    text-align: center;
    padding: 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #fbb042;
color: #fff;
border-radius: 20px;
font-size: 0.8em;
}
.c-button-3:hover {
    background-color: #204497;
color: #fff;
}





.c-button-4 {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: transparent;
border: 2px solid #fff;
color: #fff;
border-radius: 20px;
font-size: 1.2em;
}
.c-button-4:hover {
    background-color: #ffb353;
    color: #ffffff;
}.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: -20px;
    bottom: 0;
    width: 50px;
    height: 55px;
    opacity: 1;
background-color: #222;
top: 40%;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: -40px;
    bottom: 0;
    width: 50px;
    height: 55px;
    opacity: 1;
background-color: #222;
top: 40%;
right: 0;
}

.slick-prev:hover, .slick-next:hover {
background-color: #fbb042;
}

.slick-next:focus, .slick-prev:focus {
background-color: #222;
}


.slick-next:before {
    top: 15px;
    right: 12px;
    height: 25px;
    width: auto;
}

.slick-prev:before {
    top: 15px;
    left: 12px;
    height: 25px;
    width: auto;
}.notloggedin .c-custome-menu {
position: absolute;
z-index: 100;
display: flex;
gap: 5vh;
max-width: 80vw;
padding: 5vh;
}

.c-custome-menu a{
text-decoration: none;
padding: 0.5em 0;
color: rgba(255, 255, 255, 0.5);
font-weight: 500;
position: relative;
  transition: all 0.35s ease;
}

.c-custome-menu a:hover{
color: #fff;
  transition: all 0.35s ease;
}

.c-custome-menu a:before,
.c-custome-menu a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.c-custome-menu a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
.c-custome-menu a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.c-custome-menu a:hover:before {
  opacity: 1;
  width: 100%;
}
.c-custome-menu a:hover:after {
  max-width: 100%;
}.notloggedin #topmenu {
display: none;
}

#overlay1990 {
    display: none !important;
}


a.mobile-header-startlink {
display: none;
}

#mobile-header {
    position: fixed;
}

/*SCROLL TO TOP*/
.scrolltopbutton {
    display: block;
    position: fixed;
    bottom: 4vh;
    right: 10px;
    cursor: pointer;
    z-index: 300;
}
/*END OF SCROLL TO TOP*/



/*MAIN BANNER INTRO */

.c-intro {
background-color: #204497;
color: #fff;
width: 100%;
min-height: 100vh;
position: relative;
}

.c-intro-container {
display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5vh;
justify-content: space-around;
}

@media (max-width: 912px) {
.c-intro-container {
    flex-direction: column-reverse;;
    gap: 0vh;
align-items: center;
}
}



.c-intro-logo {
margin: 5vh;
    max-width: 50vw;
height: 80vh;
display: flex;
    align-items: flex-end;
}

@media (max-width: 912px) {
.c-intro-logo {
display: none;
}
}



.c-intro-text{
padding: 10vh;
    max-width: 50vw;
margin-bottom: 300px;
}

@media (max-width: 912px) {
.c-intro-text{
padding: 4vh;
    max-width: 100vw;
margin-bottom: 0px;
}
}



.c-intro-graphic {
position: -webkit-sticky;
position: sticky;
right: 0;
width: 500px;
top: 0vh;
    height: 80vh;
display: flex;
    align-items: flex-end;
margin: 5vh;
}

@media (max-width: 912px) {
.c-intro-graphic {
position: relative;
right: auto;
width: auto;
top: auto;
    height: auto;
display: flex;
    align-items: flex-end;
margin: 5vh;
justify-content: center;
margin-top: 90vw;
}
}



.c-place {
line-height: 1em;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 100;
text-align: right;
}

.c-date{
font-size: clamp(2.125rem, 1.944rem + 0.763vw, 3.375rem); /*34-54*/
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 20px;
text-align: right;
}


.c-intro-graphic img{
max-height: 70vh;
width: auto;
}

@media (max-width: 912px) {
.c-intro-graphic img{
max-height: 30vh;
}
}


/*mobile top intro logo*/

.c-intro-logo-big {
    width: 90vw;
    height: auto;
    transition: 1.4s;
    position: absolute;
    top: 25vh;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 100;
}

.c-intro-logo-small-mobile {
width: 85px;
    height: auto;
    transition: 1.4s;
    position: fixed;
    top: 30px;
z-index: 100;
}




.c-foreis {
background-color: #fff;
    padding: 40px 5vw 20px 9vw;
    border-radius: 5px 50% 0px 0px / 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 912px) {
.c-foreis {
    border-radius: 5px 20% 0px 0px;
    position: relative;
    bottom: 0;
    left: 0;
}
}


/*MAIN BANNER INTRO */


/*TITLES*/

.c-big-title {
display: inline-block;
    color: #fff;
    padding: 5px 1vw;
    font-size: 32px;
    font-weight: 900;
position: relative;
max-width: 60vw;
position: relative;
}

.c-big-title:after {
content: '';
    position: absolute;
    top: 0;
    right: -59px;
    width: 60px;
    height: 100%;
    clip-path: polygon(80% 0, 100% 68%, 90% 100%, 0% 100%, 0% 0%);
}

.c-big-title:before{
content: '';
    position: absolute;
    top: 0;
    left: -10vw;
    width: 10.5vw;
    height: 100%;
}



.c-big-title-1 {
    background-color: #80d3ce;
}

.c-big-title-1:after {
    background-color: #80d3ce;
}
.c-big-title-1:before{
    background-color: #80d3ce;
}


.c-big-title-2 {
    background-color: #b397c7;
}

.c-big-title-2:after {
 background-color: #b397c7;
}
.c-big-title-2:before{
    background-color: #b397c7;

}


.c-big-title-3 {
    background-color: #fbb042;
}

.c-big-title-3:after {
    background-color: #fbb042;
}
.c-big-title-3:before{
    background-color: #fbb042;
}





.c-big-title-4 {
display: inline-block;
    background-color: #fff;
    color: #204497;
    padding: 5px 10vw 5px 20px;
    font-size: 32px;
    font-weight: 900;
    position: absolute;
    right: 10vw;
}
@media (max-width: 912px) {
.c-big-title-4 {
top: 17vh;
}
}



.c-big-title-4:after {
content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -18px;
    width: 60px;
    height: 100%;
    clip-path: polygon(11% 0, 31% 0, 31% 100%, 11% 100%, 0 77%);
}
.c-big-title-4:before{
content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -10vw;
    width: 11vw;
    height: 100%;
}



.c-big-title-5 {
display: inline-block;
    background-color: #fff;
    color: #204497;
    padding: 5px 5vw 5px 20px;
    font-size: 32px;
    font-weight: 900;
    position: absolute;
    right: 10vw;
}
@media (max-width: 912px) {
.c-big-title-5 {
top: 5vh;
font-size: 28px;
}
}



.c-big-title-5:after {
content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -18px;
    width: 60px;
    height: 100%;
    clip-path: polygon(11% 0, 31% 0, 31% 100%, 11% 100%, 0 77%);
}
.c-big-title-5:before{
content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -10vw;
    width: 11vw;
    height: 100%;
}



/*END OF TITLES*/





/*about and statistics*/
.c-about-and-statistics-container {
display: flex;
    flex-direction: row-reverse;
justify-content: flex-end;
    align-items: center;
}

@media (max-width: 912px) {
.c-about-and-statistics-container {
flex-direction: column;
}
}





/*ABOUT FORUM*/

.c-about-container {
    max-width: 70vw;
    padding: 10vh;
}

@media (max-width: 912px) {
.c-about-container {
    max-width: 100vw;
    padding: 4vh;
}
}



.c-skopos { 
display: flex;
gap: 4vh;
}
@media (max-width: 912px) {
.c-skopos { 
flex-direction: column;
gap: 0vh;
}
}



.c-skopos-letter { 
font-size: 30px;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 900;
    background-color: #2076bc;
    display: inline-block;
    color: #fff;
    padding: 5px;
    height: 45px;
position: relative;
}

.c-skopos-letter:after { 
content: '';
    background-color: #2076bc;
    position: absolute;
    top: 0;
    right: -11px;
    width: 12px;
    height: 45px;
    clip-path: polygon(80% 0, 100% 68%, 90% 100%, 0% 100%, 0% 0%);
}


/*END OF ABOUT FORUM*/


/*STATISTICS*/

.c-statistics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 912px) {
.c-statistics {
    flex-direction: row;
margin-top: 4vh;
  gap: 3vh;
}
}



.c-statistics div{
background-color: #f1f1f1;
border-radius: 50% 50% 45% 0;
padding: 4vh;
display: flex;
flex-direction: column;
    justify-content: center;
    align-items: center;
width: 14vw;
height: 14vw;
}

@media (max-width: 912px) {
.c-statistics div{
width: 20vh;
height: 20vh;
}
}



.c-statistics-no {
font-weight: 900;
font-size:  18vh;
margin-bottom: 0px;
line-height: 1em;
color: #7ac7e7;
letter-spacing: -10px;
}

@media (max-width: 912px) {
.c-statistics-no {
font-size:  14vh;
letter-spacing: -4px;
}
}


.c-statistics-text {
font-weight: 900;
font-size: 32px;
margin-bottom: 10px;
line-height: 1em;
}
@media (max-width: 700px) {
.c-statistics-text {
font-size: 20px;
}
}



/*END OF STATISTICS*/


/*SPEAKERS*/

/*
#am_1576 {
padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #f1f1f1;
}
*/

div.horizontalitems div.theitems {
    max-width: 90vw;
    margin: 0 auto;
}

#contenttop div.horizontalitems div.item div.photos img {
    max-width: 300px;
}

.c-idiotita {
letter-spacing: 1px;
font-size: 0.9em;
font-weight: 100;
}


.c-speakers-text-container {
padding-left: 10vw;
}
/*END OF SPEAKERS*/




/*PROGRAMM*/
.c-program {
background-color: #204497;
color: #fff;
width: 100%;
position: relative;
}

.c-olympian-logo {
position: absolute;
max-height: 20vh;
width: auto;
top: -5vh;
left: 5vh;
}
@media (max-width: 912px) {
.c-olympian-logo {
position: relative;
}
}



.c-program-container {
    max-width: 80vw;
    padding: 10vh;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-program-container {
    max-width: 100vw;
    padding: 3vh;
}
}




.c-program-row {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ffffff30;
    margin-bottom: 20px;
align-items: flex-start;
padding-top: 20px;
padding-bottom: 20px;
}

@media (max-width: 700px) {
.c-program-row {
flex-direction: column;
align-items: center;
}
}



.c-program-first-row {
margin-top: 10vh;
}

.c-program-time {
    min-width: 115px;
    text-align: right;
}
@media (max-width: 700px) {
.c-program-time {
    text-align: center;
}
}




.c-program-time p{
font-weight: 100;
font-size: 1.2em;
line-height: 1em;
}

.c-program-title {
font-weight: 100;
    font-size: 1.6em;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: -5px;
}

.c-program-subtitle {
font-weight: 600;
    font-size: 0.8em;
    margin-bottom: 5px;
    line-height: 1.6em;
}


.c-program-row ul {
line-height: 1.8em;
    padding-inline-start: 20px;
    list-style-type: disclosure-closed;
font-size: 1.1em;
}

.c-program-row ul li{
margin-bottom: 20px;
}

.c-program-text span{
font-size: 1.2em;
}




/*END OF PROGRAM*/



/*SPONSORS - VENUE*/

.c-sponsors-venue-container {
    max-width: 80vw;
    padding: 10vh;
    position: relative;
}

@media (max-width: 912px) {
.c-sponsors-venue-container {
    max-width: 100vw;
    padding: 4vh;
}
}

.c-diorganosi {
display: flex;
gap: 4vh;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 4vh;
}

@media (max-width: 1280px) {
.c-diorganosi {
flex-direction: column;
}
}

.c-diorganosi2 {
display: flex;
gap: 8vh;
justify-content: center;
align-items: flex-start;
margin-bottom: 12vh;
margin-top: 4vh;
}

@media (max-width: 1280px) {
.c-diorganosi2 {
flex-direction: column;
}
}

.c-thebest-logo {
height: 60px;
width: auto;
}


.c-sponsors-images {
display: flex;
gap: 20px;
margin-bottom: 3vh;
justify-content: center;
}

@media (max-width: 1280px) {
.c-sponsors-images {
justify-content: flex-start;
flex-wrap: wrap;
}
}



.c-sponsors-images-img{
max-height: 120px;
height: auto;
max-width: 220px;
width: auto;
}

.c-venue {
display: flex;
align-items: flex-end;
    gap: 4vh;
margin-bottom: 8vh;
}

@media (max-width: 912px) {
.c-venue {
align-items: flex-start;
    flex-direction: column;
margin-bottom: 0vh;
}
}



.c-venue img{
max-width: 200px;
height: auto;
}

.c-venue p{
margin-bottom: 10px;
}

.c-twf-graphic-2 {
    max-height: 70vh;
    width: auto;
    position: absolute;
    right: 0;
    opacity: 0.2;
    top: 5vh;
}
@media (max-width: 700px) {
.c-twf-graphic-2 {
    right: -15vh;
display: none;
}
}



/*END OF SPONSORS - VENUE*/


/*gold sponsors*/

.c-golden-logos {
max-width: 80vw;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
justify-content: center;
margin-bottom: 4vh;
}

.c-golden-logos img{
max-height: 170px;
height: auto;
max-width: 320px;
width: 100%;
}

.c-silver-logos {
max-width: 80vw;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
justify-content: center;
margin-bottom: 4vh;
}

.c-silver-logos img{
max-height: 70px;
height: auto;
max-width: 220px;
width: auto;
}


.c-xorhgoi-25 {
max-height: 700px;
width: auto;
margin: 0 auto;
}

/*VIDEOS*/



.c-video-container {
background-color: #00ab9d;
color: #fff;
width: 100%;
position: relative;
}

.c-video-inner-container {
    padding: 10vh;
    margin: 0 auto;
}

@media (max-width: 912px) {
.c-video-inner-container {
    padding: 4vh;
}
}

.c-videos {
display: flex;
    flex-wrap: wrap;
    gap: 5vh;
    padding-top: 15vh;
}


.c-videos div{
width: 45%;
}
@media (max-width: 912px) {
.c-videos div{
width: 100%;
}
}

.c-videos iframe{
width: 100%;
height: 50vh;
}



/*TWF 2024*/

.c-twf-2024-container {
padding: 5vh 10vh 3vh 10vh;
    position: relative;
    background-color: #00ab9d;
}

@media (max-width: 912px) {
.c-twf-2024-container {
padding: 5vh 4vh;
}
}




.c-twf-2024 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: absolute;
    top: 7vh;
    right: 10vh;
    min-width: 28vw;
    gap: 20px;
}

@media (max-width: 912px) {
.c-twf-2024 {
position: relative;
    top: auto;
    right: auto;
    min-width: 100%;
}
}

@media (max-width: 540px) {
.c-twf-2024 {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
}



.c-twf-2024 p{
font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 800;
}