body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  height: 840px;
  overflow: hidden;
}
.hero-section .hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .vector-bg {
  position: absolute;
}
.hero-section .vector-bg.vector {
  max-width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero-section .vector-bg {
    display: none;
  }
}

.logo-image {
  width: 6.125rem;
}

.navbar-nav {
  text-align: start;
}
.navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.09625rem;
  padding: 0.3125rem;
  color: #000;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item {
    justify-content: start;
  }
}
.navbar-nav .nav-item:not(:last-child)::after {
  content: "|";
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item:not(:last-child)::after {
    display: none;
  }
}
.navbar-nav a {
  color: #000;
  text-decoration: none;
}

.event-date-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #12313a;
  padding: 10px;
  margin-top: 1.875rem;
}
.event-date-card .event-date {
  font-weight: 700;
  color: #795275;
  font-size: 3rem;
}
.event-date-card .event-month {
  font-weight: 700;
  color: #795275;
  font-size: 1.5rem;
}

.event-title {
  margin-top: 1.375rem;
}
.event-title .event-number {
  font-weight: 800;
  color: #12313a;
  font-size: 13.0625rem;
  line-height: 10.625rem;
}
.event-title .event-suffix {
  font-weight: 800;
  color: #12313a;
  font-size: 5.25rem;
  line-height: 4.375rem;
}
.event-title .event-name {
  font-weight: 800;
  color: #6d6d92;
  font-size: 2.8125rem;
  line-height: 2.9375rem;
}
.event-title .event-subtitle {
  font-weight: 800;
  color: #795275;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}

.event-location {
  margin-top: 1.25rem;
  font-weight: 600;
  color: #12313a;
  font-size: 1.4375rem;
  line-height: 1.3125rem;
}

.countdown-container {
  display: flex;
  background-color: #6D6D92;
  border-radius: 0.875rem;
  padding: 1.4375rem 8.5625rem;
  margin-top: 3.125rem;
  position: relative;
}
.countdown-container::after {
  content: "";
  position: absolute;
  top: -1.75rem;
  left: 3.75rem;
  background-color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
}
.countdown-container::before {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 3.75rem;
  background-color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .countdown-container {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.9375rem 0.9375rem;
  }
  .countdown-container::after, .countdown-container::before {
    display: none;
  }
}
.countdown-container .countdown-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-inline-end: 1.875rem;
}
@media (max-width: 767px) {
  .countdown-container .countdown-item {
    margin-inline-end: 1.25rem;
  }
  .countdown-container .countdown-item:last-child {
    margin-inline-end: 0;
  }
}
.countdown-container .countdown-value {
  font-weight: 700;
  color: white;
  font-size: 3rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .countdown-container .countdown-value {
    font-size: 1.125rem;
  }
}
.countdown-container .countdown-label {
  font-weight: 500;
  color: white;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .countdown-container .countdown-label {
    font-size: 0.6875rem;
  }
}

.mb-hero-img {
  display: none;
  background: #12313a;
}
@media (max-width: 767px) {
  .mb-hero-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.25rem;
  }
}

.hero-image {
  position: absolute;
  width: 751px;
  height: 743px;
  top: 97px;
  right: 117px;
}

.cta-button-container {
  position: relative;
}
.cta-button-container .cta-button {
  font-weight: 700;
  background-color: #C4A486;
  border-radius: 0.4375rem;
  padding: 0.75rem;
  border: none;
  color: #12313a;
  font-size: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .hero-section {
    height: auto;
    padding-bottom: 2.5rem;
  }
  .hero-image {
    position: relative;
    top: 1.25rem;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: 2.5rem;
  }
  .countdown-container {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin-top: 2.5rem;
  }
  .countdown-bg {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navigation {
    width: 100%;
    left: 0;
  }
  .event-title {
    width: 100%;
    left: 0;
  }
  .event-number {
    font-size: 150px;
  }
  .event-suffix {
    font-size: 60px;
  }
  .event-name {
    font-size: 36px;
  }
  .event-subtitle {
    font-size: 20px;
  }
}
.about-section {
  margin-top: 3.75rem;
  padding: 0 7.8125rem;
}
.about-section .section-title {
  font-weight: 700;
  color: #12313a;
  font-size: 2.9375rem;
  letter-spacing: 0.17625rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .about-section .section-title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.about-section .about-content {
  margin-top: 1.6875rem;
  font-size: rm(17);
  color: #474747;
  line-height: 1.375rem;
}

.about-illustration {
  background-color: #6d6d92;
  border-radius: 2.625rem;
  text-align: center;
  padding: 1.5rem;
}

.mission-vision-section {
  margin-top: 3.75rem;
  background-color: #eef1f1;
  padding: 3rem 0;
  display: flex;
}
.mission-vision-section .mission-col,
.mission-vision-section .vision-col {
  position: relative;
  display: flex;
  align-items: center;
}
.mission-vision-section .mission-col h3,
.mission-vision-section .vision-col h3 {
  font-weight: 700;
  color: #12313a;
  font-size: 1.5625rem;
  line-height: 3rem;
}
.mission-vision-section .mission-col p,
.mission-vision-section .vision-col p {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  color: #474747;
  line-height: 1.375rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .mission-vision-section .mission-col,
  .mission-vision-section .vision-col {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mission-vision-section .mission-col h3,
  .mission-vision-section .vision-col h3 {
    font-size: 1.25rem;
  }
  .mission-vision-section .mission-col p,
  .mission-vision-section .vision-col p {
    font-size: 1rem;
  }
}
.mission-vision-section .mission-icon,
.mission-vision-section .vision-icon {
  width: 6.3125rem;
  height: 6.3125rem;
  margin-inline-end: 1.25rem;
}

.directors-section {
  margin-top: 3.75rem;
}
.directors-section .director-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.directors-section .director-col .img_container {
  position: relative;
}
.directors-section .director-col .img_container .director-image {
  max-width: 100%;
}
.directors-section .director-col .img_container .flag_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.directors-section .director-col:first-child .img_container .flag_img {
  left: auto;
  right: 0;
}
.directors-section .director-name {
  margin-top: 2rem;
  font-weight: 700;
  color: #6d6d92;
  font-size: 2.3125rem;
  text-align: center;
  line-height: 1.75rem;
}
.directors-section .director-col:first-child .director-name {
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .directors-section .director-col:first-child .director-name {
    font-size: 1.25rem;
  }
}
.directors-section .director-title {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #b586b1;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.1875rem;
}
.directors-section .director-bio {
  padding: 1rem 4.375rem;
  font-size: 1.0625rem;
  color: black;
  text-align: center;
  line-height: 1.375rem;
}
@media (max-width: 767px) {
  .directors-section .director-bio {
    padding: 1rem;
  }
}

.partners-section {
  margin-top: 3.75rem;
}
.partners-section .partners-header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .partners-section .partners-header {
    min-width: 100%;
  }
}
.partners-section .partners-title {
  font-weight: 700;
  color: #795275;
  font-size: 3rem;
  white-space: nowrap;
  margin: 0;
}
@media (max-width: 767px) {
  .partners-section .partners-title {
    font-size: 1.875rem;
    text-align: center;
  }
}
.partners-section .partners-logos {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-inline-start: 6.25rem;
  overflow: hidden;
  align-items: center;
}
.partners-section .partners-logos .partner-logo {
  max-width: 100%;
  margin-inline-end: 4.375rem;
}

.cta-section {
  margin-top: 3.75rem;
}
.cta-section .cta-card {
  max-width: 26.75rem;
  height: 100%;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.6875rem;
}
@media (max-width: 767px) {
  .cta-section .cta-card {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
}
.cta-section .cta-calendar {
  background-color: white;
  border: 2px solid #6d6d92;
}
.cta-section .cta-calendar .cta-text {
  color: #6d6d92;
}
.cta-section .cta-book {
  background-color: #6d6d92;
}
.cta-section .cta-book .cta-text {
  color: white;
}
.cta-section .cta-image {
  width: 10rem;
  height: 9.5rem;
}
.cta-section .cta-icon {
  width: 7.75rem;
  height: 7.75rem;
}
.cta-section .cta-text {
  margin-inline-end: auto;
  margin-inline-start: 1.5rem;
  font-weight: 700;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.11375rem;
  line-height: 1.8125rem;
}
@media (max-width: 767px) {
  .cta-section .cta-text {
    font-size: 1.125rem;
  }
}

.pages-nav-section {
  background-color: #795275;
}
.pages-nav-section .nav-link,
.pages-nav-section .nav-item {
  color: #fff;
}
.pages-nav-section .nav-link.active,
.pages-nav-section .nav-item.active {
  color: #fff;
}
.pages-nav-section .navbar-toggler {
  background-color: #fff;
}

.speakers-section {
  padding: 4.0625rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
.speakers-section .speaker_card_outer {
  width: 13.9375rem;
}
.speakers-section .speaker_card {
  position: relative;
  overflow: hidden;
  width: 13.9375rem;
  height: 12.9375rem;
  background-color: #6d6d92;
  border-radius: 1.5625rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.speakers-section .speaker_card .speaker_flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.3125rem;
  height: 2rem;
}
.speakers-section .speaker_name {
  font-weight: 700;
  color: #6d6d92;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1rem;
}

.scientific-committee-section {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
.scientific-committee-section .speaker_card_outer {
  width: 13.9375rem;
}
.scientific-committee-section .speaker_card {
  position: relative;
  overflow: hidden;
  width: 13.9375rem;
  height: 12.9375rem;
  background-color: #795275;
  border-radius: 1.5625rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.scientific-committee-section .speaker_card .speaker_flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.3125rem;
  height: 2rem;
}
.scientific-committee-section .speaker_name {
  font-weight: 700;
  color: #795275;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 1rem;
}
.scientific-committee-section .title .title_text {
  font-weight: 700;
  color: #12313a;
  font-size: 2.9375rem;
  text-align: center;
  margin-bottom: 2.25rem;
}
.scientific-committee-section .actions {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.scientific-committee-section .actions .action_button {
  background-color: #795275;
  color: #fff;
  padding: 1rem 2.0625rem;
  border-radius: 0.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  border: none;
}
.scientific-committee-section .actions .action_button:hover {
  background-color: rgb(90.6009852217, 61.3990147783, 87.60591133);
}

.calender-section {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calender-section .title .title_text {
  font-weight: 700;
  color: #795275;
  font-size: 2.9375rem;
  text-align: center;
  margin-bottom: 2.25rem;
}
.calender-section .calendar-container {
  width: 100%;
  padding: 1.25rem;
}
.calender-section .calendar-container .calendar-header {
  background-color: #6d6d92;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0.625rem;
  text-align: center;
}
.calender-section .calendar-container .calendar-header .day {
  line-height: 2.0625rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
}
.calender-section .calendar-container .calendar_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.calender-section .calendar-container .calendar_table th,
.calender-section .calendar-container .calendar_table td {
  padding: 0.625rem;
}
.calender-section .calendar-container .calendar_table th {
  color: #fff;
  font-weight: 700;
  background-color: #795275;
}
.calender-section .calendar-container .calendar_table th:first-child {
  border-radius: 0 0 0 0.5rem;
}
.calender-section .calendar-container .calendar_table th:last-child {
  border-radius: 0 0 0.5rem 0;
}
.calender-section .calendar-container .calendar_table tbody tr {
  box-shadow: none;
}
.calender-section .calendar-container .calendar_table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.calender-section .calendar-container .calendar_table tbody tr:nth-child(even) {
  background-color: #DADAE4;
}
.calender-section .calendar-container .calendar_table tbody tr td {
  background-color: transparent;
  color: #474747;
  font-size: 1.0625rem;
}
.calender-section .calendar-container .calendar_table tbody tr.active {
  background-color: #795275;
  color: #fff;
}
.calender-section .calendar-container .calendar_table tbody tr.active td {
  background-color: transparent;
  color: #fff;
  font-size: 1.0625rem;
}
.calender-section .calendar-container .calendar_table tbody tr.active td .live_badge {
  background-color: #F51E1E;
  font-weight: 400;
  font-size: 0.8125rem;
  border-radius: 0.3125rem;
  padding: 0.1875rem 0.25rem;
  margin-inline-end: 0.9375rem;
  white-space: nowrap;
}

@media (max-width: 1399.98px) {
  .mission-icon,
  .vision-icon {
    margin: 0 !important;
    margin-top: 0.9375rem !important;
  }
  .mission-col p,
  .vision-col p {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .cta-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .director-bio {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .about-section,
  .mission-vision-section,
  .directors-section,
  .partners-section,
  .cta-section {
    padding: 0 20px;
  }
  .partners-header {
    flex-direction: column;
  }
  .partners-logos {
    flex-direction: column;
    align-items: center;
  }
  .partner-logo-container {
    margin-left: 0;
    margin-top: 20px;
  }
}
footer {
  margin-top: 3.75rem;
}
footer .payment-methods {
  width: 100%;
  height: 5.625rem;
  background-color: #6d6d92;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .payment-methods img {
  height: 2.0625rem;
  margin-inline-end: 4.6875rem;
}
@media (max-width: 767px) {
  footer .payment-methods img {
    margin-inline-end: 0.9375rem;
  }
}
footer .footer-content {
  width: 100%;
  background-color: #eef1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.8125rem;
}
footer .footer-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #6d6d92;
  font-size: 1rem;
  letter-spacing: 0.11rem;
}
@media (max-width: 767px) {
  footer .footer-links {
    padding: 0.9375rem;
    letter-spacing: 0;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-links li {
  margin: 0 0.3125rem;
}
@media (max-width: 767px) {
  footer .footer-links li {
    margin-bottom: 0.3125rem;
  }
}
footer .footer-links li:not(:last-child)::after {
  content: "|";
  margin: 0 0.3125rem;
}
@media (max-width: 767px) {
  footer .footer-links li:not(:last-child)::after {
    display: none;
  }
}
footer .footer-links a {
  color: #6d6d92;
  text-decoration: none;
  white-space: nowrap;
}
footer .copyright,
footer .design-credit {
  margin-top: 1.5rem;
  font-weight: 500;
  color: #795275;
  font-size: 1.125rem;
  text-align: center;
}
footer .design-credit {
  margin-top: 1rem;
}/*# sourceMappingURL=main.css.map */