:root {
  --dark-goldenrod: #977b4b;
  --midnight-blue: #0b0734;
  --dark-khaki: #baac7b;
  --midnight-blue-2: #1f1679;
  --medium-blue: #2312c1;
  --grey: #8e8e8e;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: #b3b3b3;
  border: 1px solid #0b0735;
  border-radius: 0;
  font-family: Avenir, sans-serif;
  font-size: 21px;
  line-height: 28px;
  overflow: visible;
}

._1---header {
  background-image: linear-gradient(270deg, #000 25%, #0000 50%), linear-gradient(90deg, #000 25%, #0000 50%), url('../images/header.jpg'), linear-gradient(#000, #000);
  background-position: 0 0, 0 0, 50% -150px, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, cover, auto;
  border-radius: 0;
  padding-top: 280px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.container-header {
  z-index: 1;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.text-tabara {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 40px;
  font-weight: 400;
}

.heading-big {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 128px;
}

.div-date-section, .div-line {
  display: flex;
}

.div-date {
  flex: none;
  margin-left: 30px;
  margin-right: 30px;
}

.text-date {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.text-header-description {
  color: #fff;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 75px;
  font-size: 24px;
  line-height: 30px;
}

.div-cta-header {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-cta-header.mm {
  margin-top: 100px;
}

.cta-button {
  background-color: var(--dark-goldenrod);
  text-align: left;
  border-radius: 3px;
  flex-direction: column;
  align-self: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.button-main-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.button-secondary-text {
  opacity: .75;
  color: #fff;
  text-align: center;
  font-size: 16px;
  display: none;
}

.div-header-price {
  align-self: center;
  margin-top: 20px;
  display: flex;
}

.old-price {
  opacity: .5;
  color: #fff;
  font-size: 24px;
  text-decoration: line-through;
  display: none;
}

.new-price {
  color: #8cef81;
  margin-left: 20px;
  font-size: 24px;
}

.discount-small-text {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 10px;
  font-size: 16px;
}

.div-stats {
  border-top: 1px solid #ffffff80;
  justify-content: center;
  margin-top: 75px;
  padding-top: 75px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.stats-column {
  margin-left: 40px;
  margin-right: 40px;
}

.stats-headline {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 66px;
  line-height: 66px;
}

.stats-headline.more-margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.stats-subheadline {
  color: #fff;
  text-align: center;
}

._13---bonus {
  background-color: var(--midnight-blue);
  background-image: url('../images/map.jpg');
  background-position: 50% -90%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

.container-section-text {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
}

.container-section-text.bonusuri {
  text-align: center;
}

.body-text-white {
  color: #fff;
  text-align: left;
  line-height: 30px;
}

.body-text-white.subtitle {
  text-align: center;
}

.gold {
  color: var(--dark-khaki);
}

.heading-white-paragraph {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
}

.heading-white-paragraph.bonusuri {
  text-align: center;
  margin-bottom: 25px;
}

.slider {
  width: 4165px;
  margin-top: 100px;
  margin-bottom: 0;
  overflow: hidden;
}

.slider-item {
  background-image: linear-gradient(#0000 40%, #000), url('../images/marc-aurelius.jpeg');
  background-position: 0 0, 85% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  padding-top: 400px;
}

.slider-item.marc {
  text-align: center;
  background-size: auto, cover;
  border-radius: 3px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 40px;
}

.slider-title {
  color: #fff;
  text-align: center;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.silder-subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
}

.slider-item {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 40px;
}

.slider-item.alexander {
  background-image: linear-gradient(#0000 40%, #000), url('../images/Alexander-the-Great.jpeg');
  background-position: 0 0, 40% 0;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 250px;
}

.slider-item.cicero {
  background-image: linear-gradient(#0000 40%, #000), url('../images/cicero1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slider-item.solomon {
  background-image: linear-gradient(#0000 40%, #000), url('../images/ai-generated-7893403_1920.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slider-item.socrate {
  background-image: linear-gradient(#0000 40%, #000), url('../images/socrate.jpg');
  background-position: 0 0, 20% 0;
  background-size: auto, cover;
}

.slider-item.siddhartha {
  background-image: linear-gradient(#0000 40%, #000), url('../images/buddha.jpg');
  background-position: 0 0, 93% 20%;
  background-size: auto, 240%;
}

._3---section-story {
  margin-top: 200px;
  margin-bottom: 100px;
}

.div-light-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.toptitle {
  color: var(--dark-goldenrod);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}

.toptitle.dark {
  color: var(--dark-khaki);
}

.heading-blue {
  color: var(--midnight-blue-2);
  text-align: center;
  margin-top: 10px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
}

.image-2 {
  text-align: left;
  height: 2px;
  max-height: 1px;
  margin-top: 30px;
  margin-bottom: 75px;
}

.paragraph {
  color: var(--midnight-blue);
  text-align: left;
  line-height: 30px;
}

.slider-container {
  flex-direction: column;
  margin-bottom: -300px;
  display: none;
  overflow: hidden;
}

._4---trainers {
  background-image: linear-gradient(#0000 90%, #000), linear-gradient(#f0f0f0 48%, #f0f0f000), url('../images/white-to-black.jpg'), linear-gradient(#f0f0f0, #f0f0f0);
  background-position: 0 0, 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100%, auto;
  padding-top: 150px;
  padding-bottom: 700px;
}

.trainer-stack {
  grid-column-gap: 150px;
}

.trainer-top {
  text-align: center;
  align-self: center;
  margin-bottom: 30px;
}

.trainer-name {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-trainer {
  color: #000;
  margin-top: 20px;
  line-height: 30px;
}

.link {
  color: var(--medium-blue);
}

.checklist {
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.checklist.more-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checklist-text {
  color: #000;
  margin-left: 15px;
}

.checklist-text.white {
  line-height: 30px;
}

.checkmark {
  margin-top: 7px;
}

.blue {
  color: var(--medium-blue);
}

._5---marc-aurelius {
  background-color: #000;
  background-image: url('../images/marc.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 45%;
}

.wise-container-left {
  margin-left: 10%;
  margin-right: 40%;
  padding-top: 150px;
  padding-bottom: 100px;
}

.wise-title-container.right {
  margin-left: 0;
}

.day {
  color: var(--dark-khaki);
  letter-spacing: 2px;
  font-size: 24px;
}

.heading {
  color: #fff;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 66px;
}

.calea {
  color: #fff;
  margin-top: 25px;
}

.image-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.quote {
  color: #ffffffbf;
  text-indent: -12px;
  margin-right: 250px;
  font-family: Baskerville, sans-serif;
}

.quote.left {
  font-style: italic;
}

.quote.right {
  margin-right: 0;
  font-style: italic;
}

.quote.autor {
  text-align: right;
  margin-right: 0;
}

.quote.autor.padding {
  margin-right: 250px;
}

.white {
  color: #fff;
}

.paragraph-wise {
  color: #fff;
  margin-top: 50px;
  margin-right: 250px;
  line-height: 30px;
}

.paragraph-wise.left {
  margin-right: 0;
}

.paragraph-wise.right {
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-wise.right.solomon {
  margin-right: 20px;
}

.subheading-wise {
  color: #fff;
  margin-top: 100px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 44px;
}

._6---alexandru-cel-mare {
  background-color: #0d0014;
  background-image: url('../images/alexander.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45%;
}

.wiese-container-right {
  max-width: none;
  margin-left: 45%;
  margin-right: 10%;
  padding-top: 150px;
  padding-bottom: 100px;
}

.benefits-container {
  margin-left: 0;
}

.section-cta {
  border: 10px solid #0b0734;
  margin: 40px;
  padding: 5px;
}

.cta-container {
  background-image: linear-gradient(#0b073466, #0b073466), url('../images/header.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px;
}

._7---cicero {
  background-color: #0c0014;
  background-image: url('../images/cicero.jpg');
  background-position: 0 100px;
  background-repeat: no-repeat;
  background-size: 45%;
}

._8---solomon {
  background-color: #02011b;
  background-image: url('../images/solomon.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45%;
}

._9---socrate {
  background-color: #12121b;
  background-image: url('../images/socrate_1.jpg');
  background-position: 0 50px;
  background-repeat: no-repeat;
  background-size: 40%;
}

._10---siddhartha {
  background-image: url('../images/siddhartha.jpg'), linear-gradient(#100b15, #100b15);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, auto;
}

._12---price {
  margin-top: 250px;
  margin-bottom: 125px;
}

.cost-description {
  color: var(--grey);
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

.regular-price {
  color: #00000080;
  text-align: center;
  font-size: 30px;
  text-decoration: line-through;
  display: none;
}

.offer-price {
  color: var(--dark-goldenrod);
  text-align: center;
  letter-spacing: -2px;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.variante-plata {
  border-bottom: 1px solid var(--dark-khaki);
  color: var(--midnight-blue-2);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.variante-plata.location {
  margin-top: 0;
  margin-bottom: 50px;
}

.variante-de-plata {
  grid-column-gap: 71px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0;
}

.plata-integrala-title {
  color: #fff;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 44px;
  line-height: 44px;
}

.plata-integrala-title.rate {
  color: var(--midnight-blue);
}

.price1 {
  color: var(--dark-khaki);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 87px;
}

.price1.rate {
  color: var(--midnight-blue-2);
  margin-bottom: 0;
  margin-left: -3px;
}

.description1 {
  color: #fff;
  line-height: 30px;
}

.description1.rate {
  color: var(--midnight-blue);
  margin-top: -20px;
}

.description1.rate._0 {
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: 3px;
}

.description1.rate._0.transparent {
  opacity: .4;
}

.integrala-cell {
  background-color: var(--midnight-blue);
  border-radius: 3px;
  justify-content: space-between;
  padding: 60px 40px 40px;
}

.integrala-cell.rate {
  background-color: #d5d3c8;
  justify-content: space-between;
}

.disclaimer {
  color: #8e8e8e;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
}

.black {
  color: #000;
}

.image-4 {
  opacity: .2;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
}

.bonus-list {
  color: #fff;
  text-align: left;
  font-family: bodoni-pt-variable, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.bonus-description {
  color: #ffffffbf;
  text-align: left;
  margin-left: 36px;
}

.bonus-item {
  margin-bottom: 50px;
}

.text-span, .text-span-2 {
  text-decoration: line-through;
}

._14---despre-tabara {
  background-color: #000;
  padding-top: 150px;
  padding-bottom: 150px;
}

.marius-horia {
  color: var(--dark-khaki);
  margin-top: 50px;
  font-family: Baskerville, sans-serif;
  font-size: 36px;
}

._15---footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.terms {
  padding-top: 40px;
  padding-bottom: 75px;
}

.terms-text {
  color: var(--dark-goldenrod);
  line-height: 30px;
  text-decoration: none;
}

.circle {
  margin-left: 20px;
  margin-right: 20px;
}

.div-footer-logos {
  background-color: #c9c3ad;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-6 {
  margin-left: 30px;
  margin-right: 30px;
}

.image-7 {
  margin-bottom: 30px;
}

.copyright {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-self: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.bold {
  color: #000;
  font-weight: 700;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.invite-name {
  color: #fff;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
}

.image-8, .image-9, .image-10 {
  border-radius: 128px;
}

._11---location {
  background-color: #0b0734;
  background-image: url('../images/alpin-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 0;
}

.location-container {
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
}

.div-location-container {
  background-color: #fff;
  border: 1px solid #090634;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 275px;
  margin-bottom: -150px;
  padding-bottom: 3rem;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.hotel-alpin-logo {
  margin-top: -200px;
  margin-bottom: 75px;
}

.golden {
  color: var(--dark-goldenrod);
}

.div-location-list {
  margin-bottom: 50px;
}

.locationlist-title {
  color: #000;
  font-weight: 700;
}

.hotel-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-bottom: 3rem;
}

.marius, .horia {
  border-radius: 300px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.image-12 {
  border-radius: 500px;
}

.marius-header {
  width: 520px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.horia-header {
  width: 550px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.invitat-description {
  color: #fff;
  text-align: left;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.atentie_div {
  color: var(--midnight-blue);
}

.heading-2 {
  color: var(--medium-blue);
}

.text-block {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .container-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-date-section {
    justify-content: center;
    align-items: center;
  }

  .container-section-text, .location-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .container-header, .container-section-text {
    max-width: 1300px;
  }

  .wise-container-left {
    margin-right: 45%;
  }

  .location-container {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1920px) {
  .quick-stack {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .marius-header {
    width: 700px;
  }

  .horia-header {
    width: 730px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  ._1---header {
    background-image: linear-gradient(270deg, #000 15%, #0000 50%), linear-gradient(90deg, #000 15%, #0000 50%), url('../images/header.jpg'), linear-gradient(#000, #000);
    background-position: 0 0, 0 0, 50% -150px, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, cover, auto;
  }

  .container-header {
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .heading-big {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 88px;
    line-height: 88px;
  }

  .div-stats {
    padding-left: 0;
    padding-right: 0;
  }

  .stats-column {
    margin-left: 30px;
    margin-right: 30px;
  }

  .stats-headline {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .stats-headline.more-margin {
    line-height: 60px;
  }

  .stats-subheadline {
    font-size: 18px;
  }

  ._13---bonus {
    overflow: visible;
  }

  .container-section-text {
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .heading-white-paragraph {
    line-height: 65px;
  }

  .slider {
    width: 3700px;
  }

  ._4---trainers {
    background-image: linear-gradient(#0000 88%, #000), linear-gradient(#f0f0f0 53%, #cbcbcb00 90%), url('../images/white-to-black.jpg'), linear-gradient(#cbcbcb, #cbcbcb);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 200%, auto;
  }

  .trainer-stack {
    grid-column-gap: 70px;
    padding: 0;
  }

  .trainer-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trainer-name {
    font-size: 26px;
  }

  ._5---marc-aurelius {
    background-position: 100% 50px;
    background-size: 45%;
  }

  .wise-container-left {
    max-width: 650px;
    margin-left: 7%;
  }

  .wise-title-container.left {
    margin-right: 0;
  }

  .heading {
    line-height: 60px;
  }

  .quote.left, .paragraph-wise.left {
    margin-right: 0;
  }

  .paragraph-wise.right {
    margin-left: 0;
  }

  ._6---alexandru-cel-mare {
    background-position: 0 50px;
  }

  .wiese-container-right {
    max-width: 650px;
    margin-right: 7%;
  }

  .benefits-container {
    margin-left: 0;
  }

  .cta-container {
    padding: 50px 25px;
  }

  ._7---cicero {
    background-position: 0 50px;
    background-size: 45%;
  }

  ._8---solomon {
    background-position: 0 75px;
    background-size: 50%;
    padding-top: 0;
  }

  ._9---socrate {
    background-position: 0 50px;
    background-size: 45%;
  }

  ._10---siddhartha {
    background-image: url('../images/siddhartha.jpg'), linear-gradient(#100b17, #100b17);
    background-position: 100% 50px, 0 0;
    background-size: 45%, auto;
  }

  .variante-de-plata {
    grid-column-gap: 30px;
  }

  .description1.rate._0 {
    margin-bottom: 0;
  }

  .disclaimer {
    margin-left: 0;
    margin-right: 0;
  }

  .bonus-description {
    width: auto;
  }

  .quick-stack {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .location-container {
    max-width: none;
    margin-left: 7%;
    margin-right: 7%;
  }

  .div-location-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hotel-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .marius-header {
    width: 420px;
    left: -5%;
  }

  .horia-header {
    width: 450px;
    right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  ._1---header {
    padding-top: 150px;
    padding-bottom: 75px;
  }

  .text-tabara {
    font-size: 21px;
  }

  .heading-big {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 53px;
  }

  .text-date {
    font-size: 21px;
  }

  .text-header-description {
    margin-top: 75px;
    margin-bottom: 75px;
    font-size: 18px;
    line-height: 24px;
  }

  .cta-button {
    border-radius: 3px;
    padding: 10px 20px;
  }

  .button-main-text {
    margin-bottom: -5px;
    font-size: 17px;
  }

  .button-secondary-text {
    font-size: 14px;
  }

  .div-stats {
    flex-direction: column;
    padding-top: 50px;
  }

  .stats-column {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .stats-headline {
    margin-bottom: 10px;
    font-size: 53px;
  }

  .stats-headline.more-margin {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 36px;
  }

  .stats-subheadline {
    font-size: 16px;
  }

  ._13---bonus {
    padding-bottom: 75px;
  }

  .body-text-white {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-white-paragraph {
    margin-top: 75px;
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 44px;
  }

  .heading-white-paragraph.bonusuri {
    margin-top: 0;
  }

  .slider {
    width: 2500px;
    margin-top: 75px;
    margin-bottom: 0;
  }

  .slider-item.marc {
    padding-top: 150px;
    padding-bottom: 25px;
  }

  .slider-title {
    font-size: 28px;
    line-height: 28px;
  }

  .silder-subtitle {
    font-size: 12px;
  }

  .slider-item.alexander, .slider-item.cicero, .slider-item.solomon, .slider-item.socrate, .slider-item.siddhartha {
    padding-top: 150px;
    padding-bottom: 25px;
  }

  ._3---section-story {
    margin-top: 200px;
  }

  .toptitle {
    font-size: 21px;
  }

  .heading-blue {
    margin-top: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-container {
    margin-bottom: -210px;
  }

  ._4---trainers {
    background-image: linear-gradient(#0000 90%, #000), linear-gradient(#f0f0f0 56%, #cbcbcb00), url('../images/white-to-black.jpg'), linear-gradient(#cbcbcb, #cbcbcb);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 200%, auto;
    padding-bottom: 450px;
  }

  .trainer-stack {
    padding: 0;
  }

  .trainer-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-trainer, .checklist-text {
    font-size: 16px;
    line-height: 24px;
  }

  .checklist-text.white {
    line-height: 24px;
  }

  ._5---marc-aurelius {
    background-position: 50% 0;
    background-size: 450px;
    padding-top: 300px;
  }

  .wise-container-left {
    margin-right: 7%;
  }

  .wise-title-container.left {
    margin-right: 0;
  }

  .wise-title-container.right {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .day {
    font-size: 21px;
  }

  .heading {
    margin-top: 10px;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-wise.left, .paragraph-wise.right {
    font-size: 16px;
    line-height: 24px;
  }

  .subheading-wise {
    font-size: 30px;
    line-height: 32px;
  }

  ._6---alexandru-cel-mare {
    background-position: 50% 0;
    background-size: 420px;
    padding-top: 300px;
  }

  .wiese-container-right {
    margin-left: 7%;
  }

  .section-cta {
    border-width: 5px;
    margin: 15px;
  }

  .cta-container {
    padding-top: 25px;
  }

  ._7---cicero {
    background-position: 50% 50px;
    background-size: 430px;
    padding-top: 300px;
  }

  ._8---solomon {
    background-position: 50% 0;
    background-size: 400px;
    padding-top: 200px;
  }

  ._9---socrate {
    background-size: 420px;
    padding-top: 350px;
  }

  ._10---siddhartha {
    background-image: url('../images/siddhartha.jpg'), linear-gradient(#100b17, #100b17);
    background-position: 50% 0, 0 0;
    background-size: 450px, auto;
    padding-top: 300px;
  }

  .regular-price {
    font-size: 24px;
    line-height: 24px;
  }

  .offer-price {
    font-size: 48px;
    line-height: 48px;
  }

  .variante-plata {
    font-size: 30px;
    line-height: 30px;
  }

  .plata-integrala-title {
    font-size: 36px;
    line-height: 36px;
  }

  .description1, .disclaimer {
    font-size: 16px;
    line-height: 24px;
  }

  .image-4 {
    margin-bottom: 50px;
  }

  .bonus-list {
    font-size: 30px;
    line-height: 32px;
  }

  .bonus-description {
    margin-left: 29px;
    font-size: 16px;
    line-height: 24px;
  }

  .marius-horia {
    font-size: 24px;
  }

  .terms {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .terms-text {
    font-size: 16px;
    line-height: 24px;
  }

  .circle {
    width: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-footer-logos {
    align-self: stretch;
    align-items: center;
  }

  .sol-sal {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .link-sol {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .image-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 24px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .location-container {
    margin-left: 7%;
    margin-right: 7%;
  }

  .div-location-container {
    margin-top: 200px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hotel-alpin-logo {
    max-width: 50%;
    margin-top: -120px;
  }

  .hotel-images-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .marius-header {
    width: 320px;
  }

  .horia-header {
    width: 350px;
  }
}

@media screen and (max-width: 479px) {
  ._1---header {
    background-image: linear-gradient(#000 8%, #0000 31%), url('../images/header.jpg'), linear-gradient(#000, #000);
    background-position: 0 0, 40% 100px, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    padding-bottom: 50px;
  }

  .container-header {
    width: 88%;
  }

  .heading-big {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11vw;
    line-height: 72px;
  }

  .div-date {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-date {
    font-size: 16px;
  }

  .text-header-description {
    margin-top: 120px;
    font-size: 16px;
    line-height: 21px;
  }

  .div-cta-header.mm {
    margin-top: 50px;
  }

  .cta-button {
    padding: 15px 25px;
  }

  .button-main-text {
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .button-secondary-text {
    margin-bottom: -5px;
  }

  .discount-small-text {
    margin-top: 5px;
    font-size: 15px;
  }

  .div-stats {
    padding-top: 30px;
  }

  .stats-headline {
    margin-bottom: 15px;
    font-size: 42px;
  }

  .stats-headline.more-margin {
    font-size: 30px;
    line-height: 32px;
  }

  .stats-subheadline {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 21px;
  }

  ._13---bonus {
    padding-bottom: 75px;
    overflow: hidden;
  }

  .container-section-text {
    width: 88%;
  }

  .heading-white-paragraph {
    font-size: 36px;
    line-height: 36px;
  }

  .slider {
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 0;
    position: relative;
  }

  ._3---section-story {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 75px;
    padding-top: 75px;
  }

  .toptitle {
    font-size: 16px;
  }

  .heading-blue {
    font-size: 36px;
    line-height: 36px;
  }

  .image-2 {
    margin-bottom: 50px;
  }

  .slider-container {
    margin-bottom: 0;
    overflow: visible;
  }

  ._4---trainers {
    background-image: linear-gradient(#0000 92%, #000), linear-gradient(#f0f0f0 81%, #cbcbcb00 93%), url('../images/white-to-black.jpg'), linear-gradient(#cbcbcb, #cbcbcb);
    background-position: 0 0, 0 0, 0 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 200%, auto;
    padding-top: 75px;
    padding-bottom: 350px;
  }

  .trainer-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trainer-name {
    font-size: 21px;
  }

  ._5---marc-aurelius {
    background-position: 50% 0;
    background-size: 350px;
  }

  .wise-container-left {
    width: 88%;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .wise-container-left.siddhartha {
    padding-top: 380px;
  }

  .heading {
    line-height: 48px;
  }

  ._6---alexandru-cel-mare {
    background-size: 350px;
  }

  .wiese-container-right {
    width: 88%;
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .section-cta {
    border-width: 5px;
    margin: 8px;
    padding: 3px;
  }

  ._7---cicero {
    background-position: 50% 50px;
    background-size: 350px;
  }

  ._8---solomon {
    background-size: 340px;
    padding-top: 200px;
  }

  ._9---socrate {
    background-size: 350px;
  }

  ._10---siddhartha {
    background-image: url('../images/siddhartha.jpg'), linear-gradient(#100b15, #100b15);
    background-position: 50% 0, 0 0;
    background-size: 380px, auto;
    padding-top: 0;
  }

  ._12---price {
    margin-top: 200px;
  }

  .cost-description {
    font-size: 16px;
  }

  .regular-price {
    margin-bottom: -5px;
    font-size: 21px;
  }

  .offer-price {
    margin-top: 10px;
    font-size: 48px;
  }

  .variante-plata {
    margin-top: 50px;
    font-size: 28px;
  }

  .variante-de-plata {
    padding: 0;
  }

  .plata-integrala-title {
    font-size: 30px;
    line-height: 30px;
  }

  .price1 {
    margin-top: 0;
  }

  .description1.rate._0 {
    margin-bottom: 0;
  }

  .integrala-cell {
    padding: 49px 30px 30px;
  }

  .bonus-list {
    font-size: 24px;
    line-height: 28px;
  }

  .bonus-description {
    margin-left: 23px;
  }

  .bonus-item {
    margin-bottom: 40px;
  }

  ._14---despre-tabara {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-7 {
    width: 75%;
  }

  .boostetic-link {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .invite-name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .quick-stack {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 75%;
  }

  .div-location-container {
    margin-top: 125px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hotel-alpin-logo {
    margin-top: -60px;
  }

  .hotel-images-grid {
    margin-bottom: 30px;
  }

  .marius-header {
    width: 300px;
    left: -20%;
  }

  .horia-header {
    width: 300px;
    right: -15%;
  }
}

#w-node-_66f9a53c-d3c8-7829-4161-17c590dbf47d-69000a88 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_75249f36-0afd-c65b-4501-a6c6662302e1-69000a88, #w-node-_247e1750-8634-e7d8-457f-8df20cba6291-69000a88 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d34a4cf2-ed33-12ca-15a1-b4b4d7049cda-69000a88 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_3b6d3169-3fcd-5b44-66b3-c9d1d0c68791-69000a88 {
    justify-self: center;
  }

  #w-node-_30e52ffd-c295-11b7-0697-83c6d8b7bac5-69000a88 {
    place-self: center;
  }

  #w-node-_33be01ef-e0e5-9a98-4e10-6d822c628440-69000a88, #w-node-_4a5d94c8-bf9e-a3b6-9a6b-d1256d9b038d-69000a88, #w-node-fc07febe-72ef-8020-9114-48488dc60f30-69000a88, #w-node-_13ecca38-8633-8e19-278e-b95be55c79e5-69000a88, #w-node-_892c6d40-602d-bc37-74ac-b48b4ff63453-69000a88, #w-node-_8568a173-d3f2-24a8-09ce-2aeeca8acffb-69000a88, #w-node-d30a3f9a-de2f-4a4e-fa87-734d20df72db-69000a88, #w-node-ec041826-73b9-3c38-3336-e768f63c6acc-69000a88, #w-node-f8778bfa-4bce-e73f-b8de-f9fc4bbe379b-69000a88, #w-node-daf45484-e888-f307-d2d2-8d53a6703050-69000a88 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_75249f36-0afd-c65b-4501-a6c6662302e1-69000a88, #w-node-_247e1750-8634-e7d8-457f-8df20cba6291-69000a88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d34a4cf2-ed33-12ca-15a1-b4b4d7049cda-69000a88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75249f36-0afd-c65b-4501-a6c6662302e1-69000a88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d34a4cf2-ed33-12ca-15a1-b4b4d7049cda-69000a88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d34a4cf2-ed33-12ca-15a1-b4b4d7049cda-69000a88 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bodoni 72';
  src: url('../fonts/Bodoni-72.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Black-03.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Heavy-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville10Pro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}