@font-face {
  font-family: "GeneralSans-Extralight";
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2"), url("../fonts/GeneralSans-Extralight.woff") format("woff"), url("../fonts/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-ExtralightItalic";
  src: url("../fonts/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-ExtralightItalic.woff") format("woff"), url("../fonts/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans-Light";
  src: url("../fonts/GeneralSans-Light.woff2") format("woff2"), url("../fonts/GeneralSans-Light.woff") format("woff"), url("../fonts/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-LightItalic";
  src: url("../fonts/GeneralSans-LightItalic.woff2") format("woff2"), url("../fonts/GeneralSans-LightItalic.woff") format("woff"), url("../fonts/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans-Regular";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"), url("../fonts/GeneralSans-Regular.woff") format("woff"), url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-Italic";
  src: url("../fonts/GeneralSans-Italic.woff2") format("woff2"), url("../fonts/GeneralSans-Italic.woff") format("woff"), url("../fonts/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"), url("../fonts/GeneralSans-Medium.woff") format("woff"), url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-MediumItalic";
  src: url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"), url("../fonts/GeneralSans-MediumItalic.woff") format("woff"), url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans-Semibold";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"), url("../fonts/GeneralSans-Semibold.woff") format("woff"), url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-SemiboldItalic";
  src: url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"), url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans-Bold";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"), url("../fonts/GeneralSans-Bold.woff") format("woff"), url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans-BoldItalic";
  src: url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"), url("../fonts/GeneralSans-BoldItalic.woff") format("woff"), url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "GeneralSans-Variable";
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2"), url("../fonts/GeneralSans-Variable.woff") format("woff"), url("../fonts/GeneralSans-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "GeneralSans-VariableItalic";
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2"), url("../fonts/GeneralSans-VariableItalic.woff") format("woff"), url("../fonts/GeneralSans-VariableItalic.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar {
  transition: all 0.3s ease;
  background: white;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease-in-out;
}

.mainNavContainer {
  max-width: 1400px !important;
  margin-inline: auto;
  border-radius: 10rem;
}

#navbarSupportedContent {
  margin-inline: auto !important;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-around;
  padding-left: 2rem;
}

.logo {
  height: 4rem;
}

.navbar-nav {
  gap: 1.5rem;
}
.navbar-nav .nav-item .nav-link {
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 500;
  text-wrap: nowrap;
  text-decoration: none !important;
}
.navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: #0a6aa1;
  border-radius: 50%;
  transition: transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0a6aa1;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  opacity: 0;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #0a6aa1;
  transform: translateY(-2px);
  text-decoration: none;
}
.navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 1.5s ease-in-out infinite;
}
.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link[aria-current=page] {
  color: #0a6aa1;
  font-weight: 600;
  text-decoration: none;
}
.navbar-nav .nav-item .nav-link.active::after, .navbar-nav .nav-item .nav-link[aria-current=page]::after {
  width: 100%;
  opacity: 1;
}
.navbar-nav .nav-item .nav-link.active::before, .navbar-nav .nav-item .nav-link[aria-current=page]::before {
  display: none;
}

.navSublinksWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.navSublinksWrapper a {
  font-size: 0.8rem;
  font-weight: 700;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  max-width: 10rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-wrap: unset !important;
}
.navSublinksWrapper a [uk-icon] {
  color: #0a6aa1;
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.navSublinksWrapper a .link-title {
  display: flex;
  align-items: center;
}
.navSublinksWrapper a:hover {
  color: #0a6aa1;
}

.has-megamenu {
  position: static !important;
}
.has-megamenu .nav-link {
  display: flex;
  align-items: center;
}
.has-megamenu .megamenu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(255, 255, 255, 0.8901960784);
  padding: 0.5rem 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  border-top: 3px solid #0a6aa1;
  z-index: 1000;
}
.has-megamenu .megamenu .mainNavContainer {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
}
.has-megamenu .megamenu .mainNavContainer .row {
  width: 100%;
  min-height: 210px;
  align-items: flex-start;
  margin: 0;
}
.has-megamenu .megamenu .megamenu-title {
  color: #0f253c;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.35rem;
  white-space: nowrap;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.has-megamenu .megamenu .megamenu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 2px;
  background: #0a6aa1 !important;
  opacity: 1;
}
.has-megamenu .megamenu .megamenu-promo {
  height: 100%;
}
.has-megamenu .megamenu .megamenu-promo .video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: #0f253c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.has-megamenu .megamenu .megamenu-promo .video-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(15, 37, 60, 0.1), transparent);
  pointer-events: none;
}
.has-megamenu .megamenu .megamenu-promo .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.has-megamenu .megamenu .uk-tab {
  border: none;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
.has-megamenu .megamenu .uk-tab::before {
  display: none !important;
}
.has-megamenu .megamenu .uk-tab > * {
  padding-left: 0;
  margin-right: 2rem;
}
.has-megamenu .megamenu .uk-tab > * > a {
  border: none !important;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  position: relative;
  text-transform: none;
}
.has-megamenu .megamenu .uk-tab > * > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 2px;
  background: #0a6aa1;
  opacity: 0;
  transition: all 0.3s ease;
}
.has-megamenu .megamenu .uk-tab > * > a:hover {
  color: #0a6aa1;
  border-color: transparent !important;
}
.has-megamenu .megamenu .uk-tab > *.uk-active > a {
  color: #0a6aa1;
  border-color: transparent !important;
}
.has-megamenu .megamenu .uk-tab > *.uk-active > a::after {
  opacity: 1;
}
.has-megamenu .megamenu .uk-switcher {
  margin-top: 1rem;
  animation: uk-fade 0.3s ease-in-out;
}
.has-megamenu .megamenu .uk-switcher > li > .row,
.has-megamenu .megamenu .uk-switcher > li > ul,
.has-megamenu .megamenu .uk-switcher > li .col-6 ul {
  display: flex;
  flex-direction: row !important;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 0 !important;
  align-items: flex-start;
}
.has-megamenu .megamenu .uk-switcher > li > .row li,
.has-megamenu .megamenu .uk-switcher > li > ul li,
.has-megamenu .megamenu .uk-switcher > li .col-6 ul li {
  width: 12rem;
  height: -moz-fit-content;
  height: fit-content;
}
.has-megamenu .megamenu .link-list {
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.has-megamenu:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mainLinksWrapper {
  min-width: 55rem;
}

.firstLinksWrapper {
  padding: 0 !important;
}

.nav-v-rule {
  padding: 0.5rem 0.2rem;
}
.nav-v-rule .vr {
  min-height: 1.4rem;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica Neue Medium Extended.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "GeneralSans-Variable";
}

@media (max-width: 768px) {
  .mainNavigationContainer {
    background-color: #f7f7f7;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .hamburger {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 15px;
    position: relative;
    z-index: 1002;
  }
  .hamburger__line {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: transform 0.3s ease-in-out;
  }
  .hamburger.is-active .hamburger__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.is-active .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .hamburger__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .desktopNavWrapper {
    display: none !important;
  }
  .mainNavigation {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .mainNavigation .mainNavigationLogo {
    height: 4rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    position: relative;
  }
  .mainNavigation .mainNavigationLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainNavigation .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding-top: 6rem;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    z-index: 100000000 !important;
    display: flex;
    flex-direction: column;
  }
  .mainNavigation .mobile-nav .close-menu {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1003;
  }
  .mainNavigation .mobile-nav .close-menu::before, .mainNavigation .mobile-nav .close-menu::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s ease;
  }
  .mainNavigation .mobile-nav .close-menu::before {
    transform: rotate(45deg);
  }
  .mainNavigation .mobile-nav .close-menu::after {
    transform: rotate(-45deg);
  }
  .mainNavigation .mobile-nav .close-menu:hover::before, .mainNavigation .mobile-nav .close-menu:hover::after {
    background-color: #0A6AA1;
  }
  .mainNavigation .mobile-nav.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .mainNavigation .mobile-nav .mainNavLinks {
    width: 90%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
  }
  .mainNavigation .mobile-nav .mainNavLinks h3 {
    font-family: "GeneralSans-Semibold";
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .mainNavigation .mobile-nav .mainNavLinks li {
    margin-top: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: calc(0.1s * var(--item-index, 0));
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
  }
  .mainNavigation .mobile-nav .mainNavLinks li:last-child {
    border-bottom: none;
  }
  .mainNavigation .mobile-nav .mainNavLinks li a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    font-family: "GeneralSans-Medium";
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
  }
  .mainNavigation .mobile-nav .mainNavLinks li a:hover {
    color: #0A6AA1;
  }
  .mainNavigation .mobile-nav .mainNavLinks li a.active {
    color: #0A6AA1;
    font-family: "GeneralSans-Semibold";
  }
  .mainNavigation .mobile-nav.is-active .mainNavLinks li {
    opacity: 1;
    transform: translateY(0);
  }
  .mainNavigation .mobile-nav .registerBtn {
    display: flex;
    height: 3rem;
    width: 90%;
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0A6AA1, #0c84c9);
    color: #fff;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
    font-family: "GeneralSans-Semibold";
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0.5s;
    text-decoration: none;
  }
  .mainNavigation .mobile-nav .registerBtn:hover {
    background: linear-gradient(90deg, #0c84c9, #0A6AA1);
  }
  .mainNavigation .mobile-nav.is-active .registerBtn {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .mega-menu {
    position: relative;
    width: 100%;
    left: 0;
    transform: none;
    box-shadow: none;
    padding: 1rem 0;
  }
  .mega-menu__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .mega-menu::before {
    display: none;
  }
  .mega-menu__section {
    border-bottom: 1px solid #eee;
  }
  .mega-menu__section .accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 1rem 0;
    cursor: pointer;
  }
  .mega-menu__section .accordion-trigger h3 {
    margin: 0;
    font-size: 1rem;
  }
  .mega-menu__section .accordion-trigger span {
    transition: transform 0.3s ease;
  }
  .mega-menu__section .accordion-trigger.is-active span {
    transform: rotate(180deg);
  }
  .mega-menu__section .accordion-content {
    height: 0;
    overflow: hidden;
    padding: 0 1rem;
    opacity: 0;
    transition: height 0.3s ease;
  }
  .mega-menu__section.is-active .accordion-content {
    padding: 1rem;
    opacity: 1;
  }
}
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  margin: 5px 0;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 90;
}
.mobile-nav .registerBtn {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #0A6AA1;
  color: #fff;
  border-radius: 4px;
  margin-top: 1.5rem;
  border: none;
  font-size: 0.9rem;
  font-family: "GeneralSans-Semibold";
}
.mobile-nav .mainNavLinks {
  width: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  flex-direction: column;
  gap: 1rem;
}
.mobile-nav .mainNavLinks h3 {
  font-family: "GeneralSans-Semibold";
  color: #333;
}
.mobile-nav .mainNavLinks li {
  margin-top: 1rem;
}
.mobile-nav .mainNavLinks li a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}
.mobile-nav.is-active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.mobile-nav .mainNavLinks {
  opacity: 0;
  transform: translateY(20px);
}
.mobile-nav .registerBtn {
  opacity: 0;
  transform: translateY(20px);
}

.has-mega-menu {
  position: relative;
}
.has-mega-menu .conference-trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}
.has-mega-menu .mega-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9647058824);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1rem;
  width: 100vw;
  display: none;
  opacity: 0;
}
.has-mega-menu .mega-menu p {
  margin: 0;
  color: #333;
}

@media (min-width: 768px) {
  .bannerContainer {
    position: relative;
    top: 0;
    left: 0;
  }
  .bannerContainer .bannerContentWrapper {
    position: relative;
    display: flex;
    z-index: 4;
    justify-content: space-between;
    width: 90%;
    margin-inline: auto;
    max-width: 1210px;
    top: 50%;
    transform: translateY(-50%);
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner {
    width: -moz-fit-content;
    width: fit-content;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner h1, .bannerContainer .bannerContentWrapper .contentWrapperBanner p {
    margin: 0;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerHeaderBlock {
    font-family: "Helvetica";
    font-size: 6rem;
    font-weight: 700;
    color: #fff;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerSubHeaderBlock {
    font-family: "Helvetica";
    font-size: 2rem;
    color: #fff;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerSubHeaderBlock .bannerOutline {
    color: transparent;
    -webkit-text-stroke: 0.8px #fff;
    text-stroke: 0.8px #fff;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerDescriptionBlock {
    font-family: "GeneralSans-Medium";
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.08rem;
    margin-top: 0.5rem;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .tagLineBlock {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .tagLineBlock .tagLineText {
    color: rgba(255, 255, 255, 0.6823529412);
    font-size: 1.5rem;
    font-family: "GeneralSans-Semibold";
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .tagLineBlock .dateWrapper {
    margin-top: 0.5rem;
    color: #fff;
    font-size: 1rem;
    font-family: "Helvetica";
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerCTA {
    margin-top: 3rem;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerCTA .registerTodayBtn {
    display: flex;
    height: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #0A6AA1;
    color: #fff;
    gap: 0.5rem;
    font-family: "GeneralSans-Semibold";
    font-size: 0.9rem;
    padding: 0 1.5rem;
    text-decoration: none;
    border-radius: 10rem;
    align-items: center;
    justify-content: center;
  }
  .bannerContainer .bannerContentWrapper .contentWrapperBanner .bannerCTA .registerTodayBtn span {
    display: flex;
    height: 1.2rem;
    width: 1.2rem;
  }
  .bannerContainer .bannerContentWrapper .visualCarouselWrapper {
    margin-top: 2rem;
  }
  .socialProofWrapper {
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
  }
  .socialProofWrapper .countriesWrapper, .socialProofWrapper .attendeesWrapper {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .socialProofWrapper .countriesWrapper .valueText, .socialProofWrapper .attendeesWrapper .valueText {
    font-family: "Helvetica";
    font-weight: 500;
    color: #fff;
    font-size: 1.5rem;
  }
  .socialProofWrapper .countriesWrapper .valueAttr, .socialProofWrapper .attendeesWrapper .valueAttr {
    font-family: "GeneralSans-Medium";
    color: #fff;
    font-size: 0.9rem;
  }
  .socialProofWrapper .countriesWrapper .countriesList, .socialProofWrapper .attendeesWrapper .countriesList {
    display: flex;
    align-items: center;
  }
  .socialProofWrapper .countriesWrapper .countriesList > img, .socialProofWrapper .attendeesWrapper .countriesList > img {
    height: 3rem;
    background-color: rgba(255, 255, 255, 0.7607843137);
    width: 3rem;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: -1rem;
    display: flex;
    align-items: center;
  }
  .border-beam {
    pointer-events: none;
    position: absolute;
    inset: -2px;
    border-radius: inherit;
  }
  .border-beam::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to right, transparent, transparent 50%, var(--color-from, #0A6AA1) 50%, var(--color-to, #0c84c9));
    background-size: var(--size, 100px) 100%;
    background-repeat: no-repeat;
    -webkit-mask: linear-gradient(to right, #000 1px, transparent 1px) 0 0, linear-gradient(to right, #000 1px, transparent 1px) 0 100%, linear-gradient(to bottom, #000 1px, transparent 1px) 0 0, linear-gradient(to bottom, #000 1px, transparent 1px) 100% 0;
    mask: linear-gradient(to right, #000 1px, transparent 1px) 0 0, linear-gradient(to right, #000 1px, transparent 1px) 0 100%, linear-gradient(to bottom, #000 1px, transparent 1px) 0 0, linear-gradient(to bottom, #000 1px, transparent 1px) 100% 0;
    -webkit-mask-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
    mask-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    animation: borderBeam var(--duration, 3s) infinite linear;
  }
  @keyframes borderBeam {
    to {
      background-position: var(--size, 100px) 0;
    }
  }
  .mySpeakersWrapper {
    position: relative;
    height: 60vh !important;
    width: 100%;
  }
  .mySpeakersWrapper .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
  }
  .speakersContainer {
    height: 60vh;
    width: 100%;
    padding-bottom: 2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .speakersContainer ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(167deg, rgba(0, 0, 0, 0) 3.06%, rgba(14, 37, 60, 0.8) 90.84%);
  }
  .speakersContainer .speakersVideoWrapper {
    height: 100%;
    transform: rotate(180deg);
    width: 100%;
  }
  .speakersContainer .speakersVideoWrapper video {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footerContainerMain .bottomFooterContainer {
    background-color: #0A092D;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footerContainerMain .bottomFooterContainer .bottomWrapper {
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footerContainerMain .bottomFooterContainer .bottomWrapper p {
    margin: 0;
  }
  .footerContainerMain .bottomWrapper {
    padding: 1rem 0;
  }
  .footerContainerMain .bottomWrapper .copyrightContainer {
    display: flex;
    flex-direction: column;
  }
  .footerContainerMain .bottomWrapper .copyrightContainer .copyrightTextMain {
    /* background-color: red; */
    font-size: 1.2rem;
    color: #fff;
    font-family: "GeneralSans-Medium";
  }
  .footerContainerMain .bottomWrapper .copyrightContainer .copyrightText {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5411764706);
    margin-top: 0.2rem;
    font-family: "GeneralSans-Medium";
  }
  .footerContainerMain .bottomWrapper .socialMediaContainer {
    /* background-color: red; */
  }
  .footerContainerMain .bottomWrapper .socialMediaContainer .socialMediaIcons {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .footerContainerMain .bottomWrapper .socialMediaContainer .socialMediaIcons a {
    display: flex;
    background-color: #fff;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0A092D;
  }
  .topFooterContainer {
    /* background-color: red; */
    position: relative;
    height: 45vh;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .topFooterContainer .leftWrapper {
    display: flex;
    gap: 2rem;
  }
  .topFooterContainer .leftWrapper .footerDescWrapper .mainHeading {
    color: #fff;
    font-size: 2rem;
    font-family: "Helvetica";
  }
  .topFooterContainer .leftWrapper .logoWrapped {
    background: rgba(255, 255, 255, 0.33);
    height: 5rem;
    padding: 0.4rem;
    border-radius: 10px;
    width: 5rem;
  }
  .topFooterContainer .footerBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .topFooterContainer .footerBannerImg img {
    height: inherit;
    width: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topFooterContainer .contentContainer {
    /* background-color: red; */
    position: absolute;
    top: 60%;
    z-index: 1;
    display: flex;
    width: 90%;
    /* max-width: 1400px; */
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
  }
  .topFooterContainer .contentContainer > div {
    display: flex;
  }
  .topFooterContainer .locationInformation ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 1rem;
    padding: 0;
  }
  .topFooterContainer .locationInformation ul li {
    /* background-color: blue; */
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .topFooterContainer .locationInformation ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topFooterContainer .locationInformation ul li p {
    margin: 0;
    font-family: "GeneralSans-Medium";
    color: #fff;
  }
  .topFooterContainer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1 !important;
    background: linear-gradient(90deg, #0A092D 0%, rgba(10, 9, 45, 0.76) 20.5%, rgba(33, 29, 147, 0) 100%);
  }
  .rightWrapper {
    /* background: red; */
    display: flex;
    gap: 3rem;
    /* flex-direction: ; */
  }
  .rightWrapper .heading {
    /* background-color: red; */
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    font-family: "GeneralSans-semibold";
    color: #fff;
    margin: 0;
  }
  .rightWrapper ul {
    padding: 0;
    margin-top: 0.5rem;
    list-style: none;
    /* background: red; */
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .rightWrapper ul li a {
    text-decoration: none !important;
    font-family: "GeneralSans-Regular";
    font-size: 0.8rem;
    color: #fff;
  }
  .rightWrapper p {
    margin: 0;
    padding: 0;
  }
  .mySpeakersWrapper .text-center {
    /* background-color: red; */
  }
  .mySpeakersWrapper .text-center h1, .mySpeakersWrapper .text-center h6 {
    margin: 0;
    /* font-family: ; */
  }
  .mySpeakersWrapper .text-center h1 {
    font-family: "Helvetica";
  }
  .mySpeakersWrapper .text-center h6 {
    margin-top: 0.5rem;
    font-size: 1rem;
    font-family: "GeneralSans-Medium";
  }
  .mySpeakersWrapper .home-events {
    margin-top: 2rem;
    /* background-color: red; */
  }
  .mySpeakersWrapper .home-events .descriptionWrapper {
    /* background-color: blue; */
    margin-top: 2rem;
  }
  .mySpeakersWrapper .home-events .descriptionWrapper h3, .mySpeakersWrapper .home-events .descriptionWrapper h6 {
    margin: 0;
    text-align: center;
  }
  .mySpeakersWrapper .home-events .descriptionWrapper h3 {
    color: #fff;
    font-size: 1.6rem;
    font-family: "GeneralSans-semibold";
  }
  .mySpeakersWrapper .home-events .descriptionWrapper h6 {
    font-family: "GeneralSans-Medium";
    color: #fff;
  }
  .mySpeakersWrapper div.d-flex.justify-content-center.text-white {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .mySpeakersWrapper div.d-flex.justify-content-center.text-white div {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
  }
  .mySpeakersWrapper div.d-flex.justify-content-center.text-white div > div {
    /* background-color: red; */
  }
  .mySpeakersWrapper div.d-flex.justify-content-center.text-white div > div img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .socialProofLogos h1 {
    font-family: "Helvetica";
    font-size: 2rem;
    color: #333;
  }
  .registerBtn {
    display: none;
  }
  .mainNavigation {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5rem 0;
    display: flex;
    width: 100%;
    align-items: center !important;
    margin-inline: auto;
    justify-content: space-around;
  }
  .mainNavigation .mainNavigationLogo {
    height: 3rem;
    width: 3rem;
  }
  .mainNavigation .desktopNavWrapper {
    height: 3rem;
    width: 85%;
    max-width: 900px;
    position: relative;
    top: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
  }
  .mainNavigation .mainNavLinks {
    display: flex;
    list-style: none;
    height: 3rem !important;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .mainNavigation .mainNavLinks li a {
    text-decoration: none;
    color: #333;
    font-size: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .mainNavigation {
    margin-top: 1rem;
    border-radius: 10rem;
    border-bottom: none;
    max-width: 1300px;
    position: relative;
    background-color: #f7f7f7;
    padding: 0.5rem 0;
  }
  .desktopNavWrapper {
    display: flex;
    width: 100%;
    justify-content: space-around;
    max-width: 1210px !important;
  }
  .desktopNavWrapper .mainNavLinks {
    width: 80%;
  }
  .desktopNavWrapper .mainNavLinks li a {
    font-size: 0.9rem;
  }
  .registerBtn {
    display: flex !important;
    align-items: center;
    text-wrap: nowrap;
    background: linear-gradient(90deg, #0A6AA1, #0c84c9, #0A6AA1);
    background-size: 200% 100%;
    border: none;
    height: 2.5rem;
    border-radius: 10rem;
    cursor: pointer;
    color: #fff;
    font-size: 0.85rem;
    font-family: "GeneralSans-Semibold";
    padding: 0 1rem;
    gap: 0.5rem;
    transition: background-position 0.5s ease;
  }
  .registerBtn:hover {
    background-position: 100% 0;
  }
  .bannerContainer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90dvh;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .bannerContainer .bannerVideoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .bannerContainer .bannerVideoWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(14, 37, 60, 0) 0.31%, rgba(14, 37, 60, 0.9) 100.23%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .bannerContainer .bannerVideoWrapper video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    position: relative;
    z-index: 1;
  }
  .custom-shape-divider-bottom-1736581802 {
    position: absolute;
    bottom: -1px !important;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 10;
  }
  .custom-shape-divider-bottom-1736581802 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 38px;
    transform: rotateY(180deg);
  }
  .custom-shape-divider-bottom-1736581802 .shape-fill {
    fill: #FFFFFF;
  }
}
.mainNavigationContainer {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4901960784);
  margin: 0 auto;
  border-bottom: 1.2px solid rgba(255, 255, 255, 0.5294117647);
  z-index: 1000;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  /* width: 95%; */
}
.mainNavigationContainer.scrolled {
  top: 0;
  width: 100%;
  max-width: 100%;
  background-color: rgba(247, 247, 247, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .mainNavigationContainer.scrolled .mainNavigation {
    margin-top: 0;
    border-radius: 0;
    padding: 0.3rem 0;
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .mainNavigationContainer.scrolled .mainNavigation .mainNavigationLogo {
    transform: scale(0.9);
  }
  .mainNavigationContainer.scrolled .mainNavigation .mainNavLinks li a {
    font-size: 0.85rem;
  }
  .mainNavigationContainer.scrolled .mainNavigation .registerBtn {
    transform: scale(0.95);
  }
}
@media (min-width: 1024px) {
  .mainNavigationContainer .mainNavigation {
    border-radius: 10rem;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .mainNavigationContainer {
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  .mainNavigationContainer .mainNavigation {
    border-radius: 0;
  }
}

.mainNavLinks .mainNavLink a {
  position: relative;
  font-family: "GeneralSans-Medium" !important;
}
.mainNavLinks .mainNavLink a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0A6AA1, #0c84c9);
  transition: all 0.3s ease;
  opacity: 0;
}
.mainNavLinks .mainNavLink.active a {
  color: #0A6AA1 !important;
  font-family: "GeneralSans-Semibold" !important;
}
.mainNavLinks .mainNavLink.active a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.mainNavLinks .mainNavLink:hover:not(.active) a::after {
  width: 100%;
  opacity: 0.5;
}

.mega-menu {
  position: absolute;
  top: 3.3rem !important;
  left: 10rem !important;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0;
  min-width: 1200px;
  display: none;
  opacity: 0;
  visibility: hidden;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1000;
  isolation: isolate;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mega-menu::-webkit-scrollbar {
  width: 8px;
}
.mega-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.mega-menu::-webkit-scrollbar-thumb {
  background: #0A6AA1;
  border-radius: 4px;
}
.mega-menu::-webkit-scrollbar-thumb:hover {
  background: #0c84c9;
}
.mega-menu__tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #eee;
  /* background: red; */
  width: 90%;
  margin-inline: auto;
  max-width: 1400px;
}
.mega-menu__tabs .tab-button {
  padding: 1.2rem 0.5rem;
  border: none;
  background: none;
  font-family: "GeneralSans-Semibold";
  color: #666;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.mega-menu__tabs .tab-button span {
  display: flex;
  height: 1rem;
  width: 1rem;
}
.mega-menu__tabs .tab-button span .tabIcon path {
  fill: #666;
}
.mega-menu__tabs .tab-button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0A6AA1, #0c84c9);
  transition: width 0.3s ease;
}
.mega-menu__tabs .tab-button.active {
  color: #0A6AA1;
}
.mega-menu__tabs .tab-button.active span .tabIcon path {
  fill: #0A6AA1;
}
.mega-menu__tabs .tab-button.active::after {
  width: 100%;
}
.mega-menu__tabs .tab-button:hover:not(.active) {
  color: #333;
}
.mega-menu__content {
  padding: 1rem 2rem;
}
.mega-menu__content .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu__content .tab-content.active {
  display: block;
  opacity: 1;
}
.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  width: 90%;
  margin-inline: auto;
  max-width: 1400px;
}
.mega-menu__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu__section ul li {
  margin-bottom: 1rem;
}
.mega-menu__section ul li:first-child {
  margin-top: 0;
}
.mega-menu__section ul li a {
  color: #666;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.mega-menu__section ul li a span.icon {
  display: flex;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  justify-content: center;
}
.mega-menu__section ul li a .linkIcon path {
  fill: #0A6AA1;
}
.mega-menu__section ul li a:hover {
  color: #0A6AA1;
  transform: translateX(5px);
}
.mega-menu__section ul li a:hover .linkIcon path {
  fill: #0A6AA1;
}
.mega-menu__section.featured {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-top: -4.5rem;
  min-width: 600px;
}
.mega-menu__section.featured .megaMenuVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.mega-menu__details {
  display: none;
  padding: 1.5rem 2.5rem;
  border-top: 1px solid #eee;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px;
}
.mega-menu__details .details-content {
  opacity: 0;
  transform: translateY(10px);
}
.mega-menu__details .details-content .details-title {
  font-size: 1.1rem;
  font-family: "GeneralSans-Semibold";
  color: #333;
  margin-bottom: 0.5rem;
}
.mega-menu__details .details-content .details-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.mega-menu__details.active {
  display: block;
}
.mega-menu__conference-details {
  margin-top: 0;
  width: 90%;
  padding-top: 0;
  /* background: red; */
  max-width: 1400px;
  margin-inline: auto;
}
.mega-menu__conference-details .conference-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu__conference-details .conference-content.active {
  display: block;
  opacity: 1;
}
.mega-menu__conference-details .conference-grid {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: start;
}
.mega-menu__conference-details .conference-info h3 {
  font-family: "GeneralSans-Semibold";
  color: #333;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
.mega-menu__conference-details .conference-info p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.mega-menu__conference-details .conference-info .conference-meta {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.mega-menu__conference-details .conference-info .conference-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}
.mega-menu__conference-details .conference-info .conference-meta span i {
  color: #0A6AA1;
}
.mega-menu__conference-details .conference-info .conference-btn {
  background: linear-gradient(90deg, #0A6AA1, #0c84c9);
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 6px;
  font-family: "GeneralSans-Medium";
  cursor: pointer;
  transition: transform 0.2s ease;
}
.mega-menu__conference-details .conference-info .conference-btn:hover {
  transform: translateY(-2px);
}
.mega-menu__conference-details .conference-highlights {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
}
.mega-menu__conference-details .conference-highlights h4 {
  font-family: "GeneralSans-Medium";
  color: #333;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
}
.mega-menu__conference-details .conference-highlights ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu__conference-details .conference-highlights ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #666;
  font-size: 0.95rem;
}
.mega-menu__conference-details .conference-highlights ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0A6AA1;
}
.mega-menu__conference-details .conference-highlights ul li:last-child {
  margin-bottom: 0;
}

.custom-shape-divider-bottom-1736581802 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1736581802 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 38px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1736581802 .shape-fill {
  fill: #FFFFFF;
}

@media screen and (max-width: 991px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white !important;
    z-index: 999;
    padding: 6rem 2rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
  }
  .mobile-nav .mainNavLinks {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-nav .mainNavLinks .mainNavLink {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
  }
  .mobile-nav .mainNavLinks .mainNavLink a {
    color: #374957;
    font-size: 1.125rem;
    font-family: "GeneralSans-Medium";
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
  }
  .mobile-nav .mainNavLinks .mainNavLink a:hover {
    color: #0A6AA1;
  }
  .mobile-nav .mainNavLinks .mainNavLink.active a {
    color: #0A6AA1;
    font-family: "GeneralSans-Semibold";
  }
  .mobile-nav .mainNavLinks .mainNavLink:last-child {
    border-bottom: none;
  }
  .mobile-nav .registerBtn {
    margin-top: 2rem;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(90deg, #0A6AA1 0%, #0c84c9 100%);
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: "GeneralSans-Semibold";
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .mobile-nav .registerBtn:hover {
    opacity: 0.9;
  }
  .mobile-nav .registerBtn span {
    margin-left: 0.5rem;
  }
  .mobile-nav.is-active {
    transform: translateX(0);
  }
}/*# sourceMappingURL=navigationStyles.css.map */