@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

/* background-color: #36020e !important; */
/*"Noto Sans", sans-serif*/

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --primary-color: #2cb3da;
  --secondary-color: #6c1b5e;
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Roboto Slab", serif;
  --second-font: "Roboto Slab", serif;
  --biggest-font-size: 8.5rem;
  --h1-font-size: 8.5rem;
  --h2-font-size: 6.5rem;
  --h3-font-size: 3.5rem;
  --normal-font-size: 1.5rem;
  --small-font-size: 1rem;
  --smaller-font-size: 0.75rem;
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-medium: 500;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
  /*========== z index ==========*/
  --site-container: 1400px;
  --site-container-small: 1200px;
  --site-border-radius-bigger: 7rem;
  --site-border-radius-big: 5rem;
  --site-border-radius: 2rem;
}
html {
  font-size: 62.5%;
  font-family: var(--body-font);
}

body {
  margin: 0;
  font-size: 1.6rem;
  overflow-x: hidden;
}
.footer-top,
.footer-bottom {
  overflow-x: hidden;
}
body.noScroll {
  overflow-y: hidden;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
p a,
p a:hover,
p a:visited,
p a:active {
  color: black;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sr-only {
  display: none;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
#loader,
#loader-2 {
  margin: auto;
}
.xl-container {
  max-width: var(--site-container);
  margin: auto;
}
@media (max-width: 1800px) {
  .xl-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.sm-container {
  max-width: var(--site-container-small);
  margin: auto;
}
@media (max-width: 1000px) {
  .sm-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

a.site-primary-button {
  border: 1px solid white;
  padding: 1rem 2rem;
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
}
a.site-secondary-button {
  border: 1px solid #a1504f;
  padding: 1rem 2rem;
  border-radius: 2px;
  display: inline-block;
  color: white;
  background-color: #a1504f;
  font-weight: 500;
}
figcaption {
  font-size: 18px;
  margin-top: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
figcaption b,
figcaption strong {
  font-size: 13px;
}
.exhibition-page-corinth figcaption {
  font-style: italic;
}
blockquote {
  font-weight: bold;
  font-size: 21px;
  font-style: italic;
}

.lg-download {
  display: none;
}

form button,
form input[type="submit"],
form select,
form input,
form textarea {
  background-color: white;
  font-weight: 800;
  font-size: 1.2rem;
  border: 1px solid #00000045;
  border-radius: 99px;
  padding: 1.5rem 2rem;
}
button {
  cursor: pointer;
}
form label {
  font-weight: bold;
  margin-bottom: 1rem;
}
.actions {
  display: flex;
}
form button {
  margin-left: auto;
}
form textarea {
  min-height: 126px;
  border-radius: 2rem;
  padding: 3rem;
}
form button._active {
  background-color: black;
  color: white;
  border: 1px solid white;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 18px;
}

/* paginations  */
.site__pagination {
  margin-top: 5rem;
}
.site__pagination nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.site__pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.site__pagination ul a {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  height: 40px;
}

.site__pagination ul a.active {
  border-radius: 999px;
  background-color: #80808057;
  font-weight: bold;
}
a.page__prev,
a.page__next {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 14px;
}

.pagination {
  background-color: var(--primary-color);
  color: white;
  width: fit-content;
  margin: auto;
  padding: 11px 20px;
  display: flex;
  gap: 8px;
  border-radius: 99px;
}
.pagination button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  width: 24px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.pagination span {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.pagination .current-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.pagination .next-btn {
  margin-left: 10px;
}
.pagination .prev-btn {
  margin-right: 10px;
}
/* HEADER  */
input,
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #2d96df;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2d96df;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-right {
  text-align: right;
}
.section-title h2 {
  font-size: 3.3rem;
  color: var(--primary-color);
  font-weight: 900;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
}
.section-title h2:before {
  content: "";
  display: flex;
  width: 22px;
  height: 22px;
  background-color: var(--primary-color);
  border-radius: 99px;
}
.share-btn {
  padding: 0.5rem;
  background-color: var(--primary-color);
  border-radius: 99px;
  color: white !important;
  font-size: 1.5rem;
  display: flex;
}
.primary-btn a {
  display: flex;
  background: var(--primary-color);
  color: white;
  padding: 1.5rem 3rem;
  border-radius: 99px;
  width: fit-content;
  margin: auto;
  transition: 0.3s ease-in;
}
.primary-btn a:hover {
  background: #249ac1;
}

.news-btn a {
  display: flex;
  background: #0000005e;
  color: white;
  padding: 0.5rem 3rem;
  border-radius: 99px;
  width: unset;
  margin: auto;
  transition: 0.3s ease-in;
  text-align: center;
  justify-content: center;
}

/* circles  */
.circle {
  position: absolute;
  border-radius: 99rem;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  z-index: -1;
  animation: float 15s ease-in-out infinite;
}
.circle.var1 {
  left: -120px;
  top: 20px;
  animation-duration: 7s; /* slightly different duration */
  animation-delay: 0s; /* start immediately */
}
.circle.var2 {
  left: -180px;
  top: 70px;
  animation-duration: 8s;
  background-color: #eb5c37;
}

/* Keyframes for floating effect */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px); /* move up by 20px */
  }
  100% {
    transform: translateY(0px);
  }
}
/*========== HEADER ==========*/

.nav_header .nav_header__top {
  background-color: var(--secondary-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.nav_header .nav_header__top .langs {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.nav_header__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  align-items: center;
}
.nav_header__bottom ul.main-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
}
.nav_header__bottom .header__icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.header__icons a,
.mobile__icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  color: white;
  padding: 0.6rem;
  font-size: 2rem;
  border-radius: 99px;
}
.mobile__icons a {
  font-size: 2.6rem;
}
.mobile-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mobile__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}
.mobile-menu-close {
  font-size: 2rem;
}
.menu-item.has-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-item.has-dropdown::after {
  font-family: remixicon;
  content: "\ea50";
}
.menu-item .submenu {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  background-color: white;
  box-shadow: 0px 0px 6px #00000059;
  min-width: 150px;
  border-radius: 5px;
}
.menu-item .submenu ul {
  list-style-type: none;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

/* mobile menu  */
#mobile-menu {
  position: fixed;
  right: 0px;
  z-index: 300;
  background-color: var(--primary-color);
  color: white;
  height: 100vh;
  top: 0;
  box-shadow: 0px 7px 5px 4px #00000066;
  transition: all 500ms ease-out;
  transform: translate(100vw, 0);
  width: 342px;
  padding: 10px 10px;
}
#mobile-menu._active {
  transform: translate(0, 0);
}
#mobile-menu li.menu-item.has-dropdown {
  position: relative;
  padding-right: 3rem;
  transition: all 300ms ease-in-out;
}
#mobile-menu .menu-item.has-dropdown._active {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mobile-menu .menu-item .submenu {
  position: unset;
  margin-top: 15px;
  margin-bottom: 10px;
  box-shadow: none;
  background-color: white;
  color: var(--primary-color);
  font-size: 1.8rem;
  border-radius: 5px;
}
#mobile-menu .submenu-list {
  list-style: none;
  padding-left: 0;
}
#mobile-menu .submenu-list li {
  padding-left: 14px;
}
#mobile-menu .submenu-list li:not(:last-child) {
  margin-bottom: 10px;
}
#mobile-menu .menu-item.has-dropdown::after {
  font-family: remixicon;
  content: "\ea50";
  position: absolute;
  right: 30px;
}
#mobile-menu .top {
  position: absolute;
  top: 10px;
  left: 17px;
}
ul.mobile-menu {
  list-style: none;
  padding-left: 0;
  margin: 2rem;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-item.has-dropdown._active {
  display: flex;
}
.mobile-toggle {
  display: none;
  font-size: 3rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #000000;
}
/* homepage  */
.home .articles-container {
  background-color: var(--secondary-color);
  border-radius: 2rem;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 3;
  position: relative;
}
.home .articles-container article {
  background-color: white;
  padding: 2rem;
  border-radius: 1.6rem;
}
.home .section-title h2 {
  color: var(--secondary-color);
}
.home .section-title h2:before {
  background-color: var(--secondary-color);
}

/* hero  */

@keyframes driftRightBase {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(var(--tx, 20px), var(--ty, 0px));
  }
}

#Movable path {
  animation: driftRightBase 1s infinite ease-in-out alternate;
  transform-origin: center;
}
.hero-slide-1 {
  background-image: url("../images/background.jpg");
  background-size: cover;
}

#hero {
  height: 750px;
  position: relative;
}
.hero-swiper {
  height: 100%;
  overflow: hidden;
}
.hero-swiper-slide__content___img svg {
  max-width: 450px;
}
.hero-swiper-slide__content___title h1 {
  font-size: 4.3rem;
  color: white;
  font-weight: 900;
}
.hero-swiper .swiper-pagination {
  right: 0;
  bottom: 120px;
  display: flex;
  justify-content: flex-end;
  width: unset;
}
.hero-swiper .swiper-pagination-bullet {
  background-color: white;
  width: 70px;
  height: 25px;
  border-radius: 60px;
  opacity: 1;
  transition: 0.3s ease-in;
}
.hero-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
}
.hero-swiper-slide__content {
  margin-top: 7rem;
}

/* under hero  */
.under-hero-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10rem;
  margin-top: 6rem;
  position: relative;
}
.under-hero-container .categories-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.under-hero-container .categories-container .category-card {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.under-hero-container .categories-container .category-card:nth-child(2) {
  background-color: var(--primary-color);
}
.under-hero-container .categories-container .category-card:nth-child(3) {
  background-color: #f0b900;
}
.under-hero-container .categories-container .category-card:nth-child(4) {
  background-color: #d60f3c;
}
.under-hero-container .categories-container .category-card:nth-child(5) {
  background-color: #eb5c37;
}
.under-hero-container .categories-container .category-card:nth-child(6) {
  background-color: #000000;
}
.under-hero-container .category-card a {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 900;
  color: white;
}
.under-hero-container .category-card ul {
  list-style: none;
  border-left: 2px solid white;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.under-hero-container .category-card img {
  position: absolute;
  right: 1rem;
  bottom: 0rem;
}
.under-hero-container .category-card img a {
  font-size: 1.3rem;
  font-weight: 400;
}
.article-small-info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
.seperator {
  width: 1px;
  height: 13px;
  background-color: var(--secondary-color);
}
.article-title {
  font-size: 1.3rem;
  font-weight: 500;
}
.partnership_title {
  font-size: 2.4rem;
  font-weight: 900;
  color: white;
}
.partnerships_titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.partnership_title {
  background-color: var(--primary-color);
  width: fit-content;
  padding-right: 12rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  position: relative;
}
.partnership_title::before {
  content: "";
  display: flex;
  position: absolute;
  width: calc(100vw / 2);
  height: 100%;
  background-color: var(--primary-color);
  transform: translateX(-100%);
  top: 0;
  z-index: -1;
}
.partnerships-container {
  margin-top: 6.5rem;
}
.partnership_title:nth-child(2),
.partnership_title:nth-child(2)::before {
  background-color: #6c1b5e;
}
.partnership_title:nth-child(3),
.partnership_title:nth-child(3)::before {
  background-color: #d60f3c;
}
.partnership_title:nth-child(4),
.partnership_title:nth-child(4)::before {
  background-color: #eb5c37;
}
.partnership_title:nth-child(5),
.partnership_title:nth-child(5)::before {
  background-color: #f0b900;
}

/* events  */
#events {
  margin-top: 10rem;
  background-color: var(--primary-color);
}
.events-container {
  position: relative;
}
.events-container .circle.var1 {
  right: 70px;
  top: -70px;
  left: unset;
  background-color: #f0b900;
}

.events-container .circle.var2 {
  right: 20px;
  top: -20px;
  left: unset;
  z-index: 2;
}
.events-container .circle.var3 {
  right: 190px;
  top: -120px;
  left: unset;
  z-index: 2;
}
.events-container .circle.var4 {
  right: 170px;
  top: -60px;
  left: unset;
  z-index: 2;
  background-color: #f0b900;
}
.events-container .circle.var5 {
  right: 120px;
  top: -20px;
  left: unset;
  z-index: 2;
  width: 25px;
  height: 25px;
  background-color: #6c1b5e;
}
#events .events-content {
  overflow: hidden;
}
#events .events-content .event-title {
  background-color: white;
  border-radius: 2rem;
  padding: 3rem;
  font-size: 1.4rem;
  font-weight: 500;
}
#events .events-content .event-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: white;
  font-size: 1.4rem;
  margin-top: 1rem;
}
#events .event-name {
  font-size: 2.4rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#events .section-title h2 {
  color: white;
  padding-top: 4.5rem;
}
#events .section-title h2:before {
  background-color: white;
}
#events .events-content {
  padding-bottom: 4.5rem;
}

#events .events-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
#events .swiper-button-next,
#events .swiper-button-prev {
  position: unset;
  background-image: none;
  background-color: white;
  color: var(--primary-color);
  width: 22px;
  height: 22px;
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-weight: 900;
}

/* about us  */
.about-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 10rem;
  margin-top: 6rem;
  position: relative;
}
.about-container .circle.var1 {
  left: -350px;
}
.about-container .circle.var2 {
  left: -250px;
}
.about-left .about-us-text h3,
.people-container h3 {
  font-weight: 900;
  font-size: 2.4rem;
}
#about .people-container h3 {
  text-align: right !important;
}
.page-node-type-page h3 {
  text-align: left;
}
.about-left .about-us-text p {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: justify;
}
.about-left .primary-btn a {
  margin-top: 2rem;
}
.about-left {
  overflow: hidden;
}

.person {
  text-align: center;
}
.person .name {
  font-weight: 900;
  font-size: 1.2rem;
}

.person .job {
  font-weight: light;
  font-size: 1.2rem;
}
.person img {
  margin-bottom: 2rem;
}
.people-swiper {
  margin-top: 4rem;
  position: relative;
}
.about-left .section-title h2 {
  color: var(--primary-color);
  margin-bottom: 7rem;
}
.about-left .section-title h2:before {
  background-color: var(--primary-color);
}
.people-container {
  margin-top: 6rem;
}

.people-swiper .swiper-pagination {
  position: unset;
  margin-top: 4rem;
}

.people-swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

footer {
  background-color: var(--secondary-color);
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 5rem;
}
.home footer {
  margin-top: 20rem;
}
.footer-container {
  position: relative;
}
.footer-container .circle.var1 {
  right: 60px;
  top: -70px;
  left: unset;
  width: 25px;
  height: 25px;
  background-color: #6c1b5e;
}

.footer-container .circle.var2 {
  right: 0px;
  top: -110px;
  left: unset;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-color: #eb5c37;
}
.footer-container .circle.var3 {
  right: 80px;
  top: -180px;
  left: unset;
  z-index: 2;
}
.footer-container .circle.var4 {
  right: -50px;
  top: -50px;
  left: unset;
  z-index: 2;
  background-color: #f0b900;
}
.footer-container .circle.var5 {
  right: 140px;
  top: -120px;
  left: unset;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-color: #f0b900;
}
.footer-container .circle {
  display: none;
}
.footer-top {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.footer-left,
.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-left p {
  font-size: 1.1rem;
  font-weight: 300;
  max-width: 580px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 300;
}
.footer-right {
  border-left: 1px solid white;
  padding-left: 2rem;
  margin-left: 2rem;
}
.footer-right ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
  font-weight: 300;
  font-size: 2.3rem;
  margin: 0;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
  gap: 1rem;
}
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: var(--secondary-color);
  padding: 0.5rem;
  font-size: 2rem;
  border-radius: 99px;
}
.data-info ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.copyright {
  text-align: center;
}

/* PUBLICATIONS  */
.page-title-wrapper {
  background-color: var(--primary-color);
  height: 170px;
}
.page-title-container {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.page-title {
  position: absolute;
  bottom: -20px;
}
.page-title h1,
.page-title h2 {
  color: white;
  font-weight: 900;
  font-size: 9.3rem;
  margin: 0;
  opacity: 0.7;
}
.breadcrumbs {
  position: absolute;
  right: 0;
  bottom: 0;
}
.breadcrumbs ul {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 0;
  opacity: 0.7;
}
.breadcrumbs li {
  max-width: 26ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page-filters {
  padding-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-filters .page-filters-left,
#page-filters .page-filters-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.article-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  margin-top: 3rem;
}
.article-list article {
  border: 1px solid #00000045;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0px 0px 16px 0px #00000008;
}
.article-header h2 {
  font-size: 2.3rem;
  font-weight: 200;
  margin-top: 0;
}
.article-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.article-list .date {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  border-radius: 99px;
  color: white;
}
.article-list .category {
  padding: 0.5rem 1rem;
  background-color: var(--secondary-color);
  border-radius: 99px;
  color: white;
}

.article-content p.people {
  font-size: 1.3rem;
  font-weight: 100;
}
.article-content p.source {
  font-size: 1.3rem;
  font-weight: 200;
}
.article-footer {
  display: flex;
}
.article-footer a.read-more {
  background-color: black;
  color: white;
  border-radius: 99px;
  padding: 1rem 2rem;
  margin-left: auto;
  width: fit-content;
}

/* ------------------------------------------------  */
/* ARTICLE PAGE  */
/* --------------------------------------------------   */

.article-page .article-header h1 {
  font-size: 4.3rem;
  font-weight: 200;
  margin-top: 0;
  padding-top: 5rem;
}
.article-page .date {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  border-radius: 99px;
  color: white;
  font-size: 1.5rem;
}
.article-page .category {
  padding: 0.5rem 1rem;
  background-color: var(--secondary-color);
  border-radius: 99px;
  color: white;
  font-size: 1.5rem;
}
.article-page .article-content p.people {
  font-size: 1.6rem;
  font-weight: 200;
  margin-top: 0;
}
.article-page .article-content p.people a {
  color: black !important;
}
.article-page .article-content p.source {
  font-size: 1.6rem;
  font-weight: 300;
}
.article-page .article-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.article-content p,
.people-content p {
  text-align: justify;
}
.article-page .article-tags {
  gap: 1rem;
}
.article-list .article-content {
  height: 172px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.article-page .article-wrapper .article-content a {
  color: black !important;
  font-style: italic;
  text-decoration: underline;
}
.article-page .article-wrapper .article-content a:hover {
  color: black !important;
}
.article-page .article-wrapper .article-content img {
  width: fit-content;
  object-fit: contain;
  border-radius: 3rem;
  max-width: 500px;
  max-height: 300px;
}
.addtoany_list.a2a_kit_size_32 > a {
  padding: 0;
  border-radius: 159px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.a2a_kit .a2a_svg {
  background-color: rgb(44 179 218) !important;
}
/* --------------------------  */
/* People Page  */
/* ----------------------------  */
.people-page .people-header h1 {
  font-size: 4.3rem;
  font-weight: 200;
  margin-top: 0;
  padding-top: 5rem;
}
.people-page .people-tags .date {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  border-radius: 99px;
  color: white;
  font-size: 1.5rem;
}
.people-content p {
  font-size: 1.6rem;
  font-weight: 300;
}
.people-page .people-tags .category {
  padding: 0.5rem 1rem;
  border-radius: 99px;
  color: white;
  font-size: 1.5rem;
}
.people-page .people-tags .category:nth-child(3n + 1) {
  background-color: #2cb3da;
}

.people-page .people-tags .category:nth-child(3n + 2) {
  background-color: #6c1b5e;
}

.people-page .people-tags .category:nth-child(3n + 3) {
  background-color: #d60f3c;
}
.people-page .people-content p.people {
  font-size: 1.6rem;
  font-weight: 200;
  margin-top: 0;
}
.people-page .people-content p.people a {
  color: black !important;
}
.people-page .people-content p.source {
  font-size: 1.6rem;
  font-weight: 300;
}
.people-page .people-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.people-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.people-page .people-tags {
  gap: 1rem;
  flex-wrap: wrap;
}
.person-img {
  float: left;
  margin-right: 3rem;
}
.person-related-swiper {
  overflow: hidden;
  background-color: var(--primary-color);
  padding: 2rem;
  border-radius: 1rem;
}
.person-related-swiper article {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
}

.people-page .section-title h2 {
  margin-top: 8rem;
}
/* --------------------------  */
/* Faq Page  */
/* ----------------------------  */
.faqs-wrapper {
  padding-top: 5rem;
}
.accordion {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 1px;
}

.accordion__item {
  border: 1px solid #00000045;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: 0;
}

.accordion__item + .accordion__item {
  margin-top: -1px;
}

.accordion__item:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.accordion__item:last-child {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.accordion__item--open {
  border-radius: 1rem;
  z-index: 10;
}

.accordion__item--open:first-child {
  margin-top: 0;
}

.accordion__item--open:last-child {
  margin-bottom: 0;
}

.accordion__item--before-open {
  transform: translateY(-1.5rem);
}

.accordion__item--before-open:last-of-type {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.accordion__item--after-open {
  transform: translateY(1.5rem);
}

.accordion__item--after-open:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.accordion__item--dimmed {
  opacity: 0.5;
}

.accordion__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.2s;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
  font-size: 2rem;
}

.accordion__header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.accordion__header:hover::before {
  opacity: 1;
}

.accordion__header::-webkit-details-marker {
  display: none;
}

.accordion__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.7;
  position: relative;
  z-index: 1;
}

.accordion__title {
  flex: 1;
  position: relative;
  z-index: 1;
}

.accordion__toggle {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
}

.accordion__item--open .accordion__toggle {
  transform: rotate(45deg);
}

.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}

.accordion__item--open .accordion__content {
  grid-template-rows: 1fr;
}

.accordion__content-inner {
  min-height: 0;
  padding: 0 1rem 1rem 1rem;
  color: #686767;
  line-height: 1.6;
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}

.accordion__item:not(.accordion__item--open) .accordion__content-inner {
  opacity: 0;
  transform: translateY(10px);
}

.accordion__item--open .accordion__content-inner {
  opacity: 1;
  transform: translateY(0);
}

.accordion__text {
  margin: 0;
}

/* --------------------------  */
/* Publications Page  */
/* ----------------------------  */

.publication-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
  margin-top: 3rem;
}
.publication-list article {
  border: 1px solid #00000045;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0px 0px 16px 0px #00000008;
}
.publication-list article h2 {
  font-size: 1.6rem;
  font-weight: 300;
}
.publication-tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.publication-list .date {
  padding: 0.5rem 1rem;
  background-color: var(--primary-color);
  border-radius: 99px;
  color: white;
}
.publication-list .category {
  padding: 0.5rem 1rem;
  background-color: var(--secondary-color);
  border-radius: 99px;
  color: white;
}

.publication-footer {
  display: flex;
}
.publication-footer a.read-more {
  background-color: black;
  color: white;
  border-radius: 99px;
  margin-left: auto;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

/* --------------------------  */
/* Basic Page  */
/* ----------------------------  */
.basic-wrapper {
  padding-top: 5rem;
}
.basic-wrapper a {
  color: black;
  text-decoration: underline;
  font-style: italic;
}
.basic-wrapper a:hover {
  color: black;
}
/* --------------------------  */
/* Search Page  */
/* ----------------------------  */
.search-page-wrapper {
  padding-top: 5rem;
}
.search-help-link,
.js-form-type-search label,
.search-result__info {
  display: none;
}
.search-form .edit-submit {
  margin: 0;
}
.search-form .container-inline {
  display: flex;
  gap: 2rem;
}

.search-results.node_search-results {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.search-results.node_search-results li {
  border: 1px solid #00000045;
  border-radius: 2rem;
  padding: 2.5rem;
  box-shadow: 0px 0px 16px 0px #00000008;
  margin: 0;
}
.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys,
.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys input {
  width: 100%;
}

/* --------------------------  */
/* Contact Page  */
/* ----------------------------  */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #2cb3da;
  padding: 4rem;
  border-radius: 2rem;
  margin-top: 5rem;
  gap: 5rem;
}
#contactpage-form,
#contact-message-feedback-form {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: white;
}
#contactpage-form .row,
#contact-message-feedback-form .row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#contactpage-form .form-submit,
#contact-message-feedback-form .form-submit {
  margin-top: 1rem;
}
#contact-message-feedback-form #edit-subject-wrapper {
  display: none;
}
.contact-grid .svg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-grid path {
  fill: white;
}
.form-item,
.form-actions {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

.path-news article img,
.path-events article img,
.path-publications article img {
  display: none;
}
/* --------------------------  */
/* About Page  */
/* ----------------------------  */
.about-us-wrapper {
  overflow: hidden;
  margin-top: 5rem;
}

/* --------------------------  */
/* Error Page  */
/* ----------------------------  */
.error404-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.error404-number h2 {
  font-size: 20rem;
  color: #ed4141;
}
.error404-text h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 4rem;
  margin: 0;
}
.error404-text i {
  color: #ed4141;
}

.error404-text a {
  text-decoration: underline;
  font-weight: bold;
}
/* --------------------------  */
/* User Login Page  */
/* ----------------------------  */
.user-login-form {
  max-width: 800px;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 1px solid #00000045;
  border-radius: 2rem;
  padding: 3rem;
}
.user-login-form input {
  margin-bottom: 3rem;
}
.user-login-form #edit-submit {
  cursor: pointer;
}
/* TABLET  */
@media only screen and (max-width: 1200px) {
  .under-hero-container,
  .about-container {
    grid-template-columns: 2fr 1fr;
  }
  .under-hero-container .categories-container {
    grid-template-columns: 1fr 1fr;
  }
  .breadcrumbs {
    right: 30px;
  }
  .contact-grid .svg {
    display: none;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* phone big  */
@media only screen and (max-width: 991px) {
  .nav_header__bottom ul.main-menu {
    display: none;
  }
  .under-hero-container,
  .about-container,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .footer-right {
    border-top: 1px solid white;
    padding: 0;
    margin: 0;
    padding-top: 2rem;
    margin-top: 2rem;
    border-left: 0;
  }
  .hero-swiper-slide__content___title h1 {
    font-size: 2.3rem;
  }
  .partnership_title a {
    font-size: 1.4rem;
  }
  .article-list {
    grid-template-columns: 1fr;
  }
  .page-title {
    position: absolute;
    bottom: -28px;
  }
  .page-title h1,
  .page-title h2 {
    font-size: 9.3rem;
  }
  .mobile-toggle {
    display: flex;
  }
  .page-title {
    position: absolute;
    bottom: 50px;
  }
  .not-mobile {
    display: none !important;
  }
  .search-results.node_search-results {
    grid-template-columns: 1fr;
  }
  .error404-number h2 {
    margin: 0;
  }
  .error404-wrapper {
    flex-direction: column;
  }
  .error404-text p {
    text-align: center;
  }
}
/* phone small  */
@media only screen and (max-width: 500px) {
  .under-hero-container .categories-container {
    grid-template-columns: 1fr;
  }
  .hero-swiper-slide__content___title h1 {
    font-size: 1.8rem;
  }
  .hero-swiper-slide__content___img svg {
    max-width: 330px;
  }

  .page-title h1,
  .page-title h2 {
    font-size: 5.3rem;
  }
}
