html,
body {
  overflow-x: hidden;
}

.df-page {
  position: relative;
  overflow-x: clip;
}

.df-container,
._container {
  width: min(100% - 30px, var(--content-max-width));
  margin-inline: auto;
}

.df-main {
  display: grid;
  gap: 96px;
  padding: 56px 0 96px;
}

.df-main>section {
  width: 100%;
}

.df-main>section,
.df-about,
.df-about__content,
.df-symptoms,
.df-symptoms__content,
.df-benefits,
.df-course,
.df-course__content,
.df-card,
.df-acc__trigger {
  min-width: 0;
}

.df-main img {
  max-width: 100%;
  height: auto;
}

.df-main h2 {
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.df-muted,
.df-main p {
  margin: 0;
  color: #808080;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 592px;
}

.df-btn {
  border: 0;
  border-radius: 999px;
  background: #b560d1;
  color: #fff;
  padding: 14px 22px;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.df-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(181, 96, 209, 0.3);
}

.df-btn--lg {
  display: flex;
  padding: 24px 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9999px;
  background: #b561d1;
  font-size: 18px;
}

/* === HERO === */
.df-hero {
  position: relative;
  min-height: 700px;
  padding-top: 24px;
  isolation: isolate;
}

.df-header-only {
  position: relative;
  padding: 24px 0 12px;
  z-index: 2000;
  isolation: isolate;
  overflow: visible;
}

.df-hero__bg {
  position: absolute;
  top: 135px;
  bottom: 0;
  left: 50%;
  width: min(100% - 30px, var(--content-max-width));
  max-width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.df-hero__decor {
  position: absolute;
  pointer-events: none;
}

.df-hero__deco-ellipse {
  position: absolute;
  pointer-events: none;
}

.df-hero__deco-ellipse--right {
  top: -337px;
  left: calc(50% + 476px);
  width: 817px;
  height: 817px;
  border-radius: 50%;
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(177, 0, 236, 0.5) 0%, rgba(177, 0, 236, 0) 100%),
    rgba(177, 0, 236, 0.05);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset;
}

.df-hero__deco-ellipse--left {
  top: 95px;
  left: calc(50% - 674px);
  width: 673px;
  height: 673px;
  border-radius: 50%;
  background:
    radial-gradient(50% 50% at 50% 50%, rgba(177, 0, 236, 0.5) 0%, rgba(177, 0, 236, 0) 100%),
    rgba(177, 0, 236, 0.05);
  background-blend-mode: overlay, normal;
  box-shadow:
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset;
}

.df-hero__vector-back {
  position: absolute;
  top: -60px;
  right: -200px;
  width: 1200px;
  height: 915px;
  max-width: none;
  aspect-ratio: 260 / 183;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(1% 5% at 1% 5%, rgba(177, 0, 236, 0.05) 0%, rgba(177, 0, 236, 0) 0%);
}

.df-hero__shape {
  position: absolute;
  right: 0;
  top: 0;
  width: min(54vw, 653px);
  z-index: 1;
}

.df-hero__pack {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(56vw, 694px);
  z-index: 2;
}

.df-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 2100;
  isolation: isolate;
  overflow: visible;
  padding: 16px 24px;
}

.df-logo img {
  width: 256px;
  height: 96px;
  display: block;
}

.df-nav {
  display: inline-flex;
  gap: 32px;
  background: #fff;
  padding: 16px 24px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(177, 0, 236, 0.1);
}

.df-nav a {
  font: 400 16px/1 "Inter-Regular", Helvetica, Arial, sans-serif;
  color: #000;
}

.df-menu {
  position: relative;
  display: none;
  z-index: 2200;
}

.df-menu__toggle {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #000;
  padding: 12px 18px;
  font: 500 15px/1 "Inter", system-ui, -apple-system, sans-serif;
  box-shadow: 0 6px 18px rgba(177, 0, 236, 0.1);
  cursor: pointer;
}

.df-menu__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.df-menu__label {
  display: inline;
}

.df-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  padding: 8px;
  z-index: 2300;
}

.df-menu.is-open .df-menu__dropdown {
  display: grid;
  gap: 4px;
}

.df-menu__dropdown a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #000;
  font: 400 15px/1.2 "Inter", system-ui, -apple-system, sans-serif;
}

.df-menu__dropdown a:hover {
  background: rgba(181, 97, 209, 0.1);
}

.df-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.df-lang {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  font: 500 16px/1 "Inter-Medium", Helvetica, Arial, sans-serif;
  transform: translateY(2px);
}

.df-lang img {
  width: 16px;
  height: 16px;
}

.df-lang-menu {
  position: relative;
  z-index: 2250;
}

.df-lang-menu__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 6px;
  gap: 4px;
  min-width: 88px;
}

.df-lang-menu.is-open .df-lang-menu__dropdown {
  display: grid;
}

.df-lang-menu__dropdown button {
  border: 0;
  background: transparent;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: left;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.df-lang-menu__dropdown button:hover {
  background: rgba(181, 97, 209, 0.1);
}

.df-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  width: 1216px;
  height: 532px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  border-radius: 24px;
}

.df-hero-frame {
  display: flex;
  width: 669px;
  height: 669px;
  justify-content: start;
  align-items: center;
}

.df-hero-frame__content {
  position: relative;
  z-index: 2;
}

.df-hero-frame__media {
  width: 694px;
  height: 601px;
  position: absolute;
  right: 8px;
  top: -4.94px;
  z-index: 1;
  isolation: isolate;
  overflow: visible;
}

.df-hero-frame__scene {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.df-hero-frame__scene image {
  pointer-events: none;
  user-select: none;
}

.df-hero-frame__arrow-mask,
.df-hero-frame__arrow-2,
.df-hero-frame__arrow-3 {
  transform-box: fill-box;
  transform-origin: center;
}

.df-hero-frame__arrow-2 {
  opacity: 0.5;
  mix-blend-mode: screen;
  filter:
    blur(7px)
    saturate(1.12)
    drop-shadow(0 0 30px rgba(206, 143, 232, 0.58))
    drop-shadow(0 0 62px rgba(206, 143, 232, 0.4));
  animation: hero-cloud-float-a 6.8s ease-in-out infinite alternate;
}

.df-hero-frame__arrow-3 {
  opacity: 0.95;
  transform-origin: center;
  mix-blend-mode: screen;
  filter:
    blur(10px)
    saturate(1.08)
    drop-shadow(0 0 36px rgba(234, 182, 251, 0.52))
    drop-shadow(0 0 74px rgba(234, 182, 251, 0.3));
  animation: hero-cloud-float-b 8.9s ease-in-out infinite alternate;
}

@keyframes hero-cloud-float-a {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(16px, -10px, 0) rotate(2.8deg) scale(1.02);
  }

  100% {
    transform: translate3d(30px, -14px, 0) rotate(5.2deg) scale(1.03);
  }
}

@keyframes hero-cloud-float-b {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(-18px, 12px, 0) rotate(-3.2deg) scale(1.02);
  }

  100% {
    transform: translate3d(-34px, 18px, 0) rotate(-6deg) scale(1.04);
  }
}

.df-hero__decor {
  position: absolute;
  pointer-events: none;
}

.df-hero__decor--1 {
  right: 9.541px;
  top: 27.838px;
  fill: rgba(234, 182, 251, 0.15);
  z-index: 1;
  opacity: 0.72;
  transform: scale(1.08);
  mix-blend-mode: screen;
  filter:
    blur(3px)
    saturate(1.08)
    brightness(1.05)
    drop-shadow(0 0 22px rgba(234, 182, 251, 0.42))
    drop-shadow(0 0 48px rgba(234, 182, 251, 0.28));
}

.df-hero__decor--2 {
  width: 1300px;
  height: 915px;
  aspect-ratio: 260 / 183;
  right: -150px;
  top: -170px;
  background:
    radial-gradient(30% 30% at 50% 50%, rgb(177 0 236 / 17%) 0%, rgba(177, 0, 236, 0) 85% 85%),
    rgba(177, 0, 236, 0.05);
  background-blend-mode: overlay, normal;
  border-radius: 50%;
  box-shadow:
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset,
    0 0 250px 0 #fff inset;
}

.df-hero__decor--3 {
  width: 673px;
  height: 673px;
  border-radius: 673px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(177, 0, 236, 0.05) 0%, rgba(177, 0, 236, 0) 100%);
  left: -184px;
  top: -10px;
}

.df-hero-frame__title {
  width: 390px;
  margin: 0 0 18px;
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.df-hero-frame__text {
  width: 434px;
  margin: 0 0 24px;
  color: #a57a94;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.df-hero-frame__cta {
  display: inline-flex;
  width: fit-content;
  padding: 24px 56px;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  border-radius: 9999px;
  background: #b561d1;
}

.df-btn--lg {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.df-hero-frame__cta .df-btn--lg {
  padding: 0;
  background: transparent;
}

.df-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.df-about__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 333px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.df-about__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.df-about__play {
  position: relative;
  width: 144px;
  height: 144px;
  z-index: 1;
  transition: transform 0.24s ease;
}

.df-about__media:hover .df-about__play {
  transform: scale(1.06);
}

.df-about__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.df-about__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.df-about__media.is-playing .df-about__bg,
.df-about__media.is-playing .df-about__play {
  opacity: 0;
}

.df-about__media.is-playing .df-about__video {
  display: block;
}

.df-about__content {
  display: grid;
  gap: 14px;
}

.df-about__decor img {
  position: absolute;
  display: block;
}

.about-decor1 {
  width: 75px;
  height: 75px;
  opacity: 0.5;
  right: 20px;
}

.about-decor2 {
  width: 56px;
  height: 56px;
  opacity: 0.25;
  right: -20px;
  top: 315px;
}

.about-decor3 {
  width: 863px;
  height: 863px;
  border-radius: 863px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(206, 125, 234, 0.25) 0%, rgba(207, 125, 234, 0) 100%);
  right: -96px;
  top: 350px;
}

.df-causes {
  display: grid;
  gap: 40px;
  position: relative;
}

.df-causes>h2,
.df-causes__grid {
  position: relative;
  z-index: 1;
}

.df-causes__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.df-causes__decor img {
  position: absolute;
  display: block;
  z-index: 0;
}

.causes-decor1 {
  width: 46.539px;
  height: 46.539px;
  transform: rotate(16.055deg);
  opacity: 0.25;
  left: -34px;
  top: 456px;
}

.causes-decor2 {
  width: 56px;
  height: 56px;
  opacity: 0.5;
  left: -6px;
  top: 407px;
}

.causes-decor3 {
  width: 658.115px;
  height: 532.119px;
  stroke-width: 4px;
  stroke: #fbf4fe;
  top: 167px;
  left: -345px;
}

.df-causes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.df-cause {
  display: flex;
  gap: 16px;
  width: 280px;
  max-width: 100%;
  align-content: flex-start;
  flex-direction: column;
}

.df-cause img {
  width: 56px;
  height: 56px;
}

.df-cause p {
  color: #000;
  font-size: 16px;
  line-height: 1.45;
}

.df-symptoms {
  display: inline-flex;
  width: 100%;
  gap: 32px;
  align-items: center;
}

.df-symptoms__content {
  display: grid;
  gap: 16px;
}

.df-symptoms ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
  align-items: flex-start;
}

.df-symptoms li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font: 400 18px/1.55 "Inter-Regular", Helvetica, Arial, sans-serif;
}

.df-symptoms li img {
  width: 24px;
  height: 24px;
}

.df-symptoms__image {
  width: 592px;
  max-width: 100%;
  height: 444px;
  border-radius: 25px;
  object-fit: cover;
}

.df-course {
  display: flex;
  width: 1216.309px;
  max-width: 100%;
  align-items: flex-start;
  gap: 65px;
  padding: 32px 40px;
  position: relative;
  border-radius: 24px;
  background: rgba(181, 97, 209, 0.1);
  box-sizing: border-box;
}

.df-course__content {
  display: flex;
  flex-direction: column;
  width: 551px;
  max-width: 100%;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.df-course__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
}

.df-course__title {
  margin: 0;
  align-self: stretch;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.df-course__subtitle {
  margin: 0;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.df-course__notice-wrap {
  display: flex;
  width: 100%;
  padding: 24px 0 0;
  border-top: 1px solid #a4799233;
}

.df-course__notice {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  max-width: 553px;
}

.df-course__media {
  position: relative;
  align-self: stretch;
  width: 514px;
  max-width: 100%;
  z-index: 1;
}

.df-course__images {
  position: relative;
  display: flex;
  width: 514px;
  max-width: 100%;
  padding-top: 34px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 514 / 325;
  height: auto;
}

.df-course__img-main {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.df-course__img-sub {
  position: absolute;
  top: 23.7%;
  left: 0%;
  width: 73%;
  height: auto;
  object-fit: cover;
}

.df-course__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.df-course__decor img {
  position: absolute;
  display: block;
}

.course-decor1 {
  width: 658.115px;
  height: 532.119px;
  stroke-width: 4px;
  stroke: #fcf3f8;
  right: -402px;
  top: -67px;
}

.course-decor2 {
  width: 46.539px;
  height: 46.539px;
  right: -50px;
  top: 575px;
}

.df-benefits {
  display: inline-flex;
  width: 100%;
  gap: 32px;
  align-items: flex-start;
  position: relative;
}

.df-benefits__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.df-benefits__decor img {
  position: absolute;
  display: block;
}

.benefits-decor1 {
  width: 40.722px;
  height: 40.722px;
  left: -30px;
  top: 350px;
}

.benefits-decor2 {
  width: 863px;
  height: 863px;
  border-radius: 863px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(194, 125, 234, 0.25) 0%, rgba(194, 125, 234, 0) 100%);
  left: -486px;
}

.df-benefits>div:first-child {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

.df-benefits__list {
  display: flex;
  width: 592px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.df-benefits__list>div {
  display: flex;
  gap: 16px;
  align-items: center;
  align-self: stretch;
}

.df-benefits__list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.df-benefits__list p {
  margin: 0;
  color: #000;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.df-instruction {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 40px;
  border-radius: 24px;
  width: 1216px;
  max-width: 100%;
  align-items: flex-start;
  background: rgba(181, 97, 209, 0.1);
  box-sizing: border-box;
}

.df-instruction__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.df-acc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #9f5f8540;
}

.df-acc:last-child {
  border-bottom: 0;
}

.df-acc__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.df-acc__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
}

.df-acc h3,
.df-acc__title {
  margin: 0;
  color: #000;
  font-family: "Inter-Medium", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.df-acc p {
  margin: 0;
  color: #4f1f5fbf;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.df-acc__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
}

.df-acc.is-open .df-acc__panel {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
}

.df-acc__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #b560d1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.df-acc__icon-img--close {
  width: 10px;
  height: 10px;
  display: none;
}

.df-acc__icon-img--plus {
  width: 13px;
  height: 13px;
  display: block;
}

.df-acc__icon-img {
  transition: opacity 0.2s ease;
}

.df-acc.is-open .df-acc__icon-img--close {
  display: block;
}

.df-acc.is-open .df-acc__icon-img--plus {
  display: none;
}

.df-useful {
  display: flex;
  width: 1216px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.df-useful__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  align-self: stretch;
  gap: 32px;
}

.df-card {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.df-card .ui-card-link {
  display: grid;
  gap: 24px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.df-card img {
  width: 100%;
  height: auto;
  align-self: stretch;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.df-card h3 {
  margin: 0;
  color: #000;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  align-self: stretch;
}

.df-card p,
.df-card time {
  margin: 0;
  color: #808080;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.df-cta {
  display: flex;
  width: 1216px;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.df-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 16px;
}

.df-gallery__row {
  display: flex;
  width: 100%;
  gap: 16px;
}

.df-gallery__row a {
  display: block;
  flex: 1 0 0;
}

.df-gallery img {
  width: 100%;
  height: 140.665px;
  flex: 1 0 0;
  aspect-ratio: 95 / 58;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.df-footer {
  position: relative;
  margin-top: 80px;
  display: flex;
  padding: 48px 75px 32px 75px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.df-footer__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #b561d11a;
}

.df-footer__inner {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.df-footer__top {
  display: flex;
  gap: 24px;
  width: 1216px;
  max-width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.df-footer__site {
  margin: 16px 0 0;
  color: #4f1f5fbf;
  font: 400 16px/1.3 "Open Sans-Regular", Arial, sans-serif;
}

.df-footer__site-link {
  color: inherit;
  text-decoration: none;
}

.df-footer__links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.df-footer__links a {
  color: #000;
  font: 400 16px/1 "Inter-Regular", Helvetica, Arial, sans-serif;
}

.df-footer__bottom {
  border-top: 0;
  position: relative;
  padding-top: 24px;
  color: #502060bf;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  font: 400 14px/1.4 "Open Sans-Regular", Arial, sans-serif;
}

.df-footer__bottom p {
  max-width: 403px;
}

.df-footer__bottom strong {
  font-weight: 700;
}

.df-footer__bottom::before {
  content: "";
  display: block;
  width: 1215.5px;
  max-width: 100%;
  height: 1px;
  background: rgba(236, 0, 140, 0.1);
}

.where-fixed {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: visible;
  display: block;
  z-index: 99;
  text-decoration: none;
}

.where-fixed img {
  display: block;
  display: block;
  vertical-align: top;
}

.where-fixed img:first-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.where-fixed img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 87.55%;
  height: 91.29%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: circle 15s linear infinite;
}

.lang-kz .where-fixed img:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200.05%;
  height: 106.92%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  animation: circle 15s linear infinite;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 1;
}

.df-about__media,
.df-cause,
.df-symptoms__image,
.df-course,
.df-benefits__list > div,
.df-acc,
.df-card,
.df-gallery img,
.df-footer__links a,
.df-nav a {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, filter 0.24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .df-about__media:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .df-cause:hover {
    transform: translateY(-3px);
  }

  .df-cause:hover p {
    color: #000;
  }

  .df-symptoms__image:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  }

  .df-course:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(181, 97, 209, 0.22);
  }

  .df-benefits__list > div:hover {
    transform: translateX(3px);
  }

  .df-acc:hover {
    border-bottom-color: rgba(159, 95, 133, 0.4);
  }

  .df-card:hover {
    transform: translateY(-4px);
  }

  .df-card:hover img {
    filter: saturate(1.04);
  }

  .df-gallery img:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    border-color: rgba(181, 97, 209, 0.35);
  }

  .df-footer__links a:hover,
  .df-nav a:hover {
    color: #b560d1;
  }
}

@media (max-width: 1200px) {
  .df-hero {
    min-height: 500px;
  }

  .df-container,
  ._container {
    width: min(100% - 40px, 922px);
  }

  .df-hero__bg {
    top: 96px;
    width: min(100% - 40px, 922px);
    overflow: hidden;
  }

  .df-hero__deco {
    height: 720px;
  }

  .df-hero__vector-back {
    width: min(920px, 90vw);
    height: auto;
    max-height: min(620px, 48vh);
    aspect-ratio: 260 / 183;
    right: max(-80px, -10vw);
    left: auto;
    transform: none;
    top: 10px;
  }

  .df-hero__deco-ellipse--right {
    transform: scale(0.5);
    transform-origin: center center;
    left: calc(50% + 120px);
    top: -180px;
  }

  .df-hero__deco-ellipse--left {
    transform: scale(0.55);
    transform-origin: center center;
    left: calc(50% - 45vw);
    top: 100px;
  }

  .df-main {
    gap: 72px;
    padding-top: 32px;
  }

  .df-header {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
  }

  .df-logo {
    flex: 0 0 auto;
  }

  .df-logo img {
    width: clamp(150px, 16vw, 220px);
    height: auto;
  }

  .df-nav {
    display: none !important;
  }

  .df-menu {
    display: block !important;
    order: 5;
    margin-left: 0;
    position: relative;
  }

  .df-header__actions {
    flex-wrap: nowrap;
    gap: 6px;
    order: 4;
    margin-left: auto;
    min-width: 0;
  }

  .df-lang {
    font-size: 14px;
  }

  .df-btn {
    padding: 9px 12px;
    font-size: 12px;
  }

  .df-menu__toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .df-menu__label {
    display: none;
  }

  .df-menu__dropdown {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    border-radius: 0 0 16px 16px;
    padding: 17px 16px 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px) scaleY(0.96);
    transform-origin: top center;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

  .df-menu.is-open .df-menu__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
  }

  .df-menu:hover .df-menu__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scaleY(1);
  }

  .df-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 0;
    color: #1f1f1f;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .df-menu__item:last-child {
    border-bottom: 0;
  }

  .df-menu__item svg {
    flex: 0 0 auto;
  }

  .df-hero-frame__title {
    font-size: 44px;
    width: 460px;
  }

  .df-hero__shape {
    width: min(40vw, 420px);
    max-width: 420px;
  }

  .df-hero__pack {
    width: min(42vw, 460px);
    max-width: 460px;
  }

  .df-about__content,
  .df-symptoms__content,
  .df-benefits>div:first-child {
    width: 100%;
    max-width: 100%;
  }

  .df-about {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
  }

  .df-about__media {
    min-height: 250px;
    aspect-ratio: 16 / 9;
  }

  .df-about__play {
    width: 92px;
    height: 92px;
  }

  .df-benefits {
    flex-direction: column;
    align-items: stretch;
  }

  .df-symptoms {
    flex-direction: column;
    align-items: stretch;
  }

  .df-course {
    gap: 32px;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .df-course__content,
  .df-course__media {
    width: 100%;
  }

  .df-course__media {
    align-self: center;
  }

  .df-course__images {
    margin-top: 0;
    max-width: 400px;
    aspect-ratio: 514 / 325;
  }

  .df-course__img-main {
    left: auto;
    width: 100%;
  }

  .df-symptoms__image {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 592 / 444;
  }

  .df-causes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .df-cause {
    width: auto;
  }

  .df-useful__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .df-card {
    width: 100%;
  }

  .df-gallery__row {
    flex-wrap: wrap;
  }

  .df-gallery img {
    min-width: calc(33.333% - (32px * 2 / 3));
    flex: 1 1 calc(33.333% - (32px * 2 / 3));
    height: auto;
  }

  .df-footer__top {
    flex-direction: column;
  }

  .df-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .where-fixed {
    width: 104px;
    height: 104px;
    right: 24px;
    bottom: 32px;
  }
}

@media (max-width: 1024px) {
  .df-header {
    gap: 8px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .df-logo {
    flex: 0 0 auto;
  }

  .df-logo img {
    width: clamp(126px, 20vw, 180px);
    height: auto;
  }

  .df-menu__toggle {
    padding: 10px 12px;
    font-size: 13px;
  }

  .df-header__actions {
    gap: 6px;
  }

  .df-lang {
    font-size: 13px;
    gap: 6px;
  }

  .df-btn {
    padding: 9px 12px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .df-hero__content {
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 20px;
  }

  .df-hero-frame {
    width: 100%;
    height: auto;
    order: 2;
  }

  .df-hero-frame__content {
    width: 100%;
    max-width: 100%;
  }

  .df-hero-frame__media {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 694px);
    height: auto;
    aspect-ratio: 694 / 601;
    margin-inline: auto;
    order: 1;
  }

  .df-hero-frame__decor {
    order: 3;
  }

  .df-hero__decor--2 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .df-hero-frame__arrow-mask,
  .df-hero-frame__arrow-2,
  .df-hero-frame__arrow-3 {
    animation: none;
  }
}

@media (max-width: 780px) {

  .df-container,
  ._container {
    width: min(100% - 32px, 720px);
  }

  .df-hero__bg {
    top: 72px;
    width: min(100% - 32px, 720px);
    overflow: hidden;
  }

  .df-hero-frame__media {
    width: min(100%, 620px);
    aspect-ratio: 694 / 601;
  }


  .df-main h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .df-main p,
  .df-muted {
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .df-header-only {
    padding: 16px 0 8px;
  }

  .df-header {
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .df-menu {
    display: block;
    order: 5;
    margin-left: 0;
  }

  .df-nav {
    display: none;
  }

  .df-logo img {
    width: 164px;
    height: auto;
  }

  .df-header__actions {
    gap: 6px;
    width: auto;
    justify-content: flex-end;
    order: 4;
    margin-left: auto;
    min-width: 0;
  }

  .df-menu__dropdown {
    top: 72px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .df-menu__toggle {
    padding: 11px 14px;
    font-size: 14px;
  }

  .df-lang {
    transform: none;
    font-size: 14px;
  }

  .df-btn {
    padding: 11px 14px;
    font-size: 13px;
    white-space: nowrap;
  }

  .df-hero {
    min-height: 400px;
  }

  .df-hero__deco {
    height: 520px;
  }

  .df-hero__vector-back {
    width: min(680px, 92vw);
    height: auto;
    max-height: min(420px, 34vh);
    aspect-ratio: 260 / 183;
    right: max(-24px, -6vw);
    left: auto;
    transform: none;
    top: 12px;
  }

  .df-hero__deco-ellipse--right {
    transform: scale(0.28);
    left: calc(50% + 40px);
    top: -90px;
  }

  .df-hero__deco-ellipse--left {
    transform: scale(0.3);
    left: calc(50% - 48vw);
    top: 90px;
  }

  .df-hero__shape {
    width: min(240px, 54vw);
    max-width: 240px;
  }

  .df-hero__pack {
    width: min(260px, 58vw);
    max-width: 260px;
  }

  .df-hero__content {
    width: 100%;
    height: auto;
    min-height: 360px;
  }

  .df-hero-frame__title {
    font-size: 30px;
    width: 340px;
    line-height: 1.15;
  }

  .df-about {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .df-about__media {
    min-height: 200px;
  }

  .df-about__play {
    width: 84px;
    height: 84px;
  }

  .df-hero-frame__text {
    font-size: 14px;
    width: 300px;
    line-height: 1.45;
  }

  .df-main>section {
    width: 100%;
    max-width: 100%;
  }

  .df-main img {
    max-width: 100%;
    height: auto;
  }

  .df-causes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .df-cause img {
    width: 48px;
    height: 48px;
  }

  .df-course {
    padding: 20px 16px;
    gap: 20px;
  }

  .df-course__media {
    align-self: center;
    width: 100%;
  }

  .df-course__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .df-course__head {
    align-items: flex-start;
  }

  .df-course__subtitle {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-course__notice {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-course__images {
    margin-top: 0;
    width: min(100%, 340px);
    max-width: 100%;
    margin-inline: auto;
  }

  .df-course__img-main {
    width: 100%;
    height: auto;
    left: auto;
  }

  .df-course__img-sub {
    width: 73%;
    height: auto;
    top: 23.7%;
  }

  .df-useful__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .df-card {
    width: 100%;
  }

  .df-card h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .df-instruction {
    padding: 20px;
  }

  .df-acc h3,
  .df-acc__title {
    font-size: 18px;
    line-height: 1.25;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }

  .df-cta,
  .df-useful {
    width: 100%;
  }

  .df-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .df-footer__bottom::before {
    width: 100%;
  }

  .where-fixed {
    width: 76px;
    height: 76px;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 900px) {
  .df-hero {
    min-height: 460px;
  }

  .df-hero__bg {
    top: 215px;
    left: -12px;
    transform: none;
    width: min(100% - 24px, 980px);
    padding-bottom: 750px;
  }

  .df-hero__content {
    padding-top: 20px;
  }
}

@media (min-width: 1181px) and (max-width: 1248px) {
  .df-cta,
  .df-useful {
    width: 100%;
    max-width: 100%;
  }

  .df-useful__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }

  .df-card {
    width: 100%;
    max-width: 100%;
  }

  .df-card img {
    height: auto;
  }

  .df-gallery__row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .df-gallery img {
    min-width: calc(33.333% - 8px);
    flex: 1 1 calc(33.333% - 8px);
    height: auto;
  }
}

@media (max-width: 766px) {
  .df-main p,
  .df-muted,
  .df-card p,
  .df-card time,
  .df-acc p,
  .df-course__subtitle,
  .df-course__notice {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (min-width: 481px) {
  .where__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }

  .where__item img {
    width: 100%;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }
}

@media (max-width: 480px) {

  .df-container,
  ._container {
    width: min(100% - 24px, 460px);
  }

  .df-main {
    gap: 48px;
    padding: 20px 0 56px;
  }

  .df-main h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .df-main p,
  .df-muted {
    font-size: 14px;
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .df-main img {
    max-width: 100%;
    height: auto;
  }

  .df-hero {
    min-height: 380px;
    padding-top: 12px;
  }

  .df-hero__bg {
    top: 200px;
    width: min(100% - 24px, 460px);
  }

  .df-hero-frame__media {
    width: min(100%, 420px);
    aspect-ratio: 694 / 601;
  }


  .df-hero__shape {
    width: min(150px, 46vw);
    max-width: 150px;
  }

  .df-hero__pack {
    width: min(170px, 52vw);
    max-width: 170px;
    top: 18px;
  }

  .df-header-only {
    padding: 12px 0 6px;
  }

  .df-header {
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .df-logo img {
    width: 132px;
  }

  .df-menu__toggle {
    padding: 9px 12px;
    font-size: 13px;
  }

  .df-menu {
    order: 5;
    margin-left: 0;
  }

  .df-menu__dropdown {
    top: 64px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .df-header__actions {
    gap: 6px;
    width: auto;
    justify-content: flex-end;
    order: 4;
    margin-left: auto;
  }

  .df-lang {
    font-size: 13px;
    gap: 6px;
  }

  .df-btn {
    padding: 9px 12px;
    font-size: 12px;
  }

  .df-header__actions>.df-btn {
    display: none;
  }

  .df-hero__content {
    width: 100%;
    min-height: 300px;
  }

  .df-hero-frame__title {
    font-size: 24px;
    width: 100%;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .df-hero-frame__text {
    font-size: 14px;
    width: 100%;
    margin-bottom: 16px;
  }

  .df-hero-frame__cta {
    padding: 12px 18px;
  }

  .df-hero-frame__cta .df-btn--lg {
    font-size: 14px;
  }

  .df-about {
    gap: 12px;
  }

  .df-about__media {
    min-height: 180px;
    border-radius: 16px;
  }

  .df-about__play {
    width: 68px;
    height: 68px;
  }

  .df-causes {
    gap: 20px;
  }

  .df-causes__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .df-cause {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .df-cause img {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }

  .df-cause p {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
  }

  .df-symptoms {
    gap: 16px;
  }

  .df-symptoms li {
    font-size: 16px;
    line-height: 1.45;
  }

  .df-symptoms__image {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    border-radius: 16px;
  }

  .df-course {
    padding: 16px 12px;
    gap: 14px;
    border-radius: 16px;
  }

  .df-course__title {
    font-size: 22px;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }

  .df-course__subtitle,
  .df-course__notice {
    font-size: 14px;
    line-height: 20px;
  }

  .df-course__images {
    width: min(100%, 260px);
    max-width: 100%;
    margin-inline: auto;
  }

  .df-benefits {
    gap: 20px;
  }

  .df-benefits__list {
    gap: 14px;
  }

  .df-benefits__list p {
    font-size: 16px;
    line-height: 1.45;
  }

  .df-instruction {
    gap: 20px;
    padding: 16px 12px;
    border-radius: 16px;
  }

  .df-acc__title,
  .df-acc h3 {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .df-acc p {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-useful,
  .df-cta {
    gap: 14px;
  }

  .df-useful__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .df-card {
    gap: 14px;
  }

  .df-card img {
    height: auto;
    border-radius: 10px;
  }

  .df-card h3 {
    font-size: 16px;
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  .df-card p,
  .df-card time {
    font-size: 14px;
    line-height: 1.45;
  }

  .df-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
  }

  .df-gallery__row {
    display: contents;
  }

  .df-gallery img {
    width: 100%;
    min-width: 0;
    flex: initial;
    height: auto;
  }

  .df-footer {
    margin-top: 48px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 28px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .df-footer__links {
    gap: 14px;
  }

  .df-footer__bottom {
    gap: 16px;
    padding-top: 16px;
  }

  .where-fixed {
    width: 64px;
    height: 64px;
    right: 16px;
    bottom: 16px;
  }
}

@media (hover: none), (pointer: coarse) {
  .df-btn:hover {
    transform: none;
    box-shadow: none;
  }

  .df-menu__dropdown a:hover,
  .df-lang-menu__dropdown button:hover {
    background: transparent;
  }

  .df-about__media:hover .df-about__play {
    transform: none;
  }

}

@media (prefers-reduced-motion: reduce) {

  .df-btn,
  .df-about__play,
  .reveal-on-scroll {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }

  .where-fixed img:last-child {
    transition: none !important;
    animation: none !important;
    transform: translate(-50%, -50%) !important;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
  }
}