@media (max-width: 768px) {
  .mainNavigationContainer {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 0 auto;
    border-bottom: 1.2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    width: 100%;
  }
  .mobileNavigationContainer {
    position: relative;
  }
  .mobileNavigationContainer .mobileNavLinksWrapper {
    width: 90%;
    margin-top: 2rem;
    margin-inline: auto;
  }
  .mobileNavigationContainer .registerBtn {
    margin-top: 2rem;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    margin-inline: auto !important;
    height: 2.5rem;
    background-color: #0A6AA1;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
  }
  .mobileNavLinksWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mobileNavLinksWrapper li {
    list-style: none;
  }
  .mobileNavLinksWrapper li a {
    text-decoration: none;
    color: #333 !important;
    font-family: "GeneralSans-Medium";
    font-size: 0.9rem;
    height: 2.5rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .sliderMainWrapper {
    margin-top: 1.5rem;
  }
  .transnational-roadshow-section .section-title {
    font-size: 1.2rem;
    font-family: "Helvetica";
    color: #0A6AA1;
    max-width: 90%;
    margin-top: 1rem;
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .aboutAtlasContainerContent {
    display: flex;
  }
  .aboutAtlasContainerContent .contentContainer {
    display: flex;
    flex-direction: column-reverse;
  }
  .aboutAtlasContainerContent .contentContainer .imgWrapper {
    height: 12rem;
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
  }
  .footerBannerImg::before {
    content: "";
    height: 18rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1 !important;
    background: linear-gradient(90deg, #0A092D 0%, rgba(10, 9, 45, 0.76) 20.5%, rgba(33, 29, 147, 0) 100%);
  }
  .footerContainerMain {
    background-color: #f7f7f7;
    margin-top: 3rem;
    position: relative;
  }
  .footerContainerMain .copyrightText, .footerContainerMain .socialMediaContainer {
    display: none;
  }
  .footerContainerMain .bottomWrapper {
    background-color: #0F172A;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
  .footerContainerMain .bottomWrapper .copyrightContainer p {
    color: #fff;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-inline: auto;
    max-width: 90%;
    padding-top: 1rem;
  }
  .footerContainerMain .rightWrapper {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .footerContainerMain .rightWrapper > div {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .footerContainerMain .rightWrapper > div .heading {
    font-family: "Helvetica";
    font-size: 1rem;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .footerContainerMain .rightWrapper > div .enquiriesList, .footerContainerMain .rightWrapper > div .sponsorshipsList, .footerContainerMain .rightWrapper > div .exhibitionsList {
    list-style-type: none;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
  .footerContainerMain .rightWrapper > div .enquiriesList li a, .footerContainerMain .rightWrapper > div .sponsorshipsList li a, .footerContainerMain .rightWrapper > div .exhibitionsList li a {
    text-decoration: none;
    color: #0A6AA1;
    font-family: "GeneralSans-Medium";
    font-size: 0.85rem;
  }
  .footerContainerMain .locationInformation ul {
    display: flex;
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 1rem;
  }
  .footerContainerMain .locationInformation ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 15rem;
    color: #fff !important;
    margin-inline: auto;
  }
  .footerContainerMain .locationInformation ul li p {
    margin: 0;
    padding: 0;
    font-family: "GeneralSans-Medium";
    font-size: 1rem;
    color: #fff !important;
  }
  .footerContainerMain .locationInformation ul li span {
    display: flex;
    height: 1.4rem;
    width: 1.4rem;
    background-color: #0A6AA1;
    border-radius: 50%;
    padding: 0.3rem;
  }
  .footerContainerMain .locationInformation ul li span svg {
    height: 100%;
    width: 100%;
  }
  .footerContainerMain .contentContainer {
    position: relative;
    z-index: 3 !important;
  }
  .footerContainerMain .footerBannerImgDesktop {
    display: none !important;
  }
  .footerContainerMain .footerBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 18rem;
    width: 100%;
  }
  .footerContainerMain .footerBannerImg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .footerContainerMain .logoWrapped {
    height: 5rem;
    width: 95%;
    margin-inline: auto;
    width: 5rem;
  }
  .footerContainerMain .logoWrapped img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .footerContainerMain .footerDescWrapper {
    width: 90%;
    margin-inline: auto;
    margin-top: 1rem;
    position: relative;
    z-index: 10 !important;
  }
  .footerContainerMain .footerDescWrapper .mainHeading {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    font-family: "Helvetica";
  }
  .footerContainerMain .footerDescWrapper .locationInformation li {
    color: #fff;
  }
  .home-tour-activities {
    border-top: 1.2px solid #dedede;
    padding-top: 2rem !important;
    margin-top: 2rem !important;
  }
  .home-tour-activities .heading-title {
    font-size: 1.2rem;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 70%;
    margin-inline: auto;
    color: #0A6AA1;
    text-align: center !important;
    font-family: "Helvetica";
  }
  .home-tour-activities .home-tours h6 {
    font-size: 1rem;
    font-family: "GeneralSans-Semibold";
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    min-height: 2.5rem;
  }
  .home-tour-activities .home-tours img {
    height: 10rem;
    width: 10rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .dateSwitcherWrapper {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-top: 1rem !important;
  }
  .dateSwitcherWrapper .dateIdentifier {
    display: flex;
    align-items: center;
    background-color: #dedede;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    height: 2rem;
    padding: 0 0.5rem;
  }
  .dateSwitcherWrapper .dateIdentifier p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-family: "GeneralSans-Semibold";
  }
  .dateSwitcherWrapper .dateIdentifier .iconCalendar {
    display: flex;
    height: 1rem;
    width: 1rem;
    background-color: #f7f7f7;
    border-radius: 50%;
  }
  .dateSwitcherWrapper .active {
    background-color: #333 !important;
    color: #fff !important;
  }
  .displayContainerCardContainer .backgroundImage {
    display: none !important;
  }
  .displayContainerCardContainer .topHeadingCard {
    width: 95%;
    margin-inline: auto;
    border-top: 1.2px solid #dedede;
    padding-top: 1rem;
  }
  .displayContainerCardContainer .topHeadingCard h1, .displayContainerCardContainer .topHeadingCard p {
    margin: 0;
    padding: 0;
  }
  .displayContainerCardContainer .topHeadingCard .conventionHeading {
    font-size: 1.5rem;
    font-family: "Helvetica";
    color: #0A6AA1;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .displayContainerCardContainer .topHeadingCard .subHeading {
    font-size: 1rem;
    font-family: "GeneralSans-Medium";
    color: #333;
    margin-top: 0.5rem;
    text-align: center;
  }
  .displayContainerCardContainer .topHeadingCard .descriptionText {
    font-size: 0.8rem;
    font-family: "GeneralSans-Regular";
    color: #333;
    text-align: center;
    margin-top: 0.5rem;
    margin-inline: auto;
    width: unset !important;
    width: 100% !important;
  }
  .displayContainerCardContainer .topHeadingCard a {
    display: flex;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center !important;
    margin-inline: auto;
    text-decoration: none !important;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    background-color: #0A6AA1;
    color: #fff;
    height: 2rem;
    padding: 0 1rem;
    border-radius: 4px;
  }
  .eventWrapper {
    margin-top: 10rem;
  }
  .eventWrapper .filterMainWrapper .headingWrapper {
    font-size: 1rem;
    background: rgba(10, 106, 161, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-family: "Helvetica";
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .eventWrapper .listItemsSwitcher {
    margin-top: 1rem;
    list-style: none;
    display: flex;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
    margin-top: 1rem !important;
    -ms-overflow-style: none;
  }
  .eventWrapper .listItemsSwitcher a {
    background-color: #f7f7f7;
    border: 1.2px solid #dedede;
    border-radius: 4px;
    color: #333;
    padding: 0.5rem 1rem;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    text-decoration: none !important;
  }
  .eventWrapper .listItemsSwitcher .uk-active a {
    background-color: #0A6AA1;
    color: #fff;
  }
  .uk-slider-items {
    position: relative;
    z-index: 100;
  }
  .speakersContainer {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(269deg, rgba(0, 0, 0, 0.1) 0.82%, rgba(14, 37, 60, 0.72) 52.16%, #0E253C 99.18%);
    z-index: 10 !important;
  }
  .mySpeakersWrapper {
    margin-top: 4rem !important;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  .mySpeakersWrapper .role {
    text-wrap: nowrap;
  }
  .mySpeakersWrapper .companyLogo {
    background-color: white;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 0.5rem;
  }
  .mySpeakersWrapper .speakersVideoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .mySpeakersWrapper .speakersVideoWrapper video {
    transform: rotate(180deg);
    height: unset !important;
    width: unset !important;
    height: 100% !important;
    width: 100% !important;
    scale: 1.4;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
  .mySpeakersWrapper .speakersContainer {
    position: absolute;
    top: 4rem;
    left: 0;
    height: 100% !important;
    width: 100%;
    margin-top: 1rem;
    z-index: 1 !important;
    background-color: blue;
  }
  .mySpeakersWrapper .speakersContainer video {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: -moz-fit-content !important;
    height: fit-content !important;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    z-index: -1 !important;
  }
  .mySpeakersWrapper .content {
    margin-top: 1.5rem;
  }
  .mySpeakersWrapper .content h1 {
    font-size: 2rem;
    font-family: "Helvetica";
    margin: 0;
    margin-inline: auto;
    color: #0A6AA1 !important;
    text-align: center;
  }
  .mySpeakersWrapper .content h6 {
    font-size: 1rem;
    font-family: "GeneralSans-Medium";
    margin: 0;
    margin-inline: auto;
    color: #333 !important;
    margin-top: 0.5rem !important;
    text-align: center;
  }
  .mySpeakersWrapper .speakerCard {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    position: relative;
    align-items: center;
  }
  .mySpeakersWrapper .speakerCard .flagWapper {
    display: flex;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: -0.5rem;
    right: 20%;
  }
  .mySpeakersWrapper .speakerCard .flagWapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .mySpeakersWrapper .speakerCard .avatarContainer {
    min-height: 8rem;
    min-width: 8rem;
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
  }
  .mySpeakersWrapper .speakerCard .avatarContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
  }
  .mySpeakersWrapper .speakerCard .name, .mySpeakersWrapper .speakerCard .organisation, .mySpeakersWrapper .speakerCard .role {
    font-size: 1rem;
    font-family: "GeneralSans-Medium";
    margin: 0;
    margin-inline: auto;
    color: white !important;
  }
  .mySpeakersWrapper .speakerCard .name .companyLogo, .mySpeakersWrapper .speakerCard .organisation .companyLogo, .mySpeakersWrapper .speakerCard .role .companyLogo {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
  }
  .mySpeakersWrapper .speakerCard .name .companyLogo img, .mySpeakersWrapper .speakerCard .organisation .companyLogo img, .mySpeakersWrapper .speakerCard .role .companyLogo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .mySpeakersWrapper .speakerCard .role {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.8rem;
  }
  .mySpeakersWrapper .speakerCard .name {
    font-family: "Helvetica";
    color: #fff;
    margin-top: 1rem;
  }
  .mySpeakersWrapper .speakerCard .organisation {
    font-family: "GeneralSans-Medium";
    color: #333;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
  }
  .roadshowEventsWrapper {
    margin-top: 2rem;
  }
  .roadshowEventsWrapper .section-title {
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: #0A6AA1;
    font-family: "Helvetica";
    margin: 0;
    text-align: center;
  }
  .themes-tabs {
    margin-top: 4rem;
  }
  .themes-tabs .navBackgroundWrapper {
    display: none;
  }
  .themes-tabs .chamberConnectWrapper, .themes-tabs .globalAccademicCon, .themes-tabs .transnationalRoadshow, .themes-tabs .panInnovationChallenge, .themes-tabs .developmentGoals, .themes-tabs .agriTech, .themes-tabs .atlasGolfTournament, .themes-tabs .educationalTour, .themes-tabs .clashChefs {
    width: 95%;
    margin-inline: auto;
    margin-top: 2rem;
  }
  .themes-tabs .chamberConnectWrapper h3, .themes-tabs .chamberConnectWrapper p, .themes-tabs .globalAccademicCon h3, .themes-tabs .globalAccademicCon p, .themes-tabs .transnationalRoadshow h3, .themes-tabs .transnationalRoadshow p, .themes-tabs .panInnovationChallenge h3, .themes-tabs .panInnovationChallenge p, .themes-tabs .developmentGoals h3, .themes-tabs .developmentGoals p, .themes-tabs .agriTech h3, .themes-tabs .agriTech p, .themes-tabs .atlasGolfTournament h3, .themes-tabs .atlasGolfTournament p, .themes-tabs .educationalTour h3, .themes-tabs .educationalTour p, .themes-tabs .clashChefs h3, .themes-tabs .clashChefs p {
    margin: 0;
  }
  .themes-tabs .chamberConnectWrapper h3, .themes-tabs .globalAccademicCon h3, .themes-tabs .transnationalRoadshow h3, .themes-tabs .panInnovationChallenge h3, .themes-tabs .developmentGoals h3, .themes-tabs .agriTech h3, .themes-tabs .atlasGolfTournament h3, .themes-tabs .educationalTour h3, .themes-tabs .clashChefs h3 {
    font-family: "Helvetica";
    font-size: 1.4rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    color: #0A6AA1;
  }
  .themes-tabs .chamberConnectWrapper p, .themes-tabs .globalAccademicCon p, .themes-tabs .transnationalRoadshow p, .themes-tabs .panInnovationChallenge p, .themes-tabs .developmentGoals p, .themes-tabs .agriTech p, .themes-tabs .atlasGolfTournament p, .themes-tabs .educationalTour p, .themes-tabs .clashChefs p {
    font-family: "GeneralSans-Medium";
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-inline: auto;
    text-align: center;
  }
  .themes-tabs .chamberConnectWrapper .downloadBrochureBtn, .themes-tabs .globalAccademicCon .downloadBrochureBtn, .themes-tabs .transnationalRoadshow .downloadBrochureBtn, .themes-tabs .panInnovationChallenge .downloadBrochureBtn, .themes-tabs .developmentGoals .downloadBrochureBtn, .themes-tabs .agriTech .downloadBrochureBtn, .themes-tabs .atlasGolfTournament .downloadBrochureBtn, .themes-tabs .educationalTour .downloadBrochureBtn, .themes-tabs .clashChefs .downloadBrochureBtn {
    display: flex;
    height: 2rem;
    margin-top: 2rem;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    border-radius: 4px;
    background-color: #0A6AA1;
    color: #fff;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    text-decoration: none !important;
  }
  .themes-tabs .chamberConnectWrapper .visualsWrapper, .themes-tabs .globalAccademicCon .visualsWrapper, .themes-tabs .transnationalRoadshow .visualsWrapper, .themes-tabs .panInnovationChallenge .visualsWrapper, .themes-tabs .developmentGoals .visualsWrapper, .themes-tabs .agriTech .visualsWrapper, .themes-tabs .atlasGolfTournament .visualsWrapper, .themes-tabs .educationalTour .visualsWrapper, .themes-tabs .clashChefs .visualsWrapper {
    margin-top: 1rem;
  }
  .themes-tabs .chamberConnectWrapper .visualsWrapper img, .themes-tabs .globalAccademicCon .visualsWrapper img, .themes-tabs .transnationalRoadshow .visualsWrapper img, .themes-tabs .panInnovationChallenge .visualsWrapper img, .themes-tabs .developmentGoals .visualsWrapper img, .themes-tabs .agriTech .visualsWrapper img, .themes-tabs .atlasGolfTournament .visualsWrapper img, .themes-tabs .educationalTour .visualsWrapper img, .themes-tabs .clashChefs .visualsWrapper img {
    border-radius: 10px !important;
  }
  .themes-tabs ul {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 1rem;
    flex-wrap: wrap;
    width: 95%;
    margin-inline: auto;
  }
  .themes-tabs ul a {
    background-color: #f7f7f7;
    height: 2.3rem;
    display: flex;
    border: 1.2px solid #dedede;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-decoration: none !important;
    color: #333;
    padding: 0 1rem;
    min-width: 10rem;
    font-family: "GeneralSans-Medium";
    border-radius: 4px;
  }
  .themes-tabs ul .uk-active a {
    background-color: #0A6AA1;
    color: #fff;
  }
  .themes-tabs .mainTextFocusThemes {
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: #0A6AA1;
    font-family: "Helvetica";
    text-align: center;
    margin: 0;
    margin-inline: auto;
  }
  .themes-tabs .seperatorWrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .aboutAtlasContainer {
    margin-top: 1rem;
  }
  .aboutAtlasContainer .heading-title {
    font-size: 1.5rem;
    width: -moz-fit-content;
    width: fit-content;
    color: #0A6AA1;
    font-family: "Helvetica";
    margin: 0;
    margin-inline: auto;
  }
  .aboutAtlasContainer .seperatorWrapper {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 0.5rem;
  }
  .aboutAtlasContainer .aboutAtlasContentWrapper {
    display: flex;
  }
  .aboutAtlasContainer .aboutAtlasContentWrapper .contentContainer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .aboutAtlasContainer .aboutAtlasContentWrapper .contentContainer p {
    font-family: "GeneralSans-Medium";
    text-align: justify;
    width: 95%;
    margin-inline: auto;
    color: #333;
    font-size: 0.9rem;
  }
  .aboutAtlasContainer .aboutAtlasContentWrapper .imgWrapper {
    height: 10rem;
    width: 10rem;
  }
  .bannerContainer {
    height: 100dvh;
    width: 100%;
  }
  .bannerContainer .bottomLocationContainer {
    margin-top: 3rem;
    align-items: center;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    gap: 0.5rem;
  }
  .bannerContainer .bottomLocationContainer p {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    color: #fff;
    font-family: "Helvetica";
    padding: 0;
  }
  .carouselWrapper {
    display: none;
  }
  .socialProofWrapper {
    margin-top: 2rem;
    gap: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    scale: 0.8;
    display: flex;
  }
  .socialProofWrapper p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "GeneralSans-Medium";
  }
  .bannerContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 3;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #0F172A 100%);
  }
  .bannerContentWrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 90%;
    margin-top: 2rem;
    margin-inline: auto;
  }
  .bannerContentWrapper .contentWrapperBanner .bannerHeaderBlock {
    color: #fff;
    font-family: "Helvetica";
    font-size: 5rem !important;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    margin-inline: auto !important;
  }
  .bannerContentWrapper .contentWrapperBanner .bannerSubHeaderBlock {
    font-size: 1.5rem;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0.2rem;
    color: #fff;
    margin-inline: auto;
    font-family: "Helvetica";
  }
  .bannerContentWrapper .contentWrapperBanner .bannerDescriptionBlock {
    font-family: "GeneralSans-Medium";
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    margin-inline: auto;
    padding-top: 0.5rem;
  }
  .bannerContentWrapper .contentWrapperBanner .tagLineBlock {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.5rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bannerContentWrapper .contentWrapperBanner .tagLineBlock p {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .bannerContentWrapper .contentWrapperBanner .tagLineBlock .tagLineText {
    font-family: "GeneralSans-Semibold";
  }
  .bannerContentWrapper .contentWrapperBanner .tagLineBlock .dateWrapper {
    font-family: "Helvetica";
    color: #fff;
    font-size: 1rem;
  }
  .bannerCTA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
  .bannerCTA a {
    height: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.5rem;
    text-decoration: none;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 10rem !important;
  }
  .bannerCTA .registerTodayBtn {
    background-color: #0A6AA1;
    color: #fff;
    font-family: "GeneralSans-Medium";
    font-size: 1rem;
  }
  .bannerCTA .registerTodayBtn span {
    display: flex;
    align-items: center;
    height: 1rem;
    width: 1rem;
  }
  .bannerCTA .transnationalRoadshowBtn {
    background-color: rgba(255, 255, 255, 0.3529411765);
    border: 1.2px solid #fff;
    color: #fff;
    font-family: "GeneralSans-Medium";
    font-size: 1rem;
    border-radius: 4px;
  }
  .bannerCTA .transnationalRoadshowBtn span {
    display: flex;
    align-items: center;
    height: 1rem;
    width: 1rem;
  }
  .js-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    width: 100vw;
    overflow: hidden;
  }
  .countriesWrapper, .attendeesWrapper {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    gap: 2rem;
  }
  .countriesWrapper .valueContainer, .attendeesWrapper .valueContainer {
    display: flex;
    flex-direction: column;
  }
  .countriesWrapper .valueContainer .valueText, .attendeesWrapper .valueContainer .valueText {
    font-family: "Helvetica";
    font-size: 1.5rem;
    color: #fff;
  }
  .countriesWrapper .valueContainer .valueAttr, .attendeesWrapper .valueContainer .valueAttr {
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    color: #fff;
  }
  .countriesWrapper .countriesList, .attendeesWrapper .countriesList {
    display: flex;
    align-items: center;
  }
  .countriesWrapper .countriesList img, .attendeesWrapper .countriesList img {
    height: 3rem;
    width: 3rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    -o-object-position: center;
       object-position: center;
  }
  .countriesWrapper .countriesList img, .attendeesWrapper .countriesList img {
    margin-left: -1.2rem;
  }
  .bannerVideoWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    z-index: 2;
  }
  .bannerVideoWrapper video {
    width: 100%;
    height: 99.8%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 996px) {
  .carouselWrapper {
    display: none;
  }
  .js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (min-width: 996px) {
  .mobileNavLinksWrapper {
    display: none !important;
  }
}/*# sourceMappingURL=indexMobile.css.map */