/* HEADER OVERRIDES */
.esa-header__title {
  display: inline-block !important;
  width: auto;
  height: 40px;
}
.asi-logo-mobile {
  margin-right: 1rem;
  display: block;
}
@media (min-width: 1200px) {
  .asi-logo-mobile {
    display: none !important;
  }
}
.asi-logo-desktop {
  display: none !important;
}
@media (min-width: 1200px) {
  .asi-logo-desktop {
    display: block !important;
  }
}
.esa-header__right,
.esa-header__link {
  display: inline-block;
}

.esa-header__logo {
  transform: translateY(-0.5rem);
}
@media (min-width: 1200px) {
  .esa-header__logo {
    transform: translateY(0);
  }
}
/* SKELETON OVERRIDES */
html {
  scroll-behavior: smooth;
}
html.open-modal {
  overflow: hidden;
}
body {
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: var(--dark-green);
  /*background-color: #e7e7e4;*/
  background-color: #fafafa;
  background-repeat: repeat;
  background-size: 2.1rem auto;
  overflow-x: hidden;
}

body.show-hta,
body.show-menu {
  overflow-y: hidden;
}

body::after {
  content: "";
  background-color: rgba(0, 50, 71, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.show-hta::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 50, 71, 0.8);
}

.esa-header button {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  background: no-repeat;
  border: none;
  outline: none;
  line-height: 0px;
}

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column-reverse;
}

@media (min-width: 750px) {
  .flex-center {
    flex-direction: row;
  }
}
.bigger {
  font-size: 150%;
  text-align: center;
  margin-top: 2rem;
}
.much-bigger {
  font-size: 200%;
  text-align: center;
  margin-top: 2rem;
}
.only-desktop {
  display: none;
}
.only-mobile {
  display: block;
}
@media (min-width: 750px) {
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
}
body.show-modal {
  overflow-y: hidden;
}

.modal {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 71, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.modal.show {
  background-color: rgba(0, 50, 71, 0.8);
  opacity: 1;
  z-index: 1001;
  visibility: visible;
}

.modal-contents {
  width: 90%;
  max-width: 85rem;
  max-height: 52rem;
  height: 70vh;
  background-color: #e7e7e4;
  border-radius: 0.8rem;
  opacity: 0;
  -webkit-transform: translateY(1.3rem);
  transform: translateY(1.3rem);
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}

@media (min-width: 1000px) {
  .modal-contents {
    width: 80%;
    height: 70vh;
    max-width: 85rem;
    max-height: 62rem;
  }
}

.modal-contents-video {
  height: auto;
}

.modal-contents-video video,
.quote-box-container video,
.keywords-container video {
  height: 100%;
  width: 100%;
}

.modal-contents-video h4 {
  text-align: center;
}

.modal-contents-video iframe {
  width: 100%;
}

.modal-contents-container p {
  color: var(--dark-green);
  text-align: left;
}

.modal-contents-container ul li {
  color: var(--dark-green);
  text-align: left;
  margin-left: 2rem;
}

.show .modal-contents {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow: scroll;
}
/*
 .swiper-container-modal {
     width: 100%;
     height: 100%;
 }
 
 .swiper-container-modal .swiper-slide {
     height: auto;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
*/

.swiper.mySwiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 15px 20px;
  color: #fff !important;
  fill: white !important;
  stroke: white !important;
}

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

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

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

.modal-contents-container {
  padding: 3.4rem;
}

.modal-contents-container h3 {
  margin-bottom: 0.8rem;
  line-height: 1.1;
}

.modal-contents-container h5 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 174, 157, 0.8);
  margin-bottom: 0;
}

.core-team .modal-contents-container h5 {
  color: #008e7a;
}

.esa-research-team .modal-contents-container h5 {
  color: #939598;
}

.visiting-researchers .modal-contents-container h5 {
  color: #006762;
}

.visiting-professors .modal-contents-container h5 {
  color: #335e6f;
}

.modal-contents-container .tag {
  color: rgba(0, 174, 157, 1);
  font-style: italic;
}

.modal-contents-container hr {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}

.modal-contents-container p:last-child {
  margin-bottom: 0;
}

.modal-close {
  display: block;
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  opacity: 0.8;
  margin-top: 1.3rem;
  background-image: url(images/icons/close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-close:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  opacity: 1;
}

section,
footer {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-hta section,
.show-hta footer {
  -webkit-transform: translateX(-5.5rem);
  transform: translateX(-5.5rem);
}

.container.wide {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  margin-bottom: 2.1rem;
  font-weight: 400;
}

h1 {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: bold;
}

h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h3 {
  font-size: 2.9rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h5 {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 750px) {
  h1 {
    font-size: 5.5rem;
  }
  h2 {
    font-size: 4.9rem;
  }
  h3 {
    font-size: 4.2rem;
    font-weight: bold;
  }
  h4 {
    font-size: 3.4rem;
  }
  h5 {
    font-size: 2.9rem;
  }
  h6 {
    font-size: 2.1rem;
  }
}

p,
ul,
ol {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2.1rem;
  letter-spacing: 0.02rem;
  /* font-family: 'notesesa', sans-serif;*/
  font-family: Arial, sans-serif;
  text-align: justify;
}

ul li ul {
  list-style: disclosure-closed;
}

@media (min-width: 1000px) {
  p,
  ul,
  ol {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2.1rem;
    letter-spacing: 0.02rem;
  }
}

a {
  /*color: #008542;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* 
a:hover {
 color: #284E36;
} */
/* PLYR OVERRIDE */

:root {
  --light-green: #00ae9d;
  --dark-green: #003247;
  --plyr-color-main: #00ae9d;
  --plyr-video-controls-background: linear-gradient(
    rgba(0, 50, 71, 0),
    rgba(0, 50, 71, 0.7)
  );
}
/* GENERAL RULES */

.wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

figure.float {
  display: inline-block;
  /* float: right; */
}

.small img {
  width: auto;
}

strong {
  font-weight: 700;
}

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  width: 100%;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/icons/select.svg);
  background-position: right center;
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  display: inline-block;
  height: 49px;
  padding: 0 29px;
  padding-right: 55px;
  color: var(--dark-green);
  text-align: center;
  font-size: 11px;
  line-height: 49px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #a1b0b5;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="search"] {
  background-image: url(images/icons/search-dark.svg);
  background-position: right center;
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  display: block;
  height: 49px;
  padding: 0 29px;
  padding-right: 55px;
  color: var(--dark-green);
  text-align: left;
  font-size: 11px;
  line-height: 49px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #a1b0b5;
  box-sizing: border-box;
  width: 100%;
}

code {
  white-space: normal;
  display: block;
}

.caption {
  opacity: 0.7;
  font-size: 1.6rem;
}

.on-view {
  opacity: 0;
  -webkit-transform: translateY(1.3rem);
  transform: translateY(1.3rem);
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.on-view.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toggle {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.toggle:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

select.sort {
  font-size: 10px;
  letter-spacing: 0.2rem;
  padding-left: 13px;
  background-size: 2.5rem 1.5rem;
  padding-right: 3.4rem;
  margin-bottom: 0.3rem;
}

@media (min-width: 750px) {
  select.sort {
    font-size: 11px;
    letter-spacing: 0.35rem;
    padding-left: 29px;
    background-size: auto 1.8rem;
    padding-right: 55px;
    margin-bottom: 1.3rem;
  }
}

.button.goto {
  font-size: 10px;
  letter-spacing: 0.2rem;
  padding: 0 13px;
}

@media (min-width: 750px) {
  .button.goto {
    font-size: 11px;
    letter-spacing: 0.35rem;
    padding: 0 29px;
  }
}

.goto .label,
.goto img {
  display: inline-block;
  width: auto;
}

.goto img {
  height: 1rem;
  margin-left: 0.8rem;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 750px) {
  .goto img {
    margin-left: 2.9rem;
  }
}

.goto.circle img {
  height: 1.5rem;
  margin-left: 0.7rem;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (min-width: 750px) {
  .goto.circle img {
    margin-left: 2.4rem;
  }
}

.goto:hover img {
  -webkit-transform: translate(0.5rem, 0.1rem);
  transform: translate(0.5rem, 0.1rem);
}

.goto.circle:hover img {
  transform: rotate(180deg) translateY(-0.2rem) translateX(0);
}

.centered,
.has-text-align-center {
  text-align: center;
}

.has-text-align-center.narrow {
  width: 80%;
  margin: 0 auto;
}

.has-text-align-center.narrower {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .has-text-align-center.narrower {
    width: 60%;
    margin: 0 auto;
  }
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.tag-list {
  list-style: none;
}

.tag-list li {
  display: inline-block;
  margin-left: 0.5rem;
}

.tag-list li:first-child {
  margin-left: 0;
}

.tag-list li a::before {
  content: "#";
}

.back-to-top {
  position: fixed;
  bottom: 2vh;
  right: 2.1rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
}

@media (min-width: 750px) {
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}

.back-to-top-trigger {
  cursor: pointer;
  font-size: 1.3rem;
}

.back-to-top-trigger img {
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}

@media (min-width: 750px) {
  .back-to-top-trigger img {
    width: 3.4rem;
    height: 3.4rem;
  }
}

@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;
}

.notesesa {
  font-family: "notesesa", Arial;
}

.highlighted {
  color: var(--light-green);
  font-weight: bold;
  font-style: italic;
}
.light-green {
  color: var(--light-green);
}

/* HEADER */

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: var(--dark-green);
  color: #fff;
  height: 55px;
  border-bottom: 4px solid #00ae9d;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.nav-tools {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: auto;
  font-size: 2.2rem;
  padding-left: 20px;
}

.nav-tools > * {
  margin-right: 15px;
}

@media (min-width: 550px) {
  .nav-tools > * {
    margin-right: 18px;
  }
}

@media (min-width: 750px) {
  .nav-tools > * {
    margin-right: 20px;
  }
}

.nav-tools .menu-toggle,
.nav-tools .search-toggle {
  display: inline-block;
  width: auto;
}

.nav-tools img {
  display: inline-block;
  height: 1em;
  width: 1em;
  overflow: visible;
  line-height: 0;
  vertical-align: -0.125em;
}

.nav-tools .menu-toggle img {
  width: 0.875em;
}

.slogan {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  display: none;
  color: #00ae9d;
}

@media (min-width: 375px) {
  .slogan {
    display: block;
  }
}

@media (min-width: 400px) {
  .slogan {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .slogan {
    font-size: 4rem;
  }
}

.esa-logo {
  padding-right: 20px;
  line-height: 1;
}

.esa-logo img {
  height: 26px;
  width: auto;
  line-height: 0;
}

@media (min-width: 550px) {
  .esa-logo img {
    height: 30px;
  }
}

form.quick-search {
  position: fixed;
  left: 0;
  top: 59px;
  margin-bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

form.quick-search.show {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 750px) {
  form.quick-search {
    width: 70vw;
  }
}

@media (min-width: 1200px) {
  form.quick-search {
    width: 40vw;
  }
}

form.quick-search input[type="search"] {
  border-radius: 0;
  border: none;
  background: none;
  background-color: #052837;
  color: #fff;
}

form.quick-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

form.quick-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.5;
}

form.quick-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.5;
}

form.quick-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #052837;
}

form.quick-search button img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

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

.user-nav .close-user-nav-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) {
  .user-nav .close-user-nav-toggle {
    top: 2.3rem;
    left: 2.6rem;
  }
}
/* 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;
}
@media (min-width: 1200px) {
  .main-nav {
    display: flex;
  }
}
.main-nav ul {
  margin: 0;
  width: 85%;
  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 clamp(0.7rem, 0.8vw, 1.1rem);
  margin: 0;
  font-size: clamp(1.4rem, 1.45vw, 1.8rem);
  font-family: "Notesesa";
  text-transform: uppercase;
}

.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: #00ae9d;
}
a.registation-nav-link {
  color: #fff;
  font-family: "Notesesa";
  background-color: #00ae9d;
  padding: 0.3rem 0.9rem;
  border-radius: 0.5rem;
  font-size: clamp(1.4rem, 1.45vw, 1.8rem);
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s 0s ease;
  -moz-transition: all 0.15s 0s ease;
  -o-transition: all 0.15s 0s ease;
  transition: all 0.15s 0s ease;
}
a.registation-nav-link:hover {
  background-color: #006762;
  color: #f0f0f0;
}

.esa-header__toggle {
  display: block;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .esa-header__toggle {
    display: none;
  }
}
.main-nav-mobile {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 250px;
  background-color: var(--dark-green);
  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: 1200px) {
  .main-nav-mobile {
    display: none;
  }
}

.main-nav-mobile ul {
  margin: 0;
  width: 100%;
  height: auto;
  font-family: "Notesesa";
  text-transform: uppercase;
  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;
}
.main-nav-mobile 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;
}

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: var(--dark-green);
  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;
}

.links {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.links .useful-links {
  list-style: none;
}

.links .useful-links li {
  display: inline-block;
  margin-right: 1rem;
}

.links .button.goto {
  border-color: rgba(142, 160, 172, 0.8);
  color: #8ea0ac;
}

.links .button.goto:hover {
  border-color: rgba(142, 160, 172, 1);
}

nav .links,
.user-nav .links {
  padding-bottom: 0;
}

nav .latest,
.user-nav .latest {
  padding-top: 5vh;
}

nav .latest .button.goto {
  border-color: rgba(142, 160, 172, 0.8);
  color: #8ea0ac;
}

nav .latest .button.goto:hover {
  border-color: rgba(142, 160, 172, 1);
}

nav .menu-right-area {
  padding-top: 5vh;
  margin-bottom: 5vh;
}

nav .menu-right-area .button.goto {
  border-color: rgba(142, 160, 172, 0.8);
  color: #8ea0ac;
}

nav .menu-right-area .button.goto:hover {
  border-color: rgba(142, 160, 172, 1);
}

nav .main-menu,
.user-nav .main-menu {
  list-style: none;
  margin-top: 1rem;
}

nav .main-menu li,
.user-nav .main-menu li {
  font-family: "notesesa", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 2.4rem;
}

nav .main-menu li.phi-dep-item {
  margin-top: 2vh;
}

nav .main-menu li a,
.user-nav .main-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

nav .main-menu li.phi-dep-item a {
  text-decoration: none;
  color: rgba(0, 174, 157, 0.7);
}

nav .main-menu li a:hover,
.user-nav .main-menu li a:hover {
  text-decoration: none;
  color: #00ae9d;
}

nav .main-menu li::before,
.user-nav .main-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  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;
}

nav .main-menu li.phi-dep-item::before,
.user-nav .main-menu li.phi-dep-item::before {
  width: 2rem;
  height: 2rem;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(images/icons/home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.7rem;
  left: -0.4rem;
  opacity: 0.5;
}

nav .main-menu li:hover::before,
.user-nav .main-menu li:hover::before {
  background-color: #00ae9d;
}

nav .main-menu li.phi-dep-item:hover::before,
.user-nav .main-menu li.phi-dep-item:hover::before {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}
/* SECTION MAIN VIDEO */

section.main-video {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1000px) {
  section.main-video {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}
/* SECTION ARTES VIDEO */

section.artes-video {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1000px) {
  section.artes-video {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
}

.artes-video h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #fff;
}
.artes-video p {
  color: #fff;
}
/* SECTION ABOUT */

section.about {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

@media (min-width: 1000px) {
  section.about {
    padding-top: 13rem;
    padding-bottom: 14rem;
  }
}

.about p {
  font-size: 1.6rem;
}

.about h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.keyvisual {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.keyvisual img {
  width: 100%;
  margin-top: 55px;
  height: auto;
}

.intro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro.full {
  height: 70vh;
}

.intro.full .container {
  position: relative;
  margin-top: 55px;
}

@media (min-width: 1000px) {
  .intro.full .container {
    height: 70vh;
    margin-top: 60px;
  }
}

.single-post .intro {
  height: 50vh;
}

.intro .headline {
  position: absolute;
  height: auto;
  bottom: 3vh;
  margin-top: 0;
  margin-bottom: 0;
  width: 80%;
}

.intro h1 {
  color: #fff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-size: 4.3rem;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .intro h1 {
    font-size: 8rem;
  }
}

.intro h2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

@media (min-width: 750px) {
  .intro h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1000px) {
  .intro h2 {
    font-size: 4rem;
  }
}

.home-intro-text .columns {
  margin: 0;
}

.intro h3 {
  color: #76c8ae;
  margin-top: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  font-size: 2.7rem;
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
}

@media (min-width: 750px) {
  .intro h3 {
    font-size: 4rem;
  }
}

@media (min-width: 1000px) {
  .intro h3 {
    font-size: 5.4rem;
  }
}

.green-bar {
  font-family: "notesesa", sans-serif;
  width: 100%;
  background-color: #00ae9d;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  bottom: 4rem;
  padding: 0.7rem 0;
}

@media (min-width: 750px) {
  .green-bar {
    font-size: 2.2rem;
  }
}

.home-intro-text p.error-link {
  color: #fff;
}

.home-intro-text .error-link a {
  text-decoration: none;
}

.home-intro-text .error-link a:hover {
  text-decoration: underline;
  color: #fff;
}

.intro.full .headline h1 {
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1000px) {
  .intro.full h1 {
    bottom: 10vh;
    line-height: 1;
  }
}

.intro.full .headline h5 {
  line-height: 1.2;
  color: #fff;
}

.home-intro-text h1 {
  font-size: 5rem;
}

@media (min-width: 750px) {
  .home-intro-text h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 1000px) {
  .home-intro-text h1 {
    font-size: 7.6rem;
  }
}

.single-activity-template .intro h1,
.activities-portfolio-template .intro h1 {
  margin-top: 8vh;
  margin-bottom: 8vh;
}

#myVideo {
  height: 100vh;
  width: auto;
}

video {
  height: 100%;
  width: 100%;
}

.volume-toggle .volume {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.3rem;
  opacity: 0.5;
  left: 4.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .volume-toggle .volume {
    width: 3.4rem;
    height: 3.4rem;
    bottom: 2.1rem;
    left: 7.2rem;
  }
}

.volume-toggle .volume:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.volume-toggle .volume.on {
  display: none;
}

.volume-toggle.on .volume.off {
  display: none;
}

.volume-toggle.on .volume.on {
  display: block;
}

.pause-toggle .pause {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.3rem;
  opacity: 0.5;
  left: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .pause-toggle .pause {
    width: 3.4rem;
    height: 3.4rem;
    bottom: 2.1rem;
    left: 2.1rem;
  }
}

.pause-toggle .pause:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pause-toggle .pause.on {
  display: none;
}

.pause-toggle.on .pause.off {
  display: none;
}

.pause-toggle.on .pause.on {
  display: block;
}

.home-intro-text {
  /*  padding-top: 9vh;
            padding-bottom: 8vh;
            margin-top: 0;*/
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  max-width: none;
}

.icon-image {
  width: 11rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

/* MAIN GALLERY */

section.main-gallery-section {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1000px) {
  section.main-gallery-section {
    padding-top: 6rem;
    padding-bottom: 13rem;
  }
}

.main-gallery-section h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  color: #fff;
}
.main-gallery-section p {
  color: #fff;
}

/* S2C23 CONTENT AND SPEAKERS */
/* SPECIALS */

.content-speakers-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(images/specials-bg.jpg);

  padding-bottom: 12vh;
}

.content-speakers-section .learn-more-button {
  background-color: var(--light-green);
  color: #fff;
}
.content-speakers-section h5 {
  font-weight: bold;
  font-size: clamp(2.2rem, 2.2vw, 3rem);
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.content-speakers-section p {
  line-height: 1.4em;
  font-size: 1.5rem;
}
.content-speakers-section img.thumbnail {
  border-radius: 2rem;
  /* -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43); */
  /* 
  margin-right: 3rem;
  max-width: 14rem; */
}

.content-speakers-column {
  background-color: var(--dark-green);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  max-width: 340px;
  width: 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: column;
}

.content-speakers-column-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: 100%;
  margin-top: 3rem;
}
.content-speakers-column button {
  padding: 0 6%;
  margin-left: 0;
}

.grid-content-speakers-events {
  gap: clamp(2rem, 5vw, 6rem);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: column;
}
@media (min-width: 750px) {
  .grid-content-speakers-events {
    flex-direction: row;
  }
}
.content-speakers-column .learn-more-button {
  height: 36px;
  display: grid;
  place-content: center;
  margin: 0;
}
/* .content-speakers-column .learn-more-button.with-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
} */
h3.content-speaker-session {
  color: var(--light-green);
  text-align: center;
  border-bottom: 2px solid var(--light-green);
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.content-speakers-column .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;

  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 105rem;
}
.content-speakers-column .modal-content img {
  width: calc(100% - 6rem);
  margin: 0 3rem;
}
.session-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 3rem;
  gap: 3rem;
  margin-top: 3rem;
}
.session-buttons-column {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 2px solid var(--light-green);
  border-radius: 2rem;
  min-height: 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: 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: column;
  padding: 3rem 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;
}

.session-buttons-column:after {
  content: "DOWNLOAD";
  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: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: #efefef;
  background-image: url(images/icons/go-down.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center center;
  -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;
}
.session-buttons-column.session-video:after {
  content: "WATCH";
  background-image: url(images/icons/play-circle.svg);
}

.session-buttons-column:hover:after {
  opacity: 1;
}
.session-buttons-column:hover {
  background-color: #f4f6f8;
  border: 2px solid var(--dark-green);
}
.session-buttons-column img.session-icon {
  max-width: 7rem;
  margin-bottom: 1rem;
}
.session-buttons-column h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.session-buttons-column a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0;
  z-index: 10;
}

.embed-session-video {
  width: 100%;
  margin-top: 3rem;
  display: none;
  place-content: center;
}
.embed-session-video.show {
  display: grid;
}

/* SINGLE PAGE */

.intro.full.page-header .container {
  height: 100%;
  margin-top: 55px;
}

.intro.full.page-header {
  height: 25vh;
  position: relative;
  margin-top: 55px;
}

@media (min-width: 1000px) {
  .intro.full.page-header {
    margin-top: 60px;
  }
  .intro.full.page-header .container {
    margin-top: 60px;
  }
}

.title-bar {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 25vh;
  position: relative;
}

.intro.page-header h1 {
  color: #fff;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-size: 4.2rem;
}

@media (min-width: 750px) {
  .intro.page-header h1 {
    font-size: 6.2rem;
  }
}

.intro.full.page-header h1 {
  line-height: 1.2;
  margin: 0;
}

.widget-area p {
  font-size: 1.5rem;
}

.widget-area ul li a {
  font-size: 1.5rem;
  font-weight: normal;
  color: #033249;
  text-decoration: none;
}

.widget-area ul li a:hover {
  text-decoration: underline;
}

.widget-area ul li::before {
  top: 1.5rem;
}
/* MODULES */

.module {
  padding-top: 13vh;
  padding-bottom: 0;
}

.module.home {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  /*3rem*/
}

.module:last-child {
  padding-bottom: 13vh;
}
/* WATCH AGAIN */

.watch-again h2 {
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
}

.watch-again p {
  text-align: center;
}
/* KEYNOTE SESSIONS */

section.keynote-sessions-section {
  margin-top: 13vh;
  margin-bottom: 14vh;
}

.keynote-sessions h2 {
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.keynote-sessions ul {
  list-style: disclosure-closed;
}

.keynote-sessions ul li a:hover {
  cursor: pointer;
}

.keynote-sessions ul li {
  position: relative;
  padding-left: 1.9rem;
  margin-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 2.9rem;
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  .keynote-sessions ul li {
    font-size: 1.6rem;
  }
}

.keynote-sessions-img {
  background-image: url(images/watch-again.jpg);
  height: 320px;
  background-size: cover;
  background-position: center center;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  margin-bottom: 3rem;
}

@media (min-width: 1000px) {
  .keynote-sessions-img {
    height: 550px;
    margin-bottom: 0;
  }
}

.video-list-container {
  /* 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;
  flex-direction: column-reverse;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5rem 0;
}

@media (min-width: 1000px) {
  .video-list-container {
    flex-direction: row;
  }
}
/* ADDITIONAL CONTENT */

.additional-cont-container h2 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.additional-cont-btn-container {
  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;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1000px) {
  .additional-cont-btn-container {
    flex-direction: row;
  }
}

.additional-cont-btn {
  margin: auto 1rem;
  padding: 1rem;
  background-color: #006762;
  width: 90%;
  /* aspect-ratio: 1;*/
  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: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.additional-cont-btn:first-child,
.additional-cont-btn:last-child {
  margin: auto 0;
}

.additional-cont-btn:hover {
  cursor: pointer;
  transform: translateY(1rem);
}
/* QUOTE */

.quote {
  margin-bottom: 0;
  background-color: #f0f0f0;
  padding-bottom: 1vh;
  padding-top: 1vh;
}

@media (min-width: 1000px) {
  .quote {
    padding-bottom: 8vh;
    padding-top: 13vh;
  }
}

.quote h3 {
  font-size: 4.2rem;
}

@media (min-width: 750px) {
  .quote h3 {
    font-size: 6rem;
  }
}

.quote .quote-box-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3rem;
  padding-bottom: 6rem;
}

@media (min-width: 1000px) {
  .quote .quote-box-container {
    flex-direction: row;
  }
}

.quote .quote-box-container iframe {
  width: 100%;
}

.quote .quote-box-container .quote-box {
  border-radius: 5px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1000px) {
  .quote .quote-box-container .quote-box {
    margin: 1rem;
    /*  padding-bottom: 3rem;*/
    padding-left: 3rem;
  }
}

.quote .quote-box-container .quote-box img {
  margin: auto;
  width: 90%;
  margin-top: -10rem;
  max-width: 382px;
}

@media (min-width: 1000px) {
  .quote .quote-box-container .quote-box img {
    width: 360px;
    margin-top: -6rem;
    max-width: 480px;
  }
}

@media (min-width: 1000px) {
  .quote .quote-box-container .quote-box img.quote-item-logo {
    margin: auto;
    height: 100px;
    width: auto;
    padding-top: 4rem;
  }
}

.quote-box p {
  font-style: italic;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  .quote-box p {
    font-size: 1.6rem;
    text-align: right;
  }
}

.quote-box p::before {
  content: "“";
  position: absolute;
  display: none;
  color: #00ae9d;
  font-size: 11rem;
}

@media (min-width: 1000px) {
  .quote-box p::before {
    display: inline-block;
    top: -4rem;
    left: -5rem;
  }
}

.quote-box.box-image {
  min-height: 38vh;
  padding-top: 0;
  margin: 0rem !important;
}

@media (min-width: 1000px) {
  .quote-box.box-image {
    padding-top: 5vh;
    margin: 5rem !important;
  }
}
/* KEYWORDS */

.keywords-section {
  padding-bottom: 9rem;
  padding-top: 6rem;
  background-color: #eaeaea;
}

.keywords-section h3 {
  text-align: center;
}

@media (min-width: 1000px) {
  .keywords-section h4 {
    text-align: left;
  }
}

.keywords-section .keywords-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3rem;
}

.keywords-section .keywords-container .keywords {
  border-radius: 5px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1000px) {
  .keywords-section .keywords-container .keywords {
    margin: 1rem;
    /*  padding-bottom: 3rem;*/
    padding-left: 3rem;
  }
}

.keywords p {
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 1000px) {
  .keywords p {
    font-size: 1.8rem;
    text-align: left;
  }
}

.module.tab .row {
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.module.tab .row:last-child {
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.how-to-apply-template .intro {
  margin-bottom: 5vh;
}

.how-to-apply-block {
  margin-bottom: 8vh;
}

.how-to-apply-block.last {
  margin-bottom: 0;
}

.module h1,
.module p,
figure,
.contents ul,
.contents ol {
  margin-bottom: 3vh;
}

figure.wp-block-table {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.contents p.has-small-font-size {
  font-size: 1.6rem;
}

.contents p.has-smaller-font-size {
  font-size: 1.2rem;
}

.contents p.has-cyan-bluish-gray-color {
  color: rgb(171, 184, 195);
}

.home .contents.module h1 {
  font-size: 3.4rem;
  /*text-align: left;*/
}

@media (min-width: 750px) {
  .home .contents.module h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1000px) {
  .home .contents.module h1 {
    font-size: 5.5rem;
    text-align: center;
  }
}

.contents thead {
  font-family: "notesesa", sans-serif;
  font-size: 2.1rem;
}

.module.bg {
  margin-top: 13vh;
  padding-bottom: 13vh;
  background-color: #e7e7e4;
}
/* CTA MODULE */
/*
section.cta-module {
   background: url(images/video-bg.jpg); 
}*/

.cta-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 9vh;
  padding-bottom: 9vh;
  padding-left: 6vw;
  padding-right: 6vw;
}
/*    @media (min-width: 1000px) {
     .cta-container {
       
         -webkit-justify-content: space-evenly;
         -ms-justify-content: space-evenly;
         justify-content: space-evenly;
     }
 }
 */

.cta-container h3 {
  /* color: #fff; */
}

.cta-container h5.dates,
.cta-module h5.dates {
  /* color: #fff; */
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin: 0;
  /* padding: 1rem; */
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .cta-container h5.dates,
  .cta-module h5.dates {
    /* padding: 0 5vw; */
    font-size: 4rem;
  }
}

.cta-module .button,
.contacts-module .button {
  color: #fff;
  border-color: #f0f0f0;
  background-color: rgba(0, 174, 157, 1);
  margin-top: 3vh;
  transform: scale(1.3);
}

.cta-module .button:hover,
.contacts-module .button:hover {
  border-color: #fff;
  background-color: rgba(0, 174, 157, 0.7);
}
/* PRGRAMME MODULE */

.programme-module {
  padding-bottom: 0;
  background-color: #f0f0f0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.programme-title p.programme-desc {
  padding: 2rem;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.8);
  max-width: 80rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  color: #006762;
}
@media (min-width: 1000px) {
  .programme-title p.programme-desc {
    padding: 3rem 5rem;
    margin: 0rem;
  }
}
.programme-title .contents {
  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: column;
}

.programme-title {
  padding-top: 13vh;
  padding-bottom: 13vh;
  margin-bottom: 0;
  background-image: url(images/programme-bg.jpg);
  /* background-image: url(images/programme-title.jpg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  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: column;
}

.programme-title h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.programme-module .button {
  color: #fff;
  border-color: #f0f0f0;
  background-color: #00ae9d;
  margin-top: 2rem;
}

.programme-module .button:hover {
  border-color: #bbb;
}
.goto.programme-btn {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
}
.additional-cont-container {
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 12rem;
}

.additional-cont-container h4 {
  font-weight: bold;
}

.progamme-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 24rem;
  flex-direction: column-reverse;
  margin: 6rem 0;
  padding-bottom: 6rem;
}

@media (min-width: 1000px) {
  .progamme-box {
    flex-direction: row;
    margin-bottom: 10rem;
  }
  .progamme-box:last-child {
    margin-bottom: 0rem;
  }
}

.progamme-box.flex-reverse {
  flex-direction: column;
}

@media (min-width: 1000px) {
  .progamme-box.flex-reverse {
    flex-direction: row;
  }
}

.progamme-box-text {
  padding: 4%;
  background: rgba(255, 255, 255, 0.4);
  width: 92%;
  border-radius: 0 0 3rem 3rem;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1000px) {
  .progamme-box-text {
    padding: 3rem 5rem;
    background: rgba(255, 255, 255, 0.4);
    width: 55%;
    border-radius: 3rem 0 0 3rem;
    -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  }
}

.progamme-box-text-rev {
  border-radius: 0 0 3rem 3rem;
}

@media (min-width: 1000px) {
  .progamme-box-text-rev {
    border-radius: 0 3rem 3rem 0;
  }
}

.progamme-box-text ul li {
  position: relative;
  padding-left: 1.9rem;
  margin-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 2.9rem;
}
.progamme-box-text h5 {
  color: #00ae9d;
}
.progamme-box-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 3rem 3rem 0 0;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
  height: 25vh;
}

@media (min-width: 1000px) {
  .progamme-box-img {
    background-position: top center;
    background-repeat: no-repeat;
    width: 39%;
    border-radius: 0 3rem 3rem 0;
    -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.15);
    height: auto;
  }
}

.progamme-box-img-rev {
  border-radius: 3rem 3rem 0 0;
}

@media (min-width: 1000px) {
  .progamme-box-img-rev {
    border-radius: 3rem 0 0 3rem;
  }
}

.progamme-box .button.desktop-only {
  display: none;
}

.progamme-box .button.mobile-only {
  color: #fff;
  border-color: #f0f0f0;
  background-color: rgba(0, 174, 157, 1);
  margin: 3rem;
  display: block;
}

@media (min-width: 1000px) {
  .progamme-box .button.desktop-only {
    display: block;
    color: #fff;
    border-color: #f0f0f0;
    background-color: rgba(0, 174, 157, 1);
    margin-top: 5rem;
  }
  .progamme-box .button.mobile-only {
    display: none;
  }
}

.progamme-box .button:hover {
  border-color: #fff;
  background-color: rgba(0, 174, 157, 0.7);
}

.in-case {
  font-size: 1.5rem;
  padding: 2rem;
  letter-spacing: 0.06rem;
  color: #00ae9d;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  background-color: #eaeaea;
  margin-top: 4rem;
  text-decoration: none !important;
}

a p.in-case {
  text-decoration: none;
  color: #fff;
  background-color: #00ae9d;
  border: #00ae9d 2px solid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

a:hover p.in-case {
  color: #fff;
  background-color: #008e7a;
  border: #006762 2px solid;
  text-decoration: none !important;
}

.programme-img h3 {
  color: #fff;
  text-align: left;
  font-weight: normal;
}
.programme-img {
  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;
  padding: 0;
  margin: 2rem auto;
  margin-top: 4rem;
  flex-direction: column;
  width: 100%;
  max-width: 150rem;
}

.programme-img img {
  margin-bottom: 1rem;
  max-width: 140rem;
  width: 94vw;
}

.programme-note {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 4rem;
  padding: 0 1.6rem;
}

/* PRESENTATION MODULE*/

.presentation-module {
  padding-top: 13vh;
  padding-bottom: 13vh;
  /* margin-top: 13vh; */
  /*    background-color: #f0f0f0;*/
  background-image: url(images/presentation-module.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.presentation-module p {
  color: #fff;
}

.presentation-module .modal p {
  color: var(--dark-green);
}

.presentation-module h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media (min-width: 750px) {
  .presentation-module h3 {
    font-size: 5.5rem;
  }
}

.presentation-module h5 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 750px) {
  .presentation-module h5 {
    font-size: 3rem;
  }
}

.final-presentation {
  color: #fff;
}
.final-presentation h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.final-presentation p {
  font-size: 1.8rem;
}

ul.presentation-list {
  color: #fff;
}

@media (min-width: 750px) {
  ul.presentation-list {
    margin-left: 3rem;
  }
}

ul.presentation-list li {
  margin-top: 1rem;
  padding-left: 3.5rem;
  margin-left: 4rem;
}

ul.presentation-list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #76c8ae;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.presentation-box-wrapper {
  background: url(images/presentation-box-wrapper.jpg);
  background-position: top center;
  background-position-y: -15rem;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.25);
}

.presentation-box-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 65%;
  position: relative;
  top: -20vh;
  margin: 0 auto;
}

.presentation-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -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: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  background-color: rgba(0, 174, 157, 1);
  margin: 0 2rem;
  color: #fff;
  padding: 6rem 4rem;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  width: 100%;
}

@media (min-width: 1000px) {
  .presentation-box {
    width: 80%;
    flex-direction: row;
  }
}

.presentation-box h4 {
  text-align: center;
}

@media (min-width: 1000px) {
  .presentation-box h4 {
    text-align: left;
  }
}

.presentation-box:nth-of-type(2) {
  background-color: rgb(7, 192, 174);
}

.presentation-box:nth-of-type(3) {
  background-color: rgb(15, 206, 187);
}

.presentation-box-ico {
  margin: 0 auto;
  padding: 0;
  display: block;
}

.presentation-box-ico img {
  width: 12rem;
  height: 12rem;
  margin-right: 0;
}

@media (min-width: 1000px) {
  .presentation-box-ico img {
    margin-right: 6rem;
  }
}

.presentation-box {
  border-radius: 3rem;
}
/* .presentation-box:first-of-type {
  border-radius: 3rem 3rem 0 0;
} */

/* .presentation-box:last-of-type {
  border-radius: 0 0 3rem 3rem;
} */

.presentation-box p {
  text-align: center;
}

@media (min-width: 1000px) {
  .presentation-box p {
    text-align: justify;
  }
}

.finalPresentationSwiper {
  margin-top: 6rem;
}

/* COMICS */

.outcomes-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-image: url(images/specials-bg.jpg); */
  background-image: url(images/video-bg.jpg);
  padding-bottom: 12vh;
  padding-top: 12vh;
}
.outcomes-section h2 {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.outcomes-section .swiper-button-next,
.outcomes-section .swiper-button-prev {
  color: var(--light-green) !important;
  fill: var(--light-green) !important;
  stroke: var(--light-green) !important;
}

.outcomes-section .outcomes-navigation {
  /* 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;
  height: 7rem;
  width: 100%;
  gap: 4rem;
}
.outcomes-section .swiper-button-prev.outcomes-swiper-button-prev,
.outcomes-section .swiper-button-next.outcomes-swiper-button-next {
  position: relative;
}

/* .outcomes-section .swiper-button-prev {
  transform: translateX(-8rem);
}

.outcomes-section .swiper-button-next {
  transform: translateX(8rem);
} */
.sl-wrapper {
  z-index: 111040;
  background-color: rgba(0, 50, 71, 0.9);
}
.sl-overlay {
  z-index: 111035;
}
.sl-wrapper .sl-image {
  z-index: 11100;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
  color: white;
  -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;
}
.sl-wrapper .sl-close:hover,
.sl-wrapper .sl-navigation button.sl-next:hover,
.sl-wrapper .sl-navigation button.sl-prev:hover {
  color: var(--light-green);
}
/* SAVE THE DATE MODULE*/

.save-the-date-module {
  padding-top: 13vh;
  padding-bottom: 13vh;
  background: url(images/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.save-the-date-module h3 {
  color: #00ae9d;
  text-transform: uppercase;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}

@media (min-width: 1000px) {
  .save-the-date-module h3 {
    margin-top: 0;
  }
}

.save-the-date-module h2 {
  color: var(--dark-green);
  text-transform: uppercase;
  font-style: italic;
  font-size: 3.7rem;
  padding: 0 1.5rem 0 0.8rem;
  background-color: #fff;
  margin: 1rem 0;
  display: unset;
  font-weight: bold;
}

.save-the-date-module h4 {
  color: #00ae9d;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
  font-weight: bold;
}

.save-the-date-module h5.dates {
  color: #fff;
  font-size: 2.3rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin-top: 6rem;
}

@media (min-width: 1000px) {
  .save-the-date-module h5.dates {
    font-size: 3.2rem;
    margin-top: 9rem;
  }
}

.save-the-date-module .button {
  color: #fff;
  border-color: #f0f0f0;
  background-color: #00ae9d;
  margin-top: 2rem;
  margin-left: 2rem;
  transform: scale(1.2);
}

.save-the-date-module .button:hover {
  border-color: #bbb;
}
/* CONTACTS MODULE*/

.contacts-module {
  margin-top: 0;
  padding-top: 13vh;
  padding-bottom: 13vh;
  /*    background-color: #f0f0f0;*/
  background-image: url(images/contacts-module.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.8rem;
}

.contacts-module a {
  text-decoration: none;
}

.contacts-module a:hover {
  color: #fff;
}

.contacts-module p {
  color: #fff;
}

.contacts-module .modal p {
  color: var(--dark-green);
}

.contacts-module h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  font-size: 3.52rem;
}

@media (min-width: 1000px) {
  .contacts-module h3 {
    font-size: 5.2rem;

    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }
}

.contacts-module h5 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (min-width: 750px) {
  .contacts-module h5 {
    font-size: 3rem;
  }
}

.contacts-module .payoff {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-top: 2rem;
}

@media (min-width: 1000px) {
  .contacts-module .payoff {
    font-size: 4.5rem;
    line-height: 6.5rem;
    margin-top: 4rem;
  }
}

.hashtag h3 {
  color: #00ae9d;
  text-align: center;
  font-weight: bold;
  margin-top: 6rem;
  /* letter-spacing: 0.2rem; */
  font-size: 3.8rem;
}

@media (min-width: 1000px) {
  .hashtag h3 {
    font-size: 3.8rem;
  }
}

.contents h4 {
  margin-bottom: 3vh;
}

.contents ul {
  list-style: none;
}

.contents ol {
  padding-left: 2.1rem;
}

.contents li {
  padding-left: 2.1rem;
  position: relative;
  margin-bottom: 0;
}

.contents ol li {
  padding-left: 0;
}

.contents li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #04324b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.contents ol li::before {
  padding-left: 0;
  display: none;
}
/* PRIVACY */

.privacy {
  margin-top: 13rem;
}
/* FOOTER */

footer {
  background-color: var(--dark-green);
  margin-top: 0;
  padding-top: 1vh;
}

.single-portfolio footer,
.single-post footer {
  margin-top: 0;
}

footer h3,
footer h5 {
  color: #8ea0ac;
  opacity: 0.5;
}

footer h5.social-block {
  margin-top: 5.9rem;
}

.newsletter {
  background-color: #194659;
  padding-top: 3vh;
  padding-bottom: 5vh;
}

.newsletter h3 {
  padding-left: 0.2rem;
  opacity: 0.7;
}

.newsletter form,
.newsletter input,
.newsletter button {
  margin-bottom: 0;
}

.newsletter input {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.newsletter input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 0.5;
}

.newsletter .consent {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.newsletter .consent-checkbox {
  line-height: 1;
}

.newsletter .consent-text {
  display: inline-block;
  padding-left: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.newsletter .consent-text a {
  text-decoration: none;
}

.newsletter .consent-text a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

.newsletter button {
  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;
}

@media (min-width: 750px) {
  .newsletter button {
    margin-top: 0;
  }
}

.sitemap {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.sitemap h5 {
  margin-bottom: 1.3rem;
}

.sitemap ul {
  list-style: none;
}

.sitemap ul li {
  margin-bottom: 0.5rem;
}

.sitemap ul li a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.sitemap ul li a:hover,
.sitemap ul li a:active {
  color: #00ae9d;
  opacity: 1;
  text-decoration: none;
}

.sitemap .social-icons {
  line-height: 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap .social-icon {
  width: 2.4rem;
  margin-right: 1.8rem;
  margin-bottom: 1.3rem;
}

.sitemap .social-icon img.facebook {
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}

.copy {
  padding-bottom: 2vh;
  position: relative;
}

.copy h6 {
  color: rgba(142, 160, 172, 0.9);
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-bottom: 0;
}

.copy a {
  color: #00ae9d;
}

.copy a:hover {
  opacity: 0.8;
}
/* FORMS */

.sort-form {
  -webkit-transform: translateY(-6.2rem);
  transform: translateY(-6.2rem);
  padding-right: 21px;
}

.search-module {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: #00ae9d;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  -moz-box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-module.downscroll {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.search-form,
.advanced-search-form {
  margin-bottom: 0.3rem;
}

.search-form input,
.search-form select,
.search-form button,
.advanced-search-form input,
.advanced-search-form select,
.advanced-search-form button {
  margin-bottom: 0.3rem;
}
/* Larger than desktop */

@media (min-width: 1000px) {
  .search-form,
  .advanced-search-form {
    margin-bottom: 1.3rem;
  }
  .search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .search-form input,
  .search-form select,
  .search-form button {
    margin-bottom: 0;
  }
  .advanced-search-form input,
  .advanced-search-form select,
  .advanced-search-form button {
    margin-bottom: 1.3rem;
  }
  .search-form input,
  .search-form select {
    margin-right: 0.3rem;
  }
}

.show-advanced-form .search-form {
  display: none;
}

.advanced-search-form {
  display: none;
}

.show-advanced-form .advanced-search-form {
  display: block;
}

.search-form .domain {
  display: none;
}

@media (min-width: 750px) {
  .search-form .domain {
    display: inline-block;
  }
}

.advanced-search-form .in-same-line input,
.advanced-search-form .in-same-line select {
  width: 100%;
}

@media (min-width: 1000px) {
  .advanced-search-form .in-same-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
  }
  .in-same-line input,
  .in-same-line select {
    margin-bottom: 0;
  }
  .in-same-line input {
    margin-right: 0.3rem;
  }
  .in-same-line select.contractor,
  .in-same-line select.sub-contractor,
  .in-same-line select.cycle {
    width: 100%;
  }
  .in-same-line select.contractor,
  .in-same-line select.sub-contractor {
    margin-right: 0.3rem;
  }
}

.search-module .tags {
  margin-top: 1.8rem;
}

.search-module .tags h6 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 2.1rem;
  margin-right: 0.5rem;
}

.search-module .tag-list {
  line-height: 1.2;
  font-size: 1.6rem;
  display: inline-block;
}

.search-module .tag-list a {
  color: var(--dark-green);
  opacity: 0.8;
}

.search-module .tag-list a:hover {
  opacity: 1;
}

a.advanced-search-toggle {
  color: var(--dark-green);
  cursor: pointer;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  position: relative;
  opacity: 0.8;
  padding-left: 2.4rem;
}

a.advanced-search-toggle::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(images/icons/plus.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -0.2rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.show-advanced-form a.advanced-search-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.advanced-search-toggle:hover {
  opacity: 1;
}
/* ANIMATIONS */

@-webkit-keyframes floatMe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  75% {
    -webkit-transform: translateY(1.3rem);
    transform: translateY(1.3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

@keyframes floatMe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
  }
  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  75% {
    -webkit-transform: translateY(1.3rem);
    transform: translateY(1.3rem);
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

.honpot_field {
  display: none;
  position: absolute;
  left: -2000px;
}

#cookie-law {
  position: fixed;
  bottom: 2.1rem;
  border-radius: 1.3rem;
  z-index: 9999;
  background-color: #00ae9d;
  left: 2.1rem;
  right: 2.1rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 750px) {
  #cookie-law {
    left: 10%;
    right: 10%;
  }
}

@media (min-width: 1200px) {
  #cookie-law {
    left: 20%;
    right: 20%;
  }
}

#cookie-law p {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fafafa;
  font-family: "notesesa", sans-serif;
}

@media (min-width: 750px) {
  #cookie-law {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

#cookie-law p a {
  color: #fafafa;
}

#cookie-law .compliance-buttons {
  text-align: center;
}

#cookie-law .compliance-buttons .button {
  margin: 0.5rem;
  border-color: var(--dark-green);
  display: block;
}

@media (min-width: 750px) {
  #cookie-law .compliance-buttons .button {
    display: inline-block;
  }
}

.get-there ul li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.progamme-box hr {
  margin-top: 2.2vh;
  margin-bottom: 2.2vh;
}
.gmap {
  font-size: 1.3rem;
}
.gmap a img {
  width: 30px;
  margin-bottom: -7px;
  -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;
}
.gmap a:hover img {
  filter: saturate(0) brightness(0);
}

.gmap a {
  font-size: 1.6rem;
  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;
}

.auditorium-row {
  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: column;
}
@media (min-width: 750px) {
  .auditorium-row {
    flex-direction: row;
  }
}
.social-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(images/social-events-bg.jpg);
  padding-bottom: 6vh;
}

.social-section h5 {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  line-height: 1.2em;
  min-height: 3.6em;
  text-align: center;
}
.social-section p {
  line-height: 1.4em;
  font-size: 1.5rem;
}
.social-section img {
  border-radius: 2rem;
  /* -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43); */
  /* margin-bottom: 3rem; */
}

.social-column {
  background-color: rgba(250, 250, 250, 0.78);
  padding: 2rem;
  border-radius: 2rem;
  /* margin-bottom: 2rem; */
}
.social-column button {
  padding: 0 6%;
}
#socials {
  margin-bottom: 0;
}
ul.socials {
  list-style: disclosure-closed;
}

ul.socials li a:hover {
  cursor: pointer;
}

ul.socials li {
  position: relative;
  padding-left: 1.9rem;
  margin-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 2.9rem;
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  ul.socials li {
    font-size: 1.6rem;
  }
}

.grid-social-events {
  margin-bottom: 6rem;
}

#venue {
  padding-top: 10rem;
}

.venue-img img {
  border-radius: 3rem;
  -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  margin-bottom: 3rem;
}

.w3-hide {
  display: none !important;
}
.w3-show-block,
.w3-show {
  display: block !important;
}
.w3-show-inline-block {
  display: inline-block !important;
}

.learn-more-toggle {
  border: none;
  width: 100%;
  text-align: center;
  font-weight: bold;
  -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;
}
.learn-more-toggle:hover {
  color: #00ae9d;
}
.learn-more-toggle::after {
  width: 0.1rem;
  height: 0.1rem;
  content: "";
  transform: rotate(45deg) translateY(-0.3rem);
  -webkit-transform: rotate(45deg) translateY(-0.3rem);
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 1rem;
  margin-top: -1rem;
  -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;
}
.learn-more-toggle.flipped::after {
  transform: rotate(-135deg) translateY(-0.3rem);
  -webkit-transform: rotate(-135deg) translateY(-0.3rem);
}

.learn-more-button {
  margin: 0 auto;
  display: block;
}

/* MODALE */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 0; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal.show {
  display: block; /* Hidden by default */

  z-index: 100; /* Sit on top */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;

  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 85rem;
}
.modal-content p {
  padding: 0 3rem;
  text-align: justify;
}
.modal-content h4 {
  padding: 0 3rem;
  font-weight: bold;
}
.modal-content h5 {
  color: var(--light-green);
  padding: 0 3rem;
  font-weight: bold;
}

.modal-content ul li {
  margin-bottom: 1rem;
  list-style-position: inside;
  margin-left: 1.2rem;
}
.modal-content ul.schedules-list li {
  margin-bottom: 0;
}
h5.modal-date {
  text-align: left;
  padding-left: 3rem;
  min-height: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
/* SPECIALS */

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

  padding-bottom: 12vh;
}

.specials-section .learn-more-button {
  background-color: var(--light-green);
  color: #fff;
}
.specials-section h5 {
  font-weight: bold;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  line-height: 1.2em;
  min-height: 2.6em;
  text-align: center;
  color: #fff;
}
.specials-section p {
  line-height: 1.4em;
  font-size: 1.5rem;
}
.specials-section img {
  border-radius: 2rem;
  /* -webkit-box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 0px 39px 5px rgba(0, 0, 0, 0.43); */
  /* margin-bottom: 3rem; */
}

.main-gallery-section .swiper-slide,
.specials-section .swiper-slide,
.social-section .swiper-slide {
  background: transparent;
}
.main-gallery-section .swiper-slide img,
.social-section .swiper-slide img,
.specials-section .swiper-slide img {
  object-fit: contain;
  max-height: 630px;
}

.main-gallery-section .swiper-button-next,
.main-gallery-section .swiper-button-prev,
.social-section .swiper-button-next,
.social-section .swiper-button-prev,
.specials-section .swiper-button-next,
.specials-section .swiper-button-prev {
  color: var(--light-green) !important;
  fill: var(--light-green) !important;
  stroke: var(--light-green) !important;
}

.main-gallery-section .swiper-wrapper,
.social-section .swiper-wrapper,
.specials-section .swiper-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
}

.specials-column {
  background-color: var(--dark-green);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 2rem;
  max-width: 160px;
}
.specials-column button {
  padding: 0 6%;
}

.grid-specials-events {
  margin-bottom: 6rem;
  gap: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: column;
}
@media (min-width: 750px) {
  .grid-specials-events {
    flex-direction: row;
  }
}
/* 
.grid-specials-events {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

  gap: 6rem;
  justify-content: center;
} */

.specialsSwiper img,
.socialsSwiper img {
  border-radius: 0;
}

/*  Close Button */
.close {
  position: absolute;
  color: #aaa;

  font-size: 38px;
  font-weight: bold;
  top: 0;
  right: 1rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* OUR PARTNERS */

section.our-partners {
  background-color: #fff;
  padding-bottom: 13vh;
  margin-top: 13vh;
}
.partners-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.partners-container img {
  max-height: clamp(10rem, 15vw, 15rem);
  width: auto;
}

.partners-container a {
  text-align: center;
}
.partners-container a img {
  transform: scale(1);
  -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;
}

.partners-container a:hover img {
  transform: scale(1.08);
}
