body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-link:hover {
  text-underline-offset: 5px;
}

.swiper-button-disabled {
  opacity: 50%;
  pointer-events: none;
  cursor: default;
}

#board-slider .swiper-slide,
#advisors-slider .swiper-slide,
#staff-slider .swiper-slide,
#testimonial-slider .swiper-slide,
#logo-list-slider .swiper-slide {
  width: auto !important;
}

#testimonial-slider,
#board-slider,
#advisors-slider,
#staff-slider {
  overflow: visible !important;
}

#logo-list-slider .swiper-wrapper {
  transition: none !important;
  will-change: transform;
}

#logo-list-slider .swiper-slide {
  margin-right: 0 !important;
  flex-shrink: 0;
}

#logo-list-slider .slide-inner {
  display: inline-flex;
  align-items: center;
  margin-right: 100px;
  height: 100%;
}

#logo-list-slider .slide-inner img {
  display: block;
  height: auto;
  width: 100%;
}

#connector {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
#connector-line {
  stroke: #e1e1e5;
  stroke-width: 1px;
}

.team-member-navigation-link.team-member-navigation-link-active {
  position: relative;
}

.team-member-navigation-link.team-member-navigation-link-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #da1e40;
}

.popup-overlay-section {
  position: fixed;
  inset: 0;
  z-index: 99;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.popup-form-container {
  position: fixed;
  right: 0;
  width: 100%;
  margin-top: 20px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.popup-overlay-section.is-open {
  visibility: visible;
  opacity: 1;
}

.popup-overlay-section.is-open .popup-overlay {
  opacity: 1;
}

.popup-overlay-section.is-open .popup-form-container {
  transform: translateY(0);
}

#team-video-content {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

#team-video-content.is-visible {
  opacity: 1;
  pointer-events: auto;
}

#marquee-content {
  will-change: transform;
}

.core-functions-slide svg {
  height: 100%;
  width: 100%;
  display: block;
}

.core-function-button .core-function-button-text {
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.core-function-button-active .core-function-button-text {
  max-height: 50px;
}

.core-function-button-active .core-function-button-icon {
  width: 48px;
}

.core-function-button-active .core-function-button-title {
  color: var(--_color-palette---darker-gray);
}

.marquee-logo {
  flex: 0 0 auto;
  display: block;
  width: auto;
  max-width: none;
}

.input::-webkit-input-placeholder {
  color: #bcbcc0;
}

.input::-moz-placeholder {
  color: #bcbcc0;
}

.input:-moz-placeholder {
  color: #bcbcc0;
}

.input:-ms-input-placeholder {
  color: #bcbcc0;
}

.input::-ms-input-placeholder {
  color: #bcbcc0;
}

@media (max-width: 767px) {
  #popup-toggle-button-mobile {
    display: none;
  }
  .popup-overlay-section {
    display: none !important;
  }

  .w-nav-brand {
    padding-left: 0 !important;
  }

  .w-nav-link {
    margin-right: 0;
  }

  .w-nav[data-collapse="small"] nav.navigation {
    display: none;
  }

  .navigation {
    display: none !important;
  }

  .menu-button.w--open + .navigation {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }

  .w-icon-nav-menu:before {
    content: "" !important;
  }

  .menu-button .w-icon-nav-menu {
    border-radius: 3px;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNkgxNyIgc3Ryb2tlPSIjMUMxQzIxIi8+CjxwYXRoIGQ9Ik0zIDEwSDE3IiBzdHJva2U9IiMxQzFDMjEiLz4KPHBhdGggZD0iTTMgMTRIMTciIHN0cm9rZT0iIzFDMUMyMSIvPgo8L3N2Zz4K");
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    transition: background-color 100ms ease;
  }

  .menu-button:hover .w-icon-nav-menu {
    background-color: #f2f2f5;
  }

  .menu-button.w--open .w-icon-nav-menu {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNEwxNiAxNiIgc3Ryb2tlPSIjMUMxQzIxIi8+CjxwYXRoIGQ9Ik00IDE2TDE2IDQiIHN0cm9rZT0iIzFDMUMyMSIvPgo8L3N2Zz4K");
  }
}
