:root {
  --black: #000000;
  --white: #ffffff;
  --white-glass: #ffffff26;

  --gray: #757575;
  --light-gray: #cecece;
  --dark-gray: #1f1f1f;
  --slightly-dark-gray: #3d3d3d;

  --dark-blue: #01396e;
  --resolution-blue: #0b2f80;
  --persian-blue: #003aba;
  --yinmn-blue: #4a5f93;
  --delft-blue: #344067;
  --powder-blue: #9faac5;
  --medium-dark-blue: #015db3;
  --medium-light-blue: #dfeafc;
  --blue: #0786ff;
  --blue-1: #0786ff;
  --light-blue: #d5f2ff;
  --very-light-blue: #ecf3ff;

  --ghost-white: #f6f7fb;
  --ghost-white-darker: #eff3fe;
  --lavander: #dadfeb;

  --selective-yellow: #ffb200;
  --dark-yellow: #db9900;
  --light-yellow: #fff6e9;

  --orange: #f1851a;
  --dark-orange: #bf511a;
  --light-orange: #e99b71;
  --very-light-orange: #ffcdb2;

  --sage-green: #8ea58b;
  --darker-sage-green: #738a6e;
  --dark-sage-green: #324d3e;
  --very-light-sage-green: #f3f9f2;

  --blue-gradient-conferences: linear-gradient(
    274.59deg,
    #003aba 0%,
    #275fdc 99.6%
  );

  --blue-gradient: linear-gradient(
    90deg,
    rgba(1, 98, 187, 0.95) 0%,
    rgba(10, 137, 255, 0.95) 100%
  );

  --blue-gradient-1: linear-gradient(
    90deg,
    rgb(1, 98, 187) 0%,
    rgb(10, 137, 255) 100%
  );

  --orange-gradient: linear-gradient(
    90deg,
    rgba(255, 144, 0, 1) 0%,
    rgba(219, 115, 63, 1) 100%
  );

  --sage-green-gradient: linear-gradient(
    90deg,
    rgba(115, 138, 110, 1) 0%,
    rgba(50, 77, 62, 1) 100%
  );
}
* {
  font-family: "Poppins", sans-serif;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 35px;
}
*::-webkit-scrollbar-thumb {
  background: var(--powder-blue);
  border-radius: 35px;
}
*::-webkit-scrollbar-button {
  display: none;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-color: var(--powder-blue) transparent;
  }
}
section.section-margin {
  margin: 3rem 0rem;
}
body > section:nth-child(3) {
  margin-top: 1.5rem;
}
section.section-margin:last-of-type {
  margin-bottom: 1.5rem;
}
.container--custom {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: 0;
}
.container__is-content-wrapper {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;

  z-index: 2;
}
.swiper-slide__bg-img {
  object-fit: cover;
}
.intro-section .swiper-slide::before {
  content: "";
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 72.6%);
  z-index: 1;
}
.is-content-wrapper__btn-badge-wrapper {
  margin-bottom: 7.5rem;
  gap: 0.75rem;
}
.btn-badge-wrapper__btn {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  background-color: var(--white);
  border-radius: 0.625rem;
  border: 0.063rem solid #d0d0d0;
  padding: 1rem 1.75rem;
  gap: 1.25rem;
  text-wrap: nowrap;
  transition: transform 0.2s ease;
}
@media (max-width: 768px) {
  .btn-badge-wrapper__btn {
    font-size: 1rem;
  }
}
.btn-badge-wrapper__btn.primary {
  color: var(--white);
  background-color: var(--persian-blue);
  border-color: var(--powder-blue);
}
.btn-badge-wrapper__btn:hover {
  color: var(--black);
  animation: btnBounce 0.35s ease;
}
.btn-badge-wrapper__btn.primary:hover {
  color: var(--white);
}
@keyframes btnBounce {
  0% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}
.btn__arrow {
  width: 1.5rem;
}
.btn-badge-wrapper__badge {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark-blue);
  background-color: var(--white);
  border-radius: 0.5rem;
  border: 0.063rem solid var(--powder-blue);
  padding: 1rem;
  width: fit-content;
}
.is-content-wrapper__heading-wrapper {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--persian-blue);
  margin-bottom: 1.25rem;
}
.container__is-content-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.is-content-wrapper__info-paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--gray);
  margin-bottom: 1.25rem;
  width: 60%;
}
.is-content-wrapper__stats-wrapper {
  width: 30%;
  margin-bottom: 1.75rem;

  gap: 0.75rem;
}
@media (max-width: 400px) {
  .is-content-wrapper__stats-wrapper {
    gap: 0.25rem;
  }
}
.is-content-wrapper__stats-wrapper .stats-wrapper__item {
  flex-grow: 1;
  flex-basis: 0;
}
.stats-wrapper__item {
  width: fit-content;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  background-color: var(--ghost-white);
}
.item__heading {
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  color: var(--yinmn-blue);
}
.item__subheading {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--yinmn-blue);
}
.introSectionSwiper__pagination {
  bottom: 1.75rem !important;
  z-index: 1;
}
.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.063rem solid #bbbbbb;
  margin: 0rem !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--persian-blue);
  border-color: var(--persian-blue);
}
.container__heading {
  margin-bottom: 2.75rem;
}
.container__heading h1 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
}
.container__heading h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 1rem;
}
.heading__badge {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
  border-radius: 4rem;
  border: 0.063rem solid var(--light-gray);
  padding: 0.5rem 2.5rem;
  width: 80%;
  text-align: center;
  z-index: 1;
}
.card__front {
  position: relative;
  height: 21.25rem;
  border-radius: 1.625rem;
  border: 0.5rem solid var(--ghost-white-darker);
  overflow: hidden;
}
.card__front::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}
.front__img {
  transform: translateX(-50%);
  object-fit: cover;
}
.front__content {
  height: auto;
  padding: 0rem 1.75rem 1.5rem 1.75rem;
  z-index: 3;
}
.content__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1rem;
}
.content__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--white);
}
.cards-swiper__pagination--highlights {
  width: fit-content !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.container__was-content-wrapper {
  gap: 3.25rem;
}
.was-content-wrapper__content-block {
  width: 100%;
}
.was-content-wrapper__content-block h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.was-content-wrapper__content-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.was-content-wrapper__content-block p span {
  font-weight: 700;
}
.was-content-wrapper__content-block ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.was-content-wrapper__img-wrapper {
  width: 100%;
  height: 26.25rem;
  border-radius: 2.25rem;
}
.was-content-wrapper__img-wrapper img {
  object-fit: cover;
}
.container__vs-content-wrapper h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.vs-content-wrapper__video-wrapper {
  border-radius: 0.75rem;
}
.conference-overview-section {
  background-color: #007aff1a;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.conference-overview-section .container {
  height: fit-content;

  gap: 3.25rem;
}
.conference-overview-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1rem;
}
.conference-overview-section__left-block {
}
.left-block__img-1 {
  height: 60%;
  border-radius: 1.5rem;
}
.left-block__img-2 {
  height: 40%;
  border-radius: 1.5rem;
}
.left-block__img-2 img {
  transform: scale(1.5);
}
.left-block__img-3 {
  height: 100%;
  border-radius: 1.5rem;
}
.left-block__img-1 img,
.left-block__img-2 img,
.left-block__img-3 img {
  object-fit: cover;
}
.conference-overview-section__right-block {
  height: fit-content;
  width: fit-content;
}
.conference-overview-section__right-block h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.conference-overview-section__right-block p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--dark-gray);
  margin-bottom: 1.25rem;
}
.right-block__badge {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  background-color: var(--white);
  padding: 0.5rem 1.75rem;
  border-radius: 0.5rem;
  border: 0.063rem solid var(--powder-blue);
  margin-bottom: 1.25rem;
  width: fit-content;
}
.section-heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.section-subheading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.right-block__paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.right-block__list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  width: fit-content;
}
.conference-overview-section__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  background-color: var(--white);
  border-radius: 0.625rem;
  border: 0.063rem solid #d0d0d0;
  padding: 0.75rem 1.25rem;
  gap: 1.25rem;
  text-wrap: nowrap;
  width: fit-content;
  transition: transform 0.2s ease;
}
.conference-overview-section__btn.primary {
  color: var(--white);
  background-color: var(--persian-blue);
  border-color: var(--powder-blue);
}
.conference-overview-section__btn:hover {
  color: var(--black);
  animation: btnBounce 0.35s ease;
}
.conference-overview-section__btn.primary:hover {
  color: var(--white);
}
.section-paragraph {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 3.25rem;
}
.event-gallery-swiper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
.event-gallery-swiper .swiper-slide {
  border-radius: 0.5rem;
}
.event-gallery-swiper {
  margin-top: 3.5rem;
}
.event-gallery-section__swiper-controls {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  gap: 0.75rem;
}
.custom-dots-pagination-container {
  gap: 0.25rem;
  margin-top: 2.5rem;
}
.swiper-controls__swiper-btn-prev,
.swiper-controls__swiper-btn-next {
  width: 2rem;
  height: 2rem;
  border: 0.063rem solid var(--powder-blue);
  border-radius: 50%;
  user-select: none;
}
.swiper-controls__swiper-btn-prev:hover,
.swiper-controls__swiper-btn-next:hover {
  background-color: var(--resolution-blue);
}
.arrow {
  color: var(--yinmn-blue);
}
.left-arrow {
  transform: rotate(180deg);
}
.swiper-controls__swiper-btn-prev:hover .arrow,
.swiper-controls__swiper-btn-next:hover .arrow {
  color: var(--white);
}
.swiper-slide--custom {
  width: 287px;
  height: 412px;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.swiper-slide--custom img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.qos-content-wrapper__separator {
  width: 100%;
  height: 0.063rem;
  margin: 3.25rem 0rem;
  background-color: var(--black);
}
.qos-content-wrapper__block h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.qos-content-wrapper__block ul {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.qos-content-wrapper__block p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.qos-content-wrapper__block p span {
  font-weight: 700;
}
.container__is-swiper-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.illustrationSwiper {
  border-radius: 2rem;
}
.illustration-img-parent {
  background: linear-gradient(135.61deg, #ffffff -12.57%, #d7ddf8 56.92%);
  border-radius: 1.5rem;
  height: 14rem;
}
.illustration-img {
  overflow: hidden;
  border-radius: calc(1.5rem - 0.063rem);
  width: calc(100% - 0.063rem);
  height: calc(100% - 0.063rem);
}
.illustration-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.3;
}
.ill-nav-parent {
  background: linear-gradient(135.61deg, #ffffff -12.57%, #d7ddf8 56.92%);
  border-radius: 2rem;
}
.ill-nav {
  width: calc(100% - 0.063rem);
  height: calc(100% - 0.063rem);
  padding: 0 2rem 1.5rem 2.75rem;
  overflow: hidden;
  border-radius: calc(2rem - 0.063rem);
  z-index: 1;
}
.ill-nav__fraction {
  color: var(--delft-blue);
}
.ill-nav__ellipse {
  top: -16rem;
  left: -24rem;

  width: 36rem;
  height: 22.25rem;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(18, 50, 232, 0.2) 51.92%,
    rgba(255, 255, 255, 0.2) 100%
  );
  filter: blur(2.5rem);
}
.illustration-progress {
  margin-top: 2.5rem;
}
.illustration-progress {
  height: 0.25rem;
  background-color: #dadfeb;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 19.5rem;
}
.illustration-progress .swiper-scrollbar-drag {
  background: linear-gradient(275deg, #003aba 0%, #275fdc 99.6%);
}
.illustrationSwiper .swiper-button-next,
.illustrationSwiper .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  border: 0.063rem solid #4a5f93;
  margin-top: 0;
  opacity: 1 !important;
  overflow: hidden;
}
.illustrationSwiper .swiper-button-next::before,
.illustrationSwiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue-gradient-conferences);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.illustrationSwiper .swiper-button-next::after,
.illustrationSwiper .swiper-button-prev::after {
  position: relative;
  z-index: 1;
  color: #4a5f93;
  font-size: 0.75rem;
  font-weight: 700;
  transition: color 0.3s ease;
}
.illustrationSwiper .swiper-button-prev:hover::before,
.illustrationSwiper .swiper-button-next:hover::before {
  opacity: 1;
}
.illustrationSwiper .swiper-button-prev:hover,
.illustrationSwiper .swiper-button-next:hover {
  border-color: transparent;
}
.illustrationSwiper .swiper-button-prev:hover::after,
.illustrationSwiper .swiper-button-next:hover::after {
  color: var(--white);
}
.illustrationSwiper .swiper-button-next,
.illustrationSwiper .swiper-button-prev {
  right: initial;
  left: initial;
}
.upcoming-conferences-list-section {
  height: fit-content;
}
.events-schedule-section__events-container {
  background-color: var(--white);
  border-radius: 0.75rem;
  border: 0.063rem solid var(--ghost-white-darker);
  overflow-y: auto;
  height: 70vh;
}
.events-schedule-section__events-container::-webkit-scrollbar-track {
  margin: 0.75rem 0rem;
}
.events-schedule-year {
  margin-top: 1rem;
  margin-bottom: 1rem;
  z-index: 9999;
}
.events-schedule-year:first-of-type {
  margin-top: initial;
}
.year-divider-events__custom {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--white);
  background: var(--blue-gradient-1);
  width: 100%;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 0.75rem;
  margin-bottom: 0.75rem !important;
}
.events-container__item {
  padding: 1rem;
  margin-bottom: 2rem;
}
.secondary-row__table-badge {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  background-color: var(--ghost-white-darker);
  padding: 0.313rem 0.75rem;
  border-radius: 0.25rem;
  width: fit-content;
  white-space: nowrap;
}
.secondary-row__clamped-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.secondary-row__clamped-text a {
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.secondary-row__image-text-wrapper {
  color: var(--medium-dark-blue);
}
.secondary-row__image-text-wrapper img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
.conferences-btn-container {
  gap: 1rem;
}
.main-btn {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  background-color: var(--persian-blue);
  padding: 0.75rem;
  border: none;
  border-radius: 0.625rem;
  white-space: nowrap;
  transition: background-position 0.4s ease;
}
.main-btn__fit-content {
  width: fit-content !important;
  height: fit-content;
}
.btn-container__active {
  margin: 0.063rem;
  color: var(--white) !important;
  background: var(--blue-gradient) !important;
  border: none;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.btn-container__conference-btn {
  font-size: 1rem;
  padding: 0.75rem 2rem;
}
.full-width-cell__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--medium-dark-blue);
  background-color: transparent;
  border: none;
}
.full-width-cell__btn img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.full-width-cell__btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.card-body {
  padding-top: 1rem !important;
  padding-bottom: 0.75rem !important;
}
.full-width-cell__separator {
  height: 0.063rem;
  background-color: var(--lavander);
  margin-top: 0.75rem;
}
.upcoming-conferences-list-section__item-container {
  height: 55rem;
  overflow-y: auto;
}
.item-container__item {
  margin-bottom: 0.75rem;
  padding: 1.75rem 4.25rem;
  border: 0.063rem solid var(--lavander);
  border-radius: 1rem;
}
.upcoming-conferences-list-section__item-container
  .item-container__item:last-child {
  margin-bottom: 0;
}
.content-wrapper__about {
  gap: 1.5rem;
}
.details__paragraph {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black);
  width: 75%;
}
.details__conference-info {
  margin-top: 0.75rem;
}
.conference-info__wrapper {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--medium-dark-blue);
  margin-right: 1.25rem;
  gap: 0.5rem;
  white-space: nowrap;
}
.conference-info__wrapper img {
  width: 1rem;
  height: 1rem;
}
.content-wrapper__btn-wrapper {
  gap: 1.25rem;
}
.btn-wrapper__img-btn img {
  width: 16rem;
  height: auto;

  border-radius: 0.75rem;
}
.img-btn__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  background: var(--blue-gradient-1);
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 0.75rem;

  bottom: 0.5rem;
  right: 0.5rem;
}
.img-btn__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
}
.btn-wrapper__img-btn:hover .img-btn__text::before {
  animation: shine 0.7s forwards;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.dropdown__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--yinmn-blue);
  background-color: transparent;
  margin-top: 2.25rem;
  padding: 0.75rem 0rem;
  padding-top: 1.5rem;

  border-top: 0.063rem solid var(--lavander);
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.dropdown__btn img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.dropdown__btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.column__img-text-wrapper {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  gap: 0.75rem;
}
.column__img-text-wrapper img {
  width: 1rem;
  height: 1rem;
}
.column__list li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black);
}
.column__speakers-wrapper {
  margin-top: 0.75rem;
  gap: 0.75rem;
}
.column__speakers-wrapper img {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
}
.speakers-wrapper__text h5 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black);
}
.speakers-wrapper__text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray);
}
.text__faculty-bio {
  display: none;
}
.column__speakers-wrapper[aria-pressed="true"] .text__faculty-bio {
  display: block;
}
.mb-18 {
  margin-bottom: 1.125rem !important;
}
.container__ts-content-wrapper h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.ts-content-wrapper__box {
  padding: 0.063rem;
  background: linear-gradient(
    99.38deg,
    #ffffff 9.53%,
    rgba(109, 144, 232, 0) 99.63%
  );
  border-radius: 1.25rem;
}
.box__inner {
  padding: 2.25rem 2.75rem;
  background-color: #f5f5f5;
  border-radius: calc(1.25rem - 0.063rem);
}
.box__inner h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.13;
  color: var(--black);
  margin-bottom: 1.75rem;
}
.box__inner p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.ts-content-wrapper__btn {
  padding: 0.063rem;
  background: linear-gradient(82.33deg, #ffffff 7.1%, #dee0f5 96.45%);
  border-radius: calc(0.25rem + 0.063rem);
}
.ts-content-wrapper__btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.ts-content-wrapper__btn div {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark-blue);
  background-color: var(--white);
  padding: 0.75rem 2rem;
  border-radius: 0.25rem;
}
.faq-section {
  margin-bottom: 5.25rem;
}
.faq-section .accordion-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 2rem 2.5rem;
}
.faq-section .accordion-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.25rem 2.5rem 2rem 2.5rem;
}
.faq-section .accordion-body a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.063rem;
  text-decoration-style: solid;
  text-decoration-color: var(--blue);
  text-underline-offset: 0.125rem;
}
.faq-section .accordion-body a:hover {
  color: var(--persian-blue);
  text-decoration-color: var(--persian-blue);
}
.faq-section .accordion-item {
  margin-top: 1.25rem;
  border-radius: 0.5rem;
  background-color: var(--white);
  border: 0.063rem solid var(--lavander) !important;
}
.faq-section .accordion-button::after {
  display: none !important;
}
.faq-section .accordion-btn__icon {
  transition: transform 0.3s ease;
}
.faq-section .accordion-button:not(.collapsed) .accordion-btn__icon {
  transform: rotate(180deg);
}
@media (min-width: 576px) {
  .container--custom {
    max-width: calc(540px + ((100% - 540px) / 2));
  }
  .heading__badge {
    width: 60%;
  }
  .front__content {
    height: 50%;
  }
  .cards-swiper__pagination--highlights {
    left: calc(50% - ((100vw - 540px) / 4)) !important;
  }
  .conferences-btn-container a {
    width: 50%;
  }
}
@media (min-width: 768px) {
  section.section-margin {
    margin: 3.75rem 0rem;
  }
  body > section:nth-child(3) {
    margin-top: 1.875rem;
  }
  section.section-margin:last-of-type {
    margin-bottom: 1.875rem;
  }
  .container--custom {
    max-width: calc(720px + ((100% - 720px) / 2));
  }
  .container__heading {
    margin-bottom: 3.25rem;
  }
  .container__heading h1 {
    font-size: 1.875rem;
  }
  .heading__badge {
    width: fit-content;
  }
  .card__front {
    height: 26rem;
  }
  .front__content {
    height: 30.5%;
  }
  .content__title {
    font-size: 1.5rem;
  }
  .cards-swiper__pagination--highlights {
    left: calc(50% - ((100vw - 720px) / 4)) !important;
  }
  .conference-overview-section-padding {
    padding: 4.25rem 0rem;
  }
  .conference-overview-section__left-block {
    width: 100%;
  }
  .right-block__paragraph {
    font-size: 1.125rem;
  }
  .right-block__list {
    font-size: 1.125rem;
  }
  .section-paragraph {
    width: 75%;
  }
  .event-gallery-swiper {
    margin-top: 3.5rem;
  }
  .custom-dots-pagination-container {
    margin-top: 3.5rem;
  }
  .swiper-slide--custom {
    width: 432px !important;
    height: 620px !important;
  }
  .container__is-swiper-wrapper h1 {
    font-size: 1.875rem;
  }
  .illustration-img-parent {
    height: 16rem;
    border-radius: 2rem;
  }
  .illustration-img {
    border-radius: calc(2rem - 0.063rem);
  }
  .events-schedule-section__events-container {
    padding: 3rem 3.25rem;
    background-color: var(--white);
    border-radius: 0.5rem;
    height: 46rem;
  }
  .events-container__item {
    padding: initial;
  }
  .conferences-btn-container {
    position: absolute;
    top: 0rem;
    right: 0rem;
  }
  .conferences-btn-container a {
    width: 100%;
  }
  .main-btn {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  .faq-section .accordion-button {
    font-size: 1.125rem;
  }
  .is-content-wrapper__btn-badge-wrapper {
    margin-bottom: 3.25rem;
    gap: 0.75rem;
  }
  .container__heading h2 {
    width: 35rem;
  }
}
@media (min-width: 992px) {
  section.section-margin {
    margin: 7.5rem 0rem;
  }
  section.section-margin:last-of-type {
    margin-bottom: 3.75rem;
  }
  .container--custom {
    margin-right: auto;
    max-width: 960px;
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
  .is-content-wrapper__info-paragraph {
    width: 40%;
  }
  .container__heading {
    margin-bottom: 4.25rem;
  }
  .container--custom__cards-swiper {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
  .front__content {
    height: 42%;
  }
  .cards-swiper__pagination--highlights {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .conference-overview-section-padding {
    padding: 3.25rem 0rem;
  }
  .conference-overview-section__left-block,
  .conference-overview-section__right-block {
    width: 50% !important;
  }
  .conference-overview-section__left-block {
  }
  .right-block__paragraph {
    font-size: 1rem;
  }
  .right-block__list {
    font-size: 1rem;
  }
  .section-paragraph {
    width: 36rem;
  }
  .event-gallery-swiper {
    position: static;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 2.25rem;
  }
  .swiper-slide--custom {
    width: 353px !important;
    height: 506px !important;
  }
  .container__is-swiper-wrapper h1 {
    font-size: 1.875rem;
  }
  .secondary-row__table-badge {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
  }
  .secondary-row__clamped-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    min-height: calc(1.1em * 2);
    margin-top: 0;

    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .conferences-btn-container {
    position: initial;
    top: initial;
    right: initial;
  }
  .table__body-container .full-width-cell__btn,
  .table__body-container .card_body {
    font-size: 0.875rem;
  }
  .was-content-wrapper__content-block {
    width: 50%;
  }
  .was-content-wrapper__img-wrapper {
    height: initial;

    width: 50%;
  }
  .container__was-content-wrapper {
    gap: 4.5rem;
  }
  .conference-overview-section .container {
    gap: 4.5rem;
  }
  .qos-content-wrapper__separator {
    height: initial;

    width: 0.063rem;
    margin: 0rem 5%;
  }
  .container__qos-content-wrapper .qos-content-wrapper__block:first-child {
    width: 32rem;
  }
  .container__qos-content-wrapper .qos-content-wrapper__block:last-child {
    width: 32rem;
  }
  .container__qos-content-wrapper .qos-content-wrapper__block:last-child p {
    width: 18rem;
  }
}
@media (min-width: 1200px) {
  .container--custom {
    max-width: 1140px;
  }
  .container--custom__cards-swiper {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .table__body-container .full-width-cell__btn,
  .table__body-container .card_body {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .container--custom {
    max-width: 1320px;
  }
  .container--custom__cards-swiper {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .front__content {
    height: 44%;
  }
}
