.wp-block-lazyblock-google-map-and-text-vertical iframe {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .max-width-md-450 {
    max-width: 450px;
  }
}

.heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.heading--top-margin {
  margin-top: 150px;
}

.heading__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.editor h1 {
  margin-bottom: 30px;
}

.editor h1,
.heading__title {
  font-weight: 700;
  font-size: 3.625rem;
  /* 58px */
  line-height: 1.1;
}

.heading__title-2 {
  font-weight: 600;
  font-size: 2.250rem;
  /* 36px */
  line-height: 1.1;
}

.heading__subtitle {
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  color: #750e6d;
}

.heading__link {
  align-self: flex-end;
  font-weight: 400;
  font-size: 1.35rem;
  /* 21px */
  color: #750e6d;
}

.home__events__wrapper {
  position: relative;
}

.home__events__wrapper .heading {
  max-width: 74.6%;
}

.heading__link.more-past-event {
  position: absolute;
  top: 5px;
  right: 0;
}

@media only screen and (min-width: 1921px) {
  .heading__link.more-past-event {
    top: 30px;
  }
}

.home__item--bg-yellow .heading__link.more-past-event {
  display: none;
}

.action-button__container {
  display: flex;
}

.editor a.action-button:focus,
.editor a.action-button:hover {
  text-decoration: none;
}

.editor a.action-button {
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 300;
  margin-top: 5px;
}

.editor p:has(> a.action-button) {
  display: flex;
  flex-wrap: wrap;
}

.editor p .action-button:has(+ .action-button),
.editor p .action-button+.action-button {
  margin-right: 5px;
  margin-left: 0;
}

.action-button {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 28px;
  font-size: 1.3rem;
  /* 20px */
  line-height: 1;
  background-color: #e3e3e3;
  /* min-width: 326px; */
  padding: 20px 24px;
  margin-left: auto;
  margin-right: auto;
}

.editor p .action-button--center,
.action-button__container .action-button {
  margin-left: 0;
}

.action-button__container.postgraduate {
  display: block;
}

.action-button--short {
  display: inline-flex;
  min-width: 0;
}

.action-button::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/icons/search_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.select {
  display: block;
  appearance: none;
  border: 1px solid #acacac;
  background: url("../images/icons/select_arrow.svg") no-repeat right 22px center;
  background-size: 14px;
  padding: 10px 50px 10px 20px;
  font-weight: 600;
  font-size: 1.28rem;
  /* 19px */
  line-height: 1.6;
  max-width: 340px;
  /* min-width: fit-content; */
  color: inherit;
  cursor: pointer;
}

option {
  max-width: 340px;
}

.filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
}

@media only screen and (min-width: 1281px) {
  .filter__dropdown {
    display: none !important;
  }
}

.filter__dropdown {
  display: none;
  position: absolute;
  top: -20px;
  right: -26px;
  background-color: #ffffff;
  min-width: 326px;
  max-width: 326px;
  padding: 30px 26px 50px;
  box-shadow: 1px 1px 3px 0px #0000003d;
  z-index: 2;
}

.filter__dropdown__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filter__dropdown__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-right: -14px;
}

.filter__dropdown .select {
  border: none;
}

.filter__toggle {
  display: none;
  margin-left: 10px;
}

.filter__toggle img {
  width: 30px;
  min-width: 30px;
}

.filter__dropdown .filter__toggle {
  align-self: flex-end;
  margin-bottom: 10px;
}

.filter__dropdown .action-button {
  min-width: 0;
}

.split {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.split__image {
  /* width: 45%; */
  width: 48%;
}

.split__image--float {
  display: none;
  float: left;
  margin: 0 36px 60px 0;
}

.single-event .split__image {
  display: none;
}

.single-event .split__image--float {
  display: block;
}

.content.event-content .clear-both {
  clear: both;
}

.split__image>img {
  width: 100%;
}

.split__image__content {
  position: relative;
  background-color: #ffffff;
  padding: 50px 50px 30px;
  margin-bottom: 50px;
}

.split__image__content::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  display: block;
  width: 100%;
  aspect-ratio: 2000 / 212;
  background-image: url("../images/box_bottom.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.split__text {
  flex: 1;
}

.split__text.editor {
  max-width: 100%;
}

.wp-editor h2,
.editor h2,
.split__title {
  font-weight: 600;
  font-size: 2.250rem;
  /* 36px */
  line-height: 1.11;
  /* margin-bottom: 40px; */
  margin-bottom: 20px;
}

.address-tag .button,
.button {
  display: inline-block;
  /* font-weight: 600; */
  font-weight: 500;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  background-color: #750e6d;
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
}

.address-tag .button {
  font-size: 1.3rem;
  /* 20px */
}

.info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info__row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.info__icon_fax,
.info__icon_email,
.info__icon_phone {
  margin-left: 30px;
  display: inline-block;
  position: relative;
}

.info__icon_fax::before {
  background-image: url("../images/icons/fax.svg");
}

.info__icon_email::before {
  background-image: url("../images/icons/email.svg");
}

.info__icon_phone::before {
  background-image: url("../images/icons/phone.svg");
}

.info__icon_fax::before,
.info__icon_email::before,
.info__icon_phone::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 14px;
  width: 25px;
  height: 20px;
  vertical-align: middle;

  position: absolute;
  left: -30px;
}

.info__icon {
  width: 25px;
  height: 20px;
  object-fit: contain;
  margin-top: 2px;
}

.info__text {
  flex: 1;
  font-weight: 400;
  font-size: 1.25rem;
  /* 18px */
}

.info .info__text {
  margin: 0;
}

.name-tag {
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
}

.address-tag__title {
  font-weight: 400;
  font-size: 1.500rem;
  /* 24px */
  color: #750e6d;
  margin-bottom: 10px;
}

.address-tag address {
  margin-bottom: 20px;
}

.address-tag .info {
  margin-bottom: 40px;
}

.event-tag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.event-tag__row {
  grid-column: span 2;
  display: flex;
  /* align-items: flex-start; */
  align-items: baseline;
  gap: 0 40px;
}

.event__tag .event-icon,
.event-tag__row .event-icon {
  width: 40px;
  aspect-ratio: 1 / 1;
  display: inline-block;
}

.event__tag .event-icon.pdf-file,
.event-tag__row .event-icon.pdf-file {
  background-image: url(../images/icons/pdf_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.event__tag .event-icon.poster-file,
.event-tag__row .event-icon.poster-file {
  background-image: url(../images/icons/poster_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.event-tag__label {
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  width: 100px;
}

a.event-tag__value,
.event-tag__value {
  flex: 1;
  font-size: 1.500rem;
  /* 24px */
}

.research__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 26px;
}

.research__item {
  display: flex;
  flex-direction: column;
  /* gap: 26px; */
  gap: 20px;
}

.research__item:hover,
.research__item:focus,
.research__item:active {
  opacity: 1;
}

.research__item__image {
  width: 100%;
  aspect-ratio: 514 / 312;
  object-fit: cover;
}

.research__item__title {
  font-weight: 600;
  /* font-size: 1.625rem; /* 26px */
  font-size: 1.3rem;
  /* 20px */
  /* line-height: 1.23; */
  line-height: 1.33;
}

.research__item:hover .research__item__title,
.research__item:focus .research__item__title,
.research__item:active .research__item__title {
  opacity: 0.8;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery__item {
  width: 100%;
  aspect-ratio: 564 / 376;
  object-fit: cover;
}

.event__list {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

}

.event {
  display: flex;
  background-color: #ffffff;

  /* 29/7/2025 change tablet style early */
  flex-direction: column;
}

.event:hover,
.event:focus,
.event:active {
  opacity: 1;
}

.event-listing-page .event__date {
  display: flex;
  gap: 10px;
}

.event-listing-page .event__date .event-head {
  width: calc(100% - 110px);
  margin-top: 8px;
}

.event__date {
  border-right: 2px solid #e7b000;
  font-weight: 600;
  font-size: 1.2rem;
  /* 17px */
  text-align: center;

  padding: 15px;
  border-right: none;
  border-bottom: 2px solid #e7b000;
  font-weight: 700;
  font-size: 1.35rem;
  text-align: left;
}

.event__calendar {
  background-image: url("../images/icons/calendar-new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.863rem;
  /* 57px */
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 10px 0 0;
  color: #750e6d;

  flex-direction: column;
  padding-top: 0;
  width: 90px;
  height: 102px;
  position: relative;
}

.event__calendar .calendar-month {
  font-size: 14px;
  margin-top: -4px;
  text-transform: uppercase;
}

.event__date .event__month {
  /* margin-left: 31.5px;
  margin-top: -23px; */
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  font-weight: 600;
  position: absolute;
  bottom: 3.5px;
  left: 50%;
  transform: translateX(-50%);
}

.event__time {
  font-size: 1.115rem;
  color: #3D3D3D;
  display: none;
}

.event--past .event__calendar {
  background-image: url("../images/icons/calendar_grey_new.svg");
  color: #5c575c;
}

.home__item--bg-yellow .event__calendar {
  background-image: url(../images/icons/calendar_grey_bg_yellow_new.svg);
  color: #5c575c;
}

.event__day {
  display: none;
}

.event-listing-page .event__content {
  padding: 15px 25px;
}

.event__content {
  flex: 1;
  padding: 40px 30px;
}

.event__type {
  font-weight: 600;
  font-size: 1.15rem;
  /* 16px */
  color: #996F00;
  margin-bottom: 4px;
}

.content.event-content .event-tag__value a[target="_blank"],
.event__info__value a[target="_blank"] {
  text-decoration: underline;
}

.event__title {
  display: block;
  font-weight: 600;
  /* font-size: 1.4rem; */
  font-size: 1.18rem;
  /* 22px */
  line-height: 1.2;
  margin-bottom: 0;
}

.event__content .event__info__value {
  /* font-size: 1.25rem; */
  font-size: 1.15rem;
  /* 18px */
  line-height: 1.3;
}

/* a.event:hover .event__title,
a.event:focus .event__title,
a.event:active .event__title {
  color: #750e6d;
} */

.event__info {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.event__info+.event__tag {
  margin-top: 20px;
}

.event__info__row {
  grid-column: span 3;
  display: flex;
  /* align-items: flex-start; */
  align-items: baseline;
  gap: 20px;
}

.event__info__row--2 {
  grid-column: span 2;
}

.event__info__row--1 {
  /* grid-column: span 1; */
  grid-column: span 3;
}

.event-listing-page .event__info__label {
  min-width: 70px;
}

.event__info__label {
  font-weight: 600;
  /* font-size: 1.3rem; */
  font-size: 1.2rem;
  /* 20px */
  min-width: 80px;
}

.event__info__label--short {
  /* min-width: 0; */
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.events-listing .pagination__page,
.events-listing .pagination__button:not([disabled]) {
  cursor: pointer;
}

.pagination__button img {
  width: 8px;
  height: 20px;
}

.pagination__pages {
  display: flex;
  align-items: center;
  gap: 15px;

  max-width: 70%;
  overflow: auto;
  scrollbar-width: thin;

  padding-top: 10px;
  padding-bottom: 10px;
}


.pagination__pages::-webkit-scrollbar-track {
  background: transparent;
}


.pagination__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  font-weight: 400;
  font-size: 1.500rem;
  /* 24px */
  background-color: #e3e3e3;
  padding: 10px;
}

.pagination__page.active {
  background-color: #750e6d;
  color: #ffffff;
}

.cv_icon {
  filter: brightness(0) saturate(100%) invert(73%) sepia(3%) saturate(5%) hue-rotate(13deg) brightness(89%) contrast(86%);
}

.faculty-list .heading__main {
  /* width: 50%; */
  width: 60%;
}

.faculty-list .heading {
  align-items: flex-end;
  flex-wrap: nowrap;
}

.faculty__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.faculty__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.faculty__item:hover,
.faculty__item:focus,
.faculty__item:active {
  opacity: 1;
}

.faculty__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.faculty__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px;
}

.faculty__list.postgraduate-style .faculty__content {
  padding: 20px 17px 30px;
}

.faculty__name {
  font-weight: 600;
  font-size: 1.4rem;
  /* 22px */
  line-height: 1.2;
  padding-bottom: 8px;
}

a.faculty__item:hover .faculty__name,
a.faculty__item:focus .faculty__name,
a.faculty__item:active .faculty__name {
  color: #750e6d;
}

.faculty__list.postgraduate-style .faculty__title {
  min-height: 0;
}

.faculty__title {
  /* font-weight: 700; */
  font-weight: 400;
  font-size: 1.25rem;
  /* 18px */
  line-height: 1.3;
  min-height: 2.6em;
  margin-bottom: 16px;
}

.faculty__item .info {
  gap: 4px;
  /* margin-top: auto; */
}

.faculty__list.postgraduate-style .info__row.research-interests {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faculty-2__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.faculty-2__item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  background-color: #ffffff;
  padding: 50px 50px;
}

.faculty-2__item.md-row-style .faculty-2__main {
  width: 100%;
}

.faculty-2__item.md-row-style .faculty-2__content {
  flex: 1;
  display: flex;
}

.faculty-2__item.md-row-style .faculty-2__content__wrapper {
  max-width: 45%;
  flex: 1;
}

.faculty-2__main {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.faculty-2__image {
  width: 262px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.faculty-2__name {
  font-weight: 400;
  font-size: 2.375rem;
  /* 38px */
  line-height: 1.2;
}

.faculty-2__department {
  font-weight: 700;
  font-size: 1.35rem;
  /* 21px */
}

.faculty-2__title {
  font-weight: 400;
  font-size: 1.35rem;
  /* 21px */
}

.faculty-2__item .info {
  margin-top: 15px;
}

.faculty-2__item .info__text {
  font-weight: 300;
}

.faculty-2__info {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 42px;
}

.faculty-2__section {
  font-size: 1.35rem;
  /* 21px */
}

.faculty-2__section--programme {
  width: 250px;
}

.faculty-2__section--research {
  width: 350px;
}

.faculty-2__info .list {
  font-size: 1.25rem;
  /* 18px */
}

.faculty-2__section__title {
  font-weight: 700;
  /* font-size: 1.3rem; */
  font-size: 1.2rem;
  /* 20px */
}

@media only screen and (min-width: 1281px) {
  .faculty-2__main {
    width: 65%;
  }

  .faculty-2__info {
    width: 35%;
  }
}

.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.news:hover,
.news:focus,
.news:active {
  opacity: 1;
}

.news__image {
  width: 100%;
  aspect-ratio: 521 / 293;
  object-fit: cover;
}

.news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 34px 62px;
  /* min-height: 340px; */
}

.news__type {
  font-weight: 600;
  /* font-size: 1.4rem; /* 22px */
  font-size: 1.25rem;
  /* 18px */
  color: #750e6d;
}

.news__title {
  font-weight: 600;
  /* font-size: 1.625rem; /* 26px */
  font-size: 1.3rem;
  /* 20px */
  line-height: 1.23;
  margin-bottom: auto;
}

.news:hover .news__title,
.news:focus .news__title,
.news:active .news__title {
  color: #750e6d;
}

.news__date {
  font-weight: 600;
  /* font-size: 1.35rem; /* 21px */
  font-size: 1.25rem;
  /* 18px */
  margin-top: 20px;
}

.post__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}

.post__item {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 32px 34px 15px;
  background-color: #ffffff;
}

.post__title {
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  margin-bottom: auto;
}

.post__year {
  font-weight: 700;
  font-size: 1.35rem;
  /* 21px */
}

.accordion+.accordion {
  margin-top: 6px;
}

.accordion__header {
  display: flex;
  align-items: center;
  padding-right: 25px;
  background-color: #ffffff;
  cursor: pointer;
}

.accordion__header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../images/icons/accordion_expand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.accordion__header.active::after {
  background-image: url("../images/icons/accordion_collapse.svg");
}

.accordion__label {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  padding: 25px 4px;
}

.accordion__title {
  flex: 1;
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.23;
  padding: 25px 30px;
  border-left: 2px solid #e7b000;
}

.accordion__panel {
  display: none;
  transform: translateY(-2px);
  overflow: hidden;
}

.accordion__panel__inner {
  position: relative;
  margin-bottom: 100px;
}

.accordion__panel__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(6%);
  width: 50%;
  aspect-ratio: 2000 / 2022;
  background-image: url("../images/accordion_bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.accordion__content__wrapper {
  position: relative;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  padding-left: 90px;
}

.accordion__content {
  border-left: 2px solid #e7b000;
  padding: 30px 30px 120px;
}

.big-event {
  display: flex;
  align-items: flex-start;
  gap: 23px;
}

.big-event__image {
  width: 30%;
}

.big-event__content {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

.big-event__section--full {
  grid-column: span 2;
}

.big-event__section__title {
  font-weight: 600;
  /* font-size: 1.625rem; /* 26px */
  font-size: 1.3rem;
  /* 20px */
  line-height: 1.23;
  margin-bottom: 10px;
}

.section.contact {
  margin-bottom: 250px;
}

.contact {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 2000 / 212;
  background-image: url("../images/box_bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.contact__row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 60px;
}

.contact__section {
  flex: 1;
}

.contact__section address {
  max-width: 410px;
}

.contact__title {
  font-weight: 400;
  color: #750e6d;
  margin-bottom: 14px;
  font-size: 1.500rem;
  /* 24px */
}

.contact__subtitle {
  font-weight: 600;
  font-size: 1.4rem;
  /* 22px */
  line-height: 1.5;
}

.contact__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact__item {
  background-color: #f5f5f5;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact__item__title {
  font-weight: 600;
  font-size: 1.4rem;
  /* 22px */
  line-height: 1.45;
  margin-bottom: auto;
}

.profile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile__top {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.profile__top_row {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}

.profile__image {
  width: 42%;
  /* object-fit: cover; */

  max-width: 318px;
  object-fit: contain;
  margin: 40px 40px auto;
  aspect-ratio: 1 / 1;
}

.profile__image--tablet {
  display: none;
}

.profile__image--mobile {
  display: none;
}

.profile__content {
  flex: 1;
  /* padding: 60px 80px 50px 80px; */
  padding: 45px 80px 45px 0px;
}

.profile__section {
  width: 50%;
  flex: 1;
}

.profile__name {
  /* font-weight: 400; */
  font-weight: 600;
  font-size: 2.000rem;
  /* 32px */
  line-height: auto;
  margin-bottom: 6px;
}

.profile__title {
  margin-bottom: 12px;
  font-size: 1.3rem;
  /* 20px */
}

.profile__section li {
  font-size: 1.3rem;
  /* 20px */
}

.profile__top .info {
  margin-bottom: 40px;
}

.profile__top .info__text {
  font-weight: 300;
  font-size: 1.25rem;
  /* 18px */
}

.profile__top_row .info {
  margin-bottom: 40px;
}

.profile__top_row .info__text {
  font-weight: 300;
  font-size: 1.25rem;
  /* 18px */
}

.profile__section ul.list li::before {
  /* top: -5px; */
  left: -15px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.500rem;
  /* 24px */
  /* top: -0.24em; */
  line-height: 1;
}

.profile__row {
  display: flex;
  gap: 60px;
  margin: 35px 35px;
}

.profile__section__title {
  font-weight: 600;
  font-size: 1.500rem;
  /* 24px */
  margin-bottom: 2px;
}

.tabs {
  display: flex;
  align-items: flex-start;
}

.tabs__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 328px;
}

.tabs__item {
  display: block;
  text-align: left;
  font-weight: 600;
  /* font-size: 1.625rem; /* 26px */
  font-size: 1.4rem;
  /* 22px */
  line-height: 1.2;
  padding: 25px 40px 30px;
  background-color: #ececec;
  border-top: 5px solid transparent;
  box-sizing: content-box;
}

.tabs__item.active {
  background-color: #ffffff;
  border-top-color: #e7b000;
}

.tabs__item.active:hover,
.tabs__item.active:focus,
.tabs__item.active:active {
  opacity: 1;
}

.tabs__panel {
  position: relative;
  flex: 1;
  background-color: #ffffff;
  padding: 66px 66px 80px 80px;
  margin-bottom: 150px;
}

.tabs__panel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 2000 / 212;
  background-image: url("../images/box_bottom.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.tabs__panel__top {
  display: none;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.hero {
  max-width: 2560px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hero__swiper {
  position: relative;
}

.hero__swiper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  max-width: 100%;
  /* aspect-ratio: 2048 / 314;
  background-image: url("../images/hero_bottom.jpg");
  background-size: 100% 100%; */
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;


  background-size: cover;
  /* background-image: url(../images/hero_bottom_new.png);
  aspect-ratio: 2560 / 338;
  min-height: 338px; */

  background-image: url(../images/hero_bottom_new_mb_3.png);
  /* aspect-ratio: 2560 / 145;
  min-height: 40px; */
  height: calc(100vw * 145 / 2560);
}

.home__item--event .mobile-text {
  display: none;
}

@media only screen and (max-width: 1920px) {
  /* .hero__swiper::after {
    background-image: url(../images/hero_bottom_new_mb_2.png);
    aspect-ratio: 2560 / 113;
    min-height: 113px;
  } */
}

@media only screen and (max-width: 1280px) {
  /* .hero__swiper::after {
    aspect-ratio: 2048 / 314;
    background-image: url("../images/hero_bottom.jpg");
    background-size: 100% 100%;
    min-height: unset;
  } */

  .profile__section__title {
    font-size: 1.4rem;
    /* 22px */
  }
}

.hero__item {
  width: 100%;
  aspect-ratio: 992 / 472;
  max-height: 920px;
}

@media only screen and (max-width: 1920px) {
  .hero__item {
    aspect-ratio: 992 / 320;
  }
}

@media only screen and (max-width: 1024px) {
  .hero__item {
    aspect-ratio: 992 / 472;
  }
}

@media only screen and (max-width: 768px) {
  .hero__item {
    aspect-ratio: 992 / 472;
  }

  .profile__section__title {
    font-size: 1.25rem;
    /* 18px */
  }
}


.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image--tablet {
  display: none;
}

.home__section {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
}

.home__news {
  padding-top: 78px;
  padding-bottom: 30px;
}

.home__news::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% + 40px);
  width: 1240px;
  height: 100%;
  clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 90%);
  background-image: url("../images/home_news.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.home__news__wrapper {
  width: 50%;
}

.home__events {
  padding-top: 60px;
  padding-bottom: 30px;
}

.home__study {
  margin-top: 40px;
  padding-top: 160px;
  padding-bottom: 340px;
}

.home__study::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 46%;
  width: 1374px;
  height: 90%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 75%);
  background-color: #ffffff;
  pointer-events: none;
}

.home__study::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 46%;
  width: 1374px;
  height: 90%;
  clip-path: polygon(0 0, 100% 24%, 100% 85%, 0% 100%);
  background-image: url("../images/home_study.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.home__study__wrapper {
  width: 38%;
  margin-left: auto;
}

.home__discover {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home__discover__wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.home__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.home__events .home__list {
  row-gap: 0px;
}

.home__list--half {
  grid-template-columns: repeat(2, 1fr);
}

.home__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 10%;
}

.home__item:hover,
.home__item:focus,
.home__item:active {
  opacity: 1;
}

.home__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  aspect-ratio: 600 / 70;
  background-image: url("../images/home_item_purple.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.home__item--yellow::after {
  background-image: url("../images/home_item_yellow.png");
}

.home__item--bg-yellow {
  background-color: #e7b000;
  /* grid-area: 1 / 4 / 2 / 5; */
}

.home__item--bg-yellow::after {
  background-image: url("../images/home_item_bg_yellow.png");
}


.home__item__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home__item__image {
  width: 100%;
  aspect-ratio: 384 / 264;
  object-fit: cover;
}

.home__item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 35px 30px;
}

.home__item__subtitle {
  font-weight: 700;
  font-size: 1.25rem;
  /* 18px */
  line-height: 1.45;
  color: #750e6d;
}

.home__item__subtitle--purple {
  color: #750e6d;
  font-weight: 600;
}

.home__item__subtitle--white {
  color: #ffffff;
  font-weight: 600;
}

.home__item__subtitle--yellow {
  color: #996F00;
}

.home__item__subtitle--black {
  color: #3d3d3d;
}

.home__item__title {
  font-weight: 600;
  /* font-size: 1.625rem; /* 26px */
  font-size: 1.3rem;
  /* 20px */
  line-height: 1.23;
  margin-bottom: auto;
}

/* .home__item--bg-yellow .home__item__date {
  margin-top: 0;
} */

.home__item__date {
  font-weight: 700;
  font-size: 1.25rem;
  /* 18px */
  margin-top: 20px;
}

.icon-label .home__item__date.venue,
.icon-label .home__item__date {
  font-weight: 400;
  display: flex;
}

.icon-label .home__item__date.venue::before {
  content: url('../images/icons/events_address.svg');
}

.icon-label .home__item__date::before {
  content: url('../images/icons/events_Date.svg');
}

.icon-label .home__item__date::before {
  display: inline-block;
  margin-right: 10px;
  min-width: 20px;
}

.home__item__date.venue {
  margin-top: 8px;
}

.home__item__date:first-child {
  margin-top: 0;
}

.icon-label .home__item__left .home__item__date.venue,
.icon-label .home__item__left .home__item__date,
.home__item__left .home__item__date {
  display: none;
}

.home__item__action {
  font-weight: 400;
  /* font-size: 1.35rem; /* 21px */
  font-size: 1.25rem;
  /* 18px */
  margin-top: 30px;
  display: none;
}

.mobile-text .home__item__action {
  display: block;
}

.section.theses__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.theses__list .theses-item:hover {
  opacity: 1;
}

.theses__list .theses-item {
  padding: 32px 35px 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.theses-title h2 {
  font-weight: 600;
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.3;
  color: #3d3d3d;
}

.theses-author p {
  font-weight: 300;
  font-size: 1.500rem;
  /* 24px */
  line-height: 1.4;
}

.theses-year p {
  font-weight: 700;
  font-size: 1.35rem;
  /* 21px */
  line-height: 1.4;
}

.no-result {
  min-height: 600px;
  display: flex;
}

.no-result h2 {
  font-weight: 600;
  /* font-size: 2.625rem; /* 42px */
  font-size: 1.28rem;
  /* 19px */
}

.grid-icon-text-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px 50px; */
  gap: 60px 100px;
  justify-content: center;
  max-width: 1024px;
  margin: auto;
}

.grid-icon-text-container .grid-item {
  width: calc(80% / 4 - 40px * 3 / 4);
}

.grid-icon-text-container .grid-item .text {
  text-align: center;
  margin-top: 5px;
}

.grid-icon-text-container .grid-item .text p {
  font-size: 1.25rem;
  /* 18px */
  font-weight: 200;
}

.home__events .home__list .event__date {
  display: none;
}

@media (max-width: 1920px) {

  .action-button {
    gap: 24px;
    /* font-size: 1.500rem; /* 24px */
    font-size: 1.25rem;
    /* 18px */
    /* min-width: 318px; */
    padding: 16px 22px;
  }

  .action-button::after {
    width: 16px;
    height: 16px;
  }

  .editor h1,
  .heading__title {
    font-size: 2.125rem;
    /* 34px */
  }


  .editor h2 {
    font-size: 1.750rem;
    /* 28px */
  }

  .editor h3 {
    font-size: 1.4rem;
    /* 22px */
  }

  .editor h4 {
    font-size: 1.3rem;
    /* 20px */
  }

  .editor li,
  .editor p {
    /* font-size: 1.25rem; 18px */
    font-size: 1.25rem;
  }

  .heading__title-2 {
    font-size: 1.625rem;
    /* 26px */
  }

  .heading__subtitle {
    font-size: 1.28rem;
    /* 19px */
  }

  .select {
    font-size: 1.28rem;
    /* 19px */
  }

  .button {
    font-size: 1.28rem;
    /* 19px */
  }

  .info__text {
    font-size: 1.25rem;
    /* 18px */
  }

  .name-tag {
    font-size: 1.4rem;
    /* 22px */
  }

  .event-tag__label {
    font-size: 1.4rem;
    /* 22px */
  }

  a.event-tag__value,
  .event-tag__value {
    font-size: 1.3rem;
    /* 20px */
  }

  .research__item__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .event__title {
    font-size: 1.18rem;
    /* 22px */
  }

  .event__info__label {
    font-size: 1.2rem;
    /* 20px */
  }

  .faculty__name {
    font-size: 1.4rem;
    /* 22px */
  }

  .faculty__title {
    font-size: 1.25rem;
    /* 18px */
  }

  .faculty__item .info__text {
    font-size: 1.15rem;
    /* 16px */
  }

  .faculty-2__name {
    font-size: 2.125rem;
    /* 34px */
  }

  .faculty-2__department {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__section {
    font-size: 1.35rem;
    /* 21px */
  }

  .faculty-2__section__title {
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
    /* 20px */
  }

  .faculty-2__info .list {
    font-size: 1.25rem;
    /* 18px */
  }

  .news__type {
    /* font-size: 1.3rem; /* 20px */
    font-size: 1.25rem;
    /* 18px */
  }

  .news__title {
    /* font-size: 1.500rem; /* 24px */
    font-size: 1.3rem;
    /* 20px */
  }

  .news__date {
    font-size: 1.25rem;
    /* 18px */
  }

  .post__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .post__year {
    font-size: 1.15rem;
    /* 16px */
  }

  .accordion__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .big-event__section__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .big-event__section--full .big-event__section__title {
    /* font-size: 2.125rem; /* 34px */
    font-size: 1.4rem;
    /* 22px */
  }

  .contact__title {
    font-size: 1.500rem;
    /* 24px */
  }

  .contact__subtitle {
    font-size: 1.4rem;
    /* 22px */
  }

  .contact__item__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .profile__name {
    font-size: 2.000rem;
    /* 32px */
  }

  .tabs__item {
    font-size: 1.4rem;
    /* 22px */
  }

  .home__item__subtitle {
    /* font-size: 1.15rem; /* 16px */
    font-size: 1.25rem;
    /* 18px */
  }

  .home__item__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .home__item__date {
    /* font-size: 1.25rem; */
    font-size: 1.125rem;
  }

  .theses-title h2 {
    font-size: 1.500rem;
    /* 24px */
  }

  .theses-author p {
    font-size: 1.4rem;
    /* 22px */
  }

  .theses-year p {
    font-size: 1.3rem;
    /* 20px */
  }

  .no-result h2 {
    /* font-size: 2.125rem; /* 34px */
    font-size: 1.28rem;
    /* 19px */
  }

  .home__news {
    padding-top: 58px;
    padding-bottom: 20px;
  }

  .home__events {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .home__study {
    margin-top: 20px;
    padding-top: 140px;
    padding-bottom: 320px;
  }

  .home__discover {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .pagination__page {
    width: 38px;
    min-width: 38px;
    height: 38px;
    font-size: 1.3rem;
    /* 20px */
    padding: 8px;
  }
}

@media (max-width: 1440px) {

  .event__info__row--2,
  .event__info__row--1 {
    grid-column: span 3;
  }

  .event__info__label--short {
    min-width: 80px;
  }

  .faculty-2__section--programme {
    width: 160px;
  }

  .faculty-2__section--research {
    width: 250px;
  }
}

@media (max-width: 1280px) {
  .heading {
    margin-bottom: 20px;
  }

  .editor h1 {
    margin-bottom: 20px;
  }

  .heading--top-margin {
    margin-top: 100px;
  }

  .editor h1,
  .heading__title {
    font-weight: 600;
    font-size: 2.250rem;
    /* 36px */
  }

  .action-button {
    /* font-size: 1.500rem; /* 24px */
    font-size: 1.25rem;
    /* 18px */
    /* min-width: 300px; */
    padding: 16px 22px;
  }

  /* 
  .action-button::after {
    width: 18px;
    height: 18px;
  } */

  .editor h2 {
    font-size: 1.875rem;
    /* 30px */
  }

  .editor h3 {
    font-size: 1.500rem;
    /* 24px */
  }

  .editor h4 {
    font-size: 1.4rem;
    /* 22px */
  }

  .editor li,
  .editor p {
    /* font-size: 1.25rem; 18px */
    font-size: 1.2rem;
  }

  .heading__title-2 {
    font-size: 1.750rem;
    /* 28px */
  }

  .heading__subtitle {
    font-size: 1.35rem;
    /* 21px */
  }

  .select {
    padding: 6px 60px 6px 20px;
    font-weight: 400;
    font-size: 1.28rem;
    /* 19px */
  }

  .select--desktop {
    display: none;
  }

  .filter__toggle {
    display: block;
  }

  .filter__toggle--mobile {
    display: none;
  }

  .split__image--static {
    display: none;
  }

  .split__image--float {
    display: block;
  }

  .split__image__content {
    padding: 24px 38px;
  }

  .wp-editor h2,
  .editor h2,
  .split__title {
    margin-bottom: 30px;
  }

  .address-tag .button,
  .button {
    font-size: 1.35rem;
    /* 21px */
    padding: 12px 20px;
  }

  .address-tag .button {
    font-size: 1.25rem;
    /* 18px */
  }

  .info__icon {
    /* margin-top: 8px; */
  }

  .info__text {
    font-size: 1.2rem;
    /* 17px */
  }

  .name-tag {
    font-size: 1.500rem;
    /* 24px */
  }

  .event-tag__row {
    flex-direction: column;
  }

  .event-tag__row--half {
    grid-column: span 1;
  }

  .event-tag__label {
    font-size: 1.3rem;
    /* 20px */
    width: 100%;
  }

  a.event-tag__value,
  .event-tag__value {
    font-size: 1.25rem;
    /* 18px */
  }

  .research__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }

  .research__item {
    /* gap: 22px; */
    gap: 15px;
  }

  .research__item__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .gallery {
    gap: 10px;
  }

  .address-tag__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .event__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .event {
    flex-direction: column;
  }

  .event__date {
    padding: 15px;
    border-right: none;
    border-bottom: 2px solid #e7b000;
    font-weight: 700;
    font-size: 1.35rem;
    /* 21px */
    text-align: left;
  }


  .event__info__row--2,
  .event__info__row--1 {
    display: block;
    /* display: none; */
  }

  .event__time {
    /* display: inline-block; */
    margin-left: auto;

    position: relative;
    padding-left: 25px;
    margin-top: 5px;
  }

  .event__time::before {
    width: 20px;
    content: '';
    background: url(../images/icons/clock_icon_2.png) no-repeat;
    height: 100%;
    display: inline-block;
    background-size: contain;
    vertical-align: text-top;
    margin-right: 5px;

    position: absolute;
    left: 0px;
    top: 0px;
  }

  .event__calendar {
    /* display: none; */
  }

  .event__month {
    display: flex;
    /* display: none; */
  }

  /* .event__day {
    display: block;
  } */

  .event__content {
    padding: 30px 30px 40px;
  }

  .event-listing-page .event__content {
    padding: 15px 25px 20px;
  }

  .event__title {
    font-size: 1.18rem;
    /* 22px */
  }

  .event__info {
    /* gap: 20px; */
    gap: 1 0px;
  }

  .event__info__row {
    flex-direction: column;
    gap: 0;
  }

  .event__info__label {
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
    /* 20px */
    min-width: 0;
  }

  .profile__top .info__text {
    font-size: 1.2rem;
    /* 17px */
  }

  .profile__top_row .info__text {
    font-size: 1.2rem;
    /* 17px */
  }

  .faculty-list .heading__main {
    width: auto;
  }

  .faculty-list .heading {
    flex-wrap: wrap;
    align-items: unset;
  }

  .faculty__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .faculty__list.postgraduate-style .faculty__content,
  .faculty__content {
    padding: 15px 15px;
  }

  .faculty__name {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty__title {
    font-size: 1.25rem;
    /* 18px */
    margin-bottom: 30px;
  }

  .faculty__item .info {
    gap: 0;
  }

  .faculty__item .info__text {
    font-size: 1.15rem;
    /* 16px */
  }

  .faculty-2__item {
    flex-direction: column;
    gap: 30px;
    padding: 30px 30px;
  }

  .faculty-2__main {
    gap: 30px;
  }

  .faculty-2__image {
    width: 200px;
  }

  .faculty-2__name {
    font-size: 1.500rem;
    /* 24px */
  }

  .faculty-2__department {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__title {
    font-weight: 300;
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__item.md-row-style .faculty-2__content__wrapper {
    max-width: 100%;
  }

  .faculty-2__item.md-row-style .faculty-2__content {
    flex-direction: column;
  }

  .faculty-2__item.md-row-style .faculty-2__info {
    margin-top: 15px;
    padding-left: 0;
  }

  .faculty-2__info {
    margin-top: -90px;
    justify-content: flex-start;
    padding-left: 230px;
  }

  .faculty-2__section {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__section--programme {
    width: 180px;
  }

  .faculty-2__section--research {
    flex: 1;
    width: unset;
  }

  .faculty-2__section__title {
    /* font-weight: 600; */
    /* font-size: 1.3rem; */
    font-size: 1.2rem;
    /* 20px */
  }

  .faculty-2__info .list {
    font-size: 1.25rem;
    /* 18px */
  }

  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news__content {
    padding: 20px 28px 50px;
    min-height: 180px;
  }

  .news__type {
    font-size: 1.25rem;
    /* 18px */
  }

  .news__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .news__date {
    font-size: 1.25rem;
    /* 18px */
  }

  .post__title {
    font-size: 1.500rem;
    /* 24px */
  }

  .post__year {
    font-size: 1.25rem;
    /* 18px */
  }

  .accordion__header {
    padding-right: 22px;
  }

  .accordion__panel__inner {
    margin-bottom: 50px;
  }

  .accordion__panel__inner::before {
    transform: translateY(0);
  }

  .accordion__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .accordion__content {
    padding: 20px 30px 120px;
  }

  .big-event {
    flex-direction: column;
    gap: 20px;
  }

  .big-event__image {
    width: unset;
  }

  .big-event__content {
    gap: 20px;
  }

  .big-event__section {
    grid-column: span 2;
  }

  .big-event__section--full {
    margin-top: 20px;
  }

  .big-event__section__title {
    /* font-size: 1.4rem; /* 22px */
    font-size: 1.3rem;
    /* 20px */
  }

  .big-event__section--full .big-event__section__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .big-event .action-button {
    align-self: center;
  }

  .editor p .action-button--center,
  .action-button__container .action-button--center {
    margin-left: auto;
  }

  .contact {
    margin-bottom: 200px;
    gap: 40px;
  }

  .contact__row {
    padding: 0 40px;
  }

  .contact__title {
    font-size: 1.4rem;
    /* 22px */
  }

  .contact__subtitle {
    font-size: 1.3rem;
    /* 20px */
  }

  .contact__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__item {
    gap: 20px;
  }

  .contact__item__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .contact__item .info {
    gap: 2px;
  }

  .contact__item .info__text {
    font-weight: 300;
  }

  .profile__image--desktop {
    display: none;
  }

  .profile__image--tablet {
    display: block;
  }

  .profile__content {
    padding: 50px 30px 50px 0;
  }

  .profile__name {
    font-weight: 600;
    font-size: 1.500rem;
    /* 24px */
    margin-bottom: 0px;
  }

  .profile__title {
    font-size: 1.25rem;
    /* 18px */
    margin-bottom: 8px;
  }

  .profile__section {
    width: 100%;
  }

  .profile__section li {
    font-size: 1.25rem;
    /* 18px */
  }



  .tabs__list {
    gap: 8px;
    width: 192px;
  }

  .tabs__item {
    font-size: 1.3rem;
    /* 20px */
    padding: 17px 26px 20px;
    border-top-width: 3px;
  }

  .tabs__panel {
    padding: 20px 30px 60px 30px;
    margin-bottom: 150px;
  }

  .home__news {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home__news::after {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
    width: 75%;
    height: 75%;
  }

  .home__news__wrapper {
    width: 100%;
  }

  .home__study {
    padding-top: 200px;
    padding-bottom: 20px;
  }

  .home__study::before {
    left: 0;
    width: 100%;
    height: calc(100% - 150px);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 75%);
  }

  .home__study::after {
    position: static;
    width: 80%;
    height: 485px;
    margin-top: 40px;
  }

  .home__study__wrapper {
    width: 100%;
  }

  .home__list {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(3, 1fr);
  }

  .home__item__content {
    padding: 34px 24px;
  }

  .home__item__subtitle {
    font-size: 1.25rem;
    /* 18px */
  }

  .home__item__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .home__item__date {
    font-size: 1.125rem;
    /* 18px */
    margin-top: 30px;
  }

  /* .section.theses__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  } */

  /* .theses__list .theses-item {
    padding: 32px 35px 20px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
  } */

  .theses-title h2 {
    font-size: 1.4rem;
    /* 22px */
  }

  .theses-author p {
    font-size: 1.3rem;
    /* 20px */
  }

  .theses-year p {
    font-size: 1.25rem;
    /* 18px */
  }

  .no-result {
    min-height: 500px;
  }

  .no-result h2 {
    /* font-size: 2.250rem; /* 36px */
    font-size: 1.28rem;
    /* 19px */
  }

  .profile__section ul.list li::before {
    /* top: -7px; */
    left: -14px;
  }

  /* .home__item--bg-yellow {
    grid-area: 4 / 1 / 5 / 4;
    background-color: transparent;
  }

  .home__item--bg-yellow>.home__item--event {
    background-color: #e7b000;
    width: calc(33.333% - 20px / 3);
    margin-top: 0 !important;
  }

  .home__item.home__item--event.home__item--bg-yellow::after {
    width: calc(33.333% - 20px / 3);
  }

  .home__events .home__item--event.home__item--bg-yellow {
    margin-top: 90px;
  } */

  /* .home__events .home__item--event {
    margin-top: 40px;
  } */

  .home__events .home__list.display-none-past-event .home__item--event:nth-child(4) {
    display: none;
  }

  .home__events .home__list.display-none-new-event .home__item--event:nth-child(3) {
    display: none;
  }

  .heading__link.more-past-event {
    top: 12px;
  }

  .home__events__wrapper .heading {
    max-width: calc(66.6% - 5px);
  }

  .event-listing-page .event__month {
    bottom: 3px;
  }
}

@media (max-width: 1024px) {
  .accordion__panel__inner::before {
    transform: translateY(-2%);
  }

  .profile__image {
    max-width: 200px;
    margin: 30px 25px auto;
  }

  .profile__content {
    padding: 30px 25px 30px 0;
  }

  /* .profile__top {
    flex-direction: column;
  } */

  .profile__image--tablet {
    width: 100%;
  }

  .grid-icon-text-container {
    max-width: 100%;
  }

  .grid-icon-text-container .grid-item .text p {
    /* font-size: 1.25rem; /* 18px */
    font-size: 1.15rem;
    /* 16px */
  }

  .profile__row {
    margin: 0 35px 35px
  }

}

@media (max-width: 768px) {
  .profile__top {
    flex-direction: column;
  }

  .profile__top_row {
    /* flex-direction: column; */
    flex-direction: row;
  }

  .profile__row {
    flex-direction: column;
    gap: 40px;

  }

  .profile__content {
    padding-bottom: 0;
  }

  .pagination__page {
    width: 33px;
    min-width: 33px;
    height: 33px;
    font-size: 1.25rem;
    /* 18px */
    padding: 8px;
  }

  .tabs__item {
    font-size: 1.25rem;
    /* 18px */
  }

  .profile__section ul.list li::before {
    top: 2px;
    font-size: inherit;
  }

  .home__item__action {
    font-size: 1.2rem;
    /* 17px */
  }

  .action-button {
    gap: 18px;
    /* font-size: 1.500rem; /* 24px */
    font-size: 1.15rem;
    /* 16px */
    /* min-width: 288px; */
    padding: 13px 18px;
  }

  .action-button::after {
    width: 15px;
    height: 15px;
  }

  .editor h1,
  .heading__title {
    font-size: 2.000rem;
    /* 32px */
  }

  .heading__title-2 {
    font-size: 1.750rem;
    /* 28px */
  }

  .heading__subtitle {
    font-size: 1.625rem;
    /* 26px */
  }

  .editor h2 {
    font-size: 1.625rem;
    /* 26px */
  }

  .editor h3 {
    font-size: 1.4rem;
    /* 22px */
  }

  .editor h4 {
    font-size: 1.3rem;
    /* 20px */
  }

  .editor li,
  .editor p {
    font-size: 1.15rem;
    /* 16px */
  }

  .action-button--short {
    min-width: 0;
  }

  .editor p .action-button--center,
  .action-button__container .action-button--center {
    margin-left: 0;
  }

  .select {
    max-width: calc(100vw - 80px);
    min-width: unset;
    font-size: 1.25rem;
    /* 18px */
  }

  .filter__dropdown__content .select {
    max-width: 100%;
  }

  .select--tablet {
    display: none;
  }

  .filter__dropdown {
    right: -18px;
    padding: 30px 18px 50px;
  }

  .filter__dropdown__content {
    gap: 20px;
  }

  .filter__toggle {
    margin-left: 0;
  }

  .filter__toggle--mobile {
    display: block;
  }

  p+p {
    margin-top: 15px;
  }

  .wp-editor h2,
  .editor h2,
  .split__title {
    margin-bottom: 15px;
  }

  .split {
    flex-direction: column;
    /* gap: 50px; */
    gap: 15px;
  }

  .split--spacing {
    margin-top: 100px;
  }

  .split__image {
    width: 100%;
  }

  .split__image>img {
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
  }

  .split__image--static {
    display: block;
  }

  .split__image--float {
    display: none;
  }

  .address-tag .button,
  .button {
    font-size: 1.25rem;
    /* 18px */
    padding: 8px 16px;
  }

  .address-tag .button {
    font-size: 1.15rem;
    /* 16px */
  }

  .research__list {
    gap: 45px 12px;
  }

  .research__item {
    gap: 12px;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .event__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event__date {
    font-size: 1.25rem;
    /* 18px */
    padding: 15px;
  }

  .event__content {
    padding: 30px 30px;
  }

  .event-listing-page .event__content {
    padding: 15px 25px 20px;
  }

  .event__type {
    font-size: 1.15rem;
    /* 16px */
  }

  .event__title {
    font-weight: 600;
    font-size: 1.18rem;
    /* 21px */
    min-height: 0;
  }

  .event__info__row {
    /* flex-direction: row; */
  }

  .event__info__row--speaker {
    flex-direction: column;
  }

  .event__info__row--2 {
    grid-column: span 2;
  }

  .event__info__row--1 {
    /* grid-column: span 1; */
    grid-column: span 2;
  }

  .event__info__label {
    /* font-size: 1.28rem; */
    font-size: 1.18rem;
    /* 19px */
    min-width: 85px;
  }

  .event__info__value {
    font-size: 1.2rem;
    /* 17px */
  }

  .faculty__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .faculty__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 20px;
  }

  .faculty__image {
    width: 150px;
  }

  .faculty__list.postgraduate-style .faculty__content,
  .faculty__content {
    padding: 0;
  }

  .faculty__name {
    font-size: 1.28rem;
    /* 19px */
    line-height: 1.25;
  }

  .faculty__list.postgraduate-style .faculty__title {
    margin-bottom: 10px;
  }

  .faculty__title {
    /* font-size: 1.750rem; /* 28px */
    font-size: 1.2rem;
    /* 17px */
    line-height: 1.35;
    min-height: 0;
    margin-bottom: 40px;
  }

  .faculty__item .info__text {
    font-size: 1.2rem;
    /* 17px */
  }

  .faculty-2__list {
    gap: 10px;
  }

  .faculty-2__item {
    gap: 20px;
    padding: 40px 20px;
    min-height: calc(80px + 207px);
  }

  .faculty-2__main {
    gap: 10px;
  }


  /* .faculty__list.postgraduate-style .faculty__image, */
  .faculty-2__image {
    width: 150px;
    aspect-ratio: 150 / 207;
  }

  .faculty-2__name {
    font-size: 1.3rem;
    /* 20px */
  }

  .faculty-2__department {
    font-size: 1.25rem;
    /* 18px */
  }

  .faculty-2__title {
    font-size: 1.25rem;
    /* 18px */
  }

  .faculty-2__item .info {
    margin-top: 12px;
  }

  .faculty-2__info {
    flex-direction: column;
    padding-left: 160px;
    /* margin-top: -135px; */
  }

  .faculty-2__item.md-row-style .faculty-2__info {
    margin-top: 12px;
  }

  .faculty-2__section {
    font-size: 1.25rem;
    /* 18px */
  }

  .faculty-2__section--programme {
    width: 100%;
  }

  .faculty-2__section--research {
    width: 100%;
  }

  .faculty-2__section__title {
    font-size: 1.15rem;
    /* 18px */
  }

  .faculty-2__info .list {
    font-size: 1.25rem;
    /* 18px */
  }

  .news__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 20px 30px;
  }

  .news__image {
    width: 200px;
  }

  .news__content {
    padding: 0;
    min-height: 0;
  }

  .news__type {
    font-size: 1.15rem;
    /* 16px */
  }

  .news__title {
    font-size: 1.28rem;
    /* 19px */
    margin-bottom: 10px;
  }

  .news__date {
    font-size: 1.15rem;
    /* 16px */
  }

  .post__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .post__item {
    padding: 32px 18px 22px;
  }

  .post__title {
    font-size: 1.750rem;
    /* 28px */
    margin-bottom: 20px;
  }

  .post__year {
    font-size: 1.35rem;
    /* 21px */
  }

  .accordion__header.active {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .accordion__header::after {
    padding-right: 16px;
  }

  .accordion__header.active::after {
    position: absolute;
    top: 20px;
    right: 16px;
  }

  .accordion__label {
    font-size: 1.4rem;
    /* 22px */
  }

  .accordion__header.active .accordion__label {
    min-width: 0;
    padding: 18px 20px;
  }

  .accordion__title {
    font-size: 1.3rem;
    /* 20px */
    padding: 26px 20px 26px;
  }

  .accordion__header.active .accordion__title {
    width: 100%;
    border-left: unset;
    border-top: 2px solid #e7b000;
  }

  .accordion__panel__inner {
    margin-bottom: 40px;
  }

  .accordion__panel__inner::before {
    transform: translateY(0);
  }

  .accordion__content__wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
    padding-left: 0;
  }

  .accordion__content {
    border-left: none;
    padding: 20px 20px 100px;
  }

  .big-event {
    gap: 30px;
  }

  .big-event__content {
    gap: 30px;
  }

  .big-event__section__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .big-event__section--full .big-event__section__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .contact {
    margin-bottom: 150px;
    gap: 50px;
  }

  .contact__map {
    margin-bottom: -20px;
  }

  .contact__row {
    flex-direction: column;
    gap: 50px;
    padding: 0 30px;
  }

  .contact__section {
    width: 100%;
  }

  .contact__title {
    font-weight: 600;
    font-size: 1.3rem;
    /* 20px */
    margin-bottom: 10px;
  }

  .contact__subtitle {
    font-size: 1.25rem;
    /* 18px */
  }

  .contact__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .contact__item__title {
    font-size: 1.25rem;
    /* 18px */
  }

  .contact__item .info__text {
    font-size: 1.2rem;
    /* 17px */
  }

  .profile__top {
    flex-direction: column;
  }

  .profile__image {
    width: 100%;
    margin: 30px 12.5px auto 25px;
  }

  .profile__image--tablet {
    display: none;
  }

  .profile__image--mobile {
    display: block;
  }

  .profile__content {
    padding: 30px 25px 30px 12.5px;
  }

  .profile__name {
    font-weight: 400;
    font-size: 1.4rem;
    /* 22px */
    margin-bottom: 6px;
  }

  .profile__title {
    font-size: 1.2rem;
    /* 17px */
    margin-bottom: 20px;
  }

  .profile__section li {
    font-size: 1.2rem;
    /* 17px */
  }

  .profile__top .info {
    margin-bottom: 30px;
  }

  .profile__top_row .info {
    margin-bottom: 30px;
  }

  .profile__row {
    gap: 30px;
    margin: 0 25px 30px;
  }

  .tabs__list {
    display: none;
  }

  .tabs__panel {
    padding: 30px 30px 60px;
  }

  .tabs__panel__top {
    display: block;
    padding-bottom: 20px;
  }

  .home__news {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .home__news::after {
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
  }

  .home__study {
    /* padding-top: 160px; */
    /* padding-top: 80px; */
    padding-top: 120px;
  }

  .home__study::before {
    height: calc(100% - 200px);
    /* height: calc(100% - 180px); */
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 75%);
  }

  .home__study::after {
    width: 90%;
    height: 400px;
  }

  .home__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 0;
    padding: 20px 20px;
  }

  .home__item.home__item--event {
    /* padding: 40px 40px; */
    padding: 25px 25px;
  }

  .home__item::after {
    display: none;
  }

  .home__item__left {
    width: 40%;
  }

  .home__item--event .home__item__left {
    display: none;
  }

  .home__item__image {
    aspect-ratio: 206 / 116;
  }

  .home__item__content {
    padding: 0;
  }

  .home__item__content.home-event-item-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .home__events .home__list .home-event-item-wrapper .event__date {
    width: 90px;
    margin-right: 30px;
  }

  .home__item--event .mobile-text {
    width: calc(100% - 90px - 30px);
    display: block;
    margin: auto;
  }

  .home__item--event .mobile-text .home__item__date.venue {
    margin-bottom: 0;
  }

  .home-event-item-wrapper .event__date .event__month {
    /* margin-top: -22px; */
  }


  .home-event-item-wrapper>.home__item__subtitle,
  .home-event-item-wrapper>.home__item__title,
  .home-event-item-wrapper>.home__item__date.venue,
  .home-event-item-wrapper>.home__item__date {
    display: none !important;
  }

  .icon-label .home__item__date.venue::before {
    /* display: none; */
  }

  .home__item__subtitle {
    font-size: 1.2rem;
    /* 17px */
    margin-bottom: 8px;
  }

  .home__item__title {
    font-size: 1.28rem;
    /* 19px */
  }

  .home__item__date {
    font-size: 1.2rem;
    /* 17px */
    margin-top: 0;
  }

  .home__item__left .home__item__date {
    display: block;
  }

  .home__item__content .home__item__date {
    display: none;
  }

  .home__item--event .home__item__date {
    display: none;
  }

  .home__item--event .home__item__date.venue {
    display: flex;
    margin-bottom: 10px;
  }

  .home__item__action {
    margin-top: 20px;
  }

  .section.theses__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .theses__list .theses-item {
    padding: 30px 20px 25px;
    gap: 20px;
  }

  .theses-title h2 {
    font-size: 1.3rem;
    /* 20px */
  }

  .theses-author p {
    font-size: 1.25rem;
    /* 18px */
  }

  .theses-year p {
    font-size: 1.15rem;
    /* 16px */
  }

  .no-result {
    min-height: 500px;
  }

  .no-result h2 {
    /* font-size: 1.750rem; /* 28px */
    font-size: 1.2rem;
    /* 17px */
  }


  .research__item__title {
    /* font-size: 1.3rem; /* 20px */
    font-size: 1.25rem;
    /* 18px */
  }

  .home__events__wrapper .heading {
    max-width: 100%;
  }

  .home__discover {
    padding-top: 20px;
  }

  .grid-icon-text-container .grid-item {
    width: calc(100% / 3 - 30px * 2 / 3);
  }

  .home__events .home__list.display-none-new-event .home__item--event:nth-child(3),
  .home__events .home__list.display-none-past-event .home__item--event:nth-child(4) {
    display: block;
  }

  .heading .heading__link.more-past-event {
    display: none;
  }

  .home__item--bg-yellow .heading__link.more-past-event {
    display: block;
    top: -15px;
    transform: translateY(-100%);
  }

  .home__item.icon-label+.home__item.home__item--bg-yellow {
    margin-top: 70px;
  }

  .home__item.home__item--bg-yellow+.home__item.home__item--bg-yellow,
  .home__events .home__item--event {
    margin-top: 10px;
  }

  .home__events .home__list .event__date {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 580px) {
  .faculty-2__item {
    min-height: unset;
  }

  .profile__image {
    margin: 30px 25px auto;
  }

  .profile__content {
    padding: 30px 25px;
  }

  .profile__top_row {
    flex-direction: column;
  }

  .faculty-2__item.md-row-style .faculty-2__main {
    flex-direction: row;
  }

  .faculty-2__main {
    flex-direction: column;
  }

  .faculty-2__info {
    padding-left: 0;
    margin-top: 0;
  }

  .grid-icon-text-container .grid-item {
    width: calc(100% / 2 - 30px * 1 / 2);
  }

  .grid-icon-text-container .grid-item .text {
    font-size: 1.15rem;
    /* 16px */
  }
}

@media (max-width: 480px) {
  .faculty-2__item.md-row-style .faculty-2__main {
    flex-direction: column;
  }

  .filter__dropdown {
    max-width: 100%;
  }

  .event__info__row--2 {
    grid-column: span 3;
  }

  .event__info__row--1 {
    grid-column: span 3;
  }

  .faculty__item {
    flex-direction: column;
  }

  .action-button {
    width: 100%;
    min-width: 0;
  }

  .home__news .home__item__left {
    width: 100%;
  }

  .home__news .home__item,
  .news {
    flex-direction: column;
  }

  .no-result {
    min-height: 200px;
  }

}

/* Modal default styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with opacity */
}

/* Modal content */
.modal .modal-content {
  position: relative;
  margin: 10% auto;
  padding: 20px;
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

/* Close button */
.modal .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.500rem;
  /* 24px */
  font-weight: bold;
  cursor: pointer;
}

.modal-content img {
  width: 100%;
  height: 100%;
}

.search-results {
  min-height: 800px;
}

.search-results form.search-form {
  margin-bottom: 50px;
  position: relative;
}

.search-results form .search-submit {
  background-image: url("../images/icons/search.svg");
  background-color: transparent;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.search-results form input.search-field {
  width: calc(100% - 50px);
  background-color: transparent;
  border: none;
  border-bottom: 2px solid;
  height: 50px;
  padding: 20px;
}

.search-item .post-type {
  font-weight: 700;
  color: #750e6d;
  margin-bottom: 50px;
  font-size: 1.500rem;
  /* 24px */
  text-transform: capitalize;
}

.search-item {
  padding: 40px 5px 20px;
  border-bottom: 2px solid #3d3d3d;
  position: relative;
}

.search-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}

.search-item>* {
  width: calc(100% - 80px);
}

.search-item>.search-item-link {
  width: auto;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.search-item svg {
  width: 50px;
  margin-left: 10px;
}

.search-item .search-item-details {
  margin-top: 40px;
}

.search-item-details a.event-tag__value[target="_blank"] {
  text-decoration: underline;
}

.pagination .page-numbers.current {
  color: #750e6d;
}

@media (max-width: 768px) {
  .search-item {
    padding: 30px 5px 10px;
  }

  .search-item>.search-item-link {
    bottom: 10px;
  }

  .search-results h1 {
    font-size: 2.250rem;
    /* 36px */
  }

  .search-item .post-type {
    margin-bottom: 20px;
  }

  .search-item a,
  .search-item .post-type,
  .search-results p {
    font-size: 1.4rem;
    /* 22px */
  }

  .search-item svg {
    width: 30px;
  }


  .address-tag__title {
    font-size: 1.3rem;
    /* 20px */
  }

  .event-tag__label {
    font-size: 1.25rem;
    /* 18px */
  }

  a.event-tag__value,
  .event-tag__value {
    font-size: 1.15rem;
    /* 16px */
  }

  .search-item .search-item-details {
    margin-top: 20px;
  }

  .search-item>* {
    width: calc(100% - 35px);
  }

  .search-item-details .event-tag {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-item-details .event-tag__row--half {
    grid-column: 1;
  }
}

@media (max-width: 480px) {
  .search-results h1 {
    font-size: 1.750rem;
    /* 28px */
  }

  .search-item a,
  .search-results p,
  .search-results {
    font-size: 1.25rem;
    /* 18px */
  }

  .search-results {
    min-height: 400px;
  }
}

.block-inserter-preview {
  display: none;
}

.block-editor-block-preview__content-iframe .block-inserter-preview {
  display: block;
}

/* event */
.gallery figcaption {
  font-size: 1.25rem;
  /* 18px */
  line-height: 1;
  margin-top: 3px;
}

@media (max-width: 480px) {
  .gallery figcaption {
    font-size: 1.15rem;
    /* 16px */
  }

  .gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.error-404 .page-header {
  margin-bottom: 50px;
}

@media (max-width: 480px) {

  .editor h1,
  .heading__title {
    /* font-size: 1.875rem; /* 30px */
    font-size: 1.625rem;
    /* 26px */
  }

  .event__info__label {
    font-size: 1.18rem;
  }

  .event__title {
    font-size: 1.18rem;
  }

  .heading__subtitle,
  .news__title,
  .theses-title h2,
  .big-event__section--full .big-event__section__title,
  .accordion__label,
  .accordion__title,
  .contact__title,
  .faculty-2__name,
  .faculty__name,
  .home__item__title {
    font-size: 1.28rem;
    /* 19px */
  }

  .theses-author p,
  .big-event__section__title,
  .contact__item__title,
  .faculty-2__section,
  .faculty-2__info .list,
  .faculty-2__title,
  .faculty-2__department,
  .faculty__title,
  .home__item__subtitle,
  .button,
  .address-tag__title,
  .research__item__title {
    font-size: 1.2rem;
    /* 17px */
  }

  .event__date,
  .event__info__value,
  a.event-tag__value,
  .event-tag__value,
  .big-event__section p,
  .contact__subtitle,
  .select,
  .heading__link,
  .home__item__date,
  .info__text,
  .address-tag address>div {
    font-size: 1.2rem;
    /* 17px */
  }

  .address-tag .button,
  .action-button,
  .editor a.action-button,
  .event-tag__label,
  .event__type,
  .news__date,
  .news__type,
  .theses-year p,
  .contact__item .info__text,
  .faculty__item .info__text {
    font-size: 1.15rem;
    /* 16px */
  }

  .contact__item {
    padding: 22px;
  }
}

@media only screen and (max-device-width: 768px) {

  /* Mobile styles */
  .editor li,
  .editor p {
    font-size: 1.25rem;
    /* 18px */
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1280px) {

  /* Tablet styles */
  .editor li,
  .editor p {
    font-size: 1.3rem;
    /* 20px */
  }
}


.content.news-content .heading__main .news-date+.news-date {
  margin-top: -15px;
}

.content.news-content .heading__main .news-date {
  font-size: 1.15rem;
  /* 16px */
  margin-bottom: 8px;
}