.expo-section {
  min-height: 640px;
  padding: 0;
  color: var(--rsf-blue-white);
  background:
    radial-gradient(circle at 92% 44%, rgba(52, 146, 240, 0.42), rgba(52, 146, 240, 0) 28%),
    var(--rsf-dark);
}

.expo-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1427px, 100%);
  min-height: 640px;
  overflow: hidden;
}

.expo-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 474px;
  margin-bottom: 0;
}

.expo-copy {
  position: relative;
  z-index: 2;
  width: 445px;
  flex: 0 0 445px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -153px;
}

.expo-copy .rsf-eyebrow {
  min-width: 100%;
  margin: 0;
  color: var(--rsf-blue-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}

.expo-copy .rsf-title {
  width: 430px;
  margin: 17px 0 18px;
  color: var(--rsf-blue-white);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.expo-copy .rsf-title span {
  display: block;
}

.expo-copy .rsf-title strong {
  font-weight: 700;
}

.expo-copy .rsf-copy {
  width: 445px;
  margin: 0 0 19px;
  color: var(--rsf-blue-white);
  font-size: 18px;
  line-height: 1.5;
}

.expo-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 280px;
  height: 52px;
  padding: 0 11px;
  border-radius: 8px;
  background: rgba(222, 245, 249, 0.05);
  color: var(--rsf-blue-white);
  font-size: 16px;
  line-height: 1.5;
}

.expo-cta__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 8px;
  background: var(--rsf-gradient);
}

.expo-cta__icon img {
  width: 24px;
  height: 24px;
}

.expo-visual {
  position: relative;
  z-index: 2;
  width: 760px;
  height: 474px;
  flex: 0 0 760px;
  display: grid;
  place-items: start;
}

.expo-visual__shadow,
.expo-visual__stand {
  position: absolute;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
}

.expo-visual__shadow {
  left: 0;
  top: 0;
  width: 1083px;
  height: 725.6px;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.expo-visual__stand {
  left: 0;
  top: 0;
  width: 760px;
  height: auto;
  transform: none;
}

.expo-logos {
  position: relative;
  z-index: 3;
  width: 100vw;
  height: 118px;
  margin-top: 10px;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.expo-logos::before,
.expo-logos::after {
  content: "";
  position: absolute;
  inset-block: 0;
  z-index: 2;
  width: min(18vw, 170px);
  pointer-events: none;
}

.expo-logos::before {
  left: 0;
  background: linear-gradient(90deg, var(--rsf-dark) 0%, rgba(7, 18, 29, 0) 100%);
}

.expo-logos::after {
  right: 0;
  background: linear-gradient(270deg, var(--rsf-dark) 0%, rgba(7, 18, 29, 0) 100%);
}

.expo-logos__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 63px;
  width: max-content;
  height: 100%;
  padding-left: 0;
  animation: expo-logo-marquee 46s linear infinite;
}

.expo-logo {
  width: auto;
  object-fit: contain;
  opacity: 0.88;
}

.expo-logo--ultra {
  height: 50px;
}

.expo-logo--fagron {
  position: relative;
  display: block;
  width: 163.456px;
  height: 36.272px;
  flex: 0 0 163.456px;
}

.expo-logo--fagron img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.expo-logo--florien {
  height: 46px;
}

.expo-logo--biotec-text {
  height: 31px;
}

.expo-logo--erth {
  height: 92px;
}

.expo-logo--biotec-symbol {
  height: 46px;
}

.expo-logo--galena {
  height: 36px;
}

.expo-logo--sao-lucas {
  height: 82px;
}

.expo-logo--sovita {
  height: 83px;
}

@media (max-width: 900px) {
  .expo-content {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
  }

  .expo-copy {
    width: min(445px, calc(100% - 32px));
    flex-basis: auto;
    margin-right: 0;
    align-items: center;
    text-align: center;
  }

  .expo-copy .rsf-title,
  .expo-copy .rsf-copy {
    width: 100%;
  }

  .expo-visual {
    width: min(982px, 100vw);
    height: auto;
    aspect-ratio: 982 / 725.46;
    flex-basis: auto;
  }

  .expo-visual__shadow,
  .expo-visual__stand {
    width: 110%;
    height: auto;
  }

  .expo-visual__stand {
    left: 0;
    top: 0;
    transform: none;
  }
}

@media (max-width: 480px) {
  .expo-section {
    min-height: 647px;
    padding: 0;
    background:
      radial-gradient(circle at 114% 49%, rgba(52, 146, 240, 0.42), rgba(52, 146, 240, 0) 36%),
      var(--rsf-dark);
  }

  .expo-shell {
    width: 100%;
    min-height: 647px;
  }

  .expo-content {
    gap: 9.297px;
    margin: 0 auto;
    justify-content: center;
  }

  .expo-copy {
    width: 309px;
  }

  .expo-copy .rsf-eyebrow {
    font-size: 15px;
    text-align: center;
  }

  .expo-copy .rsf-title {
    width: 281px;
    margin: 14px 0;
    font-size: 20px;
    text-align: center;
  }

  .expo-copy .rsf-title span {
    display: inline;
  }

  .expo-copy .rsf-copy {
    width: 309px;
    margin-bottom: 14px;
    font-size: 15px;
    text-align: center;
  }

  .expo-cta {
    width: 209px;
    height: 38.814px;
    gap: 11.196px;
    padding: 0 8.211px;
    font-size: 11.94px;
  }

  .expo-cta__icon {
    width: 29.857px;
    height: 29.857px;
    flex-basis: 29.857px;
  }

  .expo-cta__icon img {
    width: 17.914px;
    height: 17.914px;
  }

  .expo-visual {
    width: 275px;
    height: 224px;
    aspect-ratio: auto;
  }

  .expo-visual__shadow {
    left: -27px;
    top: 3px;
    width: 333px;
    height: auto;
  }

  .expo-visual__stand {
    left: -27px;
    top: 0;
    width: 333px;
    height: auto;
  }

  .expo-logos {
    height: 70px;
    margin-top: 33px;
  }

  .expo-logos__track {
    gap: 18.487px;
    height: 70px;
    animation-duration: 30s;
  }

  .expo-logo--ultra {
    height: 18px;
  }

  .expo-logo--fagron {
    width: 47.921px;
    height: 10.634px;
    flex-basis: 47.921px;
  }

  .expo-logo--florien {
    height: 14px;
  }

  .expo-logo--biotec-text {
    height: 9px;
  }

  .expo-logo--erth {
    height: 28px;
  }

  .expo-logo--biotec-symbol {
    height: 14px;
  }

  .expo-logo--galena {
    height: 11px;
  }

  .expo-logo--sao-lucas {
    height: 24px;
  }

  .expo-logo--sovita {
    height: 24px;
  }
}

@keyframes expo-logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .expo-logos__track {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}
