.InfoSection_sectionRow__q7ejV {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
}
.InfoSection_rtl___bmmx {
  flex-direction: row-reverse;
}
.InfoSection_ltr__94zpI {
  flex-direction: row;
}
.InfoSection_sectionImg__YlnUG {
  flex: 0.8;
  max-width: clamp(240px, 40vw, 520px);
  width: 100%;
  aspect-ratio: 9/19.5;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 8px 4px rgba(0, 0, 0, 0.35));
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition:
    opacity 0.52s ease,
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.InfoSection_enterShow__0aZJX .InfoSection_sectionImg__YlnUG {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 80ms;
}
.InfoSection_sectionText__lhSED {
  flex: 1 1 450px;
  min-width: 280px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .InfoSection_sectionRow__q7ejV {
    flex-direction: column;
    text-align: center;
  }
  .InfoSection_sectionImg__YlnUG {
    flex: 1 1 350px;
    max-width: min(70vw, 420px);
  }
  .InfoSection_sectionText__lhSED {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .InfoSection_sectionRow__q7ejV {
    gap: clamp(24px, 2vw, 56px);
  }
  .InfoSection_sectionImg__YlnUG {
    max-width: clamp(360px, 34vw, 560px);
  }
}
.InfoSection_enterHidden__8wwN2 {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.48s ease,
    transform 0.48s ease;
  will-change: opacity, transform;
}
.InfoSection_enterShow__0aZJX {
  opacity: 1;
  transform: translateY(0);
}
.InfoSection_sectionText__lhSED > * {
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  opacity: 0;
  transform: translateY(6px);
}
.InfoSection_enterShow__0aZJX .InfoSection_sectionText__lhSED > * {
  opacity: 1;
  transform: translateY(0);
}
.InfoSection_enterShow__0aZJX .InfoSection_sectionText__lhSED > :first-child {
  transition-delay: 60ms;
}
.InfoSection_enterShow__0aZJX .InfoSection_sectionText__lhSED > :nth-child(2) {
  transition-delay: 0.12s;
}
.InfoSection_enterShow__0aZJX .InfoSection_sectionText__lhSED > :nth-child(3) {
  transition-delay: 0.18s;
}
@media (prefers-reduced-motion: reduce) {
  .InfoSection_enterHidden__8wwN2,
  .InfoSection_enterShow__0aZJX,
  .InfoSection_enterShow__0aZJX .InfoSection_sectionImg__YlnUG,
  .InfoSection_enterShow__0aZJX .InfoSection_sectionText__lhSED > *,
  .InfoSection_sectionImg__YlnUG,
  .InfoSection_sectionText__lhSED > * {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
