@media (max-width: 768px) {
  .themes-page-header .content {
    position: relative;
    z-index: 100;
    top: 4rem !important;
  }
  .themes-page-header .content h1 {
    font-size: 2rem !important;
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .themes-page-header .content p {
    font-size: 0.9rem !important;
    margin-inline: auto;
  }
  .themes-page-header .switcherContainer {
    position: absolute;
    top: 22rem;
    width: 95%;
    margin-inline: auto;
  }
  .themes-page-header .switcherContainer a {
    font-size: 0.6rem;
    text-align: center;
  }
  .cardSwitcherContainer {
    position: relative;
    top: 10rem !important;
  }
  .cardSwitcherContainer .packageWrapper {
    width: unset !important;
    width: 90% !important;
    margin-bottom: 10rem !important;
  }
  .priceCardWrapper {
    width: 22rem !important;
    max-width: 22rem !important;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .mainWrapperCards {
    display: flex;
    flex-direction: unset !important;
    gap: unset !important;
    flex-direction: column !important;
  }
  .partnersCloudWrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 6rem;
    margin-left: unset !important;
    width: 90% !important;
    margin-inline: auto !important;
    padding-bottom: 2rem;
    flex-direction: unset !important;
    flex-direction: column !important;
  }
  .partnersCloudWrapper > div {
    width: 100% !important;
  }
  .partnersCloudWrapper .contentContainer h1 {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 1.8rem !important;
    margin-inline: auto;
  }
  .partnersCloudWrapper .contentContainer p {
    text-align: center;
    font-size: 0.9rem !important;
  }
  .mapContainer {
    margin-top: unset !important;
    margin-top: 1rem !important;
    margin-inline: auto;
  }
  .particlesBackground {
    height: 60dvh;
  }
  .footerBannerImgDesktop {
    display: none;
  }
  #waveCanvas {
    height: 60dvh;
  }
  .about-convention-page-header {
    position: absolute;
    margin-top: 10rem;
  }
  .about-convention-page-header .content {
    width: 90%;
    margin-inline: auto;
  }
  .about-convention-page-header .content h1 {
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: balance;
    margin-inline: auto;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Helvetica";
    margin: 0;
    padding: 0;
  }
  .about-convention-page-header .content p {
    margin: 0;
    padding: 0;
    font-family: "GeneralSans-Medium";
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    text-wrap: balance;
    margin-inline: auto;
    width: 100%;
    margin-top: 1rem;
    font-size: 0.9rem;
    text-align: center;
  }
  .atlas-convention-overview {
    position: relative;
    top: calc(60dvh + 2rem);
  }
  .atlas-convention-overview .sideNavSwitcher {
    display: flex;
  }
  .atlas-convention-overview .sideNavSwitcher .switcherWrapper {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0.5rem;
  }
  .atlas-convention-overview .sideNavSwitcher .switcherWrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.8rem;
    text-decoration: none !important;
    color: #333;
    font-family: "GeneralSans-Medium";
    padding: 0 1rem;
    background-color: #f7f7f7;
    border: 1.2px solid #dedede;
  }
  .atlas-convention-overview .sideNavSwitcher .switcherWrapper li .active {
    background-color: #0A6AA1;
    color: #fff;
  }
  .atlas-convention-overview .topContentContainerWrapper {
    width: 100%;
    margin-inline: auto;
    margin-top: 2rem;
  }
  .atlas-convention-overview .topContentContainerWrapper .mainHeading {
    font-family: "Helvetica";
    font-size: 1.5rem;
    color: #0A6AA1;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .atlas-convention-overview .topContentContainerWrapper .descriptionBlock {
    font-family: "GeneralSans-Medium";
    font-size: 0.9rem;
    text-align: justify;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1rem;
    width: 85%;
  }
  .statsWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    width: 90%;
    margin-inline: auto;
  }
  .topStatsContainer, .bottomStatWrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .statWrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-inline: auto;
    flex-wrap: wrap;
    padding-left: 0.5rem;
  }
  .statWrapper .statValue {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.2rem;
    font-family: "GeneralSans-Bold";
  }
  .statWrapper .statText {
    font-family: "GeneralSans-Medium";
    font-size: 0.75rem;
    color: #333;
  }
  .statWrapper .countries {
    display: flex;
  }
  .statWrapper .countries span {
    height: 1rem;
    width: 1rem;
    display: flex;
    margin-left: -0.3rem;
  }
  .statWrapper .countries span img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sliderImagesContainer {
    height: 20rem;
    width: 100%;
    margin-inline: auto;
    background-color: red;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sliderImagesContainer img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimonialSlider {
    display: flex;
    margin-top: 3rem;
    gap: 1rem;
    position: relative;
    min-height: 40rem;
    overflow-x: hidden;
    margin-left: 1rem;
  }
  .testimonialSlider .fadedImageWrapper {
    display: none;
  }
  .testimonialSlider .testimonialWrapperContainer {
    min-width: 20rem !important;
  }
  .testimonialSlider .testimonialWrapperContainer .testimonialAvatarHead {
    min-height: 10rem;
    height: 10rem;
  }
  .testimonialSlider .testimonialWrapperContainer .testimonialAvatarHead img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .testimonialSlider .testimonialWrapperContainer .testimonialHeading {
    font-family: "Helvetica";
    font-size: 1.2rem;
    color: #0A6AA1;
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
  }
  .testimonialSlider .testimonialWrapperContainer .testimonialDescription {
    margin: 0;
    padding: 0;
    margin-top: 0.5rem;
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
  }
  .sectorAttendees {
    position: relative;
    margin-top: 8rem;
  }
  .sectorAttendees .who-will-attend {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
    padding-top: 10rem;
  }
  .sectorAttendees .who-will-attend .who-will-attend-left-list {
    margin-bottom: 1rem;
  }
  .sectorAttendees .who-will-attend .who-will-attend-right-list .list-group-item {
    display: flex;
    flex-direction: row !important;
  }
  .sectorAttendees .who-will-attend .list-group-item {
    font-family: "GeneralSans-Medium";
    font-size: 0.8rem;
    color: #333;
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 12rem !important;
    align-items: center !important;
  }
  .sectorAttendees .who-will-attend .list-group-item .tickImg {
    display: flex;
    height: 1rem;
    width: 1rem;
  }
  .sectorAttendees .who-will-attend-centered-img {
    height: 8rem;
    width: 8rem;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .sectorAttendees .who-will-attend-centered-img img {
    scale: 1.3;
  }
  .logoSocialProof, .custom-shape-divider-bottom-1737186618 {
    visibility: hidden;
  }
  .attendWrapper {
    background-color: #0E253C;
    padding-top: 10rem;
    position: relative;
    padding-bottom: 5rem;
  }
  .attendWrapper .list-group-item {
    background-color: unset !important;
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    font-size: 0.8rem;
    gap: 1rem;
    align-items: center;
  }
  .attendWrapper .list-group-item .bulletPoint {
    height: 1rem;
    width: 1rem;
    font-size: 0.8rem;
  }
  .attendWrapper .globeImg {
    position: absolute;
    top: 0rem;
    height: 10rem;
    width: 10rem;
    scale: 1.2;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .custom-shape-divider-top-1737186491 {
    display: none;
  }
  .speakersHeader {
    position: relative;
    margin-top: 8rem;
  }
  .speakersHeader h1 {
    font-family: "Helvetica";
    font-size: 2rem;
    color: #0A6AA1;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    width: fit-content;
    margin-inline: auto !important;
  }
  .speakersHeader p {
    font-family: "GeneralSans-Medium";
    font-size: 1rem;
    color: #333;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 0.8rem;
    text-align: center;
  }
  .mainSpeakersContainer {
    display: flex;
    flex-direction: column;
  }
  .mainSpeakersContainer .imageContainer {
    background-color: unset !important;
  }
  .mainSpeakersContainer .holder {
    display: flex;
    flex-direction: column;
  }
  .mainSpeakersContainer .holder .cardSpeakerWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
  .mainSpeakersContainer .holder .cardSpeakerWrapper .nameSpeaker {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .mainSpeakersContainer .holder .cardSpeakerWrapper .organisationPosition {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .mainSpeakersContainer .holder .cardSpeakerWrapper .imageContainer {
    height: 10rem !important;
    min-height: 10rem !important;
    width: 100% !important;
    max-width: 10rem !important;
    background-color: green;
    display: flex;
  }
  .mainSpeakersContainer .holder .cardSpeakerWrapper .imageContainer img {
    border-radius: 50%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
body {
  overflow-x: hidden;
}/*# sourceMappingURL=aboutResponsive.css.map */