: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;
}
.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;
}
.swiper-slide__bg-img {
  object-fit: cover;
}
.container__is-content-wrapper {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;

  z-index: 2;
}
.container__is-content-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 1.25rem;
}
.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;
}
.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__btn-badge-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 7.5rem;
  gap: 0.75rem;
}
.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 {
}
.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;
}
.container__wts-content-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}
.wts-content-wrapper__item {
  width: fit-content;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(1) {
  z-index: 1;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(2) {
  z-index: 2;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(3) {
  z-index: 3;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(4) {
  z-index: 4;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(5) {
  z-index: 5;
}
.container__wts-content-wrapper > .wts-content-wrapper__item:nth-child(6) {
  z-index: 6;
}
.container__wts-content-wrapper .item__content-wrapper {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--black);
  padding: 0.75rem 1.5rem !important;
  border: 0.063rem solid rgba(223, 234, 252, 1);
  border-radius: 1rem;
  box-shadow:
    0 2.96px 2.36px 0 rgba(87, 119, 215, 0.0197),
    0 7.1px 5.68px 0 rgba(87, 119, 215, 0.0283),
    0 13.38px 10.7px 0 rgba(87, 119, 215, 0.035),
    0 23.86px 19.09px 0 rgba(87, 119, 215, 0.0417),
    0 44.63px 35.7px 0 rgba(87, 119, 215, 0.0503),
    0 106.82px 85.46px 0 rgba(87, 119, 215, 0.07);
}
.content-wrapper__icon-wrapper {
  width: 3rem;
  height: 3rem;
  background-color: var(--persian-blue);
}
.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: 75%;
  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;

  transform: scale(1.5);
}
.conference-overview-section {
  background-color: #8b8b8b1a;
  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 {
}
.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;
}
.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);
}
.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;
}
.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(--dark-gray);
  margin-bottom: 1.25rem;
}
.right-block__paragraph span {
  font-weight: 700;
}
.right-block__list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
  width: fit-content;
}
.container__card-wrapper {
  margin-top: 1.5rem;
  gap: 0.5rem;
}
.content-wrapper__count {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--delft-blue);
  background-color: var(--ghost-white);
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow:
    0px 2.9px 2.32px 0px rgba(87, 119, 215, 0.0197),
    0px 6.96px 5.57px 0px rgba(87, 119, 215, 0.0283),
    0px 13.11px 10.49px 0px rgba(87, 119, 215, 0.035),
    0px 23.39px 18.71px 0px rgba(87, 119, 215, 0.0417),
    0px 43.74px 35px 0px rgba(87, 119, 215, 0.0503),
    0px 104.71px 83.77px 0px rgba(87, 119, 215, 0.07);
  top: 1.25rem;
  right: 1.25rem;
}
.item__content-wrapper {
  border-radius: 1.25rem;
  padding: 4rem 2.25rem 2rem 2.25rem;
}
.item__content-wrapper h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--delft-blue);
  margin-bottom: 0.5rem;
}
.item__content-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}
.item__content-wrapper p span {
  font-weight: 700;
}
.item__content-wrapper ul {
  margin-bottom: 0.75rem;
}
.item__content-wrapper ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
}
.item__content-wrapper ul li span {
  font-weight: 700;
}
.item__content-wrapper ul li a {
  text-decoration: 0.063rem underline var(--black);
}
.item__content-wrapper ul li a:hover {
  color: var(--black);
}
.content-wrapper__n360-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--white);
  background: var(--blue-gradient);
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  margin-top: 2.25rem;
  width: fit-content;
  text-align: center;
}
.content-wrapper__n360-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--black);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: 0;
}
.content-wrapper__n360-link span {
  position: relative;
  z-index: 1;
}
.content-wrapper__n360-link:hover::before {
  opacity: 1;
}
.content-wrapper__n360-link:hover {
  color: var(--white);
}
.content-wrapper__n360-link:hover span {
  color: var(--white);
}
.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;
}
.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;
}
.custom-dots-pagination-container {
  gap: 0.25rem;
  margin-top: 2.5rem;
}
.event-gallery-section__swiper-controls {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  gap: 0.75rem;
}
.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);
}
.swiper-controls__swiper-btn-prev:hover .arrow,
.swiper-controls__swiper-btn-next:hover .arrow {
  color: var(--white);
}
.arrow {
  color: var(--yinmn-blue);
}
.left-arrow {
  transform: rotate(180deg);
}
.section-paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2.75rem;
}
.section-paragraph span {
  font-weight: 700;
}
.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;
}
.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;
}
.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%);
}
.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(
    99.38deg,
    #ffffff 9.53%,
    rgba(109, 144, 232, 0) 99.63%
  );

  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;
}
.upcoming-workshops-table {
  z-index: 1;
}
.filter-select {
  padding: 15px;
  border-radius: 15px;
}
.container__table-wrapper {
  border-radius: 0.5rem;
  border: 0.063rem solid var(--ghost-white-darker);
}
.table-wrapper__body {
  height: 41.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 2.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
  gap: 1.25rem;
}
.table-wrapper__badge {
  font-size: 1rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--white);
  background: var(--blue-gradient);
  padding: 0.75rem 3rem;
  border-radius: 0.5rem;
  width: fit-content;

  position: sticky;
  top: 0;

  z-index: 2;
}
.body__item {
  z-index: 0;
}
.body__item:last-of-type .full-width-cell__separator {
  display: none;
}
.item__event-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.item__event-name:hover {
  color: var(--black);
}
.item__meta {
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  color: var(--persian-blue);
  gap: 0.75rem;
}
.item__register-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  background: var(--blue-gradient);
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  z-index: 1;
  width: 75%;
  height: 3rem;
}
.item__agenda-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--white);
  background-color: var(--dark-gray);
  border-color: var(--dark-gray);
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  text-wrap: nowrap;
  gap: 0.75rem;
  width: 75%;
  height: 3rem;
}
.item__agenda-link:hover {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
}
.item__bottom {
  margin-top: 2rem;
}
.bottom__btn {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--persian-blue);
  background-color: transparent;
  border: none;
}
.bottom__btn img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.bottom__btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.column__img-text-wrapper {
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--black);
  gap: 0.75rem;
}
.column__img-text-wrapper img {
  width: 1rem;
  height: 1rem;
}
.column__list li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
  color: var(--black);
}
.full-width-cell__separator {
  height: 0.063rem;
  background-color: var(--lavander);
  margin-top: 0.75rem;
}
#workshop-events-results {
  transition:
    filter 0.2s ease,
    opacity 0.2s ease;
}
#workshop-events-results.is-loading {
  filter: blur(4px);
  opacity: 0.6;
  pointer-events: none;
}
.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;

  height: 100%;
}
.clinical-discussions-section__background {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(158, 170, 237, 0.35) 51.92%,
    rgba(255, 255, 255, 0.35) 100%
  );
  filter: blur(9.75rem);
}
.clinical-discussions-section__background {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(158, 170, 237, 0.35) 51.92%,
    rgba(255, 255, 255, 0.35) 100%
  );
  filter: blur(9.75rem);
}
.container__card-wrapper {
  margin-top: 1.5rem;
  gap: 0.5rem;
}
.card-wrapper__card {
  width: 80%;
  background:
    radial-gradient(
        circle at 100% 100%,
        #ffffff 0,
        #ffffff 27px,
        transparent 27px
      )
      0% 0% / 28px 28px no-repeat,
    radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 27px, transparent 27px)
      100% 0% / 28px 28px no-repeat,
    radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 27px, transparent 27px)
      0% 100% / 28px 28px no-repeat,
    radial-gradient(circle at 0 0, #ffffff 0, #ffffff 27px, transparent 27px)
      100% 100% / 28px 28px no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 2px)
      calc(100% - 56px) no-repeat,
    linear-gradient(#ffffff, #ffffff) 50% 50% / calc(100% - 56px)
      calc(100% - 2px) no-repeat,
    linear-gradient(
      40deg,
      transparent 0%,
      rgba(215, 221, 249, 0.11) 57%,
      #d7ddf9 100%
    ),
    linear-gradient(197deg, transparent 58%, #d7ddf9 100%);
  padding: 0.063rem;
  border-radius: 1.75rem;
}
.card__wrapper {
  background-color: var(--white);
  padding: 2rem;
  border-radius: calc(1.75rem - 0.063rem);
}
.card__wrapper h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 110%;
  color: var(--black);
}
.wrapper__img-wrapper {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--ghost-white);
  border-radius: 0.75rem;
  box-shadow:
    0px 2.9px 2.32px 0px rgba(87, 119, 215, 0.0197),
    0px 6.96px 5.57px 0px rgba(87, 119, 215, 0.0283),
    0px 13.11px 10.49px 0px rgba(87, 119, 215, 0.035),
    0px 23.39px 18.71px 0px rgba(87, 119, 215, 0.0417),
    0px 43.74px 35px 0px rgba(87, 119, 215, 0.0503),
    0px 104.71px 83.77px 0px rgba(87, 119, 215, 0.07);
  margin-bottom: 3.25rem;
}
.container__cds-paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  color: var(--black);
  margin-top: 2.25rem;
}
.card-wrapper__item {
  width: 100%;
  border-radius: 1.25rem;
  border: 0.063rem solid var(--medium-light-blue);
  box-shadow:
    0px 2.9px 2.32px 0px rgba(87, 119, 215, 0.0197),
    0px 6.96px 5.57px 0px rgba(87, 119, 215, 0.0283),
    0px 13.11px 10.49px 0px rgba(87, 119, 215, 0.035),
    0px 23.39px 18.71px 0px rgba(87, 119, 215, 0.0417),
    0px 43.74px 35px 0px rgba(87, 119, 215, 0.0503),
    0px 104.71px 83.77px 0px rgba(87, 119, 215, 0.07);
}
.container__fs-content-wrapper {
  gap: 2rem;
}
.fs-content-wrapper__heading-wrapper h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark-blue);
}
.fs-content-wrapper__card-wrapper {
  gap: 2rem;
}
.card-wrapper__item {
  width: 100%;
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.card-wrapper__item.primary {
  background: linear-gradient(
    89.22deg,
    #d59500 -10.47%,
    #ffdf94 61.56%,
    #d59500 128.67%
  );
}
.card-wrapper__item.primary .item__content-wrapper {
  background: linear-gradient(116.47deg, #ffc94d 46.23%, #ffb200 97.74%);
}
.card-wrapper__item.secondary {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
}
.card-wrapper__item.secondary .item__content-wrapper {
  background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
}
.card-wrapper__item {
  background: linear-gradient(
    89.22deg,
    #c5daff -10.47%,
    #ffffff 61.56%,
    #9cbeff 128.67%
  );
  border-radius: 1.5rem;
  padding: 0.063rem;
}
.item__wrapper {
  background: linear-gradient(90deg, #ffffff 0%, #fdfdff 100%);
  border-radius: calc(1.5rem - 0.063rem);
  /*padding: 1.5rem 1.5rem 2rem 1.5rem;*/
  padding: 1.5rem;
}
.item__wrapper img {
  width: 7rem;
  height: 7rem;
  border-radius: 1.125rem;
  object-fit: cover;
}
.text-wrapper__name-credentials {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark-blue);
}
.text-wrapper__position {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--dark-blue);
}
.fs-content-wrapper__expand-btn {
  padding: 0.063rem;
  border-radius: 0.25rem;
  background: linear-gradient(82.33deg, #ffffff 7.1%, #dee0f5 96.45%);
  width: fit-content;
  margin-top: 2rem;
}
.expand-btn__wrapper {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark-blue);
  padding: 0.75rem 1.75rem;
  border-radius: calc(0.25rem - 0.063rem);
}
.fs-content-wrapper__card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
#faculty-collapse {
  grid-column: 1 / -1;
}
#faculty-collapse.show,
#faculty-collapse.collapsing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.fs-content-wrapper__expand-btn .expand-btn__text--view {
  display: inline;
}
.fs-content-wrapper__expand-btn .expand-btn__text--hide {
  display: none;
}
.fs-content-wrapper__expand-btn img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.fs-content-wrapper__expand-btn[aria-expanded="true"] .expand-btn__text--view {
  display: none;
}
.fs-content-wrapper__expand-btn[aria-expanded="true"] .expand-btn__text--hide {
  display: inline;
}
.fs-content-wrapper__expand-btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.container__fs-content-wrapper .heading__badge {
  width: fit-content;
}
.faq-section .accordion-body a {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: solid;
  text-decoration-color: var(--blue);
  text-underline-offset: 2px;
}
.faq-section .accordion-body a:hover {
  color: var(--persian-blue);
  text-decoration-color: var(--persian-blue);
}
.container__faq-items-wrapper .accordion {
  gap: 0.75rem;
}
.container__faq-items-wrapper .accordion-item {
  border-radius: 0.5rem !important;
  overflow: hidden;
  border: 0.063rem solid #dadfeb !important;
  background: #ffffff;
  box-shadow:
    0 2.63px 10.017px 0 rgba(69, 79, 157, 0.03),
    0 1.397px 5.32px 0 rgba(69, 79, 157, 0.02),
    0 0.581px 2.214px 0 rgba(69, 79, 157, 0.01);
}
.container__faq-items-wrapper .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(2019%)
    hue-rotate(185deg) brightness(92%) contrast(87%);
  background-image: url("https://www.nysora.com/wp-content/uploads/2026/03/accordion-chevron.svg");
  background-size: 0.75rem;
  background-position: center;
  margin-left: 0.25rem;
}
.container__faq-items-wrapper .accordion-button {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 110%;
  padding: 1.25rem 2rem;
}
.container__faq-items-wrapper .accordion-body {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  padding: 0rem 2rem 1.25rem 2rem;
}
.container__heading {
  margin-bottom: 2.75rem;
}
.event-gallery-section .section-heading {
  font-size: 2.5rem;
}
@media (min-width: 400px) {
  .card-wrapper__card {
    width: 50%;
  }
  .item__register-link,
  .item__agenda-link {
    width: 50%;
  }
}
@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;
  }
}
@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));
  }
  .is-content-wrapper__btn-badge-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 3.25rem;
    gap: 0.75rem;
  }
  .container__heading {
  }
  .container__heading h1 {
    font-size: 1.875rem;
  }
  .container__heading h2 {
    width: 35rem;
  }
  .heading__badge {
    width: fit-content;
  }
  .card__front {
    height: 26rem;
  }
  .front__content {
    height: 35.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;
  }
  .container__card-wrapper {
    margin-top: 4.5rem;
    gap: 1.5rem;
  }
  .item__content-wrapper {
    padding: 2.5rem 6rem 2.5rem 3rem;
  }
  .event-gallery-swiper {
    margin-top: 3.5rem;
  }
  .swiper-slide--custom {
    width: 432px !important;
    height: 620px !important;
  }
  .custom-dots-pagination-container {
    margin-top: 3.5rem;
  }
  .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);
  }
  .table-wrapper__body {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    gap: 2.25rem;
  }
  .main__buttons {
    position: absolute;
    top: var(--bs-gutter-y);
    right: 0;
  }
  .item__register-link {
    width: initial;
  }
  .item__agenda-link {
    width: initial;
  }
  .container__card-wrapper {
    margin-top: 4.5rem;
    gap: 1.5rem;
  }
  .card-wrapper__card {
    width: 33.3%;
  }
  .container__cds-paragraph {
    margin-top: 2.5rem;
    width: 26rem;
  }
  .container__fs-content-wrapper {
    gap: 1.5rem;
  }
  .fs-content-wrapper__heading-wrapper h1 {
    font-size: 2.5rem;
  }
  .fs-content-wrapper__card-wrapper {
    gap: 1.5rem;
  }
  .container__faq-items-wrapper .accordion {
    gap: 1.25rem;
  }
  .container__faq-items-wrapper .accordion-button {
    font-size: 1.125rem;
    padding: 2rem 1rem;
    justify-content: space-between;
  }
  .container__faq-items-wrapper .accordion-body {
    padding: 0rem 1rem 2rem 1rem;
  }
  .container__heading {
    margin-bottom: 3.25rem;
  }
}
@media (max-width: 991.98px) {
  .item__register-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--black);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: inherit;
    z-index: 0;
  }
  .item__register-link span {
    position: relative;
    z-index: 1;
  }
  .item__register-link:hover::before {
    opacity: 1;
  }
  .item__register-link:hover {
    color: var(--white);
  }
  .item__register-link:hover span {
    color: var(--white);
  }
}
@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%;
  }
  .is-content-wrapper__btn-badge-wrapper {
    margin-top: 3rem;
  }
  .container__heading {
  }
  .container--custom__cards-swiper {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
  .front__content {
    height: 44%;
  }
  .cards-swiper__pagination--highlights {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .container__was-content-wrapper {
    gap: 4.5rem;
  }
  .was-content-wrapper__content-block {
    width: 50%;
  }
  .was-content-wrapper__img-wrapper {
    height: initial;

    width: 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 {
  }
  .conference-overview-section .container {
    gap: 4.5rem;
  }
  .right-block__paragraph {
    font-size: 1rem;
  }
  .right-block__list {
    font-size: 1rem;
  }
  .container__card-wrapper {
    margin-top: 3rem;
    gap: 2.25rem;
  }
  .item__content-wrapper {
    padding: 4rem 2.75rem;
  }
  .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;
  }
  .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;
  }
  .container__is-swiper-wrapper h1 {
    font-size: 1.875rem;
  }
  .upcoming-workshops-table .container__heading h2 {
    width: 37rem;
  }
  .container__table-wrapper {
    border-radius: 1rem;
    border: 0.063rem solid var(--powder-blue);
  }
  .table-wrapper__head {
    font-size: 1rem;
    font-weight: 600;
    line-height: 110%;
    color: var(--white);
    background-color: var(--persian-blue);
    padding: 1.5rem 3.5rem;
  }
  .table-wrapper__body {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    gap: 2rem;
    border-radius: 0rem;
  }
  .item__date p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 120%;
    color: var(--persian-blue);
  }
  .item__event-name {
    font-size: 1rem;
    font-weight: 400;
  }
  .main__buttons {
    position: initial;
    top: initial;
    right: initial;

    margin-top: var(--bs-gutter-y) !important;
    order: 6 !important;
  }
  .item__register-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 110%;
    color: var(--white);
    background: none;
    background-color: var(--blue);
    border: 0.125rem solid transparent;
    padding: 1rem;
    border-radius: 0.625rem;
    text-wrap: nowrap;
  }
  .item__register-link:hover {
    color: var(--blue);
    background-color: var(--white);
    border-color: var(--blue);
  }
  .item__agenda-link {
    border-radius: 0.5rem;
  }
  .item__location {
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    color: var(--black);
  }
  .item__time {
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    color: var(--black);
  }
  .item__bottom {
    margin-top: 1.25rem;
  }
  .table__body-container .bottom__btn,
  .table__body-container .card_body {
    font-size: 0.875rem;
  }
  .item__price {
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    color: var(--black);
    background-color: var(--ghost-white-darker);
    padding: 0.5rem;
    border-radius: 0.25rem;
    width: fit-content;
    text-wrap: nowrap;
  }
  .container__card-wrapper {
    margin-top: 3rem;
    gap: 2.25rem;
  }
  .card-wrapper__card {
    width: 27.5%;
  }
  .container__cds-paragraph {
    width: 42rem;
    margin-top: 2.75rem;
  }
  .container__fs-content-wrapper {
    gap: 2.5rem;
  }
  .fs-content-wrapper__card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
  .item__wrapper {
    width: 100%;
  }
  #faculty-collapse.show,
  #faculty-collapse.collapsing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .container__heading {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .container--custom {
    max-width: 1140px;
  }
  .container--custom__cards-swiper {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .table__body-container .bottom__btn,
  .table__body-container .card_body {
    font-size: 1rem;
  }
  .card-wrapper__card {
    width: 25%;
  }
  .container__faq-items-wrapper .accordion-button {
    padding: 1.75rem 2.5rem;
  }
  .container__faq-items-wrapper .accordion-body {
    padding: 0rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 1400px) {
  .container--custom {
    max-width: 1320px;
  }
  .container--custom__cards-swiper {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .front__content {
    height: 42%;
  }
  .card-wrapper__card {
    width: 20%;
  }
}
