:root {
  --pudra-500: #221e20;
  --lime: #d4dd5f;
  --green: var(--lime);
  --pudra-100: #f9f7f6;
  --pink: #cd486a;
  --white: #fff;
  --border-radius-animation: 0px;
  --pudra-200: #e2d7d2;
  --gray-300: #514f56;
  --gray-200: #949191;
  --gray-100: #ebebeb;
  --black: #221e20;
  --green-secondary: #636d5c;
  --pudra: #ece8e7;
  --gray: #efefef;
  --header-text-color: white;
  --header-background: #ffffff1f;
  --plan-card-border: 20px;
  --font-family-second: Playfairdisplay, sans-serif;
  --font-family-main: Poppins, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--pudra-500);
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main {
  z-index: 1;
  flex: 1;
  position: relative;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.hero-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
  position: relative;
}

.container.experts-conainer {
  grid-column-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.contact-conainer {
  grid-column-gap: 5.62rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.sessions-container {
  margin-bottom: 2.5rem;
}

.container.session-progressbar {
  margin-top: 2.5rem;
}

.button {
  background-color: var(--lime);
  color: var(--pudra-500);
  text-align: center;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem 1rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.button-green {
  background-color: var(--green);
  color: var(--pudra-100);
}

.button.button-green.experts-button {
  margin-top: 1rem;
}

.button.button-green.experts-button.rot {
  background-color: var(--pink);
}

.button.button-green.form-button {
  background-color: var(--lime);
  color: var(--pudra-500);
  margin-top: 1.25rem;
}

.button.button-green.subscribe-button {
  height: 4.5625rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.button.button-smoke {
  background-color: var(--pudra-100);
}

.button.button-smoke.plan-button {
  align-self: stretch;
  margin-top: 2.62rem;
}

.button.header-button {
  background-color: var(--lime);
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.sessions {
  background-color: #fff;
  background-image: linear-gradient(0deg, var(--white), #d4dd5f40);
  height: 300vh;
  position: relative;
}

.section.sessions.alt {
  display: none;
}

.section.section-padding-small {
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.section-padding-small.experts-info {
  z-index: 1;
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--white);
  background-image: linear-gradient(#fff, #0000 28%), radial-gradient(circle at 70%, #d4dd5f66, #fff0 55%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-padding-small.contact {
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--pudra-100);
  background-image: linear-gradient(180deg, var(--pudra-100), #fff0 47%), linear-gradient(to bottom, #ffffffa8, #ffffffa8), linear-gradient(180deg, white, var(--lime));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  margin-bottom: -80px;
  overflow: hidden;
}

.section.instructors {
  background-color: var(--white);
  overflow: hidden;
}

.section.reviews {
  background-color: var(--pudra-100);
}

.section.journey {
  background-color: var(--white);
  overflow: hidden;
}

.section.journey.weg {
  display: none;
}

.section.plans {
  background-color: var(--pudra-100);
}

.section.plans.weg {
  display: block;
}

.section.timetable {
  background-color: var(--white);
}

.section.timetable.weg {
  display: none;
}

.section.inner {
  padding-bottom: 5rem;
}

.colors {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.25rem;
  display: grid;
}

.color-card {
  flex-direction: column;
  display: flex;
}

.color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 32px;
  margin-bottom: 1.25rem;
}

.typography {
  width: 100%;
  margin-top: 2.5rem;
}

.typography-item-wrapper {
  border-top: 1px solid var(--pudra-200);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.rich-text ul {
  grid-row-gap: .43rem;
  letter-spacing: -.02em;
  flex-direction: column;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4em;
  display: flex;
}

.rich-text h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.rich-text li {
  font-size: 16px;
  line-height: 1.3em;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.button-card {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
}

.content-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.content-horizontal-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-horizontal-left.header-content {
  background-color: #0000;
  padding: .5rem .5rem .5rem 1.33rem;
  position: relative;
}

.content-horizontal-left.header-content._2 {
  border-radius: 40px;
  height: 81px;
  padding: .1rem .7rem .1rem 2rem;
}

.content-horizontal-left.header-content._11 {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  padding: 20px 16px 10px 20px;
}

.content-horizontal-left.header-content._11:hover {
  text-align: center;
  background-color: #f9f7f600;
  border-radius: 100px;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.header {
  z-index: 10;
  width: 100%;
  height: 0;
  position: fixed;
  inset: 1rem auto auto 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding: 10rem 5vw;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 3.125rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-large {
  letter-spacing: -.02em;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.text-large.schedule-card-value {
  align-items: center;
  display: flex;
}

.text {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.text.color-white.hero-text {
  max-width: 28.5556em;
}

.text.color-white.hero-text._01 {
  margin-bottom: 8px;
}

.text.text-center {
  font-size: 17px;
  font-weight: 400;
}

.text.text-center.timetable-description {
  max-width: 42em;
}

.text.text-center.qua {
  margin-bottom: 6px;
}

.text.text-center.teg {
  color: var(--pink);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.text.text-center.small {
  max-width: 60%;
}

.text.color-gray-200 {
  font-size: 15px;
  font-weight: 400;
}

.text.color-gray-200.text-font-medium {
  font-size: 16px;
  font-weight: 500;
}

.text-extra-small {
  font-size: 1rem;
}

.text-italic {
  font-family: Poppins, sans-serif;
  font-style: normal;
}

.text-italic.subscribe-title {
  font-size: 3rem;
}

.heading-medium {
  letter-spacing: -.06em;
  font-size: 4.25rem;
  line-height: 1.1em;
}

.heading-medium.heading-max-width.text-center {
  max-width: 19em;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.gray-300 {
  background-color: var(--gray-300);
}

.gray-200 {
  background-color: var(--gray-200);
}

.gray-100 {
  background-color: var(--gray-100);
}

.pudra-500 {
  background-color: var(--pudra-500);
}

.pudra-200 {
  background-color: var(--pudra-200);
}

.pudra-100 {
  background-color: var(--pudra-100);
}

.green {
  background-color: var(--green);
}

.white {
  background-color: var(--white);
}

.black {
  background-color: var(--black);
}

.green-secondary {
  background-color: var(--green-secondary);
}

.pudra {
  background-color: var(--pudra);
}

.gray {
  background-color: var(--gray);
}

.text-gray-200 {
  color: var(--gray-200);
}

.text-pudra-500 {
  color: var(--pudra-500);
}

.style-guide-title {
  margin-bottom: 5rem;
}

.footer {
  background-color: var(--pudra-500);
  padding-top: 6rem;
  padding-bottom: 1.25rem;
}

.header-navigation {
  margin-left: auto;
}

.header-list {
  grid-column-gap: 3.25vw;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
  transition: opacity .3s;
}

.link:hover {
  opacity: .8;
}

.link.navigation-link {
  color: var(--header-text-color);
}

.link.navigation-link.w--current {
  text-decoration: none;
}

.link.link-small {
  font-size: 1rem;
  line-height: 1.5em;
}

.link.link-small:hover {
  color: var(--pink);
}

.hero {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-bg2x.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.header-logo {
  flex: none;
  transition: opacity .3s;
  position: relative;
}

.header-logo:hover {
  opacity: .8;
}

.header-logo.w--current {
  position: relative;
}

.header-blur {
  z-index: -1;
  background-color: var(--header-background);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-image {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.header-logo-image.tablet-hide {
  opacity: 1;
  width: 100%;
  height: auto;
}

.tablet-visible {
  display: none;
}

.tablet-hide {
  display: block;
}

.socials {
  grid-column-gap: .625rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.socials-link {
  background-color: var(--gray-300);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link:hover {
  background-color: var(--white);
  color: var(--pudra-500);
}

.socials-link.background-green:hover {
  background-color: var(--green);
  color: var(--white);
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg.button-icon {
  z-index: 1;
  position: relative;
}

.heading-large {
  letter-spacing: -.03em;
  font-family: Playfairdisplay, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1em;
}

.color-white {
  color: var(--white);
}

.hero-title-text {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.hero-video-wrapper {
  aspect-ratio: 1 / 1.34;
  border-radius: 162px;
  width: 100%;
  max-width: 20.25rem;
  position: relative;
  overflow: hidden;
}

.hero-video-wrapper.weg {
  display: none;
}

.hero-video {
  z-index: 1;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-header {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.section-header.section-header-small-margin-bottom {
  margin-bottom: 3.75rem;
}

.section-header.content-horizontal-left, .section-header.content-vertical-left {
  align-items: flex-start;
}

.heading-max-width {
  max-width: 14.1176em;
}

.text-center {
  text-align: center;
}

.text-center.experts-title {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

.text-center.section-header-text {
  max-width: 43.25em;
}

.text-center.journey-title {
  max-width: 14em;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-center.plans-title {
  max-width: 15em;
}

.sessions-wrapper {
  flex: none;
  overflow: hidden;
}

.sessions-list {
  grid-column-gap: 1.25rem;
  display: flex;
}

.sessions-item {
  flex: none;
  width: 100%;
  max-width: 26.25rem;
}

.session-card {
  grid-row-gap: 1.25rem;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #0000, #ffffff36), linear-gradient(to bottom, #ffffff1a, #ffffff1a), radial-gradient(circle farthest-corner at 0% 0%, var(--lime), var(--lime));
  color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 26.25rem;
  height: 100%;
  min-height: 29.25rem;
  padding: 30px;
  display: flex;
}

.session-card.small {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.session-card-logo {
  background-color: #fff0;
  background-image: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.session-card-description {
  color: var(--pudra-500);
  margin-top: auto;
  font-weight: 400;
}

.sessions-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19rem;
  margin-bottom: -14.6rem;
  display: flex;
  position: sticky;
  top: 50vh;
  overflow: hidden;
  transform: translate(0, -50%);
}

.sessions-sticky-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.experts {
  flex-direction: column;
  display: flex;
  position: relative;
}

.experts-video {
  pointer-events: none;
  background-image: url('../images/Adelheid_Morath-8.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.experts-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 34em;
  display: flex;
}

.experts-image-wrapper {
  aspect-ratio: 1 / 1.36;
  border-radius: 500px;
  width: 100%;
  max-width: 33.75rem;
  overflow: hidden;
}

.experts-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.video-button {
  color: var(--pudra-500);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  inset: 0% auto auto 0%;
}

.pause-state {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  padding-left: .125rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.play-state {
  opacity: .95;
}

.hidden {
  display: none;
}

.instructors-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.instructors-collection {
  justify-content: center;
  display: flex;
}

.instructors-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.instructors-item {
  flex: none;
  width: 100%;
  max-width: 21.25rem;
}

.instructor-card {
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.instructor-card.instructor-card-small {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.instructor-card-image-wrapper {
  aspect-ratio: 1 / 1.44;
  border-radius: 200px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.instructor-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instructor-card-info {
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.instructor-card-experience {
  display: flex;
}

.instructors-inner {
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.reviews-title {
  max-width: 13.5em;
}

.reviews-wrapper {
  display: flex;
}

.reviews-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.reviews-item {
  width: 100%;
  max-width: 26.25rem;
}

.review {
  grid-row-gap: 2rem;
  background-color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.review-stars {
  color: var(--green);
  align-items: center;
  display: flex;
}

.review-content {
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--pudra-200);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.color-gray-200 {
  color: var(--gray-200);
}

.review-video {
  aspect-ratio: 1 / 1.2;
  color: var(--white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-background-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.review-video-content {
  z-index: 2;
  grid-row-gap: .25rem;
  pointer-events: none;
  flex-direction: column;
  padding-bottom: 2.75rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: flex;
  position: relative;
}

.reviews-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.journey-slider-wrapper {
  width: 100%;
  height: auto;
  overflow: visible;
}

.journey-slide {
  aspect-ratio: 1.625;
  border-radius: 40px;
  width: 97%;
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  overflow: hidden;
}

.journey-slider {
  background-color: #ddd0;
  height: auto;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.journay-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.plans-list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.plans-item {
  flex: 1;
  min-width: auto;
}

.plan {
  background-color: var(--white);
  height: 100%;
}

.plan.plan-left {
  border-radius: var(--plan-card-border) 0px 0px var(--plan-card-border);
}

.plan.plan-right {
  border-top-right-radius: var(--plan-card-border);
  border-bottom-right-radius: var(--plan-card-border);
}

.plan-wrapper {
  border-radius: var(--plan-card-border);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.plan-wrapper.background-green {
  background-color: var(--green);
  color: var(--white);
}

.tag {
  background-color: var(--green);
  color: var(--white);
  background-image: url('../images/EM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 6rem;
  height: 6rem;
  padding: .625rem 1.25rem .375rem;
  overflow: hidden;
}

.tag.olympia {
  background-color: var(--gray);
  background-image: url('../images/olympia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tag.blau {
  background-color: #96b0da;
  background-image: url('../images/em.jpg');
}

.plan-price {
  margin-top: 2rem;
}

.plan-features {
  grid-row-gap: 1rem;
  border-top: 1px solid var(--pudra-200);
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: auto;
  padding-top: 2.5rem;
  display: flex;
}

.plan-features._2m {
  border-top-color: var(--white);
}

.custom-marker {
  background-color: var(--pudra-500);
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  position: absolute;
  inset: .62rem auto auto 0%;
}

.custom-marker-item {
  padding-left: .75rem;
  position: relative;
}

.background-green {
  background-color: var(--green);
}

.tag-white {
  background-color: var(--pudra-100);
  color: var(--pudra-500);
  border-radius: 100px;
  align-self: auto;
  width: 6rem;
  height: 6rem;
  padding: .625rem 1.25rem .375rem;
  overflow: hidden;
}

.tag-white.uci {
  background-image: url('../images/uci.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-menu {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.tab {
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #fff0;
  border-radius: 100px;
  flex: none;
  height: 3rem;
  margin-bottom: .5rem;
  padding: .75rem 2rem;
  transition: background-color .3s, color .3s;
}

.tab:hover, .tab.w--current {
  background-color: var(--green);
  color: var(--white);
}

.tabs {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.tabs-content {
  margin-top: 2.5rem;
}

.timetable-item:first-child {
  border-top: 1px solid var(--pudra-200);
}

.schedule-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pudra-200);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr minmax(16.25rem, .5fr);
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: grid;
}

.schedule-card-field {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.schedule-card-field.schedule-card-field-horizontal {
  flex-direction: row;
  align-items: center;
}

.schedule-card-image-wrapper {
  border-radius: 50%;
  flex: none;
  width: 4.125rem;
  height: 4.125rem;
  overflow: hidden;
}

.mobile-hidden {
  display: flex;
}

.schedule-card-image {
  object-fit: cover;
  object-position: 50% 100%;
}

.text-small {
  font-size: 1.125rem;
}

.mobile-visible {
  display: none;
}

.contact-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 29em;
  display: flex;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.form-field {
  border-radius: 20px;
  width: 100%;
}

.text-field {
  border: 1px solid var(--lime);
  background-color: var(--white);
  outline-offset: 0px;
  color: var(--pudra-500);
  border-radius: 20px;
  outline: 0 #221e20;
  width: 464px;
  height: 4.625rem;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
}

.text-field::placeholder {
  color: var(--pudra-500);
}

.form-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.contact-image-wrapper {
  aspect-ratio: 1 / 1.36;
  border-radius: 500px;
  width: 100%;
  max-width: 33.75rem;
  overflow: hidden;
}

.footer-top {
  border-bottom: 1px solid var(--gray-300);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.footer-top.weg {
  display: none;
}

.subscribe {
  grid-row-gap: 2rem;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.form-subscribe {
  width: 100%;
  max-width: 33.125rem;
  margin-bottom: 0;
}

.form-subscribe-wrapper {
  position: relative;
}

.text-field-subscribe {
  background-color: var(--gray-300);
  outline-offset: 0px;
  color: var(--white);
  border: 1px #000;
  border-radius: 72px;
  outline: 3px #d9d9d9;
  height: 5.5625rem;
  margin-bottom: 0;
  padding-left: 2.25rem;
  padding-right: 11.5rem;
  font-size: 1.125rem;
}

.text-field-subscribe::placeholder {
  color: var(--white);
}

.success-message {
  background-color: var(--pudra);
  border-radius: 50px;
}

.success-message-2 {
  background-color: #ddd0;
  min-height: 5.5625rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.link-to-top {
  background-color: var(--white);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-to-top:hover {
  background-color: var(--gray-300);
  color: var(--white);
}

.link-to-top.mobile-visible, .link-to-top.mobile-small-visible {
  display: none;
}

.footer-content {
  grid-column-gap: 8vw;
  grid-row-gap: 2.5rem;
  color: var(--white);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-info {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  max-width: 19.375rem;
  display: flex;
}

.footer-logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  width: auto;
  height: 10rem;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .8;
}

.footer-logo.w--current {
  width: auto;
  height: 7rem;
}

.footer-logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-logo-image.klein {
  width: auto;
  max-width: none;
}

.color-pudra-100 {
  color: var(--pudra-100);
}

.color-pudra-100.gt {
  color: var(--green);
}

.color-pudra-100.gt.red {
  color: var(--pink);
}

.footer-navigation {
  grid-column-gap: 5rem;
  margin-left: auto;
  display: flex;
}

.footer-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.footer-navigation-item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.font-weight-medium {
  font-weight: 500;
}

.footer-bootom {
  border-top: 1px solid var(--gray-300);
  justify-content: space-between;
  margin-top: 6.25rem;
  padding-top: 1.25rem;
  display: flex;
}

.link-dark {
  color: var(--gray-200);
  transition: color .3s;
}

.link-dark:hover {
  color: var(--white);
}

.mobile-small-visible {
  display: none;
}

.plans-wrapper {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: visible;
}

.modal {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal.modal-instructor {
  cursor: auto;
}

.modal-overlay {
  cursor: pointer;
  background-image: linear-gradient(#3f3d44b3, #3f3d44b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-wrapper {
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: auto;
}

.modal-content {
  background-color: var(--pudra-100);
  border-radius: 60px;
  width: 100%;
  max-width: 46.875rem;
  padding: 5rem;
}

.modal-close {
  z-index: 2;
  background-color: var(--gray-100);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 2rem 3rem auto auto;
}

.modal-close:hover {
  opacity: .8;
}

.button-hover {
  background-color: var(--gray-300);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.background-white {
  background-color: var(--white);
}

.button-content {
  z-index: 1;
  color: var(--black);
  position: relative;
}

.background-green-secondary {
  background-color: var(--green-secondary);
}

.background-pudra {
  background-color: var(--pudra);
}

.background-gray {
  background-color: var(--gray);
}

.header-logo-dark {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-dark.weg {
  display: none;
}

.header-logo-small {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.font-family-main {
  font-family: Poppins, sans-serif;
}

.font-family-main.utility-page-title {
  margin-bottom: -2.5rem;
  font-size: 25rem;
}

.footer-sticky {
  background-color: var(--pudra-500);
  padding-top: 5rem;
  position: sticky;
  bottom: 0;
}

.footer-sticky.ns {
  position: static;
}

.inner-list {
  width: 100%;
}

.inner-item {
  grid-row-gap: 1.25rem;
  border-top: 1px solid var(--pudra-200);
  border-bottom: 1px solid var(--pudra-200);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.rich-text-block {
  flex-direction: column;
  display: flex;
}

.rich-text-block h2 {
  margin-top: 3.25rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.rich-text-block p {
  color: var(--gray-200);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.rich-text-block ul {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.rich-text-block h3 {
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 1.6em;
}

.button-navigation {
  background-color: var(--white);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: var(--gray);
}

.button-navigation.prev {
  margin-left: 2%;
  transform: translate(-50%);
}

.button-navigation.next {
  margin-right: 2%;
  transform: translate(50%);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.instructor-info {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.instructor-info-field {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.font-family-second {
  font-family: var(--font-family-second);
  font-weight: 400;
}

.font-weight-normal {
  font-weight: 400;
}

.instructor-socials {
  border-top: 1px solid var(--pudra-200);
  padding-top: 2.5rem;
}

.sticky-space {
  flex: none;
  width: 0%;
}

.review-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-background-slider {
  width: 100%;
  height: 100%;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-background-image.sp {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-overlay {
  z-index: 1;
  background-color: #00000054;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.progressbar {
  background-color: var(--gray-100);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.progressbar-line {
  background-color: var(--green);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.bold-text {
  letter-spacing: 0;
  font-weight: 500;
}

.text-block {
  text-decoration: none;
}

.text-block:hover {
  color: var(--lime);
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2.weg {
  display: none;
}

.text-block-2 {
  color: var(--pudra-500);
}

.text-block-2.white.ws {
  color: var(--white);
  background-color: #fff0;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3.weg {
  display: none;
}

.heading-2 {
  color: #221e20;
  font-weight: 500;
}

.img {
  width: 100%;
  height: 100%;
}

.textarea {
  border: 1px solid var(--lime);
  color: var(--black);
  border-radius: 30px;
  width: 464px;
  height: auto;
  min-height: 4.625px;
  padding: 20px;
}

.section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52vh;
  display: flex;
}

.button-wrap {
  width: 87%;
  height: 100%;
}

.button-wrap.weg {
  display: none;
}

.grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  display: grid;
}

.image {
  width: 210px;
}

.section-3 {
  background-color: var(--white);
  height: 66vh;
}

.section-3.weg {
  display: none;
}

.slider {
  height: 66vh;
}

.slide-2 {
  background-image: url('../images/AdobeStock_615171203.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/IMG_5746.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/AdobeStock_278169511.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-4 {
  z-index: 99;
  margin-top: 140px;
  position: relative;
}

.code-embed {
  margin-bottom: 0;
}

.bilder {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 1;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.slide1 {
  background-image: url('../images/Adelheid_Morath-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/Adelheid_Morath-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/Adelheid_Morath-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.weg {
  display: none;
}

.bold-text-2 {
  letter-spacing: -.02em;
  font-size: 3rem;
}

.image-2 {
  padding: 10px;
}

.image-2:hover {
  background-color: var(--pink);
}

.link-2 {
  color: var(--gray-200);
}

.link-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
  transition: opacity .3s;
}

.link-3:hover {
  opacity: .8;
}

.link-3.navigation-link {
  color: #fff;
}

.link-3.navigation-link.w--current {
  text-decoration: none;
}

.button-hover-2 {
  background-color: #514f56;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.socials-link-2 {
  color: #fff;
  background-color: #514f56;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link-2:hover {
  color: #221e20;
  background-color: #fff;
}

.text-block-4 {
  text-decoration: none;
}

.text-block-4:hover {
  color: #d4dd5f;
}

.header-blur-2 {
  z-index: -1;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-content-2 {
  z-index: 1;
  color: #18171b;
  position: relative;
}

.header-navigation-2 {
  margin-left: auto;
}

.button-2 {
  color: #221e20;
  text-align: center;
  background-color: #d4dd5f;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem 1rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.header-button {
  background-color: #d4dd5f;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 29.25rem;
}

.container-2 {
  max-width: 90rem;
}

._12344 {
  color: var(--black);
  letter-spacing: -.05em;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.paragraph {
  color: var(--black);
  margin-top: auto;
  font-weight: 400;
}

.button-hover-3 {
  background-color: #514f56;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.image-3 {
  padding: 10px;
}

.image-3:hover {
  background-color: #cd486a;
}

.socials-link-3 {
  color: #fff;
  background-color: #514f56;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link-3:hover {
  color: #221e20;
  background-color: #fff;
}

.link-4 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
  transition: opacity .3s;
}

.link-4:hover {
  opacity: .8;
}

.link-4.navigation-link {
  color: #fff;
}

.link-4.navigation-link.w--current {
  text-decoration: none;
}

.button-hover-4 {
  background-color: #514f56;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.header-blur-3 {
  z-index: -1;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffff1f;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-content-3 {
  z-index: 1;
  color: #18171b;
  position: relative;
}

.button-3 {
  color: #221e20;
  text-align: center;
  background-color: #d4dd5f;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem 1rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.header-button {
  background-color: #d4dd5f;
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .container.full {
    max-width: none;
  }

  .section.section-padding-small.contact {
    background-image: linear-gradient(180deg, var(--pudra-100), #fff0 58%), linear-gradient(to bottom, #ffffffa8, #ffffffa8), linear-gradient(180deg, white, var(--lime));
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
  }

  .header {
    top: 2vh;
  }

  .text.text-center.teg {
    font-weight: 500;
  }

  .header-list {
    grid-column-gap: 3.125rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .section-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .session-card {
    min-height: 27.5rem;
  }

  .sessions-sticky-wrapper, .instructors-inner {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .plan-wrapper {
    padding: 3.75rem;
  }

  .text-field {
    width: 464px;
  }

  .footer-content {
    grid-column-gap: 8.75rem;
    grid-row-gap: 2.5rem;
  }

  .footer-logo-image.klein {
    width: auto;
    max-width: none;
  }

  .plans-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .modal {
    display: none;
  }

  .button-navigation {
    width: 7.5rem;
    height: 7.5rem;
  }

  .button-navigation.prev {
    margin-left: 1.5%;
  }

  .button-navigation.next {
    margin-right: 1.5%;
  }

  .heading-2 {
    font-size: 2.1rem;
    line-height: 1.2em;
  }

  .textarea {
    width: 464px;
  }

  .section-2 {
    height: 65vh;
  }

  .bold-text-2 {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero-container {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .container.experts-conainer {
    grid-column-gap: 5vw;
  }

  .container.experts-conainer.r {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container.contact-conainer {
    grid-column-gap: 5vw;
    flex-flow: column;
  }

  .section.sessions {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.section-padding-small.contact {
    background-image: linear-gradient(to bottom, #ffffffa8, #ffffffa8), linear-gradient(180deg, white, var(--lime));
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    border-radius: 0;
    margin-bottom: 0;
  }

  .content-horizontal-left.header-content._2 {
    padding-left: .7rem;
  }

  .content-horizontal-left.header-content._11 {
    width: 170px;
    height: 170px;
  }

  .header {
    height: 4.75rem;
  }

  .utility-page-content {
    grid-row-gap: 2.5rem;
  }

  .text.color-white.hero-text {
    text-align: center;
  }

  .footer {
    padding-top: 5rem;
    position: static;
  }

  .header-navigation {
    z-index: -1;
    grid-row-gap: 2.5rem;
    background-color: var(--pudra-500);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: 9.75rem 1rem 4rem;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    transform: translate(0, -100%);
  }

  .header-list {
    grid-row-gap: 1.75rem;
    flex-direction: column;
  }

  .header-item.header-button-wrapper {
    margin-top: .5rem;
  }

  .link.navigation-link {
    letter-spacing: -.06em;
    font-family: Playfairdisplay, sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1em;
  }

  .hero {
    justify-content: center;
  }

  .header-logo-image.tablet-hide {
    height: auto;
    display: block;
  }

  .tablet-visible {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .header-socials.tablet-visible {
    border-top: 1px none var(--gray-300);
    border-top: 1px #514f56;
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .socials-link:hover {
    background-color: var(--pink);
  }

  .burger-wrapper {
    margin-left: auto;
    position: relative;
  }

  .burger {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .burger-line {
    background-color: var(--pudra-500);
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .burger-line.burger-line-bottom {
    transform: translate(-50%, 7px);
  }

  .burger-close {
    background-color: #f0f0f000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-large.color-white.hero-title {
    text-align: center;
  }

  .heading-large.color-white.hero-title.w {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-title-text {
    display: inline-block;
  }

  .sessions-wrapper {
    padding-top: 0;
  }

  .sessions-sticky-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .experts-video {
    background-position: 50%;
    background-attachment: scroll;
    height: 80vh;
  }

  .pause-state {
    width: 4.5rem;
    height: 4.5rem;
  }

  .instructors-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .reviews-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .reviews-list {
    grid-column-gap: 1.25rem;
    flex-direction: row;
    flex: none;
  }

  .review {
    grid-row-gap: 1.25rem;
  }

  .review-content {
    grid-row-gap: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .review-video {
    aspect-ratio: 1 / 1.47;
  }

  .reviews-inner {
    flex: none;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .journey-slider {
    padding-bottom: 4rem;
  }

  .plans-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .plans-list.erfolge {
    flex-flow: column;
  }

  .plan.mitte {
    background-color: #fff0;
  }

  .plan-features {
    width: 100%;
    margin-top: 2rem;
  }

  .tabs-menu {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .contact-image-wrapper {
    margin-top: 60px;
  }

  .footer-content {
    grid-column-gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-navigation {
    margin-left: 0;
  }

  .plans-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .header-logo-dark.weg, .header-logo-small.tablet-visible {
    display: none;
  }

  .font-family-main.utility-page-title {
    font-size: 20rem;
  }

  .footer-sticky {
    padding-top: 0;
    position: static;
  }

  .button-navigation {
    display: none;
  }

  .text-block-3 {
    font-family: Poppins, sans-serif;
  }

  .image-2 {
    width: 50px;
    height: 50px;
  }

  .burger-line-2 {
    background-color: #221e20;
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line-2.burger-line-bottom {
    transform: translate(-50%, 7px);
  }

  .burger-line-2.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .link-3.navigation-link {
    letter-spacing: -.06em;
    font-family: Playfairdisplay, sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1em;
  }

  .header-navigation-2 {
    z-index: -1;
    grid-row-gap: 2.5rem;
    background-color: #221e20;
    flex-direction: column;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: 12rem 1rem 4rem;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    transform: translate(0, -100%);
  }

  .menu-text {
    letter-spacing: -1px;
    font-family: Poppins, sans-serif;
  }

  .image-3 {
    width: 50px;
    height: 50px;
  }

  .socials-link-3:hover {
    background-color: #cd486a;
  }

  .link-4.navigation-link {
    letter-spacing: -.06em;
    font-family: Playfairdisplay, sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1em;
  }

  .burger-line-3 {
    background-color: #221e20;
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line-3.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .burger-line-3.burger-line-bottom {
    transform: translate(-50%, 7px);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.625rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.experts-conainer, .container.contact-conainer {
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
  }

  .container.session-progressbar {
    display: none;
  }

  .button.button-smoke.plan-button {
    margin-top: 2.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.sessions {
    flex-flow: column;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.section-padding-small.experts-info {
    min-height: auto;
  }

  .section.section-padding-small.contact {
    margin-bottom: 0;
  }

  .section.inner {
    padding-top: 6.5rem;
  }

  .buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    display: flex;
  }

  .content-horizontal-left.header-content._11 {
    width: 150px;
    height: 150px;
  }

  .text-large.schedule-card-value.schedule-card-value-small-text {
    font-size: 1.125rem;
  }

  .heading-medium {
    font-size: 2.625rem;
  }

  .heading-small {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .header-item.header-button-wrapper {
    margin-top: .5rem;
  }

  .heading-large {
    font-size: 3.625rem;
  }

  .heading-large.color-white.hero-title {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero-title-text {
    display: inline;
  }

  .hero-video-wrapper {
    max-width: 18.125rem;
  }

  .section-header, .section-header.section-header-small-margin-bottom {
    margin-bottom: 2.5rem;
  }

  .sessions-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .session-card {
    min-height: auto;
    padding: 25px;
  }

  .sessions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 2rem;
    position: static;
    overflow: auto;
  }

  .sessions-sticky.edit {
    margin-top: 8rem;
    margin-bottom: 4rem;
    transform: none;
  }

  .sessions-sticky-wrapper {
    flex: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .experts-video {
    aspect-ratio: 1.3;
    height: auto;
  }

  .experts-content {
    grid-row-gap: 1.25rem;
  }

  .experts-image-wrapper {
    max-width: 18.125rem;
  }

  .instructors-wrapper {
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .instructors-list {
    flex-wrap: nowrap;
  }

  .instructors-item {
    max-width: 18.125rem;
  }

  .instructors-inner {
    flex: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .journey-slide {
    aspect-ratio: 1.23;
  }

  .plans-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-list.erfolge {
    flex-flow: column;
  }

  .plans-item {
    min-width: 24rem;
  }

  .plan-wrapper {
    padding: 2rem;
  }

  .plan-price {
    margin-top: 1.5rem;
  }

  .plan-features {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .plan-features._2m {
    padding-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tabs-content {
    margin-top: 1.75rem;
  }

  .schedule-card {
    grid-template-columns: minmax(max-content, .8fr) minmax(16.25rem, auto);
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mobile-hidden {
    display: none;
  }

  .text-small {
    font-size: .875rem;
    line-height: 1em;
  }

  .mobile-visible {
    display: flex;
  }

  .contact-content {
    grid-row-gap: 1.25rem;
  }

  .contact-image-wrapper {
    max-width: 18.125rem;
  }

  .footer-top {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .link-to-top.mobile-visible {
    margin-left: auto;
    display: flex;
  }

  .footer-bootom.color-gray-200 {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }

  .plans-wrapper {
    margin: 0;
  }

  .modal-content {
    border-radius: 40px;
    padding: 3.75rem 2.5rem 2.5rem;
  }

  .modal-close {
    top: 1rem;
    right: 2rem;
  }

  .font-family-main.utility-page-title {
    font-size: 15rem;
  }

  .section-2 {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .header-navigation-2 {
    padding-top: 8rem;
    transform: translate(0, -100%);
  }

  .grid.ls {
    flex-flow: column;
    display: flex;
  }

  .container-2.neu {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container.hero-container {
    justify-content: flex-end;
    align-items: center;
  }

  .button.button-green.subscribe-button {
    align-self: stretch;
    position: relative;
    top: 0;
    right: 0;
  }

  .content-horizontal-left.header-content._11 {
    z-index: 20;
    width: 110px;
    height: 110px;
    padding: 8px;
  }

  .text-large.schedule-card-value {
    font-size: 1.125rem;
  }

  .text.color-gray-200 {
    white-space: pre-wrap;
    word-break: normal;
    font-size: 15px;
  }

  .text-italic.subscribe-title {
    text-align: center;
  }

  .heading-medium.heading-max-width.text-center {
    max-width: 14em;
    font-size: 2rem;
  }

  .footer {
    padding-top: 3rem;
  }

  .header-navigation {
    transform: translate(0, -100%);
  }

  .header-list {
    grid-column-gap: 3vw;
    grid-row-gap: 1.66rem;
    padding-bottom: 1.75rem;
  }

  .header-item.header-button-wrapper {
    margin-top: .75rem;
  }

  .hero {
    padding-top: 8rem;
  }

  .header-logo-image.tablet-hide {
    height: auto;
  }

  .header-socials.tablet-visible {
    padding-top: 1.75rem;
  }

  .socials.ab {
    aspect-ratio: auto;
    position: static;
    inset: auto 0% 0% auto;
  }

  .heading-large.color-white.hero-title {
    line-height: .8em;
  }

  .hero-title-text {
    line-height: 1;
  }

  .sessions-item {
    width: 90vw;
    max-width: 20rem;
  }

  .session-card {
    min-width: auto;
    padding: 20px;
  }

  .experts-video {
    background-position: 50%;
    background-size: cover;
  }

  .pause-state {
    width: 3.75rem;
    height: 3.75rem;
  }

  .reviews-item {
    max-width: 21.5rem;
  }

  .reviews-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-list {
    flex: none;
  }

  .plans-list.erfolge {
    flex-flow: column;
  }

  .plans-item {
    flex: none;
    width: 21.5rem;
    min-width: auto;
    max-width: 90vw;
  }

  .plan-wrapper, .plan-wrapper.background-green {
    padding: 24px;
  }

  .plan-price {
    letter-spacing: -.03em;
    font-size: 21px;
  }

  .plan-features {
    padding-left: 0;
  }

  .plan-feature.custom-marker-item {
    padding-left: 0;
  }

  .schedule-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(max-content, .8fr) minmax(12rem, auto);
    align-content: center;
    align-items: center;
  }

  .schedule-card-image-wrapper {
    display: none;
  }

  .text-field, .subscribe {
    width: 100%;
  }

  .form-subscribe-wrapper {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-field-subscribe {
    height: 4.5625rem;
    padding-right: 2.25rem;
  }

  .link-to-top.mobile-visible {
    display: none;
  }

  .link-to-top.mobile-small-visible {
    flex: 0 auto;
    transition: color .3s;
    display: flex;
  }

  .footer-content {
    justify-content: center;
  }

  .footer-info {
    grid-row-gap: 0rem;
    width: 100%;
    max-width: none;
  }

  .footer-logo-wrapper {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-logo {
    height: 8rem;
  }

  .footer-logo.w--current {
    overflow: visible;
  }

  .footer-logo-image.klein {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .color-pudra-100 {
    color: var(--green);
  }

  .footer-navigation {
    grid-column-gap: 2rem;
    flex: 1;
    justify-content: space-between;
  }

  .mobile-small-visible {
    display: flex;
  }

  .plans-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .modal-content {
    border-radius: 50px;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .font-family-main.utility-page-title {
    font-size: 10rem;
  }

  .textarea {
    width: 100%;
  }

  .section-2 {
    aspect-ratio: 1.3;
    height: auto;
  }

  .bold-text-2 {
    font-weight: 500;
  }

  .header-navigation-2 {
    padding-top: 9rem;
    display: block;
    transform: translate(0, -100%);
  }

  .menu-text {
    letter-spacing: -.8px;
    font-family: Poppins, sans-serif;
  }

  .container-2.neu {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._12344 {
    font-size: 21px;
  }
}

#w-node-f480ca7c-2839-ae3b-7f2b-78eaffcfc62e-8f2f27ee, #w-node-b2bf0dc4-5ef8-78e2-b626-bcd6a90a3513-8f2f27ee, #w-node-_76162cae-dce0-b4c8-ac63-25324722e19a-8f2f27ee, #w-node-_2b3aaff7-e40b-1440-29dd-e4c680b8fe66-8f2f27ee, #w-node-aaf0cf1c-6960-0be4-3fcb-62c10e628bc6-8f2f27ee, #w-node-ecd58bea-f4c3-2074-5883-973c635087f1-8f2f27ee, #w-node-_83d64447-8e41-a611-a12d-da911fe72436-8f2f27ee, #w-node-_9deb6472-9baa-aea6-eca8-ee6c9d9ba246-8f2f27ee, #w-node-_715bd7d5-18fe-9598-d8ed-13397a7913c5-8f2f27ee, #w-node-_9f91efa6-ceee-0f8f-e256-e3162267ac3b-8f2f27ee, #w-node-_0e057f6b-1a5b-54b6-11a3-33d85d6ede81-8f2f27ee, #w-node-ae25bdb5-dcd8-638e-32f1-6d64c482bb7e-8f2f27ee, #w-node-_347fa478-4d29-3889-1cf2-b49c3a201dbc-8f2f27ee, #w-node-d6678321-cb6e-7be5-75d6-3f80abdf7fe3-8f2f27ee, #w-node-_1b0da09f-3d16-0348-0113-0a38bbca1eb4-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e4e5-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e4ee-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e4f3-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e505-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e50e-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e512-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e523-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e52c-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e530-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e541-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e54a-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e54e-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e55f-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e568-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e56c-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e57d-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e586-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e58a-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e59b-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e5a4-8f2f27ee, #w-node-a16ea3fc-601f-aaf3-878f-48456f04e5a8-8f2f27ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d14a3a77-1228-168f-6539-8daceb9b22ce-8f2f27f2 {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a4292ff9-0fa9-a816-f65d-40b2ecfc0c9c-8f2f27f2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20cc0e90-4961-132f-d58d-5d5f94bc39c0-8f2f27f2, #w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fbd-8f2f27f6, #w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fc9-8f2f27f6, #w-node-_1da6c76d-2ed1-f4f8-901e-e78ee9f19fce-8f2f27f6, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae1403-8f2f27f7, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae140f-8f2f27f7, #w-node-_842da852-4d7e-591d-4b4a-ab53c5ae1414-8f2f27f7, #w-node-_7e105cdb-6ce8-3466-dc28-62ee69150952-8f2f27f8, #w-node-_7e105cdb-6ce8-3466-dc28-62ee6915095e-8f2f27f8, #w-node-_7e105cdb-6ce8-3466-dc28-62ee69150963-8f2f27f8, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec5f-8f2f27f9, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec6b-8f2f27f9, #w-node-_59c40a49-704e-6f0f-6551-8bdb8f70ec70-8f2f27f9, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf46-8f2f27fa, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf52-8f2f27fa, #w-node-_7a443a15-4d1f-2d0e-25e6-da5d56e5cf57-8f2f27fa, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70a4-8f2f27fb, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70b0-8f2f27fb, #w-node-f887c5f3-0266-d40d-fc69-e7b9a49e70b5-8f2f27fb, #w-node-_6d0421de-549b-e2fd-3ab0-409b53800681-8f2f27fc, #w-node-_6d0421de-549b-e2fd-3ab0-409b5380068d-8f2f27fc, #w-node-_6d0421de-549b-e2fd-3ab0-409b53800692-8f2f27fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}