* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  max-width: 100vw;
  overflow-x: unset !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (min-width: 991px) {
  html {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 10.4px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #64CCC9;
}

ul, ol {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/BebasNeue-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/BebasNeue-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/Inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/Inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/Inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/adis-landing/assets/fonts/Inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.btn-primary {
  background-color: #64CCC9;
  border: 1px solid #64CCC9;
  color: #3A5566;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}
@media (min-width: 991px) {
  .btn-primary {
    padding-inline: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .btn-primary {
    padding-inline: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .btn-primary {
    padding-inline: 45px;
  }
}
@media (max-width: 575px) {
  .btn-primary {
    padding-inline: 39px;
  }
}
@media (min-width: 991px) {
  .btn-primary {
    padding-block: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .btn-primary {
    padding-block: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .btn-primary {
    padding-block: 11.25px;
  }
}
@media (max-width: 575px) {
  .btn-primary {
    padding-block: 9.75px;
  }
}
@media (min-width: 991px) {
  .btn-primary {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .btn-primary {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .btn-primary {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .btn-primary {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .btn-primary {
    border-radius: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .btn-primary {
    border-radius: 37.5px;
  }
}
@media (max-width: 575px) {
  .btn-primary {
    border-radius: 32.5px;
  }
}
.btn-primary:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
}

.btn-secondary {
  background-color: #FFFFFF;
  border: 1px solid #E1DFE7;
  color: #3A5566;
  text-transform: capitalize;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 991px) {
  .btn-secondary {
    padding-inline: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .btn-secondary {
    padding-inline: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    padding-inline: 45px;
  }
}
@media (max-width: 575px) {
  .btn-secondary {
    padding-inline: 39px;
  }
}
@media (min-width: 991px) {
  .btn-secondary {
    padding-block: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .btn-secondary {
    padding-block: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    padding-block: 11.25px;
  }
}
@media (max-width: 575px) {
  .btn-secondary {
    padding-block: 9.75px;
  }
}
@media (min-width: 991px) {
  .btn-secondary {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .btn-secondary {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .btn-secondary {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .btn-secondary {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .btn-secondary {
    border-radius: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .btn-secondary {
    border-radius: 37.5px;
  }
}
@media (max-width: 575px) {
  .btn-secondary {
    border-radius: 32.5px;
  }
}
.btn-secondary:hover {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
}

.btn-link {
  background: none;
  border: none;
  color: #202020;
  text-transform: capitalize;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 991px) {
  .btn-link {
    padding-inline: 0vw;
  }
}
@media (min-width: 1600px) {
  .btn-link {
    padding-inline: 0vw;
  }
}
@media (max-width: 992px) {
  .btn-link {
    padding-inline: 0px;
  }
}
@media (max-width: 575px) {
  .btn-link {
    padding-inline: 0px;
  }
}
@media (min-width: 991px) {
  .btn-link {
    padding-block: 0vw;
  }
}
@media (min-width: 1600px) {
  .btn-link {
    padding-block: 0vw;
  }
}
@media (max-width: 992px) {
  .btn-link {
    padding-block: 0px;
  }
}
@media (max-width: 575px) {
  .btn-link {
    padding-block: 0px;
  }
}
@media (min-width: 991px) {
  .btn-link {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .btn-link {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .btn-link {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .btn-link {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .btn-link {
    border-radius: 0vw;
  }
}
@media (min-width: 1600px) {
  .btn-link {
    border-radius: 0vw;
  }
}
@media (max-width: 992px) {
  .btn-link {
    border-radius: 0px;
  }
}
@media (max-width: 575px) {
  .btn-link {
    border-radius: 0px;
  }
}
.btn-link:hover {
  color: #64CCC9;
}

.btn-register-now {
  background-color: #3A5566;
  border: 1px solid #3A5566;
  color: #FFFFFF;
  margin-block-start: 10px;
  padding-inline: 10px;
  padding-block: 10px;
  font-size: 14px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}
.btn-register-now:hover {
  background-color: #FFFFFF;
  color: #3A5566;
  border: 1px solid #202020;
}

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

.completeReg {
  background-color: #64CCC9;
  padding-block: 10px;
  padding-inline: 30px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1003;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
  transition: bottom 0.35s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .completeReg {
    transition: none;
  }
}
.completeReg .btn-register-stickey {
  background-color: #3A5566;
  border: 1px solid #3A5566;
  color: #FFFFFF;
  padding-block: 10px;
  font-size: 14px;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #E8EFEF;
}

::-webkit-scrollbar-thumb {
  background: #64CCC9;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(62.6359223301, 190.3640776699, 186.6796116505);
}

::-webkit-scrollbar-corner {
  background: #E8EFEF;
}

.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 50px;
  height: 50px;
  background-color: #3A5566;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .scroll-to-top {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-to-top {
    width: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-to-top {
    width: 37.5px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top {
    width: 32.5px;
  }
}
@media (min-width: 991px) {
  .scroll-to-top {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-to-top {
    height: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-to-top {
    height: 37.5px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top {
    height: 32.5px;
  }
}
@media (min-width: 991px) {
  .scroll-to-top {
    bottom: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-to-top {
    bottom: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-to-top {
    bottom: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top {
    bottom: 20.8px;
  }
}
@media (min-width: 991px) {
  .scroll-to-top {
    right: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-to-top {
    right: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-to-top {
    right: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top {
    right: 20.8px;
  }
}
@media (max-width: 992px) {
  .scroll-to-top {
    width: 45px;
    height: 45px;
    bottom: 24px;
    right: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
  }
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  background-color: rgb(39.5125, 57.90625, 69.4875);
  transform: translateY(-2px);
}
.scroll-to-top:active {
  transform: translateY(0);
}
.scroll-to-top i {
  font-size: 18px;
}
@media (min-width: 991px) {
  .scroll-to-top i {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .scroll-to-top i {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .scroll-to-top i {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top i {
    font-size: 11.7px;
  }
}
@media (max-width: 992px) {
  .scroll-to-top i {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .scroll-to-top i {
    font-size: 14px;
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
}
.scroll-animate.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #64CCC9, #19565A);
  z-index: 1030;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .parallax {
    background-attachment: scroll;
  }
}
@media (max-width: 575px) {
  .parallax {
    background-attachment: scroll;
  }
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.scroll-snap {
  scroll-snap-type: y mandatory;
}
.scroll-snap .scroll-snap-item {
  scroll-snap-align: start;
}

.infinite-scroll-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}
.infinite-scroll-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #E8EFEF;
  border-top: 4px solid #64CCC9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media (min-width: 991px) {
  .infinite-scroll-loading .loading-spinner {
    width: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .infinite-scroll-loading .loading-spinner {
    width: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .infinite-scroll-loading .loading-spinner {
    width: 30px;
  }
}
@media (max-width: 575px) {
  .infinite-scroll-loading .loading-spinner {
    width: 26px;
  }
}
@media (min-width: 991px) {
  .infinite-scroll-loading .loading-spinner {
    height: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .infinite-scroll-loading .loading-spinner {
    height: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .infinite-scroll-loading .loading-spinner {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .infinite-scroll-loading .loading-spinner {
    height: 26px;
  }
}
@media (max-width: 992px) {
  .infinite-scroll-loading .loading-spinner {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .infinite-scroll-loading .loading-spinner {
    width: 30px;
    height: 30px;
  }
}

.scroll-indicator {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1030;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 991px) {
  .scroll-indicator {
    right: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .scroll-indicator {
    right: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .scroll-indicator {
    right: 18px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator {
    right: 15.6px;
  }
}
@media (min-width: 991px) {
  .scroll-indicator {
    gap: 0.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .scroll-indicator {
    gap: 0.4722222222vw;
  }
}
@media (max-width: 992px) {
  .scroll-indicator {
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator {
    gap: 5.2px;
  }
}
@media (max-width: 992px) {
  .scroll-indicator {
    right: 16px;
    gap: 4px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator {
    right: 8px;
    gap: 4px;
  }
}
.scroll-indicator .indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
@media (min-width: 991px) {
  .scroll-indicator .indicator-dot {
    width: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .scroll-indicator .indicator-dot {
    width: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .scroll-indicator .indicator-dot {
    width: 9px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator .indicator-dot {
    width: 7.8px;
  }
}
@media (min-width: 991px) {
  .scroll-indicator .indicator-dot {
    height: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .scroll-indicator .indicator-dot {
    height: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .scroll-indicator .indicator-dot {
    height: 9px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator .indicator-dot {
    height: 7.8px;
  }
}
@media (max-width: 992px) {
  .scroll-indicator .indicator-dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 575px) {
  .scroll-indicator .indicator-dot {
    width: 8px;
    height: 8px;
  }
}
.scroll-indicator .indicator-dot.active {
  background-color: #FFFFFF;
  transform: scale(1.2);
}
.scroll-indicator .indicator-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
}
.reveal-left.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
}
.reveal-right.revealed {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.8);
}
.reveal-scale.revealed {
  opacity: 1;
  transform: scale(1);
}

.momentum-scroll {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-end {
  scroll-snap-align: end;
}

.scroll-shadow {
  position: relative;
}
.scroll-shadow::before, .scroll-shadow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}
.scroll-shadow::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
}
.scroll-shadow::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
}

.scroll-fade {
  opacity: 0;
}
.scroll-fade.fade-in {
  opacity: 1;
}

.scroll-progress-circle {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 60px;
  height: 60px;
  z-index: 1030;
}
@media (min-width: 991px) {
  .scroll-progress-circle {
    width: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .scroll-progress-circle {
    width: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .scroll-progress-circle {
    width: 45px;
  }
}
@media (max-width: 575px) {
  .scroll-progress-circle {
    width: 39px;
  }
}
@media (min-width: 991px) {
  .scroll-progress-circle {
    height: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .scroll-progress-circle {
    height: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .scroll-progress-circle {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .scroll-progress-circle {
    height: 39px;
  }
}
@media (min-width: 991px) {
  .scroll-progress-circle {
    bottom: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-progress-circle {
    bottom: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-progress-circle {
    bottom: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-progress-circle {
    bottom: 20.8px;
  }
}
@media (min-width: 991px) {
  .scroll-progress-circle {
    right: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .scroll-progress-circle {
    right: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .scroll-progress-circle {
    right: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-progress-circle {
    right: 20.8px;
  }
}
@media (max-width: 992px) {
  .scroll-progress-circle {
    width: 50px;
    height: 50px;
    bottom: 24px;
    right: 24px;
  }
}
@media (max-width: 575px) {
  .scroll-progress-circle {
    width: 45px;
    height: 45px;
    bottom: 16px;
    right: 16px;
  }
}
.scroll-progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-progress-circle svg circle {
  fill: none;
  stroke: #64CCC9;
  stroke-width: 2;
  stroke-linecap: round;
}

.hero-section {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  background-color: #E8EFEF;
  background-image: url("/adis-landing/assets/images/background-2.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .hero-section .form-fixed-mobile {
    background-image: url("/adis-landing/assets/images/background-2.png");
  }
}
.hero-section .hero-content {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 991px) {
  .hero-section .hero-content {
    padding-block-start: 0vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content {
    padding-block-start: 0vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content {
    padding-block-start: 0px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content {
    padding-block-start: 0px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .sectionSize {
    max-width: 44.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .sectionSize {
    max-width: 47.2222222222vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .sectionSize {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .sectionSize {
    max-width: 520px;
  }
}
.hero-section .hero-content .mainLogo a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 991px) {
  .hero-section .hero-content .mainLogo a svg {
    width: 28.6111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .mainLogo a svg {
    width: 30.3993055556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .mainLogo a svg {
    width: 386.25px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .mainLogo a svg {
    width: 334.75px;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-content .main-cnt {
    position: relative;
    top: 85px;
  }
}
.hero-section .hero-content .hero-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #64CCC9;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-subtitle {
    font-size: 1.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-subtitle {
    font-size: 1.2986111111vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-subtitle {
    font-size: 16.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-subtitle {
    font-size: 14.3px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-start: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-start: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-start: 30px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-start: 26px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-subtitle {
    margin-block-end: 0px;
  }
}
.hero-section .hero-content .hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-title {
    font-size: 2.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-title {
    font-size: 3.0694444444vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-title {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-title {
    font-size: 33.8px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-title {
    max-width: 38.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-title {
    max-width: 41.3194444444vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-title {
    max-width: 525px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-title {
    max-width: 455px;
  }
}
.hero-section .hero-content .hero-title.subtitle {
  color: #64CCC9;
}
.hero-section .hero-content .hero-subtitle-2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #64CCC9;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: 2.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: 3.0694444444vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: 39px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: 33.8px;
  }
}
.hero-section .hero-content .hero-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-description {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-description {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-description {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-description {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-description {
    max-width: 33.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-description {
    max-width: 35.4166666667vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-description {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-description {
    max-width: 390px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-description {
    margin-block-start: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-description {
    margin-block-start: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-description {
    margin-block-start: 15px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-description {
    margin-block-start: 13px;
  }
}
.hero-section .hero-content .hero-info {
  background: #64CCC9;
  width: 75% !important;
  padding: 20px;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info {
    margin-block: 1.3888888889vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info {
    margin-block: 1.4756944444vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info {
    margin-block: 18.75px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info {
    margin-block: 16.25px;
  }
}
.hero-section .hero-content .hero-info ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul {
    gap: 13px;
  }
}
.hero-section .hero-content .hero-info ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero-section .hero-content .hero-info ul li:nth-child(2) {
  justify-content: flex-end !important;
  width: 50% !important;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul li {
    gap: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul li {
    gap: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul li {
    gap: 10.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul li {
    gap: 9.1px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul li {
    width: 11.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul li {
    width: 11.8055555556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul li {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul li {
    width: 130px;
  }
}
.hero-section .hero-content .hero-info ul li .hero-info-icon img {
  object-fit: contain;
  filter: brightness(0.6) contrast(1.1) saturate(0.8) hue-rotate(20deg);
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    width: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    width: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    width: 22.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    width: 19.5px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    height: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    height: 22.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul li .hero-info-icon img {
    height: 19.5px;
  }
}
.hero-section .hero-content .hero-info ul li .hero-info-text .hero-info-text-value {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #3A5566;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-info ul li .hero-info-text .hero-info-text-value {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-info ul li .hero-info-text .hero-info-text-value {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-info ul li .hero-info-text .hero-info-text-value {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-info ul li .hero-info-text .hero-info-text-value {
    font-size: 10.4px;
  }
}
.hero-section .hero-content .hero-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-button {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-button {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-button {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-button {
    gap: 13px;
  }
}
@media (min-width: 991px) {
  .hero-section .hero-content .hero-button {
    margin-block-start: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .hero-content .hero-button {
    margin-block-start: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-content .hero-button {
    margin-block-start: 37.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .hero-content .hero-button {
    margin-block-start: 32.5px;
  }
}
.hero-section .countdown-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3px);
  border: 0px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 2px 2px 2px -3px #fff, inset -2px -2px 2px -3px #fff, inset 0 99px 5px 0px rgba(255, 255, 255, 0), 0px 3px 6px rgba(0, 0, 0, 0.25), 0px 3px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
@media (min-width: 991px) {
  .hero-section .countdown-card {
    border-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card {
    border-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card {
    border-radius: 13px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card {
    margin-block-start: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card {
    margin-block-start: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card {
    margin-block-start: 22.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card {
    margin-block-start: 19.5px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card {
    padding-inline: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card {
    padding-inline: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card {
    padding-inline: 30px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card {
    padding-inline: 26px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card {
    padding-block: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card {
    padding-block: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card {
    padding-block: 22.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card {
    padding-block: 19.5px;
  }
}
.hero-section .countdown-card .countdown-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-label {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-label {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-label {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-label {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-label {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-label {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-label {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-label {
    margin-block-end: 6.5px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-label {
    letter-spacing: 0.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-label {
    letter-spacing: 0.2361111111vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-label {
    letter-spacing: 3px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-label {
    letter-spacing: 2.6px;
  }
}
.hero-section .countdown-card .countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-timer {
    gap: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-timer {
    gap: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-timer {
    gap: 45px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-timer {
    gap: 39px;
  }
}
.hero-section .countdown-card .countdown-timer .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section .countdown-card .countdown-timer .countdown-value {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #64CCC9;
  line-height: 1;
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    font-size: 3.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    font-size: 3.7777777778vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    font-size: 41.6px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-timer .countdown-value {
    margin-block-end: 0px;
  }
}
.hero-section .countdown-card .countdown-timer .countdown-unit {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    margin-block-start: 0.2777777778vw;
  }
}
@media (min-width: 1600px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    margin-block-start: 0.2951388889vw;
  }
}
@media (max-width: 992px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    margin-block-start: 3.75px;
  }
}
@media (max-width: 575px) {
  .hero-section .countdown-card .countdown-timer .countdown-unit {
    margin-block-start: 3.25px;
  }
}

.sectionSubTitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .sectionSubTitle {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .sectionSubTitle {
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 992px) {
  .sectionSubTitle {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .sectionSubTitle {
    font-size: 31.2px;
  }
}
@media (min-width: 991px) {
  .sectionSubTitle {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .sectionSubTitle {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .sectionSubTitle {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .sectionSubTitle {
    margin-block-end: 6.5px;
  }
}

.sectionTitle {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #64CCC9;
  text-transform: capitalize;
}
@media (min-width: 991px) {
  .sectionTitle {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .sectionTitle {
    font-size: 2.8333333333vw;
  }
}
@media (max-width: 992px) {
  .sectionTitle {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 31.2px;
  }
}
@media (min-width: 991px) {
  .sectionTitle {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .sectionTitle {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .sectionTitle {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    margin-block-end: 6.5px;
  }
}

.sectionDescription {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .sectionDescription {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .sectionDescription {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .sectionDescription {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .sectionDescription {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .sectionDescription {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .sectionDescription {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .sectionDescription {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .sectionDescription {
    margin-block-end: 0px;
  }
}

.tagStrip {
  background: #e3e5f2;
  display: inline-block;
}
@media (min-width: 991px) {
  .tagStrip {
    padding-block: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip {
    padding-block: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .tagStrip {
    padding-block: 11.25px;
  }
}
@media (max-width: 575px) {
  .tagStrip {
    padding-block: 9.75px;
  }
}
@media (min-width: 991px) {
  .tagStrip {
    padding-inline: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip {
    padding-inline: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .tagStrip {
    padding-inline: 22.5px;
  }
}
@media (max-width: 575px) {
  .tagStrip {
    padding-inline: 19.5px;
  }
}
@media (min-width: 991px) {
  .tagStrip {
    border-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip {
    border-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .tagStrip {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .tagStrip {
    border-radius: 13px;
  }
}
@media (min-width: 991px) {
  .tagStrip {
    margin-block: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip {
    margin-block: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .tagStrip {
    margin-block: 15px;
  }
}
@media (max-width: 575px) {
  .tagStrip {
    margin-block: 13px;
  }
}
.tagStrip .tagStrip-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #202020;
  text-align: center;
}
@media (min-width: 991px) {
  .tagStrip .tagStrip-text {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip .tagStrip-text {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .tagStrip .tagStrip-text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .tagStrip .tagStrip-text {
    font-size: 13px;
  }
}
@media (min-width: 991px) {
  .tagStrip .tagStrip-text {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .tagStrip .tagStrip-text {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .tagStrip .tagStrip-text {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .tagStrip .tagStrip-text {
    margin-block-end: 0px;
  }
}

@media (min-width: 991px) {
  section {
    padding-block-start: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  section {
    padding-block-start: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  section {
    padding-block-start: 45px;
  }
}
@media (max-width: 575px) {
  section {
    padding-block-start: 39px;
  }
}
@media (min-width: 991px) {
  section {
    padding-block-end: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  section {
    padding-block-end: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  section {
    padding-block-end: 45px;
  }
}
@media (max-width: 575px) {
  section {
    padding-block-end: 39px;
  }
}

.sectionSize {
  width: 100%;
}
@media (min-width: 991px) {
  .sectionSize {
    padding-inline-start: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .sectionSize {
    padding-inline-start: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .sectionSize {
    padding-inline-start: 37.5px;
  }
}
@media (max-width: 575px) {
  .sectionSize {
    padding-inline-start: 32.5px;
  }
}
@media (min-width: 991px) {
  .sectionSize {
    max-width: 65.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .sectionSize {
    max-width: 69.6527777778vw;
  }
}
@media (max-width: 992px) {
  .sectionSize {
    max-width: 885px;
  }
}
@media (max-width: 575px) {
  .sectionSize {
    max-width: 767px;
  }
}

.adisNumber-video {
  overflow: hidden;
}
@media (min-width: 991px) {
  .adisNumber-video {
    border-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-video {
    border-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-video {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .adisNumber-video {
    border-radius: 13px;
  }
}
.adisNumber-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 991px) {
  .adisNumber-video video {
    border-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-video video {
    border-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-video video {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .adisNumber-video video {
    border-radius: 13px;
  }
}

@media (min-width: 991px) {
  .adisNumber-content {
    margin-block-start: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content {
    margin-block-start: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content {
    margin-block-start: 45px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content {
    margin-block-start: 39px;
  }
}
.adisNumber-content .adisNumber-content-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.adisNumber-content .adisNumber-content-item:last-child .adisNumber-item {
  border-inline-end: none;
}
.adisNumber-content .adisNumber-content-item .adisNumber-item {
  text-align: center;
  border-inline-end: 1px solid #B8BDDF;
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-block: 0vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-block: 0vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-block: 0px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-block: 0px;
  }
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-inline: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-inline: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-inline: 21px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    padding-inline: 18.2px;
  }
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    margin-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    margin-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    margin-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item {
    margin-block-end: 13px;
  }
}
.adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
    font-size: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
    font-size: 26px;
  }
}
.adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #64CCC9;
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-label p {
    margin-block-end: 0px;
  }
}

@media (min-width: 991px) {
  .whyTransportation .sectionSize {
    max-width: 47.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation .sectionSize {
    max-width: 50.1736111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation .sectionSize {
    max-width: 637.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation .sectionSize {
    max-width: 552.5px;
  }
}
.whyTransportation .sectionSubTitle {
  text-transform: capitalize;
  color: #AAAAAA;
}
@media (min-width: 991px) {
  .whyTransportation .sectionSubTitle {
    font-size: 1.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation .sectionSubTitle {
    font-size: 1.2986111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation .sectionSubTitle {
    font-size: 16.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation .sectionSubTitle {
    font-size: 14.3px;
  }
}

.whyTransportation-content {
  background: rgba(178, 173, 194, 0.05);
}
@media (min-width: 991px) {
  .whyTransportation-content {
    padding-block-start: 0vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content {
    padding-block-start: 0vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content {
    padding-block-start: 0px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content {
    padding-block-start: 0px;
  }
}
.whyTransportation-content .sectionSize {
  border: 0px solid #3A5566;
}
@media (min-width: 991px) {
  .whyTransportation-content .sectionSize {
    padding-block-start: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .sectionSize {
    padding-block-start: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .sectionSize {
    padding-block-start: 45px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .sectionSize {
    padding-block-start: 39px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .sectionSize {
    padding-block-end: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .sectionSize {
    padding-block-end: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .sectionSize {
    padding-block-end: 22.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .sectionSize {
    padding-block-end: 19.5px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .sectionSize {
    padding-inline-end: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .sectionSize {
    padding-inline-end: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .sectionSize {
    padding-inline-end: 30px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .sectionSize {
    padding-inline-end: 26px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .sectionSize {
    border-end-end-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .sectionSize {
    border-end-end-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .sectionSize {
    border-end-end-radius: 15px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .sectionSize {
    border-end-end-radius: 13px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .sectionSize {
    border-start-end-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .sectionSize {
    border-start-end-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .sectionSize {
    border-start-end-radius: 15px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .sectionSize {
    border-start-end-radius: 13px;
  }
}
.whyTransportation-content .col-md-6 {
  position: relative;
  border: none;
}
@media (min-width: 991px) {
  .whyTransportation-content .col-md-6 {
    padding-block: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .col-md-6 {
    padding-block: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .col-md-6 {
    padding-block: 30px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .col-md-6 {
    padding-block: 26px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .col-md-6 {
    padding-inline: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .col-md-6 {
    padding-inline: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .col-md-6 {
    padding-inline: 22.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .col-md-6 {
    padding-inline: 19.5px;
  }
}
.whyTransportation-content .col-md-6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(to right, transparent 0%, rgba(214, 214, 214, 0.95) 12%, rgba(214, 214, 214, 0.95) 88%, transparent 100%);
}
.whyTransportation-content .col-md-6:nth-child(1)::before, .whyTransportation-content .col-md-6:nth-child(3)::before, .whyTransportation-content .col-md-6:nth-child(5)::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  pointer-events: none;
}
.whyTransportation-content .col-md-6:nth-child(1)::before {
  top: 8%;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(214, 214, 214, 0.95) 48%, rgba(214, 214, 214, 0.95) 100%);
}
.whyTransportation-content .col-md-6:nth-child(3)::before {
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(214, 214, 214, 0.95) 0%, rgba(214, 214, 214, 0.95) 100%);
}
.whyTransportation-content .col-md-6:nth-child(5)::before {
  top: 0;
  bottom: 8%;
  background: linear-gradient(to bottom, rgba(214, 214, 214, 0.95) 45%, rgba(214, 214, 214, 0.95) 48%, transparent 100%);
}
.whyTransportation-content .col-md-6:last-child:nth-child(odd)::after, .whyTransportation-content .col-md-6:last-child:nth-child(even)::after, .whyTransportation-content .col-md-6:nth-last-child(2):nth-child(odd)::after {
  display: none;
}
.whyTransportation-content .col-md-6:nth-child(2)::after, .whyTransportation-content .col-md-6:nth-child(4)::after {
  left: 0;
  right: 8%;
  background: linear-gradient(to left, transparent 0%, rgba(214, 214, 214, 0.95) 40%, rgba(214, 214, 214, 0.95) 100%);
}
.whyTransportation-content .col-md-6:nth-child(1)::after, .whyTransportation-content .col-md-6:nth-child(3)::after {
  left: 0;
  right: 0;
  background: rgba(214, 214, 214, 0.95);
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper {
    padding-block-end: 2.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper {
    padding-block-end: 2.8333333333vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper {
    padding-block-end: 36px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper {
    padding-block-end: 31.2px;
  }
}
.whyTransportation-content .why-swiper .swiper-slide {
  border: none;
}
.whyTransportation-content .why-swiper .swiper-pagination-bullet {
  border-radius: 2px;
  background: #D6D6D6;
  opacity: 1;
  height: 4px;
  width: 20px;
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    width: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    width: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    width: 18px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    width: 15.6px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    height: 0.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    height: 0.2361111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    height: 3px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .swiper-pagination-bullet {
    height: 2.6px;
  }
}
.whyTransportation-content .why-swiper .swiper-pagination-bullet-active {
  background: #3A5566;
  width: 30px;
}
.whyTransportation-content .why-swiper .whyTransportation-content-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-block: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-block: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-block: 30px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-block: 26px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-inline: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-inline: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-inline: 22.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item {
    padding-inline: 19.5px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon {
    margin-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon {
    margin-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon {
    margin-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon {
    margin-block-end: 13px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 3.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 3.3055555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 42px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 36.4px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 3.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 3.3055555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 42px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 36.4px;
  }
}
.whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
  max-width: 100% !important;
  text-align: center;
}
@media (min-width: 991px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 9px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 7.8px;
  }
}
.whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-description {
  text-align: center;
}
.whyTransportation-content .whyTransportation-content-item {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item {
    gap: 13px;
  }
}
.whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon {
  flex-shrink: 0;
}
.whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
  object-fit: contain;
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 37.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 32.5px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 37.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-icon img {
    height: 32.5px;
  }
}
.whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    font-size: 15.6px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    margin-block-end: 6.5px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    max-width: 13.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    max-width: 14.7569444444vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    max-width: 187.5px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    max-width: 162.5px;
  }
}
.whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    font-size: 10.4px;
  }
}
@media (min-width: 991px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    margin-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    margin-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    margin-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .whyTransportation-content .whyTransportation-content-item .whyTransportation-content-item-description {
    margin-block-end: 0px;
  }
}

.featuredSpeakers-content {
  background: rgba(158, 210, 212, 0.2);
}
.featuredSpeakers-content .featuredSpeakers-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item {
    gap: 13px;
  }
}
.featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
  object-fit: contain;
  margin: auto;
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    width: 15.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    width: 16.7638888889vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    width: 213px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    width: 184.6px;
  }
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    height: 15.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    height: 16.7638888889vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    height: 213px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-image img {
    height: 184.6px;
  }
}
.featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content h2 {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content h2 {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content h2 {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content h2 {
    font-size: 11.7px;
  }
}
.featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  border-bottom: 1px solid #202020;
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    font-size: 10.4px;
  }
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    margin-block-end: 0.2777777778vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    margin-block-end: 0.2951388889vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    margin-block-end: 3.75px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    margin-block-end: 3.25px;
  }
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    padding-block-end: 0.2777777778vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    padding-block-end: 0.2951388889vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    padding-block-end: 3.75px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content p {
    padding-block-end: 3.25px;
  }
}
.featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 991px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content span {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content span {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content span {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .featuredSpeakers-content .featuredSpeakers-content-item .featuredSpeakers-content-item-content span {
    font-size: 10.4px;
  }
}

@media (min-width: 991px) {
  .sessionTransportation {
    padding-block-end: 0vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation {
    padding-block-end: 0vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation {
    padding-block-end: 0px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation {
    padding-block-end: 0px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation .sectionSize {
    max-width: 44.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation .sectionSize {
    max-width: 47.2222222222vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation .sectionSize {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation .sectionSize {
    max-width: 520px;
  }
}

.sessionTransportation-content {
  /* Card color variants */
}
@media (min-width: 991px) {
  .sessionTransportation-content {
    padding-block-start: 0vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content {
    padding-block-start: 0vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content {
    padding-block-start: 0px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content {
    padding-block-start: 0px;
  }
}
.sessionTransportation-content .agenda-tracks {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-tracks {
    gap: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-tracks {
    gap: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-tracks {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-tracks {
    gap: 26px;
  }
}
.sessionTransportation-content .agenda-card {
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card {
    border-radius: 1.4756944444vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card {
    border-radius: 18.75px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card {
    border-radius: 16.25px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card {
    max-width: 51.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card {
    max-width: 54.8958333333vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card {
    max-width: 697.5px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card {
    max-width: 604.5px;
  }
}
.sessionTransportation-content .agenda-card.flip {
  flex-direction: row;
  margin-left: auto;
}
.sessionTransportation-content .agenda-card-img {
  flex-shrink: 0;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-img {
    width: 12.1666666667vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-img {
    width: 12.9270833333vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-img {
    width: 164.25px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-img {
    width: 142.35px;
  }
}
.sessionTransportation-content .agenda-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sessionTransportation-content .agenda-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-body {
    padding-block: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-body {
    padding-block: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-body {
    padding-block: 15px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-body {
    padding-block: 13px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-body {
    padding-inline: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-body {
    padding-inline: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-body {
    padding-inline: 30px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-body {
    padding-inline: 26px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-body {
    gap: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-body {
    gap: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-body {
    gap: 7.5px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-body {
    gap: 6.5px;
  }
}
.sessionTransportation-content .agenda-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  border: 1px solid #3A5566;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-badge {
    height: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-badge {
    height: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-badge {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-badge {
    height: 26px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-badge {
    padding-inline: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-badge {
    padding-inline: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-badge {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-badge {
    padding-inline: 13px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-badge {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-badge {
    border-radius: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-badge {
    border-radius: 37.5px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-badge {
    border-radius: 32.5px;
  }
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-badge {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-badge {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-badge {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-badge {
    font-size: 9.1px;
  }
}
.sessionTransportation-content .agenda-badge.bordered {
  border-color: #3A5566;
}
.sessionTransportation-content .agenda-card-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
  margin: 0;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-title {
    font-size: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-title {
    font-size: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-title {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-title {
    font-size: 18.2px;
  }
}
.sessionTransportation-content .agenda-card-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  text-align: justify;
  margin: 0;
}
@media (min-width: 991px) {
  .sessionTransportation-content .agenda-card-text {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .sessionTransportation-content .agenda-card-text {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .sessionTransportation-content .agenda-card-text {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .sessionTransportation-content .agenda-card-text {
    font-size: 11.7px;
  }
}
.sessionTransportation-content .variant-gold {
  background: rgba(202, 180, 158, 0.2);
}
.sessionTransportation-content .variant-purple {
  background: #B8BDDF;
}

.agendaSection .agenda-expandable {
  overflow: hidden;
}
.agendaSection .agenda-tracks {
  background: rgba(178, 173, 194, 0.05);
  overflow: hidden;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks {
    margin-block-start: 3.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks {
    margin-block-start: 3.5416666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks {
    margin-block-start: 45px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks {
    margin-block-start: 39px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks {
    margin-inline-start: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks {
    margin-inline-start: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks {
    margin-inline-start: 30px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks {
    margin-inline-start: 26px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks {
    border-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks {
    border-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks {
    border-radius: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks {
    border-radius: 13px;
  }
}
.agendaSection .agenda-tracks-tabs {
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tabs {
    gap: 0vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tabs {
    gap: 0vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tabs {
    gap: 0px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tabs {
    gap: 0px;
  }
}
.agendaSection .agenda-tracks-tab {
  background: none;
  border: none;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  color: #B8BDDF;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tab {
    padding-block: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tab {
    padding-block: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tab {
    padding-block: 10.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tab {
    padding-block: 9.1px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tab {
    padding-inline: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tab {
    padding-inline: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tab {
    padding-inline: 37.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tab {
    padding-inline: 32.5px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tab {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tab {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tab {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tab {
    font-size: 15.6px;
  }
}
.agendaSection .agenda-tracks-tab:hover {
  color: #3A5566;
}
.agendaSection .agenda-tracks-tab.active {
  color: #3A5566;
  color: #202020;
  background: #daddf5;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-start-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-start-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-start-radius: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-start-radius: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-end-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-end-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-end-radius: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-tab.active {
    border-start-end-radius: 13px;
  }
}
.agendaSection .agenda-tracks-content-item {
  display: none;
}
.agendaSection .agenda-tracks-content-item.active {
  display: block;
  animation: fadeInTab 0.3s ease;
}
.agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #202020;
  text-transform: capitalize;
  border-bottom: 1px solid #696969;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-inline: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-inline: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-inline: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    font-size: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-start: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-start: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-start: 7.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-start: 6.5px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    margin-block-end: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    padding-block-end: 13px;
  }
}
.agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    font-size: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    font-size: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    font-size: 18.2px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-start: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-start: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-start: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-start: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-end: 2.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-end: 2.8333333333vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-end: 36px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    margin-block-end: 31.2px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    padding-inline: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    padding-inline: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .agenda-coming-soon-heading {
    padding-inline: 13px;
  }
}
.agendaSection .agenda-tracks-content-item .sessionTime {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    gap: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    gap: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    gap: 7.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    gap: 6.5px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-start: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-start: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-start: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-start: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-end: 4.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-end: 4.7222222222vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-end: 60px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-inline-end: 52px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime {
    padding-block-end: 13px;
  }
}
.agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-label {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-label {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-label {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-label {
    font-size: 11.7px;
  }
}
.agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-time {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-time {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-time {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-tracks-content-item .sessionTime .sessionTime-time {
    font-size: 11.7px;
  }
}
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.agendaSection .agenda-accordion-item {
  border-bottom: 1px solid #D6D6D6;
  transition: background 0.25s ease;
}
.agendaSection .agenda-accordion-item.open {
  background: #daddf5;
  border-bottom: none;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-item.open {
    border-radius: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-item.open {
    border-radius: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-item.open {
    border-radius: 9px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-item.open {
    border-radius: 7.8px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-item.open {
    margin-block-end: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-item.open {
    margin-block-end: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-item.open {
    margin-block-end: 4.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-item.open {
    margin-block-end: 3.9px;
  }
}
.agendaSection .agenda-accordion-item.open .agenda-accordion-body {
  max-height: 4800px;
  opacity: 1;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-start: 0vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-start: 0vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-start: 0px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-start: 0px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-end: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-end: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-end: 22.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-block-end: 19.5px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-inline: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-inline: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-inline: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-item.open .agenda-accordion-body {
    padding-inline: 15.6px;
  }
}
.agendaSection .agenda-accordion-item.open .agenda-accordion-toggle {
  color: #3A5566;
}
.agendaSection .agenda-accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #696969;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-header {
    padding-block: 1.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-header {
    padding-block: 1.2986111111vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-header {
    padding-block: 16.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-header {
    padding-block: 14.3px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-header {
    padding-inline: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-header {
    padding-inline: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-header {
    padding-inline: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-header {
    padding-inline: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-header {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-header {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-header {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-header {
    gap: 13px;
  }
}
.agendaSection .agenda-accordion-header-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  flex: 1;
  line-height: 1.4;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-header-title {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-header-title {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-header-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-header-title {
    font-size: 15.6px;
  }
}
.agendaSection .agenda-accordion-header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-header-right {
    gap: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-header-right {
    gap: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-header-right {
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-header-right {
    gap: 15.6px;
  }
}
.agendaSection .agenda-accordion-time {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-time {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-time {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-time {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-time {
    font-size: 15.6px;
  }
}
.agendaSection .agenda-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #202020;
  line-height: 1;
  transition: color 0.2s ease;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-toggle {
    width: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-toggle {
    width: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-toggle {
    width: 21px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-toggle {
    width: 18.2px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-toggle {
    height: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-toggle {
    height: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-toggle {
    height: 21px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-toggle {
    height: 18.2px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-toggle {
    font-size: 1.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-toggle {
    font-size: 1.2986111111vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-toggle {
    font-size: 16.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-toggle {
    font-size: 14.3px;
  }
}
.agendaSection .agenda-accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
}
.agendaSection .agenda-accordion-body-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-body-title {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-body-title {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-body-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-body-title {
    font-size: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-body-title {
    padding-block-start: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-body-title {
    padding-block-start: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-body-title {
    padding-block-start: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-body-title {
    padding-block-start: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-body-title {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-body-title {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-body-title {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-body-title {
    margin-block-end: 6.5px;
  }
}
.agendaSection .agenda-accordion-body-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  white-space: pre-line;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-body-desc {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-body-desc {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-body-desc {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-body-desc {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-body-desc {
    margin-block-end: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-body-desc {
    margin-block-end: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-body-desc {
    margin-block-end: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-body-desc {
    margin-block-end: 13px;
  }
}
.agendaSection .agenda-breakout-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-grid {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-grid {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-grid {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-grid {
    gap: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-grid {
    margin-block-end: 0.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-grid {
    margin-block-end: 0.4722222222vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-grid {
    margin-block-end: 6px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-grid {
    margin-block-end: 5.2px;
  }
}
.agendaSection .agenda-breakout-topic-card {
  background: rgba(218, 221, 245, 0.85);
  border: 1px solid #696969;
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card {
    padding: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card {
    padding: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card {
    padding: 13px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card {
    border-radius: 0.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card {
    border-radius: 0.4722222222vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card {
    border-radius: 6px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card {
    border-radius: 5.2px;
  }
}
.agendaSection .agenda-breakout-topic-card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card-title {
    font-size: 0.9444444444vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card-title {
    font-size: 1.0034722222vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card-title {
    font-size: 12.75px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card-title {
    font-size: 11.05px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card-title {
    margin-block-end: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card-title {
    margin-block-end: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card-title {
    margin-block-end: 10.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card-title {
    margin-block-end: 9.1px;
  }
}
.agendaSection .agenda-breakout-topic-card-list {
  margin: 0;
  padding-inline-start: 1.35em;
  list-style-type: disc;
  list-style-position: inside;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card-list {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card-list {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card-list {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card-list {
    font-size: 10.4px;
  }
}
.agendaSection .agenda-breakout-topic-card-list li {
  display: list-item;
  padding-inline-start: 0.25em;
}
@media (min-width: 991px) {
  .agendaSection .agenda-breakout-topic-card-list li {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-breakout-topic-card-list li {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-breakout-topic-card-list li {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-breakout-topic-card-list li {
    margin-block-end: 6.5px;
  }
}
.agendaSection .agenda-breakout-topic-card-list li::marker {
  color: #202020;
}
.agendaSection .agenda-breakout-topic-card-list li:last-child {
  margin-block-end: 0;
}
.agendaSection .agenda-accordion-speakers {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speakers {
    gap: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speakers {
    gap: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speakers {
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speakers {
    gap: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speakers {
    margin-block-start: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speakers {
    margin-block-start: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speakers {
    margin-block-start: 7.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speakers {
    margin-block-start: 6.5px;
  }
}
.agendaSection .agenda-accordion-speaker {
  display: flex;
  align-items: flex-start;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker {
    gap: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker {
    gap: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker {
    gap: 9px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker {
    gap: 7.8px;
  }
}
.agendaSection .agenda-accordion-speaker:hover {
  opacity: 0.75;
}
.agendaSection .agenda-accordion-speaker-avatar {
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(184, 189, 223, 0.5);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    width: 3.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    width: 3.3055555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    width: 42px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    width: 36.4px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    height: 3.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    height: 3.3055555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    height: 42px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    height: 36.4px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-avatar {
    font-size: 13px;
  }
}
.agendaSection .agenda-accordion-speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agendaSection .agenda-accordion-speaker-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-info {
    gap: 0.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-info {
    gap: 0.1180555556vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-info {
    gap: 1.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-info {
    gap: 1.3px;
  }
}
.agendaSection .agenda-accordion-speaker-info strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-info strong {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-info strong {
    font-size: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-info strong {
    font-size: 11.25px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-info strong {
    font-size: 9.75px;
  }
}
.agendaSection .agenda-accordion-speaker-info span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-speaker-info span {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-speaker-info span {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-speaker-info span {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-speaker-info span {
    font-size: 9.1px;
  }
}
.agendaSection .agenda-accordion-speaker-info span:last-child {
  margin-block-end: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.agendaSection .agenda-accordion-break {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(202, 180, 158, 0.2);
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-break {
    padding-block: 1vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-break {
    padding-block: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-break {
    padding-block: 13.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-break {
    padding-block: 11.7px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-break {
    padding-inline: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-break {
    padding-inline: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-break {
    padding-inline: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-break {
    padding-inline: 15.6px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-break {
    padding-inline-end: 4.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-break {
    padding-inline-end: 4.7222222222vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-break {
    padding-inline-end: 60px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-break {
    padding-inline-end: 52px;
  }
}
.agendaSection .agenda-accordion-break-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-break-title {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-break-title {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-break-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-break-title {
    font-size: 15.6px;
  }
}
.agendaSection .agenda-accordion-break-time {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
}
@media (min-width: 991px) {
  .agendaSection .agenda-accordion-break-time {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-accordion-break-time {
    font-size: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-accordion-break-time {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-accordion-break-time {
    font-size: 15.6px;
  }
}
.agendaSection .agenda-read-more-btn {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  cursor: pointer;
  text-transform: capitalize;
}
@media (min-width: 991px) {
  .agendaSection .agenda-read-more-btn {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-read-more-btn {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-read-more-btn {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-read-more-btn {
    font-size: 11.7px;
  }
}
@media (min-width: 991px) {
  .agendaSection .agenda-read-more-btn {
    margin-block-start: 0vw;
  }
}
@media (min-width: 1600px) {
  .agendaSection .agenda-read-more-btn {
    margin-block-start: 0vw;
  }
}
@media (max-width: 992px) {
  .agendaSection .agenda-read-more-btn {
    margin-block-start: 0px;
  }
}
@media (max-width: 575px) {
  .agendaSection .agenda-read-more-btn {
    margin-block-start: 0px;
  }
}
.agendaSection .agenda-read-more-btn:hover {
  color: rgb(62.6359223301, 190.3640776699, 186.6796116505);
  text-decoration: none;
}

.exhibitors-section {
  background: rgba(178, 173, 194, 0.05);
}

.speaker-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: overlayFadeIn 0.2s ease;
}

@keyframes overlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.speaker-modal {
  position: relative;
  background: #FFFFFF;
  width: calc(100% - 40px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.25s ease;
}
@media (min-width: 991px) {
  .speaker-modal {
    border-radius: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal {
    border-radius: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal {
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .speaker-modal {
    border-radius: 10.4px;
  }
}
@media (min-width: 991px) {
  .speaker-modal {
    padding: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal {
    padding: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .speaker-modal {
    padding: 26px;
  }
}
@media (min-width: 991px) {
  .speaker-modal {
    max-width: 30vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal {
    max-width: 31.875vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal {
    max-width: 405px;
  }
}
@media (max-width: 575px) {
  .speaker-modal {
    max-width: 351px;
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.speaker-modal-close {
  position: absolute;
  border-radius: 50%;
  background: #64CCC9;
  border: none;
  color: #FFFFFF;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
@media (min-width: 991px) {
  .speaker-modal-close {
    top: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-close {
    top: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-close {
    top: 12px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-close {
    top: 10.4px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-close {
    right: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-close {
    right: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-close {
    right: 12px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-close {
    right: 10.4px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-close {
    width: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-close {
    width: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-close {
    width: 24px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-close {
    width: 20.8px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-close {
    height: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-close {
    height: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-close {
    height: 24px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-close {
    height: 20.8px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-close {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-close {
    font-size: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-close {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-close {
    font-size: 13px;
  }
}
.speaker-modal-close:hover {
  background: rgb(62.6359223301, 190.3640776699, 186.6796116505);
}

.speaker-modal-header {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .speaker-modal-header {
    gap: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-header {
    gap: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-header {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-header {
    gap: 13px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-header {
    margin-block-end: 1.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-header {
    margin-block-end: 1.4166666667vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-header {
    margin-block-end: 18px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-header {
    margin-block-end: 15.6px;
  }
}

.speaker-modal-avatar-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 991px) {
  .speaker-modal-avatar-wrap {
    gap: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar-wrap {
    gap: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar-wrap {
    gap: 7.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar-wrap {
    gap: 6.5px;
  }
}

.speaker-modal-avatar {
  border-radius: 50%;
  background: rgba(184, 189, 223, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #3A5566;
  position: relative;
}
@media (min-width: 991px) {
  .speaker-modal-avatar {
    width: 5vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar {
    width: 5.3125vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar {
    width: 67.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar {
    width: 58.5px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-avatar {
    height: 5vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar {
    height: 5.3125vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar {
    height: 67.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar {
    height: 58.5px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-avatar {
    font-size: 1.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar {
    font-size: 1.6527777778vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar {
    font-size: 18.2px;
  }
}
.speaker-modal-avatar .speaker-modal-linkedin {
  position: absolute;
}
@media (min-width: 991px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-block-end: 0.2777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-block-end: 0.2951388889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-block-end: 3.75px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-block-end: 3.25px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-inline-end: -0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-inline-end: -0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-inline-end: -7.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-avatar .speaker-modal-linkedin {
    inset-inline-end: -6.5px;
  }
}
.speaker-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-modal-meta {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .speaker-modal-meta {
    gap: 0.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-meta {
    gap: 0.2361111111vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-meta {
    gap: 3px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-meta {
    gap: 2.6px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-meta {
    padding-block-start: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-meta {
    padding-block-start: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-meta {
    padding-block-start: 4.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-meta {
    padding-block-start: 3.9px;
  }
}

.speaker-modal-name {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #202020;
  margin: 0;
}
@media (min-width: 991px) {
  .speaker-modal-name {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-name {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-name {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-name {
    font-size: 11.7px;
  }
}

.speaker-modal-role {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  margin: 0;
}
@media (min-width: 991px) {
  .speaker-modal-role {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-role {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-role {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-role {
    font-size: 9.1px;
  }
}

.speaker-modal-org {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  margin: 0;
}
@media (min-width: 991px) {
  .speaker-modal-org {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-org {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-org {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-org {
    font-size: 9.1px;
  }
}

.speaker-modal-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}
@media (min-width: 991px) {
  .speaker-modal-linkedin {
    width: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-linkedin {
    width: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-linkedin {
    width: 24px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-linkedin {
    width: 20.8px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-linkedin {
    height: 1.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-linkedin {
    height: 1.8888888889vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-linkedin {
    height: 24px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-linkedin {
    height: 20.8px;
  }
}
.speaker-modal-linkedin:hover {
  opacity: 0.85;
}

.speaker-modal-bio {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #202020;
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid #D6D6D6;
}
@media (min-width: 991px) {
  .speaker-modal-bio {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-bio {
    font-size: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-bio {
    font-size: 11.25px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-bio {
    font-size: 9.75px;
  }
}
@media (min-width: 991px) {
  .speaker-modal-bio {
    padding-block-start: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .speaker-modal-bio {
    padding-block-start: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .speaker-modal-bio {
    padding-block-start: 15px;
  }
}
@media (max-width: 575px) {
  .speaker-modal-bio {
    padding-block-start: 13px;
  }
}

@media (min-width: 991px) {
  .eventHighlights-section .sectionSize {
    margin-block-end: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-section .sectionSize {
    margin-block-end: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-section .sectionSize {
    margin-block-end: 22.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-section .sectionSize {
    margin-block-end: 19.5px;
  }
}

.eventHighlights-gallery {
  width: 100%;
}
@media (min-width: 991px) {
  .eventHighlights-gallery {
    margin-block-start: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-gallery {
    margin-block-start: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-gallery {
    margin-block-start: 30px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-gallery {
    margin-block-start: 26px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-gallery {
    padding-inline-start: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-gallery {
    padding-inline-start: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-gallery {
    padding-inline-start: 37.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-gallery {
    padding-inline-start: 32.5px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-gallery {
    max-width: 66.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-gallery {
    max-width: 70.8333333333vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-gallery {
    max-width: 900px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-gallery {
    max-width: 780px;
  }
}

.eventHighlights-main-swiper {
  overflow: hidden;
}
@media (min-width: 991px) {
  .eventHighlights-main-swiper {
    border-radius: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-main-swiper {
    border-radius: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-main-swiper {
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-main-swiper {
    border-radius: 10.4px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-main-swiper {
    margin-block-end: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-main-swiper {
    margin-block-end: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-main-swiper {
    margin-block-end: 9px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-main-swiper {
    margin-block-end: 7.8px;
  }
}
.eventHighlights-main-swiper .eventHighlight-main-card {
  overflow: hidden;
}
@media (min-width: 991px) {
  .eventHighlights-main-swiper .eventHighlight-main-card {
    height: 35.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-main-swiper .eventHighlight-main-card {
    height: 37.7777777778vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-main-swiper .eventHighlight-main-card {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-main-swiper .eventHighlight-main-card {
    height: 416px;
  }
}
.eventHighlights-main-swiper .eventHighlight-main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eventHighlights-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .eventHighlights-pagination {
    margin-block-start: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-pagination {
    margin-block-start: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-pagination {
    margin-block-start: 12px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-pagination {
    margin-block-start: 10.4px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-pagination {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-pagination {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-pagination {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-pagination {
    margin-block-end: 6.5px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-pagination {
    gap: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-pagination {
    gap: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-pagination {
    gap: 4.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-pagination {
    gap: 3.9px;
  }
}
.eventHighlights-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #D6D6D6;
  opacity: 1;
  transition: background 0.2s ease;
  display: inline-block;
  height: 4px;
  width: 20px;
}
@media (min-width: 991px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    width: 2vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    width: 2.125vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    width: 27px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    width: 23.4px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    height: 0.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    height: 0.2361111111vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    height: 3px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-pagination .swiper-pagination-bullet {
    height: 2.6px;
  }
}
.eventHighlights-pagination .swiper-pagination-bullet-active {
  background: #64CCC9;
  width: 30px;
}

@media (min-width: 991px) {
  .eventHighlights-thumb-swiper {
    margin-block-end: 1.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-thumb-swiper {
    margin-block-end: 1.7708333333vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-thumb-swiper {
    margin-block-end: 22.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-thumb-swiper {
    margin-block-end: 19.5px;
  }
}
.eventHighlights-thumb-swiper .eventHighlight-thumb-card {
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 991px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 11.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 11.8055555556vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 150px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 130px;
  }
}
@media (min-width: 991px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    border-radius: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    border-radius: 7.5px;
  }
}
@media (max-width: 575px) {
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    border-radius: 6.5px;
  }
}
.eventHighlights-thumb-swiper .eventHighlight-thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .eventHighlights-gallery {
    padding-inline: 20px !important;
  }
  .eventHighlights-main-swiper .eventHighlight-main-card {
    height: 220px !important;
  }
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 70px !important;
  }
}
@media (min-width: 991px) {
  .exhibitors-section .sectionTitle {
    margin-block-end: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .sectionTitle {
    margin-block-end: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .sectionTitle {
    margin-block-end: 30px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .sectionTitle {
    margin-block-end: 26px;
  }
}
.exhibitors-section .exhibitors-swiper {
  overflow: hidden;
}
@media (min-width: 991px) {
  .exhibitors-section .exhibitors-swiper {
    padding-block-end: 2.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .exhibitors-swiper {
    padding-block-end: 2.8333333333vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .exhibitors-swiper {
    padding-block-end: 36px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitors-swiper {
    padding-block-end: 31.2px;
  }
}
.exhibitors-section .exhibitors-slide-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 16px 20px;
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitors-slide-grid--2 {
    justify-content: center;
    gap: 16px 24px;
    padding-block-end: 4px;
  }
  .exhibitors-section .exhibitors-slide-grid--2 .exhibitor-card {
    flex: 1 1 0;
    min-width: 0;
    max-width: calc(50% - 12px);
  }
  .exhibitors-section .exhibitors-slide-grid--2.exhibitors-slide-grid--solo .exhibitor-card {
    flex: 0 1 auto;
    max-width: 72%;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitors-slide-grid--5, .exhibitors-section .exhibitors-slide-grid--4 {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-block-end: 4px;
  }
  .exhibitors-section .exhibitors-slide-grid--5::-webkit-scrollbar, .exhibitors-section .exhibitors-slide-grid--4::-webkit-scrollbar {
    display: none;
  }
}
.exhibitors-section .exhibitors-slide-grid--5 .exhibitor-card {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitors-slide-grid--5 .exhibitor-card {
    flex: 0 0 auto;
    width: 38vw;
    min-width: 120px;
    max-width: 160px;
  }
}
.exhibitors-section .exhibitors-slide-grid--4 {
  max-width: 1000px;
  margin-inline: auto;
}
.exhibitors-section .exhibitors-slide-grid--4 .exhibitor-card {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitors-slide-grid--4 .exhibitor-card {
    flex: 0 0 auto;
    width: 42vw;
    min-width: 130px;
    max-width: 180px;
  }
}
.exhibitors-section .exhibitor-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .exhibitors-section .exhibitor-card {
    height: 4.4444444444vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .exhibitor-card {
    height: 4.7222222222vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .exhibitor-card {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitor-card {
    height: 52px;
  }
}
@media (min-width: 991px) {
  .exhibitors-section .exhibitor-card {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .exhibitor-card {
    border-radius: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .exhibitor-card {
    border-radius: 7.5px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitor-card {
    border-radius: 6.5px;
  }
}
@media (min-width: 991px) {
  .exhibitors-section .exhibitor-card {
    padding-inline: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .exhibitor-card {
    padding-inline: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .exhibitor-card {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitor-card {
    padding-inline: 13px;
  }
}
@media (min-width: 991px) {
  .exhibitors-section .exhibitor-card {
    padding-block: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .exhibitor-card {
    padding-block: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .exhibitor-card {
    padding-block: 12px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .exhibitor-card {
    padding-block: 10.4px;
  }
}
.exhibitors-section .exhibitor-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exhibitors-section .swiper-pagination-bullet {
  border-radius: 2px;
  background: #D6D6D6;
  opacity: 1;
  transition: background 0.2s ease;
  height: 4px;
  width: 20px;
}
@media (min-width: 991px) {
  .exhibitors-section .swiper-pagination-bullet {
    width: 2vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .swiper-pagination-bullet {
    width: 2.125vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .swiper-pagination-bullet {
    width: 27px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .swiper-pagination-bullet {
    width: 23.4px;
  }
}
@media (min-width: 991px) {
  .exhibitors-section .swiper-pagination-bullet {
    height: 0.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .exhibitors-section .swiper-pagination-bullet {
    height: 0.2361111111vw;
  }
}
@media (max-width: 992px) {
  .exhibitors-section .swiper-pagination-bullet {
    height: 3px;
  }
}
@media (max-width: 575px) {
  .exhibitors-section .swiper-pagination-bullet {
    height: 2.6px;
  }
}
.exhibitors-section .swiper-pagination-bullet-active {
  background: #64CCC9;
  width: 30px;
}

footer {
  padding: 0;
}

.site-footer {
  background: #3A5566;
}
@media (min-width: 991px) {
  .site-footer {
    padding-block: 0.8333333333vw;
  }
}
@media (min-width: 1600px) {
  .site-footer {
    padding-block: 0.8854166667vw;
  }
}
@media (max-width: 992px) {
  .site-footer {
    padding-block: 11.25px;
  }
}
@media (max-width: 575px) {
  .site-footer {
    padding-block: 9.75px;
  }
}

.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 991px) {
  .site-footer a {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .site-footer a {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .site-footer a {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .site-footer a {
    font-size: 9.1px;
  }
}

.site-footer p {
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 991px) {
  .site-footer p {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .site-footer p {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .site-footer p {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .site-footer p {
    font-size: 9.1px;
  }
}
@media (min-width: 991px) {
  .site-footer p {
    padding-inline-start: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .site-footer p {
    padding-inline-start: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .site-footer p {
    padding-inline-start: 37.5px;
  }
}
@media (max-width: 575px) {
  .site-footer p {
    padding-inline-start: 32.5px;
  }
}

.teal-text {
  color: #64CCC9;
}

@media (max-width: 992px) {
  .whyTransportation-content {
    padding-inline: 20px;
  }
  .whyTransportation-content .sectionSize {
    border-radius: 15px !important;
  }
  .whyTransportation-content .col-md-6 {
    padding: 24px 20px !important;
  }
  .whyTransportation-content .col-md-6::before {
    display: none !important;
  }
  .whyTransportation-content .col-md-6:not(:last-child)::after {
    display: block !important;
    left: 5%;
    right: 5%;
    background: linear-gradient(to right, transparent 0%, rgba(214, 214, 214, 0.95) 10%, rgba(214, 214, 214, 0.95) 90%, transparent 100%) !important;
  }
  .whyTransportation-content .col-md-6:last-child::after {
    display: none !important;
  }
  .site-footer p {
    padding-inline: 20px !important;
  }
}
.hero-button-link {
  background-color: #64CCC9;
  color: #415563;
  padding: 17px 56px;
  border-radius: 100px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 50px;
}
@media (min-width: 991px) {
  .hero-button-link {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .hero-button-link {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .hero-button-link {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .hero-button-link {
    font-size: 11.7px;
  }
}

.formFixed {
  inset-inline-end: 0;
  z-index: 1000;
  position: fixed;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
}
@media (min-width: 991px) {
  .formFixed {
    padding-inline-end: 2.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .formFixed {
    padding-inline-end: 2.9513888889vw;
  }
}
@media (max-width: 992px) {
  .formFixed {
    padding-inline-end: 37.5px;
  }
}
@media (max-width: 575px) {
  .formFixed {
    padding-inline-end: 32.5px;
  }
}
@media (min-width: 991px) {
  .formFixed {
    width: 26.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .formFixed {
    width: 28.3333333333vw;
  }
}
@media (max-width: 992px) {
  .formFixed {
    width: 360px;
  }
}
@media (max-width: 575px) {
  .formFixed {
    width: 312px;
  }
}
.formFixed::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.formFixed .formStyle {
  background-color: rgba(255, 255, 255, 0.98);
  border: 1px solid #3A5566;
  border-block-start: none;
}
@media (min-width: 991px) {
  .formFixed .formStyle {
    padding-block: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle {
    padding-block: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle {
    padding-block: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle {
    padding-block: 13px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle {
    padding-block-start: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle {
    padding-block-start: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle {
    padding-block-start: 7.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle {
    padding-block-start: 6.5px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle {
    padding-inline: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle {
    padding-inline: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle {
    padding-inline: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle {
    padding-inline: 13px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle {
    border-end-start-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle {
    border-end-start-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle {
    border-end-start-radius: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle {
    border-end-start-radius: 13px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle {
    border-end-end-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle {
    border-end-end-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle {
    border-end-end-radius: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle {
    border-end-end-radius: 13px;
  }
}
.formFixed .formStyle fieldset {
  border-block-start: 1px solid #64CCC9;
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset {
    margin-block-end: 6.5px;
  }
}
.formFixed .formStyle fieldset legend {
  float: none;
  width: auto;
  margin: auto;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset legend {
    padding-inline: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset legend {
    padding-inline: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset legend {
    padding-inline: 7.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset legend {
    padding-inline: 6.5px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset legend {
    font-size: 1vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset legend {
    font-size: 1.0625vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset legend {
    font-size: 13.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset legend {
    font-size: 11.7px;
  }
}
.formFixed .formStyle fieldset .form-title {
  border-block-end: 1px solid #64CCC9;
}
.formFixed .formStyle fieldset .form-title h3 {
  color: #64CCC9;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset .form-title h3 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset .form-title h3 {
    font-size: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset .form-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset .form-title h3 {
    font-size: 26px;
  }
}
.formFixed .formStyle fieldset .form-title p {
  color: #202020;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-block-start: 0px;
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset .form-title p {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset .form-title p {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset .form-title p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset .form-title p {
    font-size: 10.4px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle fieldset .form-title p {
    margin-block-end: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle fieldset .form-title p {
    margin-block-end: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle fieldset .form-title p {
    margin-block-end: 7.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle fieldset .form-title p {
    margin-block-end: 6.5px;
  }
}
.formFixed .formStyle .form-check-label.small {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #202020;
  position: relative;
}
@media (min-width: 991px) {
  .formFixed .formStyle .form-check-label.small {
    font-size: 0.5555555556vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle .form-check-label.small {
    font-size: 0.5902777778vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle .form-check-label.small {
    font-size: 7.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle .form-check-label.small {
    font-size: 6.5px;
  }
}
@media (min-width: 991px) {
  .formFixed .formStyle .form-check-label.small {
    top: -0.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .formStyle .form-check-label.small {
    top: -0.1180555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .formStyle .form-check-label.small {
    top: -1.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .formStyle .form-check-label.small {
    top: -1.3px;
  }
}
.formFixed .reg-form .form-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #202020;
  margin-bottom: 4px;
}
@media (min-width: 991px) {
  .formFixed .reg-form .form-label {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-form .form-label {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-form .form-label {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-form .form-label {
    font-size: 9.1px;
  }
}
.formFixed .reg-form .field-sub-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #AAAAAA;
  margin-top: 4px;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .formFixed .reg-form .field-sub-label {
    font-size: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-form .field-sub-label {
    font-size: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-form .field-sub-label {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-form .field-sub-label {
    font-size: 7.8px;
  }
}
.formFixed .reg-form .form-control,
.formFixed .reg-form .form-select {
  border: 0.5px solid #202020;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: transparent;
  color: #202020;
}
@media (min-width: 991px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    border-radius: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    border-radius: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    border-radius: 4.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    border-radius: 3.9px;
  }
}
@media (min-width: 991px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    font-size: 0.7777777778vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    font-size: 0.8263888889vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    font-size: 10.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    font-size: 9.1px;
  }
}
@media (min-width: 991px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    height: 1.9444444444vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    height: 2.0659722222vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    height: 26.25px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-form .form-control,
  .formFixed .reg-form .form-select {
    height: 22.75px;
  }
}
.formFixed .form-check-input {
  border: 0.5px solid #202020;
}
.formFixed .form-check-input:checked {
  background-color: #64CCC9;
  border-color: #64CCC9;
}
.formFixed .btn-linkedin {
  border: 0.5px solid #202020;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: #3A5566;
}
@media (min-width: 991px) {
  .formFixed .btn-linkedin {
    border-radius: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-linkedin {
    border-radius: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-linkedin {
    border-radius: 4.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-linkedin {
    border-radius: 3.9px;
  }
}
@media (min-width: 991px) {
  .formFixed .btn-linkedin {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-linkedin {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-linkedin {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-linkedin {
    font-size: 10.4px;
  }
}
@media (min-width: 991px) {
  .formFixed .btn-linkedin {
    height: 2.5vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-linkedin {
    height: 2.65625vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-linkedin {
    height: 33.75px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-linkedin {
    height: 29.25px;
  }
}
.formFixed .btn-linkedin:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #3A5566;
}
.formFixed .btn-register {
  border: 0.5px solid #202020;
  color: #202020;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: #FFFFFF;
}
@media (min-width: 991px) {
  .formFixed .btn-register {
    border-radius: 0.3333333333vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-register {
    border-radius: 0.3541666667vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-register {
    border-radius: 4.5px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-register {
    border-radius: 3.9px;
  }
}
@media (min-width: 991px) {
  .formFixed .btn-register {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-register {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-register {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-register {
    font-size: 10.4px;
  }
}
@media (min-width: 991px) {
  .formFixed .btn-register {
    height: 2.5vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .btn-register {
    height: 2.65625vw;
  }
}
@media (max-width: 992px) {
  .formFixed .btn-register {
    height: 33.75px;
  }
}
@media (max-width: 575px) {
  .formFixed .btn-register {
    height: 29.25px;
  }
}
.formFixed .btn-register:hover {
  background: rgba(58, 85, 102, 0.85);
  color: #FFFFFF;
}
.formFixed .reg-stats-bar {
  background: #64CCC9;
  display: flex;
  justify-content: center;
  border: 1px solid #3A5566;
  border-bottom: 0px solid #3A5566;
}
@media (min-width: 991px) {
  .formFixed .reg-stats-bar {
    gap: 1.3888888889vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stats-bar {
    gap: 1.4756944444vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stats-bar {
    gap: 18.75px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stats-bar {
    gap: 16.25px;
  }
}
@media (min-width: 991px) {
  .formFixed .reg-stats-bar {
    padding-block: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stats-bar {
    padding-block: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stats-bar {
    padding-block: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stats-bar {
    padding-block: 13px;
  }
}
@media (min-width: 991px) {
  .formFixed .reg-stats-bar {
    border-top-left-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stats-bar {
    border-top-left-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stats-bar {
    border-top-left-radius: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stats-bar {
    border-top-left-radius: 13px;
  }
}
@media (min-width: 991px) {
  .formFixed .reg-stats-bar {
    border-top-right-radius: 1.1111111111vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stats-bar {
    border-top-right-radius: 1.1805555556vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stats-bar {
    border-top-right-radius: 15px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stats-bar {
    border-top-right-radius: 13px;
  }
}
.formFixed .reg-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.formFixed .reg-stat-value {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 991px) {
  .formFixed .reg-stat-value {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stat-value {
    font-size: 2.3611111111vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stat-value {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stat-value {
    font-size: 26px;
  }
}
.formFixed .reg-stat-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
  margin-top: -10px;
}
@media (min-width: 991px) {
  .formFixed .reg-stat-label {
    font-size: 0.6666666667vw;
  }
}
@media (min-width: 1600px) {
  .formFixed .reg-stat-label {
    font-size: 0.7083333333vw;
  }
}
@media (max-width: 992px) {
  .formFixed .reg-stat-label {
    font-size: 9px;
  }
}
@media (max-width: 575px) {
  .formFixed .reg-stat-label {
    font-size: 7.8px;
  }
}

@media (min-width: 992px) {
  .formFixed {
    inset-block-start: 0;
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-block-start: 12px;
    padding-block-end: 24px;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .formFixed {
    width: 100% !important;
    padding-inline: 20px !important;
    position: relative;
    z-index: 1001;
    background-image: url("/adis-landing/assets/images/background-2.png");
  }
  .formFixed .fullForm {
    position: relative;
    bottom: 90px;
  }
  .formFixed .btn-linkedin {
    padding-block: 10px !important;
    padding-inline: 10px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    margin-block-start: 8px;
    margin-block-end: 8px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: auto !important;
  }
  .formFixed .btn-register {
    padding-block: 10px !important;
    padding-inline: 10px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    margin-block-start: 8px;
    margin-block-end: 8px;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: auto !important;
  }
  .formFixed .reg-form .form-label {
    font-size: 14px !important;
    margin-block-start: 8px;
  }
  .formFixed .reg-form .form-control, .formFixed .reg-form .form-select {
    height: 38px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }
  .formFixed .reg-stats-bar {
    justify-content: space-between;
    padding-inline: 20px !important;
  }
  .formFixed .reg-stats-bar .reg-stat {
    text-align: center;
  }
  .formFixed .reg-stats-bar .reg-stat-value {
    font-size: 24px !important;
  }
  .formFixed .reg-stats-bar .reg-stat-label {
    font-size: 12px !important;
  }
  .formFixed .formStyle .form-check {
    margin-block-start: 8px;
    margin-block-end: 5px;
  }
  .formFixed .formStyle .form-check-label.small {
    font-size: 12px !important;
  }
  .formFixed .formStyle fieldset {
    border-block-start: none;
  }
  .formFixed .formStyle fieldset legend {
    font-size: 14px !important;
  }
  .formFixed .formStyle fieldset .form-title {
    border-block-end: none;
  }
  .formFixed .formStyle fieldset .form-title h3 {
    padding-block: 10px;
    position: relative;
    font-size: 30px !important;
  }
  .formFixed .formStyle fieldset .form-title h3::before {
    content: "";
    position: absolute;
    inset-block-start: 5px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 1px;
    background-color: #64CCC9;
  }
  .formFixed .formStyle fieldset .form-title h3::after {
    content: "";
    position: absolute;
    inset-block-end: 5px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 1px;
    background-color: #64CCC9;
  }
  .formFixed .formStyle fieldset .form-title p {
    font-size: 14px !important;
  }
  .sectionSize {
    max-width: 100% !important;
    padding-inline: 20px !important;
  }
  .hero-section .hero-content .sectionSize {
    max-width: 100% !important;
    padding-inline: 20px !important;
  }
}
@media (min-width: 991px) {
  .reg-form button.dropdown-item {
    font-size: 0.8888888889vw;
  }
}
@media (min-width: 1600px) {
  .reg-form button.dropdown-item {
    font-size: 0.9444444444vw;
  }
}
@media (max-width: 992px) {
  .reg-form button.dropdown-item {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .reg-form button.dropdown-item {
    font-size: 10.4px;
  }
}

@media screen and (max-width: 767px) {
  .formFixed .formStyle fieldset .form-title p {
    font-weight: 700 !important;
  }
  .formFixed .formStyle fieldset legend {
    font-weight: 700 !important;
  }
  .formFixed .reg-stats-bar .reg-stat {
    text-align: center;
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-bg {
    opacity: 0.18;
    height: 71%;
    inset: inherit !important;
    height: 100%;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .desktop-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .lg-hide {
    display: block !important;
  }
  .lg-show {
    display: none !important;
  }
  .form-mobile-body {
    max-height: none !important;
    overflow: visible !important;
  }
  .agendaSection .agenda-tracks-content-item .sessionTime {
    display: flex !important;
  }
}
@media screen and (max-width: 991px) {
  .lg-hide {
    display: none !important;
  }
  .lg-show {
    display: block !important;
  }
  .hero-section {
    min-height: 75vh;
  }
  main.landing-main-mobile-cta {
    padding-bottom: calc(134px + env(safe-area-inset-bottom, 0px));
  }
  .reg-form button.dropdown-item {
    font-size: 16px !important;
  }
  .hero-section .hero-bg {
    position: absolute !important;
    bottom: 0 !important;
    height: 58%;
    inset: inherit;
    width: 100%;
  }
  .form-mobile-body {
    max-height: 0px;
    overflow: hidden;
  }
  .sectionTitle {
    font-size: 32px !important;
  }
  .sectionSubTitle {
    font-size: 32px !important;
  }
  .sectionDescription {
    font-size: 16px !important;
  }
  .agendaSection .agenda-read-more-btn {
    font-size: 16px !important;
  }
  .tagStrip .tagStrip-text {
    font-size: 16px !important;
  }
  .agendaSection .agenda-tracks-tab {
    font-size: 16px !important;
  }
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    font-size: 18px !important;
  }
  .agendaSection .agenda-accordion-header-title {
    font-size: 18px !important;
    padding-inline: 10px !important;
  }
  .agendaSection .agenda-accordion-toggle {
    font-size: 30px !important;
    padding-inline: 10px !important;
  }
  .agendaSection .agenda-accordion-header-right {
    padding-inline: 10px !important;
  }
  .agendaSection .agenda-accordion-item .agenda-accordion-body {
    padding-inline: 10px !important;
  }
  .agendaSection .agenda-accordion-time {
    font-size: 16px !important;
  }
  .agendaSection .agenda-accordion-body-title {
    font-size: 16px !important;
  }
  .agendaSection .agenda-accordion-body-desc {
    font-size: 14px !important;
  }
  .agendaSection .agenda-breakout-topic-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .agendaSection .agenda-breakout-topic-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  .agendaSection .agenda-breakout-topic-card-list {
    font-size: 14px !important;
  }
  .agendaSection .agenda-accordion-header {
    border-bottom: none !important;
    padding-inline: 0px !important;
  }
  .agendaSection .agenda-accordion-break {
    padding-inline: 10px !important;
  }
  .exhibitors-section .exhibitor-card {
    height: 100px !important;
  }
  .eventHighlights-thumb-swiper .eventHighlight-thumb-card {
    height: 120px !important;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer p {
    font-size: 14px !important;
    text-align: center;
  }
  .site-footer p a {
    font-size: 14px !important;
  }
  .adisNumber-content .adisNumber-content-item .adisNumber-item .adisNumber-item-value h4 {
    font-size: 36px !important;
  }
  .adisNumber-content .adisNumber-item-label p {
    font-size: 16px !important;
  }
  .whyTransportation-content.mobile-only .sectionTitle {
    text-align: center;
    margin-block-end: 0px !important;
  }
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-icon img {
    width: 72px !important;
    height: 72px !important;
  }
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-title {
    font-size: 20px !important;
  }
  .whyTransportation-content .why-swiper .whyTransportation-content-item .whyTransportation-content-item-content .whyTransportation-content-item-description {
    font-size: 16px !important;
  }
  .hero-section .hero-content .mainLogo img {
    width: 100% !important;
    margin-top: 0px;
  }
  .hero-section .hero-content .hero-subtitle {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 36px !important;
    max-width: 100%;
  }
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: 36px !important;
  }
  .adisNumber-content .adisNumber-content-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .adisNumber-content .adisNumber-content-main .adisNumber-content-item .adisNumber-item {
    text-align: start;
    border-inline-end: none;
    padding: 0;
  }
  .agendaSection .agenda-tracks {
    margin-inline-start: 0 !important;
  }
  .eventHighlights-gallery {
    padding-inline: 0px !important;
  }
  .agendaSection .agenda-tracks-tab {
    width: 100%;
  }
  .agendaSection .agenda-accordion-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .agendaSection .agenda-accordion-header .agenda-accordion-header-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .agendaSection .agenda-tracks-content-item {
    padding-inline: 20px !important;
  }
  .agendaSection .agenda-tracks-content-item .agenda-tracks-content-item-title {
    border-bottom: none !important;
    padding-inline: 0 !important;
  }
  .agendaSection .agenda-tracks-content-item .agenda-accordion-break:last-child {
    margin-inline: -20px !important;
    flex-direction: column;
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .main-cnt {
    position: relative;
    top: 50%;
    transform: translateY(15%);
    margin-top: 25px;
  }
  .hero-section .hero-content .mainLogo a svg {
    width: 100%;
  }
  .reg-form button.dropdown-item {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .hero-section .hero-content .sectionSize {
    padding-inline: 12px !important;
  }
  .hero-section .hero-content .hero-subtitle {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }
  .hero-section .hero-content .hero-title {
    line-height: 1 !important;
    letter-spacing: -0.02em;
    margin-block-start: 4px;
  }
  .hero-section .hero-content .hero-section .hero-content .hero-subtitle {
    margin-block-start: 10px !important;
  }
  .hero-section .hero-content .hero-subtitle-2 {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.25 !important;
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 767px) {
  .adisNumber {
    overflow-x: clip;
  }
  .hero-section {
    min-height: 78vh;
  }
  .hero-section .hero-content .hero-subtitle {
    margin-block-start: 10px !important;
  }
  .adisNumber .sectionSize {
    padding-inline: 0 !important;
  }
  .adisNumber .adisNumber-video {
    width: 100%;
    border-radius: 0 !important;
  }
  .adisNumber .adisNumber-video video {
    width: 100%;
    display: block;
    border-radius: 0 !important;
  }
  .adisNumber .adisNumber-video .formFixed .formStyle fieldset .form-title p {
    font-weight: 700 !important;
  }
  .adisNumber .adisNumber-video .formFixed .formStyle fieldset legend {
    font-weight: 700 !important;
  }
  .hero-bg {
    width: 100%;
    inset: inherit !important;
    bottom: 0 !important;
  }
  .formFixed {
    padding-bottom: 0;
    height: 270px;
  }
}
@media (max-width: 414px) {
  .hero-section {
    min-height: 65vh;
  }
}
@media (max-width: 380px) {
  .hero-section {
    min-height: 80vh;
  }
  .formFixed {
    padding-block-start: 15px !important;
    padding-block-end: 0px !important;
  }
}
@media (min-width: 400px) and (max-width: 430px) {
  section {
    padding-block-start: 28px;
  }
}

/*# sourceMappingURL=main.css.map */
