/* VARIABLES */
:root {
  --green: #00ae9d;
  --light-green: #76c9af;
  --dark-green: #194659;
  --highlight: #28b3ee;
  --light-pink: #ff82c7;
  --pink: #ff73c9;
  --plyr-color-main: #76c9af;
}
/* FONTS */

/*html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "notesesa";
  src: url("fonts/notesesabold.woff2") format("woff2"),
    url("fonts/notesesabold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "notesesa";
  src: url("fonts/notesesa.woff2") format("woff2"),
    url("fonts/notesesa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
p {
  font-size: 1.85rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1rem;
  letter-spacing: 0.02rem;
}

ul {
  padding-left: 1.5rem;
}

ul li {
  margin-top: 0.5rem;
}
a {
  color: var(--green);
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a:hover {
  color: var(--green);
  text-decoration: underline;
}
p.bigger-p {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.6;
  opacity: 0.8;
}
p.text-justify {
  text-align: justify;
}
h2 {
  text-transform: uppercase;
  font-size: 4.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: "notesesa", sans-serif;
}
img {
  max-width: 100%;
}
.img-fluid {
  object-fit: cover;
}
.img-offset-left {
  max-width: 100%;
  margin-left: 0;
  float: none;
  margin-right: 0;
  clear: both;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .img-offset-left {
    max-width: 60%;
    margin-left: -30%;
    float: left;
    margin-right: 4rem;
    margin-bottom: 1rem;
  }
}
.img-offset-right {
  max-width: 100%;
  margin-right: 0;
  float: none;
  margin-left: 0;
  clear: both;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .img-offset-right {
    max-width: 60%;
    margin-right: -30%;
    float: right;
    margin-left: 4rem;
    margin-bottom: 1rem;
  }
}
.green-text {
  color: var(--green);
}
.light-green-text {
  color: var(--light-green);
}

.bg-dark a:hover {
  color: #fff;
}

/* body {
  background-color: #fafafa;

  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #003247;
} */

.back-to-phi .philab-icon {
  font-size: 3rem;
  height: 4.3rem;
  text-transform: none;
  padding-left: 3.5rem;
  opacity: 1;
  transform: translateX(0);
  width: auto;
  display: block;
  -webkit-transition: all 0.9s 0s ease;
  -moz-transition: all 0.9s 0s ease;
  -o-transition: all 0.9s 0s ease;
  transition: all 0.9s 0s ease;
}

.back-to-phi:hover .philab-icon {
  /* display: none; */
  opacity: 0;
  width: 0;
  transform: translateX(20rem);
}
.back-to-phi .bi-box-arrow-up-right {
  display: none;
  font-size: 2rem;
}
.back-to-phi:hover .bi-box-arrow-up-right {
  display: block;
}

.back-to-phi {
  position: fixed;
  top: 7rem;
  left: 0;
  background-color: var(--green);
  padding: 0 2rem;
  border-radius: 0 1rem 1rem 0;
  /* min-height: 5rem; */
  color: #fff;
  font-family: "notesesa", sans-serif;
  font-size: 1.9rem;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: row;
  transform: translateX(-23rem);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.back-to-phi:hover {
  transform: translateX(0);
}

.back-to-phi a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.back-to-phi a {
  color: #fff;
}

.back-to-phi i {
  font-size: 3rem;
  margin-left: 2rem;
  font-family: "notesesa", sans-serif;
}

/* NAV */

.main-nav {
  padding: 0 3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  display: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .main-nav {
    display: flex;
  }
}
.main-nav ul {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.main-nav ul li {
  display: inline;
  padding: 0 1rem;
  margin: 0;
  font-size: clamp(1.4rem, 1.45vw, 1.8rem);
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
  transform: translateX(-6rem);
}

.main-nav ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.main-nav ul li a:hover {
  color: var(--green);
}

.esa-header {
  border-color: var(--green);
}

.esa-header__toggle {
  display: block;
  border-radius: 0;
}
@media (min-width: 992px) {
  .esa-header__toggle {
    display: none;
  }
}
.main-nav-mobile {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 400px;
  background-color: #003247;
  position: absolute;
  top: 52px;
  padding: 1rem 2.1rem;
  margin: 0;
  left: 0;
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.main-nav-mobile.hide {
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  .main-nav-mobile {
    display: none;
  }
}

.main-nav-mobile ul {
  padding-left: 3.4rem;
}

.main-nav-mobile ul li {
  list-style-type: none;
  position: relative;
}
.main-nav-mobile ul li a::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 1.3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav-mobile ul li a {
  font-family: "notesesa", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.main-nav-mobile ul li a.btn {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.main-nav-mobile ul li a.btn::before {
  display: none;
}

.main-nav-mobile ul {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
}

nav,
.user-nav {
  position: fixed;
  z-index: 99999;
  opacity: 1;
  -webkit-transform: translateX(-50rem);
  -ms-transform: translateX(-50rem);
  transform: translateX(-50rem);
  visibility: hidden;
  background-color: #003247;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  /*-webkit-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;*/
  -webkit-transition: all 0.5s cubic-bezier(0.89, 0.04, 0.49, 0.95);
  transition: all 0.5s cubic-bezier(0.89, 0.04, 0.49, 0.95);
  width: 100%;
  -webkit-box-shadow: 4px 0px 23px 0px rgba(0, 0, 0, 0.56);
  box-shadow: 4px 0px 23px 0px rgba(0, 0, 0, 0.56);
}

@media (min-width: 750px) {
  nav,
  .user-nav {
    width: 30%;
  }
}

@media (min-width: 1450px) {
  nav,
  .user-nav {
    width: 20%;
  }
}

nav p {
  color: #eee;
  font-size: 1.5rem;
}

.show-menu nav {
  visibility: visible;
  -webkit-transform: translateX(0rem);
  -ms-transform: translateX(0rem);
  transform: translateX(0rem);
}

nav .close-toggle {
  display: block;
  height: 1em;
  width: 1em;
  overflow: visible;
  line-height: 0;
  vertical-align: -0.125em;
  position: fixed;
  z-index: 9999;
  top: 1.8rem;
  left: 2.5rem;
}

@media (min-width: 750px) {
  nav .close-toggle {
    top: 2.3rem;
    left: 2.6rem;
  }
}

nav .close-toggle img,
.user-nav .close-user-nav-toggle img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .close-toggle:hover img,
.user-nav .close-user-nav-toggle:hover img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav .container,
.user-nav .container {
  max-width: 75%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

nav h3,
.user-nav h3 {
  color: #8ea0ac;
  opacity: 0.5;
  font-size: 2.8rem;
  margin-top: 3rem;
}

.keyvisual {
  position: relative;
  min-height: auto;
  background-color: #000;
  /* background-image: url("images/ESA_root_pillars.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  /* height: 100vh; */
  /* min-height: 85rem; */
  /* padding: 56px 0 0 0; */
}
@media (min-width: 640px) {
  .keyvisual {
    padding: 64px 0 0 0;
  }
}
.keyvisual.keyvisual2024 {
  background-position: center center;
}

.keyvisual img,
.keyvisual video {
  width: 100vw;
  max-width: 1600px;
}

.keyvisual .keyvisual-text {
  width: 100%;
  max-width: 66rem;
}

.keyvisual.keyvisual2024 .keyvisual-text {
  max-width: 100rem;
}
.keyvisual h1 {
  line-height: 1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: bold;
  letter-spacing: clamp(0rem, 0.4vw, 0.3rem);
}
.keyvisual h4 {
  line-height: 1;
  font-size: clamp(3rem, 3vw, 4rem);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.28rem;
}

.register-btn {
  position: absolute;
  bottom: 8rem;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.scroll-down {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 3rem;
  text-align: center;
}
.scroll-down img {
  width: 3rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.scroll-down img:hover {
  width: 3.5rem;
  opacity: 1;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /* margin-left: 30px; */
  /* margin-top: 5px; */
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.intro.full.eocommblank {
  height: 34rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}

.half-content-image {
  background-size: cover;
  background-position: center;
  min-height: 250px;
}
/* @media (min-width: 992px) {
  .half-content-image {
    min-height: 500px;
  }
} */
.presentations-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
}

.presentations-grid-item {
  font-family: "Notesesa", Arial, Helvetica, sans-serif;
  font-size: 1.65rem;
  /* min-height: 19rem; */
  position: relative;
  color: #fff;
  background-color: var(--dark-green);
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding: 1rem;
  border-radius: 0.7rem;
  border: 1px solid var(--green);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.presentations-grid-item:hover {
  font-size: 2rem;
  background-color: var(--green);
  border: 1px solid var(--dark-green);
}

.presentations-grid-item strong {
  font-size: 1.82rem;
  margin-bottom: 1rem;
  display: block;
}
.presentation-title {
  width: 100%;
}

.presentations-grid-item img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 3rem;
  opacity: 0.7;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.presentations-grid-item:hover img {
  max-width: 4rem;

  opacity: 1;
}
.half-content-content,
.location-content,
.venue-content {
  padding: 3rem clamp(1rem, 5vw + 1rem, 10rem);
}
.location-img {
  background-image: url(images/paris_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.venue-img {
  background-image: url(images/venue_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* section.venue img {
  border-radius: 50%;
  border: 0.6rem solid var(--highlight);
  padding: 0.6rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
} */

/* KEYNOTE SPEAKERS */

.speakers-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .speakers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .speakers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*
@media (min-width: 1200px) {
  .speakers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
*/
.rounded-circle {
  aspect-ratio: 1;
  width: 185px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  fill: white !important;
  stroke: white !important;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: #e0e0e0 !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #bdbdbd !important;
}

.speakers-section {
  background-image: url(images/grad.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* padding: 3rem 0 9rem 0; */
  padding: 9rem 0 14rem 0;
}
.speakers-section h5 {
  /* color: var(--green);*/
  color: #fff;
  font-weight: 300;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.speakers-section .speaker-role {
  font-family: "notesesa", sans-serif;
  font-size: 1.65rem;
  /* font-weight: bold; */
  /* padding-bottom: 1.8rem; */
  /* letter-spacing: 0; */
  display: block;
  /* color: var(--highlight); */
  color: var(--light-green);
  line-height: 1.2;
}

/* Swiper Gallery */

.gallerySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.gallerySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.gallerySwiper .swiper-button-next,
.gallerySwiper .swiper-button-prev {
  padding: 15px 20px;
  color: var(--light-green) !important;
  fill: var(--light-green) !important;
  stroke: var(--light-green) !important;
}

.gallerySwiper .swiper-button-next {
  right: 2rem;
}

.gallerySwiper .swiper-button-prev {
  left: 2rem;
}

.gallerySwiper .swiper-button-next:hover,
.gallerySwiper .swiper-button-prev:hover {
  color: #ccc !important;
  fill: #ccc !important;
  stroke: #ccc !important;
}

#programmeModal {
  margin: 10vh 0;
  max-height: 70vh;
}
#programmeModal .modal-body p {
  text-align: justify;
}
section.complete-programme-section {
  background-image: url(images/complete-programme-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.programme-section {
  background-image: url(images/programme_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.programme-section p {
  border: none;
  padding: 0 3rem;
}

.programme-section h4 {
  min-width: 10vw;
  font-size: clamp(3.5rem, 3vw, 4rem);
  padding-right: 1vw;
}

table.programmeTable {
  width: 100%;
  background-color: #e8e8e4;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #222222;
  border-style: solid;
  color: #222222;
  text-align: left;
}

table.programmeTable td,
table.programmeTable th {
  border-width: 2px;
  border-color: #222222;
  border-style: solid;
  padding: 6px 12px;
}

table.programmeTable th {
  color: #fff;
  font-family: "notesesa", sans-serif;
  font-size: 2.6rem;
}

table.programmeTable thead {
  background-color: #008e7a;
}
table.programmeTable tr td:first-child {
  font-family: "notesesa", sans-serif;
  background-color: #76c8ae;
  font-weight: bold;
  font-size: 2rem;
}
/* 
.programme-left {
  background-image: url(images/programme_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  position: relative;
  top: 0;
  max-height: 500px;
}
@media (min-width: 968px) {
  .programme-left {
    background-image: url(images/programme_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: sticky;
    top: 0;
    max-height: 100vh;
  }
  .programme-left img.image-animation {
    padding: 0;
    margin: 0;
    animation: pulse-image 8s ease 3s infinite normal both;
  }
  @keyframes pulse-image {
    0%,
    55%,
    100% {
      opacity: 0;
    }

    15%,
    40% {
      opacity: 1;
    }
  }
} */

.side-events-section {
  background-image: url(images/grad.jpg);
  /* background-image: url(images/keynote_speakers_bg2.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 3rem;
}
.side-events-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 992px) {
  .side-events-content {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  }
}
.side-events-content-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  backdrop-filter: blur(7px) brightness(1.2);
}
.side-events-content p {
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
}
.side-events-section h5 {
  color: var(--green);
  font-weight: 500;
  margin-bottom: 0;
  padding-block: 1rem;
  font-size: 2.8rem;
  border-bottom: 1px solid var(--green);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.programme-text {
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
.day-small {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}

.day-small::before {
  content: "";
  width: 3rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.further-details {
  /*position: absolute;
  bottom: 0;*/
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 4rem;
}
.further-details em {
  background-color: #003247;
  padding: 0.3rem 0.8rem;
}
.get-there .tab-content {
  padding: 3rem;
  border: none;
  /* background-color: #f4f6f8;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; */
}
.get-there .nav-link {
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 1rem 1.6rem;
  border: none;
}
.get-there .nav-link.active {
  /* background-color: #f4f6f8; */
  color: var(--dark-green);
  font-weight: bold;
  border: none;
  border-bottom: solid 3px var(--highlight);
}

.get-there .tab-content h5 {
  color: var(--green);
  font-weight: bold;
}

.get-there p {
  font-size: 1.5rem;
}
.contacts {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url(images/grad.jpg);
  /* background-image: url(images/contacts-bg.jpg); */
  padding-top: 6rem;
}
/* @media (min-width: 1200px) {
  .contacts {
    padding-top: 30rem;
  }
} */
.contacts a:hover {
  color: #fff;
}
/* FOOTER */
footer {
  position: relative;
  font-size: 1.3rem;
}

footer h4 {
  color: #8ea0ac;
  opacity: 0.5;
}

footer a {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
footer a:hover {
  opacity: 1;
}
.keyvisual-date {
  float: right;
  width: fit-content;
  margin-right: 2vw;
}
/* .keyvisual-date .glow-white {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
    0 0 25px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.7),
    0 0 15px rgba(255, 255, 255, 0.9), 0 0 7px rgba(255, 255, 255, 1);
} */

.arrow-down {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 3rem;
}
.arrow-down a svg {
  width: 4rem;
}

.arrow-to-top {
  position: absolute;
  bottom: 15rem;

  right: 2rem;
  width: 100%;
  height: 3rem;
}
@media (min-width: 992px) {
  .arrow-to-top {
    bottom: 3rem;
  }
}
.arrow-to-top a svg {
  width: 3rem;
  transform: rotate(180deg);
}
/*
section.social-events {
  background-image: url(images/social_events_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}*/

section.social-events .social-events-right-column {
  padding-top: 10rem;
}
section.social-events .sticky-top {
  padding-top: 7rem;
}

.social-event-modal {
  margin: 10vh 0;
  max-height: 70vh;
}
.social-event-modal .modal-body p {
  text-align: justify;
}
/* Matchmaking sessions*/
section.matchmaking-sessions .matchmaking {
  background-image: url(images/matchmaking_sessions_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 12rem 0;
}

section.matchmaking-sessions .matchmaking-sessions-right-column {
  padding-top: 10rem;
}
section.matchmaking-sessions .sticky-top {
  padding-top: 7rem;
}
/* Commeo award*/
section.matchmaking-sessions .commeo-award {
  background-image: url(images/commeo-award.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 12rem 0;
}
section.matchmaking-sessions .commeo-award h2 {
  line-height: 4.2rem;
}
section.matchmaking-sessions .commeo-award p {
  line-height: 1.4;
  padding: 0 15%;
}
section.matchmaking-sessions .commeo-award .commeo-award-first-line {
  letter-spacing: 0.5rem;
  font-size: 7rem;
  text-align: center;
}

section.matchmaking-sessions .commeo-award .commeo-award-second-line {
  text-align: center;
  letter-spacing: 3.2rem;
  font-size: 4rem;
  padding-left: 2.8rem;
}
section.matchmaking-sessions .commeo-award-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

/* COCKTAIL */
.social-event-content {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding: 4rem 0.5rem;
  /* min-height: 250px; */
}
/* @media (min-width: 992px) {
  .social-event-content {
    min-height: 500px;
    padding: 8rem 3rem;
  }
} */

.social-event-overlay {
  position: absolute;
  inset: 0;
  background-color: #003247;

  opacity: 0.7;
  z-index: -1;
}
/* DEMO CORNER */
#wpcf7-f6260-o1 .wpcf7-list-item.last {
  margin-left: 2rem;
}
#wpcf7-f6260-o1 .wpcf7-list-item-label {
  margin-left: 0.5rem;
}

#wpcf7-f6260-o1 .wpcf7-textarea,
#wpcf7-f6260-o1 .wpcf7-text {
  background-color: #f4f6f8;
  color: #333;
  border: 1px solid #aaa;
  width: 100%;
}
#wpcf7-f6260-o1 .screen-reader-response,
#wpcf7-f6260-o1 .wpcf7-response-output {
  color: red;
  font-weight: bold;
}

/* ANIMATIONS */
.opacity-pulse {
  -webkit-animation: opacity-pulse 4s cubic-bezier(0.39, 0.575, 0.565, 1) 4s
    infinite alternate both;
  animation: opacity-pulse 4s cubic-bezier(0.39, 0.575, 0.565, 1) 4s infinite
    alternate both;
}
@-webkit-keyframes opacity-pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation bounce
 * ----------------------------------------
 */

.bounce {
  -webkit-animation: bounce 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    alternate-reverse both;
  animation: bounce 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    alternate-reverse both;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}

.past-editions-btn {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  background-color: rgba(0, 174, 157, 1);
  border-color: rgba(0, 174, 157, 1);
  margin-right: 0.3rem;
  margin-top: 4.4rem;
  padding: 0.8rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0.8rem 0.8rem 0;
  font-weight: bold;
  opacity: 0.8;
}
.past-editions-btn:hover {
  color: #fff;
  opacity: 1;
}
.attend-content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .webex {
    border-right: 1px solid #00ae9d;
  }
  .attend-content {
    min-height: 175px;
    margin-top: 0;
    padding-top: 0;
  }
}
