.bg-dark-green {
  background-color: #183634;
}

.bg-light-green {
  background-color: #D4FF7A;
}

.bg-green {
  background-color: #73D64B;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"), url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2"), url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Inter", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1, h1.elementor-heading-title {
  font-size: 1.75rem;
  line-height: 120%;
}
@media (min-width: 768px) {
  h1, h1.elementor-heading-title {
    font-size: 2.25rem;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  h1, h1.elementor-heading-title {
    font-size: 2.75rem;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  h1, h1.elementor-heading-title {
    font-size: 3.75rem;
    line-height: 120%;
  }
}
h1, h1.elementor-heading-title {
  font-weight: 300;
}

h2, h2.elementor-heading-title {
  font-size: 1.5rem;
  line-height: 120%;
}
@media (min-width: 768px) {
  h2, h2.elementor-heading-title {
    font-size: 2rem;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  h2, h2.elementor-heading-title {
    font-size: 2.5rem;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  h2, h2.elementor-heading-title {
    font-size: 3rem;
    line-height: 120%;
  }
}
h2, h2.elementor-heading-title {
  font-weight: 300;
}

h3, h3.elementor-heading-title {
  font-size: 1.25rem;
  line-height: 120%;
}
@media (min-width: 768px) {
  h3, h3.elementor-heading-title {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  h3, h3.elementor-heading-title {
    font-size: 1.75rem;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  h3, h3.elementor-heading-title {
    font-size: 2rem;
    line-height: 120%;
  }
}
h3, h3.elementor-heading-title {
  font-weight: 300;
}

p, a, li {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

p:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.btn a {
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  border-radius: 0;
  border: 1px solid transparent;
}
.btn a:focus {
  outline: 1px solid #183634;
  text-decoration: underline;
  outline-offset: 2px;
  color: #183634;
}
.btn a:active {
  outline: none;
  border: none;
  text-decoration: none;
  outline-offset: none;
}
.btn a:hover {
  color: #183634;
}
.btn.primary a {
  background-color: #D4FF7A;
  border-color: #183634;
  color: #183634;
}
.btn.primary a:hover {
  background-color: #D4FF7A;
}
.btn.secondary a {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
}
.btn.secondary a:hover {
  background-color: #FFFFFF;
}

.form-btn {
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
  border-radius: 0;
  border: 1px solid transparent;
}
.form-btn:focus {
  outline: 1px solid #183634;
  text-decoration: underline;
  outline-offset: 2px;
  color: #183634;
}
.form-btn:active {
  outline: none;
  border: none;
  text-decoration: none;
  outline-offset: none;
}
.form-btn:hover {
  color: #183634;
}
.form-btn.primary {
  background-color: #FFFFFF;
  border-color: #000000;
  color: #000000;
}
.form-btn.primary:hover {
  background-color: #FFFFFF;
}
.form-btn.primary {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .form-btn.primary {
    background-color: #D4FF7A;
    border-color: #183634;
    color: #183634;
  }
  .form-btn.primary:hover {
    background-color: #D4FF7A;
  }
  .form-btn.primary {
    font-size: 1.125rem;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .mauticform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.25rem;
}
form .mauticform-row:hover label {
  margin-bottom: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
}
form .mauticform-row label {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-transition: margin-bottom 0.3s ease, color 0.3s ease;
  transition: margin-bottom 0.3s ease, color 0.3s ease;
}
@media (min-width: 768px) {
  form .mauticform-row label {
    font-size: 1.125rem;
  }
}
form .mauticform-row input, form .mauticform-row textarea {
  padding: 0;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  outline: 1px solid #FFFFFF;
}
@media (min-width: 576px) {
  form .mauticform-row input, form .mauticform-row textarea {
    background-color: transparent;
    outline: none;
  }
}
form .mauticform-row .mauticform-button-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
form .mauticform-checkbox {
  margin-bottom: 0.625rem !important;
}
@media (min-width: 576px) {
  form .mauticform-checkbox {
    margin-bottom: 2.5rem !important;
  }
}
form .mauticform-checkbox label {
  text-transform: inherit;
  font-weight: 300;
}
form .mauticform-checkbox a:hover {
  text-decoration: underline;
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header.scrolled .main-menu li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(25px);
}
@media (min-width: 1200px) {
  .header.scrolled .main-menu li a {
    color: black;
  }
}
@media (max-width: 1199px) {
  .header.scrolled .mobile-menu .hamburger line {
    stroke: black !important;
  }
}
.header.scrolled:not(.menu-open) .header-logo path {
  fill: black;
}
@media (max-width: 1199px) {
  .header:not(.scrolled) .mobile-menu .hamburger line {
    stroke: #8C29B4 !important;
  }
}
@media (min-width: 1200px) {
  .header:not(.scrolled) .main-menu li a {
    color: #8C29B4 !important;
  }
}
.header:not(.menu-open, .scrolled) .header-logo path {
  fill: #8C29B4;
}
.header.menu-open {
  background-color: #183634;
}
.header.menu-open .header-logo svg {
  mix-blend-mode: difference;
}
.header .bottom-header > div.e-con-inner {
  padding: 1.25rem 2.5rem;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .header .bottom-header > div.e-con-inner {
    padding: 1.25rem 3.75rem;
  }
}
.header .bottom-header .bottom-header-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
  padding: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .header .bottom-header .bottom-header-container {
    width: inherit;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.header .bottom-header .hamburger {
  cursor: pointer;
}
.header .bottom-header .hamburger path {
  width: 2.25rem !important;
}
.header .bottom-header .close {
  cursor: pointer;
}
.header .bottom-header .close svg {
  width: 2.25rem !important;
}
.header .bottom-header .header-logo {
  max-width: 7.8125rem !important;
  width: 100%;
}
.header .bottom-header .header-logo svg {
  width: 7.8125rem;
  z-index: 9999;
}
.header .bottom-header .header-logo svg path {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.header .menu-dropdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  gap: 3.75rem 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .header .menu-dropdown {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: inherit;
        align-content: inherit;
    padding: 0;
    margin-top: 0;
  }
}
.header .menu-dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu-dropdown .e-n-menu-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .header .menu-dropdown .e-n-menu-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
.header .menu-dropdown .main-menu .elementor-nav-menu {
  gap: 1.25rem 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .header .menu-dropdown .main-menu .elementor-nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.header .menu-dropdown .main-menu a {
  padding: 0.625rem 0;
  margin: 0;
  position: relative;
  font-size: 1.625rem;
  color: #FFFFFF;
  font-weight: 300;
  white-space: wrap;
}
@media (min-width: 1200px) {
  .header .menu-dropdown .main-menu a {
    font-size: 1.125rem;
    padding: 0.625rem 1.25rem;
  }
}
.header .mobile-menu {
  width: auto;
}
@media (min-width: 1200px) {
  .header .mobile-menu {
    display: none;
  }
}
.header .mobile-menu .close {
  display: none;
}

.footer > .e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
}
@media (min-width: 768px) {
  .footer > .e-con-inner {
    padding: 3.75rem;
  }
}
.footer .footer-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media (min-width: 992px) {
  .footer .footer-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.footer .footer-content > *:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer-content > *:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (min-width: 992px) {
  .footer .footer-content > *:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .logo-button-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  max-width: 23.125rem;
}
.footer .links-content {
  gap: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 992px) {
  .footer .links-content {
    max-width: 37.5rem;
  }
}
@media (max-width: 767px) {
  .footer .links-content > * {
    max-width: 12.5rem;
  }
}
.footer .links-content .elementor-heading-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footer .links-content .elementor-icon-list-items {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .links-content .elementor-icon-list-items a {
  font-size: 1.125rem;
  font-weight: 300;
}

.header-section > div.e-con-inner {
  padding: 0;
  margin: 0 auto;
}
.header-section .header-main-content {
  padding: 9.375rem 2.5rem 3.75rem;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .header-section .header-main-content {
    padding: 12.5rem 3.75rem 3.75rem;
  }
}
@media (max-width: 767px) {
  .header-section .header-main-content {
    height: 100vh;
  }
}
.header-section .header-main-content .video-container {
  padding: 1.875rem 1.25rem;
  height: 100%;
}
@media (min-width: 768px) {
  .header-section .header-main-content .video-container {
    padding: 4.0625rem;
    min-height: 37.5rem;
  }
}
.header-section .header-main-content .text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 47.25rem;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .header-section .header-main-content .text-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-section .header-main-content .elementor-heading-title {
  color: #FFFFFF;
}
@media (max-width: 359px) {
  .header-section .header-main-content .elementor-heading-title {
    font-size: 1.5rem;
  }
}
.header-section .header-main-content p {
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header-section .header-main-content p {
    font-size: 1.25rem;
  }
}

.intro-section > div.e-con-inner {
  padding: 5rem 2.5rem;
  max-width: 90rem;
  margin: auto;
  gap: 6.25rem;
}
@media (min-width: 768px) {
  .intro-section > div.e-con-inner {
    padding: 5.625rem 3.75rem;
  }
}
@media (min-width: 768px) {
  .intro-section .intro-text-container {
    padding-right: 5rem;
  }
}
.intro-section .intro-text {
  margin-bottom: 2.5rem !important;
}
.intro-section .intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .intro-section .intro-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.75rem;
  }
}
.intro-section .intro-list .intro-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  border-top: 1px solid #000000;
  padding: 0.625rem 0 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .intro-section .intro-list .intro-list-item {
    gap: 5.4375rem;
    border-left: 1px solid #000000;
    padding: 1.25rem 0 1.25rem 1.25rem;
    border-top: none;
    max-width: 19.375rem;
  }
}
.intro-section .intro-list .intro-list-item .elementor-heading-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .intro-section .intro-list .intro-list-item .elementor-heading-title {
    font-weight: 400;
    font-size: 1.75rem;
  }
}
.intro-section .intro-list .intro-list-item p {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.intro-section .assistance-reasons-block {
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .intro-section .assistance-reasons-block .assistance-reasons .swiper-button-disabled {
    display: none;
  }
}
.intro-section .assistance-reasons-block .assistance-reasons .reason-box {
  height: 100%;
}
.intro-section .assistance-reasons-block .assistance-reasons .elementor-image-box-img {
  overflow: hidden;
  margin: 0.9375rem 0 !important;
  max-width: 4.375rem;
  max-height: 4.375rem;
}
.intro-section .assistance-reasons-block .assistance-reasons .elementor-image-box-img img {
  -webkit-transform: scale(3);
          transform: scale(3);
  margin-top: 10px;
  margin-bottom: -10px;
}

.agenda-section {
  position: relative;
  overflow: hidden;
}
.agenda-section .degraded-bg {
  position: absolute;
  inset: 0;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, rgba(115, 214, 75, 0.5)), color-stop(85%, rgba(115, 214, 75, 0.5)), to(white));
  background: linear-gradient(to bottom, white 0%, rgba(115, 214, 75, 0.5) 15%, rgba(115, 214, 75, 0.5) 85%, white 100%);
}
.agenda-section > div.e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .agenda-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.agenda-section .hour {
  border-bottom: 1px solid #000000;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.agenda-section .hour p {
  font-size: 1.25rem;
  font-weight: 600;
}
.agenda-section .info-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .agenda-section .info-content {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.agenda-section .info-content .event-title .elementor-heading-title {
  font-size: 1.5rem;
  line-height: 120%;
}
@media (min-width: 768px) {
  .agenda-section .info-content .event-title .elementor-heading-title {
    font-size: 2rem;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  .agenda-section .info-content .event-title .elementor-heading-title {
    font-size: 2.5rem;
    line-height: 120%;
  }
}
@media (min-width: 1200px) {
  .agenda-section .info-content .event-title .elementor-heading-title {
    font-size: 3rem;
    line-height: 120%;
  }
}
.agenda-section .info-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agenda-section .events {
  gap: 3.75rem;
}
.agenda-section .speakers {
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .agenda-section .speakers {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.agenda-section .speakers .double-speakers {
  gap: 1.25rem;
}
.agenda-section .speakers .speaker-name {
  margin-bottom: 0.3125rem;
}
.agenda-section .speakers .speaker-name .elementor-heading-title {
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .agenda-section .speakers .speaker-name .elementor-heading-title {
    font-size: 1.75rem;
  }
}
.agenda-section .speakers .speaker-role p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .agenda-section .speakers .speaker-role p {
    font-size: 1.25rem;
  }
}

.speakers-section > div.e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .speakers-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.speakers-section .speakers-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .speakers-section .speakers-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .speakers-section .speakers-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .speakers-section .speakers-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.speakers-section .speaker-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.speakers-section .speaker-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
.speakers-section .speaker-name {
  font-weight: 600;
  font-size: 1.25rem;
}
.speakers-section .speaker-role {
  font-weight: 600;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.4);
}
.speakers-section .speaker-media {
  background-image: url("/wp-content/uploads/2026/04/fondo-ponente.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.speakers-section .speaker-media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 4/5;
}

.videos-section {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .videos-section {
    margin-bottom: 6.25rem;
  }
}
.videos-section > div.e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .videos-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.videos-section .video {
  gap: 1.25rem;
}
.videos-section .video .elementor-heading-title {
  font-size: 1.125rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .videos-section .video .elementor-heading-title {
    font-size: 1.75rem;
  }
}
.videos-section .video svg {
  max-width: 3.4375rem;
  max-height: 3.4375rem;
}
@media (min-width: 768px) {
  .videos-section .video svg {
    max-width: 5.9375rem;
    max-height: 5.9375rem;
  }
}
.videos-section .elementor-swiper-button.swiper-button-disabled {
  display: none;
}
.videos-section .elementor-swiper-button svg {
  fill: transparent !important;
}

.registration-banner-section > div.e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 90rem;
  margin: auto;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .registration-banner-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.registration-banner-section .banner {
  padding: 0;
}
@media (min-width: 768px) {
  .registration-banner-section .banner {
    padding: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .registration-banner-section .banner {
    padding: 2.1875rem 9.375rem 3.75rem;
  }
}
@media (max-width: 767px) {
  .registration-banner-section .banner .elementor-background-video-container {
    display: none;
  }
}
.registration-banner-section .banner .form-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .registration-banner-section .mobile-video {
    display: none;
  }
}

.faqs-section > div.e-con-inner {
  padding: 3.75rem 2.5rem;
  max-width: 90rem;
  margin: auto;
  gap: 0 1.25rem;
}
@media (min-width: 768px) {
  .faqs-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.faqs-section .faqs .e-n-accordion-item {
  border-top: 1px solid #000000;
  padding: 0.3125rem 0 1.25rem;
}
.faqs-section .faqs .e-n-accordion-item > * {
  border: none;
}
.faqs-section .faqs .e-n-accordion-item-title {
  padding-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.875rem;
}
.faqs-section .faqs .e-n-accordion-item-title .e-n-accordion-item-title-text {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .faqs-section .faqs .e-n-accordion-item-title .e-n-accordion-item-title-text {
    font-size: 2rem;
  }
}
.faqs-section .faqs .e-n-accordion-item-title svg {
  fill: transparent !important;
}
.faqs-section .faqs .e-n-accordion-item-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .faqs-section .faqs .e-n-accordion-item-content p {
    font-size: 2rem;
  }
}

.location-banner-section > div.e-con-inner {
  padding: 0;
  max-width: 90rem;
  margin: auto;
}
@media (min-width: 768px) {
  .location-banner-section > div.e-con-inner {
    padding: 3.75rem;
  }
}
.location-banner-section .banner {
  padding: 3.125rem;
  gap: 3.75rem;
}
.location-banner-section .banner .location-title {
  color: #FFFFFF;
  margin-bottom: 3.75rem;
}
.location-banner-section .banner .location {
  margin-bottom: 2.5rem;
  gap: 0.3125rem;
}
.location-banner-section .banner .location .elementor-heading-title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .location-banner-section .banner .location .elementor-heading-title {
    font-size: 1.75rem;
  }
}
.location-banner-section .banner .location a {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .location-banner-section .banner .location a {
    font-size: 1.25rem;
  }
}
.location-banner-section .banner .transport-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .location-banner-section .banner .transport-info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.location-banner-section .banner .transport-info .train-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.location-banner-section .banner .transport-info .train-info .elementor-icon svg {
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-banner-section .banner .transport-info .train-info .elementor-widget-text-editor {
  margin-top: 0.9375rem;
}
.location-banner-section .banner .transport-info .train-info .elementor-widget-text-editor p {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 300;
}
@media (min-width: 768px) {
  .location-banner-section .banner .transport-info .train-info .elementor-widget-text-editor p {
    font-size: 1.25rem;
  }
}
.location-banner-section .banner .transport-info .bus-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.location-banner-section .banner .transport-info .bus-info .elementor-icon svg {
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.location-banner-section .banner .transport-info .bus-info .lines-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.location-banner-section .banner .transport-info .bus-info .lines-list .line {
  border-radius: 100%;
  border: 0.5px solid #FFFFFF;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
}
.location-banner-section .banner .transport-info .bus-info .lines-list .elementor-heading-title {
  font-size: 1.125rem;
  font-weight: 300;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .location-banner-section .banner .transport-info .bus-info .lines-list .elementor-heading-title {
    font-size: 1.25rem;
  }
}
.location-banner-section .banner .map-content {
  max-width: 31.25rem;
}
.location-banner-section .banner .map-content iframe {
  max-width: 31.25rem;
  min-height: 22.625rem;
  height: 100%;
}
@media (min-width: 768px) {
  .location-banner-section .banner .map-content iframe {
    min-height: 31.25rem;
  }
}

.reason-box {
  border: 1px solid #000000;
  padding: 0 1.5625rem 3.125rem 1.5625rem;
}
.reason-box .elementor-image-box-wrapper {
  text-align: left;
}
.reason-box .elementor-image-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.reason-box .elementor-image-box-description {
  font-size: 1rem;
  font-weight: 300;
}

.e-con {
  padding: 0;
}

.header-block {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.125rem;
  gap: 0.625rem;
}
@media (min-width: 1200px) {
  .header-block {
    margin-bottom: 3.75rem;
  }
}
/*# sourceMappingURL=main.min.css.map */