:root {
  --dark-blue: #210e95;
  --coral: #ff8050;
  --orange-red: #ff4600;
  --black: black;
  --midnight-blue-2: #210660;
  --ghost-white: #f7f7fb;
  --gold: #f4cd1e;
  --midnight-blue: #0b0124;
  --dim-grey: #747474;
  --dodger-blue: #0088e0;
}

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: co-headline, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: co-headline, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: co-headline, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.s-header {
  background-image: linear-gradient(#01031a, #01031a);
}

.body {
  background-color: #130730;
  border-radius: 10px;
  font-family: mundial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  overflow: visible;
}

.div-header-text {
  padding-top: 100px;
  position: relative;
}

.big-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: co-headline, sans-serif;
  font-size: 73px;
  font-weight: 400;
}

.heading {
  color: var(--coral);
  font-family: co-headline, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.text-block {
  color: #fff;
  margin-bottom: 100px;
  font-size: 24px;
  font-weight: 300;
}

.small-description {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 300;
}

.subheading-header {
  color: #fff;
  width: 500px;
  font-family: co-headline, sans-serif;
  font-weight: 400;
}

.header-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  justify-items: center;
  margin-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.div-header-grid {
  border: 1px solid var(--orange-red);
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px 20px 30px;
  display: flex;
}

.header-grid-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.header-icon {
  margin-top: -55px;
  margin-bottom: 20px;
}

.header-icon.confidence {
  margin-top: -75px;
}

.bold-red {
  color: var(--coral);
  font-weight: 400;
}

.bold-red.bold {
  color: var(--orange-red);
  font-weight: 400;
}

.s-pescurt {
  background-image: linear-gradient(140deg, #e2f0fd, #ffddd1);
  padding: 150px 8% 250px;
}

.grid-pescurt {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 3rem;
  margin-bottom: 75px;
}

.div-box-pescurt {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.div-box-pescurt.hide {
  display: none;
}

.div-box-icon {
  align-items: flex-start;
  display: flex;
}

.div-box-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  display: flex;
}

.txt-icon {
  color: var(--orange-red);
  width: 55px;
  margin-top: 27px;
  font-family: co-headline, sans-serif;
  font-size: 72px;
  display: block;
}

.benefit-title {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: co-headline, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.benefit-description {
  color: var(--black);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.div-price {
  border: 1px solid var(--dark-blue);
  background-color: #e9e5ff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 8px 12px;
  font-weight: 300;
  display: flex;
}

.div-price.extra {
  margin-top: 0;
}

.price-small {
  color: var(--dark-blue);
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-decoration: line-through;
}

.price-small.golden {
  color: #f6ab30;
  font-family: mundial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.price-small.premium {
  color: var(--coral);
  margin-left: 8px;
  font-family: mundial, sans-serif;
  line-height: 18px;
  text-decoration: none;
}

.price-small.premium.warning {
  color: var(--orange-red);
  border-style: none;
  line-height: 24px;
}

.acr-nat-icon, .acr-internat-icon {
  width: 55px;
  margin-top: 10px;
}

.div-special {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-bonus-extraordinar {
  background-color: var(--midnight-blue-2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
  display: block;
}

.div-garantia100 {
  border: 2px solid var(--dark-blue);
  border-radius: 10px;
  width: auto;
  margin-left: 0;
  padding: 30px;
}

.bonus-extraordinar {
  color: #f4cd1e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bonus-extraordinar.blue {
  color: var(--dark-blue);
}

.bonus-extraordinar.blu {
  color: #83ccff;
}

.bonus-description {
  color: #fff;
  width: 70%;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 300;
}

.bonus-description.black {
  color: var(--black);
  width: 100%;
}

.star-bonus-extraordinar {
  margin-top: -60px;
  padding-bottom: 20px;
}

.div-bonus-extra {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-7 {
  margin-top: -93px;
}

.div-total {
  margin-top: 50px;
}

.subheading {
  color: var(--dark-blue);
  margin-top: 50px;
  font-weight: 400;
}

.subheading.hide {
  display: none;
}

.crossed_large {
  font-weight: 400;
  text-decoration: line-through;
}

.reducere-text {
  color: var(--orange-red);
  margin-top: 10px;
  font-weight: 400;
}

.official_price {
  color: var(--black);
  font-size: 24px;
  text-decoration: underline;
}

.div-bullets {
  display: flex;
}

.price-bullets {
  margin-left: 15px;
  font-weight: 300;
}

.image-8 {
  margin-top: 4px;
}

.div-cta-border {
  border: 2px solid var(--orange-red);
  border-radius: 20px;
  margin-top: 80px;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
}

.div-cta-border.header {
  z-index: 1;
  margin-bottom: -171px;
}

.div-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--coral);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--coral), #950e30);
  mix-blend-mode: normal;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px;
  padding: 2.5rem;
  display: flex;
}

.cta-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.paragraph.disclaimer {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.div-cta-text {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  display: flex;
}

.div-cta-box {
  border: 1px solid var(--ghost-white);
  background-color: #210660;
  background-image: linear-gradient(#210660b3, #210660b3), url('../images/cta-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  min-width: 420px;
  margin-bottom: -5rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 20px 20px #0b012426;
}

.div-bucuresti {
  background-color: #00000080;
  border: 1px solid #fff;
  border-bottom: 0 #fff;
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  width: auto;
  margin: 40px 40px 0;
  padding: 0;
  display: flex;
  position: static;
}

.div-bucuresti.std {
  border: 1px solid #ffffff40;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-bucuresti.prem {
  margin-left: 20px;
}

.bucuresti {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 5px;
  padding: 10px 15px 0;
  font-weight: 400;
}

.bucuresti.premium {
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.locuri {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0b012440;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: static;
}

.locuri.left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--orange-red);
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
}

.locuri-full {
  opacity: .7;
  color: var(--ghost-white);
  padding: .75rem 10px 0;
  font-size: 21px;
  text-decoration: line-through;
}

.locuri-full.placeholedr {
  opacity: .75;
  display: none;
}

.locuri-empty {
  color: #f5ab28;
  align-self: center;
  font-family: co-headline, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.locuri-empty.red {
  color: var(--orange-red);
  font-size: 3rem;
}

.available-places {
  color: var(--ghost-white);
  text-align: center;
  margin-top: .25rem;
  font-weight: 400;
  display: none;
}

.buton-bucuresti {
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.buton-bucuresti:hover {
  background-color: red;
  transform: translate(0, -5px);
}

.buton-bucuresti.std {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.buton-bucuresti.prem {
  margin-left: 20px;
}

.butontext {
  text-align: center;
  padding: 12px 30px;
  font-family: co-headline, sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
}

.text-span-3, .text-span-4 {
  color: var(--gold);
}

.s-story {
  margin-top: -400px;
}

.div-story {
  background-color: var(--midnight-blue);
  padding: 400px 10% 70px;
}

.paragraph_story {
  color: #fff;
  font-weight: 300;
  display: inline-block;
}

.gold-txt {
  color: var(--gold);
}

.s-accordion {
  background-color: var(--ghost-white);
  padding-top: 100px;
  padding-left: 8%;
  padding-right: 8%;
}

.cum-te-ajuta {
  color: var(--dark-blue);
  text-align: left;
  width: 40%;
  margin-bottom: 75px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.cum-te-ajuta.mod {
  color: var(--ghost-white);
  margin-bottom: 100px;
}

.cum-te-ajuta.calendar {
  color: var(--ghost-white);
  text-align: center;
  align-self: center;
}

.cum-te-ajuta.garantie {
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 36px;
}

.div-check-accordion {
  flex: 1;
  align-items: center;
  display: flex;
}

.text-block-5 {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
}

.div-dropdown {
  background-color: #0000;
}

.div-dropdown.space {
  margin-top: 50px;
}

.dropdown-text {
  color: #747474;
  width: 80%;
  margin-top: 20px;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  overflow: visible;
}

.dropdown-text.m {
  margin-top: 30px;
  margin-left: 0;
}

.div-detalii {
  opacity: 1;
  background-color: #ffebe400;
  border-radius: 5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 6px;
  padding: 5px 18px 9px;
  transition: all .2s;
  display: flex;
}

.div-detalii:active {
  opacity: 0;
}

.div-detalii.module {
  flex: none;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon {
  color: var(--dark-blue);
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 0;
  position: static;
}

.text-block-7 {
  color: var(--dark-blue);
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-7.mo {
  background-color: #210e951a;
  border-radius: 5px;
  padding: 7px 15px 10px;
  transition: all .2s;
}

.text-block-7.mo:hover {
  border: 1px solid var(--dark-blue);
  transform: translate(0, -5px);
}

.div-dropdown-trigger {
  border-bottom: 1px #d8d8f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.tabs-container---brix {
  padding: 20px;
  overflow: visible;
}

.dropdown-item {
  border-bottom: 1px #ff805080;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.dropdown-item.last {
  border: 1px #000;
}

.dropdown-item.m {
  border: 1px #000;
  border-bottom-width: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  max-height: none;
  padding: 40px 60px;
  position: relative;
  box-shadow: 0 0 20px 20px #0b01240d;
}

.dropdown-container.module-bg {
  padding: 30px 30px 10px;
}

.div-list-item {
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 45px;
  display: flex;
}

.div-list-item.m {
  margin-left: 0;
}

.paragraph-3 {
  color: var(--dim-grey);
  width: 80%;
  margin-left: 15px;
  font-weight: 300;
}

.image-9 {
  margin-top: 2px;
}

.text-block-8 {
  color: var(--dark-blue);
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-8.mo {
  color: var(--dim-grey);
  background-color: #7474741a;
  border-radius: 5px;
  padding: 7px 15px 10px;
  transition: all .2s;
}

.text-block-8.mo:hover {
  border: 1px solid var(--midnight-blue);
  transform: translate(0, -5px);
}

.slider {
  justify-content: center;
  margin: 50px -7% 100px;
  display: flex;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.image-10 {
  border-width: 10px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 0 11px 18px -3px #0b012433;
}

.lightbox-link {
  margin-left: 10px;
  margin-right: 10px;
}

.s-slider {
  background-color: var(--midnight-blue);
  margin-top: -90px;
  padding-top: 130px;
  padding-left: 8%;
  padding-right: 8%;
}

.s-slider.footer {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
}

.s-modules {
  background-color: var(--ghost-white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/books.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -150px;
  padding: 250px 8% 75px;
}

.heading-6 {
  color: var(--ghost-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.grid {
  grid-template-rows: auto auto auto auto;
  align-items: start;
}

.div-module-name {
  flex: 0 auto;
}

.module {
  color: var(--orange-red);
  margin-bottom: 20px;
  font-family: co-headline, sans-serif;
  font-size: 30px;
}

.module-title {
  margin-right: 30px;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}

.modul {
  color: var(--orange-red);
  margin-bottom: 20px;
  font-family: co-headline, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.s-calendar {
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  padding: 75px 7% 0;
  display: flex;
  position: relative;
}

.div-date-container {
  border-bottom: 1px solid #210e9533;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-date-container.last {
  border-bottom-style: none;
}

.div-icon-container {
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

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

.date {
  font-size: 21px;
}

.vineri-duminica {
  color: var(--dim-grey);
  margin-top: -2px;
  font-size: 14px;
  font-weight: 300;
}

.oras {
  color: var(--dark-blue);
  width: 110px;
  margin-left: 0;
  margin-right: 30px;
  font-size: 24px;
}

.p-horia {
  color: var(--ghost-white);
  font-weight: 300;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.image-13 {
  margin-right: 10px;
}

.s-testimoniale {
  background-color: var(--ghost-white);
  padding: 75px 8% 50px;
}

.lightbox_testimoniale {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.testimonial {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 10px 10px #0b012412;
}

.div-footer-terms {
  align-self: flex-start;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 50px;
}

.termeni-si-conditii {
  color: #f7f7fb80;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.p-termeni {
  color: #59556f;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.div-low-footer {
  border-top: 1px solid #fff3;
  margin-top: 300px;
  padding-top: 50px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr .5fr;
  align-items: center;
}

.copyright {
  border-right: 1px solid var(--gold);
  color: var(--ghost-white);
  font-weight: 300;
}

.terms-link {
  color: var(--gold);
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  padding-left: 0;
  display: block;
}

.div-boostetic {
  flex-direction: column;
  max-width: 220px;
  text-decoration: none;
  display: flex;
}

.image-14 {
  flex: none;
  width: 220px;
  max-width: 100%;
}

.text-block-10 {
  color: #f7f7fb8c;
  flex: none;
  margin-bottom: -10px;
  margin-left: 30px;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
}

.link-2 {
  color: #f7f7fb80;
}

.text-span-9 {
  color: var(--ghost-white);
  font-family: co-headline, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.div-c-city {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: var(--orange-red);
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.div-calendar-column {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  position: relative;
  box-shadow: 0 10px 20px #0b01241a;
}

.garantie-cta-text {
  margin-left: 15px;
}

.garantie-cta {
  background-color: #ffac1a5e;
  border-radius: .5rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-16 {
  align-self: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.descriere-garantei {
  color: var(--gold);
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.link-email {
  color: var(--ghost-white);
}

.s-garantie {
  background-color: var(--midnight-blue-2);
  justify-content: space-around;
  padding: 75px 8%;
  display: flex;
}

.div-garantie-text {
  align-self: center;
  margin-left: 100px;
}

.text-span-10 {
  color: var(--gold);
}

.div-footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-footer-disclaimer {
  margin-left: 50px;
}

.s-disclaimer {
  background-color: #05010f;
  padding: 75px 10% 125px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.contact-box--fixed {
  z-index: 20;
  background-color: var(--dark-blue);
  filter: drop-shadow(0 0 20px #0003);
  border: 1px solid #3c21dd;
  border-radius: 10px;
  width: 300px;
  padding: 10px 20px;
  display: block;
  position: fixed;
  inset: auto auto 5% 2%;
}

.contact-dropdown-item {
  color: var(--ghost-white);
  flex-direction: column;
  display: flex;
  position: sticky;
}

.whatsapp-text {
  margin-top: 3px;
  margin-left: 15px;
}

.dropdown-title {
  display: flex;
}

.dropdown-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
}

.dropdown-contactinfo {
  margin-left: 15px;
}

.thumbnail-contact {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.number-contact {
  color: var(--coral);
  font-size: 16px;
  text-decoration: none;
}

.text-block-12 {
  margin-top: -2px;
}

.name-contact {
  margin-bottom: -5px;
}

.div-contact-person {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.close {
  z-index: 11;
  background-color: var(--ghost-white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto auto 260px;
  box-shadow: 0 2px 5px 1px #0b01241a;
}

.close:hover {
  background-color: #ffc9b5;
  transform: scale(1.1);
}

.x {
  width: 16px;
  height: 16px;
}

.text-block-14 {
  color: #210e95;
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-14.mo {
  background-color: #210e951a;
  border-radius: 5px;
  padding: 7px 15px 10px;
  transition: all .2s;
}

.text-block-14.mo:hover {
  border: 1px solid #210e95;
  transform: translate(0, -5px);
}

.paragraph-4 {
  color: #747474;
  width: 80%;
  margin-left: 15px;
  font-weight: 300;
}

.image-21 {
  margin-top: 2px;
}

.text-block-15 {
  color: #210e95;
  font-family: mundial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-15.mo {
  color: #747474;
  background-color: #7474741a;
  border-radius: 5px;
  padding: 7px 15px 10px;
  transition: all .2s;
}

.text-block-15.mo:hover {
  border: 1px solid #0b0124;
  transform: translate(0, -5px);
}

.div-sal-sol {
  margin-top: 30px;
}

.link-sal {
  margin-right: 10px;
}

.trainer-orase {
  margin-top: -50px;
  margin-bottom: 30px;
}

.trainerii {
  color: #fff;
  text-align: left;
}

.trainerii.faq {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.2;
}

.trainer-paragraph {
  margin-top: 2rem;
  font-weight: 300;
}

.link-gold {
  color: #ffb902;
}

.list-text {
  font-weight: 300;
}

._1---header {
  background-image: linear-gradient(#01031a 52%, #120235);
  margin-top: -150px;
  padding-top: 150px;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.ws-list {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.trainer_name {
  font-weight: 400;
}

.container {
  max-width: none;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.container.horia-marius {
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grid_traineri {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 5rem;
  position: relative;
}

.gold {
  color: #f6ab30;
}

.checkmark-green {
  margin-top: 2px;
  margin-right: 1rem;
}

.bonus-extra-small-text {
  color: #ffffffbf;
  margin-top: 1rem;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.contact-description {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.keep {
  white-space: nowrap;
}

.test-columns {
  justify-content: space-between;
  display: flex;
}

.two-columns {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.one-column {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid-bonusuri {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.bonus-block {
  background-color: var(--dark-blue);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  font-family: co-headline, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  display: flex;
}

.bonus-block.vip {
  background-color: #020613;
  background-image: url('../images/VIP-BG_1VIP-BG.webp');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2rem;
}

.bonus-title {
  color: var(--ghost-white);
  letter-spacing: .3px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.bonus-title.vip {
  color: #f6ab30;
  text-transform: uppercase;
  margin-right: 2rem;
  font-size: 2rem;
  line-height: 2rem;
}

.bonus-descript {
  color: var(--ghost-white);
  max-width: 360px;
  font-family: mundial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.bonus-descript.hide {
  display: none;
}

.bonus-price {
  border: 1px solid var(--ghost-white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .5rem 1rem .75rem;
  display: flex;
}

.coins-icon {
  margin-top: 3px;
}

.bonus-group {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bonus-group.friends {
  margin-top: 2rem;
}

.vip {
  flex: 0 auto;
}

.horia-container {
  z-index: 0;
  mix-blend-mode: screen;
  width: 1400px;
  position: relative;
}

.horia-header {
  z-index: 0;
  mix-blend-mode: screen;
  width: 1900px;
  position: absolute;
  top: -100px;
  right: -300px;
}

.horia-header.trainer {
  top: 95px;
  right: -53px;
}

.wrapper {
  overflow: hidden;
}

.city-text {
  color: #ffffffbf;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.pachet {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
}

.pachet.hide {
  display: none;
}

.per-modul {
  font-size: 1.25rem;
}

.locatie {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.location-pin {
  opacity: .75;
  width: 20px;
  height: 20px;
}

.pret {
  color: var(--ghost-white);
  text-align: center;
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.benefits-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.benefit-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
}

.checkmark {
  width: 20px;
  height: 20px;
}

.checkmark-text {
  color: var(--ghost-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.locuri-disponibile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--midnight-blue-2);
  color: var(--ghost-white);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem 1.5rem 1rem 1rem;
  display: flex;
}

.reducere-integrala {
  color: #f7f7fb80;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.bold-white {
  opacity: 1;
  color: #f7f7fb;
  font-weight: 700;
}

.premium-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.star {
  width: 32px;
  height: 32px;
}

.star.hide {
  display: none;
}

.title-star {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1rem .5rem;
}

.div-premium {
  border: 1px solid var(--orange-red);
  background-color: #faf3d4;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 8px 12px;
  display: flex;
}

.div-premium.warning {
  border-style: none;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 15px;
  line-height: 32px;
}

.div-premium.hide {
  display: none;
}

.warning {
  border: 1px solid var(--coral);
}

.space {
  margin-right: 5px;
}

.no-strike {
  text-decoration: none;
}

.strike {
  text-decoration: line-through;
}

.image-22, .image-23, .image-24 {
  width: 55px;
}

.img-invitat-small {
  border-radius: .25rem;
  width: 100px;
}

.grid-invitati-6 {
  grid-template-columns: 1fr 1fr 1fr;
  align-self: flex-end;
  margin-top: -1.5rem;
  margin-bottom: -2rem;
}

.grid-invitati-6.hide {
  display: none;
}

.grid-invitati {
  align-self: flex-end;
  margin-top: -1.5rem;
  margin-bottom: -2rem;
}

.grid-invitati.hide {
  display: none;
}

.evantai-full-desktop {
  margin-top: 1rem;
}

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

.evantai-full-mobile {
  display: none;
}

.testimoniale-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
}

.tit {
  color: #99a8ff;
}

.video-header {
  border-radius: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.bird {
  width: 64px;
  height: 64px;
  margin-right: 1rem;
}

.early-bird-icon {
  height: 5rem;
}

.early-bird-icon.bonus {
  height: 7rem;
  margin-top: -61px;
  margin-bottom: -17px;
}

.bonus-early-group {
  border: 2px solid var(--orange-red);
  background-color: #fae8e5;
  border-radius: 1rem;
  padding: 2rem;
}

.locuri-disponibile-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f7f7fb;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .5rem;
  display: flex;
}

.locuri-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  display: flex;
  position: static;
}

.locuri-full-2 {
  opacity: .7;
  color: #f7f7fb;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  text-decoration: line-through;
}

.locuri-full-2.placeholedr {
  opacity: 0;
  display: none;
}

.locuri-full-2.hide {
  display: none;
}

.locuri-empty-2 {
  color: var(--coral);
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.available-places-2 {
  color: #f7f7fb;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.available-places-2.hide {
  display: none;
}

.seat {
  width: 20px;
}

.seat.hide {
  display: none;
}

.buttons-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  min-width: 680px;
  display: flex;
}

.button-group {
  flex: 1;
}

.benefits-group {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.benefit-group {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.value {
  color: #fff9;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: line-through;
}

.testimoniale-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -5rem;
}

.testimonial-2 {
  border-radius: .5rem;
}

.testimoniale-grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: -5rem;
}

.testimoniale-grid-3.no-margin-bot {
  margin-bottom: -8rem;
  padding-top: 0;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.link {
  color: #f7b733;
  text-decoration: underline;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 1.5rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-2 {
  background-color: #2c4bff;
  background-image: linear-gradient(270deg, var(--coral), #950e30);
  color: #fff;
  white-space: break-spaces;
  border-radius: .5rem;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 4rem 0 1.5rem;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-2.w--open {
  border-bottom: 1px solid #0000001a;
}

.toggle-text {
  z-index: 2;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
  position: relative;
}

.faq-answer {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.faq-body-cont-2 {
  border-top: 1px #000;
  padding: 1.5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-p-2 {
  z-index: 0;
  color: #fff;
  background-color: #210660;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2d4be2, #193dbd);
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 1280px) {
  .div-cta {
    padding: 3rem;
  }

  .text-block-10 {
    margin-left: 34px;
  }

  .horia-header {
    right: -500px;
  }

  .horia-header.trainer {
    width: 2500px;
    top: -51px;
    right: -200px;
  }

  .img-invitat-small {
    width: 125px;
  }
}

@media screen and (min-width: 1440px) {
  .s-header {
    padding-left: 5%;
    padding-right: 5%;
  }

  .s-pescurt {
    padding-left: 12%;
    padding-right: 12%;
  }

  .grid-pescurt {
    margin-bottom: 70px;
  }

  .div-special {
    flex-flow: row;
  }

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

  .div-cta {
    padding: 4rem;
  }

  .div-cta-box {
    padding: 2rem;
  }

  .div-bucuresti.std {
    justify-content: space-between;
  }

  .div-story {
    padding-left: 12%;
    padding-right: 12%;
  }

  .s-accordion {
    padding-top: 100px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .cum-te-ajuta.mod {
    margin-bottom: 50px;
  }

  .dropdown-container.module-bg {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s-modules {
    padding-left: 12%;
    padding-right: 12%;
  }

  .module-title {
    margin-right: 20px;
    line-height: 28px;
  }

  .s-calendar {
    padding-left: 12%;
    padding-right: 12%;
  }

  .oras {
    width: 160px;
  }

  .bonus-block.vip {
    background-position: 50% 60%;
    background-size: auto;
  }

  .horia-header, .horia-header.trainer {
    right: -400px;
  }

  .pachet {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .img-invitat-small {
    width: 135px;
  }

  .buttons-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .s-header {
    padding-left: 9%;
    padding-right: 9%;
  }

  .s-pescurt {
    padding-left: 15%;
    padding-right: 15%;
  }

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

  .cta-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .butontext {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .div-story {
    padding-left: 15%;
    padding-right: 40%;
  }

  .s-accordion {
    padding-left: 15%;
    padding-right: 15%;
  }

  .cum-te-ajuta {
    width: 50%;
  }

  .div-detalii {
    margin-right: 0;
    padding-right: 0;
  }

  .div-dropdown-trigger {
    margin-bottom: 0;
  }

  .dropdown-container.module-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider {
    margin-top: 50px;
  }

  .s-slider, .s-modules, .s-calendar, .s-testimoniale {
    padding-left: 15%;
    padding-right: 15%;
  }

  .text-block-10 {
    margin-left: 32px;
  }

  .div-calendar-column {
    flex-flow: column;
    display: flex;
  }

  .s-garantie {
    padding-left: 15%;
    padding-right: 25%;
  }

  .s-disclaimer {
    padding-bottom: 150px;
    padding-left: 15%;
    padding-right: 15%;
  }

  ._1---header {
    padding-left: 15%;
    padding-right: 15%;
  }

  .wrapper {
    overflow: hidden;
  }

  .benefits-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefit-item {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .checkmark-text {
    font-size: 18px;
  }

  .img-invitat-small {
    width: 165px;
  }

  .faq-answer {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  .s-header {
    height: auto;
    padding-bottom: 50px;
  }

  .div-header-text {
    padding-top: 250px;
  }

  .big-heading {
    font-size: 6.7vh;
    line-height: 6.7vh;
  }

  .heading {
    margin-top: 0;
    font-size: 3.7vh;
    line-height: 3.7vh;
  }

  .header-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 50px;
  }

  .s-pescurt {
    padding-top: 75px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .grid-pescurt {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .benefit-title {
    font-size: 30px;
    line-height: 32px;
  }

  .div-special {
    flex-direction: column;
    margin-top: 0;
  }

  .div-garantia100 {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .bonus-description {
    width: 100%;
  }

  .div-cta-border {
    margin-top: 50px;
    display: block;
  }

  .div-cta {
    flex-direction: column;
    padding: 2rem;
  }

  .div-cta-box {
    flex-flow: column;
    min-width: 0;
  }

  .div-bucuresti {
    width: 450px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-bucuresti.std {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-bucuresti.prem {
    width: auto;
    margin-top: -2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .locuri.left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .locuri-empty {
    font-size: 3rem;
  }

  .buton-bucuresti {
    width: 450px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .buton-bucuresti.std {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .buton-bucuresti.prem {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-story {
    padding-top: 400px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph_story {
    font-size: 16px;
  }

  .s-accordion {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .cum-te-ajuta {
    width: 80%;
    margin-left: 7%;
    font-size: 36px;
    line-height: 40px;
  }

  .cum-te-ajuta.mod {
    margin-bottom: 50px;
    margin-left: 0%;
  }

  .cum-te-ajuta.calendar {
    margin-bottom: 50px;
    margin-right: 7%;
  }

  .cum-te-ajuta.garantie {
    margin-left: 0%;
    font-size: 30px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .dropdown-text.m {
    margin-top: 30px;
  }

  .div-detalii {
    padding-right: 0;
  }

  .dropdown-container {
    padding: 20px 50px;
  }

  .dropdown-container.module-bg {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-list-item.m {
    margin-top: 10px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: -6%;
    margin-right: -6%;
  }

  .image-10 {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lightbox-link {
    flex: 1;
    max-width: 100%;
  }

  .s-slider {
    margin-top: -140px;
  }

  .s-modules {
    padding-top: 300px;
    padding-bottom: 50px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .module-title {
    font-size: 18px;
    line-height: 24px;
  }

  .modul {
    margin-bottom: 0;
    font-size: 30px;
  }

  .s-calendar {
    padding-top: 50px;
  }

  .oras {
    width: 155px;
  }

  .s-testimoniale {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-footer-terms {
    align-self: flex-start;
  }

  .p-termeni {
    font-size: 13px;
    line-height: 18px;
  }

  .div-low-footer {
    margin-top: 250px;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .copyright {
    border-right-style: none;
    font-size: 16px;
  }

  .terms-link {
    font-size: 16px;
  }

  .image-14 {
    margin-left: -28px;
  }

  .text-block-10 {
    margin-left: 6px;
  }

  .div-c-city {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .div-calendar-column {
    flex: 1;
  }

  .div-garantie-text {
    margin-left: 50px;
  }

  .image-17 {
    width: 128px;
    height: 128px;
  }

  .div-footer-links {
    border-left: 1px solid var(--gold);
    padding-left: 20px;
  }

  .div-footer-disclaimer {
    align-self: flex-start;
  }

  .s-disclaimer {
    align-items: flex-start;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .trainerii {
    font-size: 36px;
    line-height: 40px;
  }

  .trainerii.faq {
    font-size: 2.5rem;
  }

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

  .trainer_name {
    font-size: 30px;
  }

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

  .container.horia-marius {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 5rem;
  }

  .grid-bonusuri {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .bonus-block.vip {
    background-position: 50% 100%;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .horia-header {
    right: 200px;
  }

  .horia-header.trainer {
    top: 0;
    right: 144px;
  }

  .benefits-container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-item {
    margin-left: 0;
  }

  .premium-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-premium {
    margin-top: 0;
  }

  .img-invitat-small {
    width: 155px;
  }

  .evantai_container {
    justify-content: center;
    align-items: center;
  }

  .testimoniale-grid {
    margin-bottom: 1rem;
  }

  .early-bird-icon.bonus {
    height: 5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .buttons-container {
    flex-flow: column;
    min-width: 0;
  }

  .benefits-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .testimoniale-grid-2, .testimoniale-grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .s-header {
    padding-bottom: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-header-text {
    padding-top: 300px;
  }

  .big-heading {
    margin-bottom: 0;
    font-size: 8.9vw;
    line-height: 9vw;
  }

  .heading {
    font-size: 4.9vw;
  }

  .subheading-header {
    width: 400px;
  }

  .header-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-pescurt {
    grid-template-columns: 1fr;
  }

  .div-box-pescurt {
    padding: 0;
  }

  .txt-icon {
    font-size: 72px;
  }

  .div-price.extra {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .bonus-extraordinar {
    order: -1;
  }

  .bonus-description.black {
    width: 100%;
  }

  .div-bonus-extra {
    flex-direction: column;
    order: 0;
  }

  .image-8 {
    align-self: flex-start;
    margin-top: 12px;
  }

  .div-cta {
    padding: 2rem;
  }

  .div-cta-box {
    min-width: 0;
  }

  .div-bucuresti {
    width: 400px;
  }

  .locuri {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .locuri-empty, .locuri-empty.red {
    font-size: 2.5rem;
  }

  .buton-bucuresti {
    width: 400px;
  }

  .div-story {
    padding-left: 7%;
    padding-right: 7%;
  }

  .paragraph_story {
    font-size: 16px;
    line-height: 21px;
  }

  .cum-te-ajuta {
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
  }

  .cum-te-ajuta.mod {
    width: 100%;
    margin-bottom: 50px;
  }

  .text-block-5 {
    font-size: 21px;
    line-height: 24px;
  }

  .dropdown-text.m {
    margin-top: 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .dropdown-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-list-item.m {
    margin-top: 10px;
  }

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

  .slider {
    margin-bottom: 50px;
    margin-left: -6%;
    margin-right: -6%;
  }

  .s-slider {
    padding-left: 7%;
    padding-right: 7%;
  }

  .s-slider.footer {
    padding-bottom: 100px;
  }

  .s-modules {
    padding-left: 7%;
    padding-right: 7%;
  }

  .s-calendar {
    padding-top: 100px;
    padding-bottom: 75px;
  }

  .div-date-nr-container {
    flex: 1;
  }

  .oras {
    width: 115px;
    margin-left: 0;
    margin-right: 10px;
  }

  .lightbox_testimoniale {
    text-align: center;
  }

  .testimonial {
    max-width: 100%;
    margin: .5rem 0;
  }

  .footer-grid {
    grid-row-gap: 32px;
  }

  .copyright, .terms-link {
    font-size: 16px;
  }

  .image-14 {
    max-width: 200px;
    margin-left: -30px;
  }

  .text-block-10 {
    margin-left: 0;
  }

  .text-span-9 {
    font-size: 24px;
    line-height: 30px;
  }

  .garantie-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .s-garantie {
    flex-flow: column;
  }

  .div-garantie-text {
    margin-top: 3rem;
    margin-left: 0;
  }

  .div-footer-disclaimer {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 50px;
  }

  .s-disclaimer {
    flex-direction: column;
  }

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

  .link-sal {
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._1---header {
    padding-left: 7%;
    padding-right: 7%;
  }

  .container {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container.horia-marius {
    padding-top: 20rem;
    padding-bottom: 5rem;
  }

  .grid_traineri {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .two-columns {
    flex-flow: column;
  }

  .one-column {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid-bonusuri {
    grid-template-columns: 1fr;
  }

  .bonus-block.vip {
    background-position: 50% 75%;
    background-size: 800px;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .horia-container.trainer {
    width: 1200px;
  }

  .horia-header {
    top: -150px;
    right: 400px;
  }

  .horia-header.trainer {
    width: 1200px;
    top: -164px;
    right: 350px;
  }

  .premium-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .div-premium.warning {
    width: auto;
  }

  .img-invitat-small {
    width: 115px;
  }

  .evantai-full-desktop {
    display: block;
  }

  .evantai-full-mobile {
    display: none;
  }

  .early-bird-icon {
    height: 4rem;
  }

  .bonus-early-group {
    padding: 1.5rem;
  }

  .testimoniale-grid-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-2 {
    border-radius: 1rem;
  }

  .testimoniale-grid-3 {
    grid-template-columns: 1fr;
  }

  .toggle-text {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .s-header {
    padding-bottom: 50px;
  }

  .div-header-text {
    padding-top: 200px;
  }

  .text-block {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .small-description {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .subheading-header {
    width: auto;
    font-size: 24px;
    font-weight: 400;
  }

  .header-grid {
    padding-bottom: 30px;
  }

  .div-header-grid {
    padding-bottom: 20px;
  }

  .header-grid-text {
    font-size: 16px;
    line-height: 21px;
  }

  .s-pescurt {
    padding: 100px 7% 250px;
  }

  .grid-pescurt {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-box-content {
    margin-left: 10px;
  }

  .txt-icon {
    text-align: center;
    width: 50px;
    margin-top: 10px;
    font-size: 60px;
  }

  .benefit-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .benefit-description {
    font-size: 16px;
    line-height: 21px;
  }

  .div-price {
    margin-top: 10px;
    padding: 6px 12px;
  }

  .price-small {
    font-size: 16px;
  }

  .acr-nat-icon {
    width: 48px;
    max-width: 90%;
    margin-top: 0;
    margin-right: 2px;
  }

  .acr-internat-icon {
    width: 48px;
    margin-top: 0;
    margin-right: 2px;
  }

  .div-special {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-bonus-extraordinar {
    padding: 1rem 1.25rem 1.5rem;
  }

  .div-garantia100 {
    margin-top: 1rem;
    padding: 1.25rem;
  }

  .bonus-extraordinar {
    font-size: 24px;
    line-height: 30px;
  }

  .bonus-extraordinar.blue {
    margin-top: -1rem;
  }

  .bonus-description {
    font-size: 16px;
    line-height: 21px;
  }

  .bonus-description.black {
    margin-bottom: 0;
    line-height: 21px;
  }

  .star-bonus-extraordinar {
    max-width: 2.5rem;
    margin-top: -2.5rem;
    padding-bottom: 1rem;
  }

  .div-bonus-extra {
    flex: 0 auto;
  }

  .image-7 {
    max-width: 2.5rem;
    margin-top: -4.5rem;
  }

  .subheading {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 30px;
  }

  .reducere-text {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
  }

  .official_price {
    font-size: 18px;
  }

  .price-bullets {
    font-size: 16px;
  }

  .div-cta-border {
    border-width: 2px;
    margin-top: 30px;
    margin-left: -5%;
    margin-right: -5%;
  }

  .div-cta-border.header {
    margin-left: -2%;
    margin-right: -2%;
  }

  .div-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
    padding: 1.25rem 1.25rem 1.5rem;
  }

  .cta-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.disclaimer {
    font-size: .75rem;
  }

  .div-cta-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
    margin-left: -5%;
    margin-right: -5%;
    padding: 1rem;
    display: flex;
  }

  .div-bucuresti {
    width: 85%;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .bucuresti {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .bucuresti.premium {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .locuri {
    justify-content: center;
    align-items: center;
  }

  .locuri.left {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .locuri-empty, .locuri-empty.red {
    font-size: 2rem;
  }

  .available-places {
    font-size: 16px;
  }

  .buton-bucuresti {
    width: 85%;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .butontext {
    padding: 1rem;
    font-size: 1rem;
    line-height: 18px;
  }

  .div-story {
    padding-top: 28rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .paragraph_story {
    font-size: 16px;
    line-height: 21px;
  }

  .s-accordion {
    padding-top: 75px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .cum-te-ajuta {
    width: auto;
    margin-bottom: 50px;
    margin-left: 0%;
    font-size: 28px;
    line-height: 30px;
  }

  .cum-te-ajuta.mod {
    width: 90%;
  }

  .cum-te-ajuta.garantie {
    font-size: 24px;
    line-height: 30px;
  }

  .div-check-accordion {
    align-items: flex-start;
  }

  .text-block-5 {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-dropdown.space {
    margin-top: 30px;
  }

  .dropdown-text {
    width: 80%;
    margin-left: 35px;
    font-size: 16px;
    line-height: 21px;
  }

  .dropdown-text.m {
    width: 100%;
    margin-top: 30px;
  }

  .div-detalii {
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 35px;
    padding-top: 3px;
    padding-left: 0;
  }

  .div-detalii.module {
    justify-content: flex-start;
    margin-top: 0;
  }

  .icon {
    color: #747474bf;
    margin-top: 7px;
    margin-left: 2px;
    font-size: 14px;
  }

  .text-block-7 {
    color: #747474bf;
    font-size: 14px;
  }

  .text-block-7.mo {
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .text-block-7.mo:hover {
    border-color: var(--dark-blue);
  }

  .div-dropdown-trigger {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .dropdown-item {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .dropdown-item.m {
    padding-bottom: 0;
  }

  .dropdown-container {
    border-radius: 10px;
    padding: 1.5rem;
  }

  .dropdown-container.module-bg {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px 10px 20px;
  }

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

  .text-block-8 {
    color: #747474bf;
    font-size: 14px;
  }

  .text-block-8.mo {
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .slider {
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .lightbox-link {
    margin-left: 0;
    margin-right: 0;
  }

  .s-slider {
    margin-top: -162px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .s-slider.footer {
    padding: 10px 7% 50px;
  }

  .s-modules {
    padding-top: 300px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-6 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .module-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .modul {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .s-calendar {
    padding: 50px 7%;
  }

  .div-date-nr-container {
    flex: 1;
  }

  .date {
    font-size: 16px;
    line-height: 21px;
  }

  .vineri-duminica {
    font-size: 11px;
    line-height: 13px;
  }

  .oras {
    width: 97px;
    margin-right: 5px;
    font-size: 16px;
  }

  .check {
    width: 1.25rem;
    height: 24px;
  }

  .p-horia {
    font-size: 16px;
    line-height: 21px;
  }

  .list {
    font-size: 16px;
  }

  .s-testimoniale {
    padding-top: 50px;
  }

  .div-footer-terms {
    margin-right: 0;
  }

  .termeni-si-conditii {
    margin-left: 5%;
    font-size: 18px;
  }

  .p-termeni {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 11px;
    line-height: 14px;
  }

  .div-low-footer {
    margin-left: 0%;
    margin-right: 0%;
  }

  .link-2 {
    margin-left: 0%;
    font-size: 18px;
  }

  .text-span-9 {
    font-size: 21px;
    line-height: 28px;
  }

  .div-c-city {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-8 {
    margin-top: 0;
    font-size: 24px;
  }

  .div-calendar-column {
    border-radius: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .s-garantie {
    flex-direction: column;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-garantie-text {
    margin-left: 0;
  }

  .image-17 {
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
  }

  .div-footer-disclaimer {
    margin-right: 0;
  }

  .s-disclaimer {
    padding: 50px 12% 150px 7%;
  }

  .contact-box--fixed {
    width: 260px;
    padding: .5rem .75rem;
    bottom: 1rem;
    left: 7%;
  }

  .whatsapp-text {
    margin-top: -2px;
    margin-left: .75rem;
    font-size: 14px;
    display: block;
  }

  .dropdown-title {
    align-items: center;
  }

  .thumbnail-contact {
    width: 32px;
    height: 32px;
  }

  .number-contact {
    font-size: 14px;
  }

  .name-contact {
    margin-bottom: -7px;
    font-size: 16px;
  }

  .div-contact-person {
    align-items: center;
  }

  .image-19 {
    width: 16px;
    height: 16px;
  }

  .close {
    bottom: 250px;
  }

  .text-block-14 {
    color: #747474bf;
    font-size: 14px;
  }

  .text-block-14.mo {
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .text-block-14.mo:hover {
    border-color: #210e95;
  }

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

  .text-block-15 {
    color: #747474bf;
    font-size: 14px;
  }

  .text-block-15.mo {
    padding-top: 3px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .trainer-orase {
    line-height: 21px;
  }

  .trainerii {
    text-align: left;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .trainerii.faq {
    font-size: 2rem;
    line-height: 1.2;
  }

  ._1---header {
    padding-top: 100px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .trainer_name {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container.horia-marius {
    padding-top: 15rem;
    padding-bottom: 5rem;
  }

  .grid_traineri {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .test-columns {
    flex-flow: column;
  }

  .one-column {
    padding-left: 0;
    padding-right: 0;
  }

  .bonus-block {
    padding: 1.25rem;
  }

  .bonus-block.vip {
    flex-flow: column;
    align-items: stretch;
    padding: 5rem 1.25rem 1.25rem;
  }

  .bonus-price, .bonus-group.friends {
    margin-top: 1rem;
  }

  .horia-container {
    width: 1000px;
  }

  .horia-container.trainer {
    width: 750px;
  }

  .horia-header {
    width: 1000px;
    top: -100px;
    right: 300px;
  }

  .horia-header.trainer {
    top: -50px;
    right: 200px;
  }

  .per-modul {
    font-size: 1rem;
  }

  .pret {
    font-size: 1.75rem;
  }

  .benefits-container {
    padding-left: .5rem;
  }

  .benefit-item {
    margin-right: 1rem;
  }

  .locuri-disponibile {
    padding-right: 1rem;
  }

  .premium-group {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .img-invitat-small {
    width: 110px;
  }

  .grid-invitati-6 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-invitati {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .evantai-full-desktop {
    margin-bottom: -1rem;
  }

  .testimoniale-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .early-bird-icon, .early-bird-icon.bonus {
    height: 3rem;
  }

  .bonus-early-group {
    padding: 1.25rem;
  }

  .locuri-full-2 {
    font-size: .85rem;
  }

  .locuri-empty-2 {
    font-size: 1.5rem;
  }

  .available-places-2 {
    font-size: .85rem;
    line-height: 1.2;
  }

  .seat {
    width: 1rem;
  }

  .testimoniale-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: -5rem;
  }

  .testimonial-2 {
    border-radius: .5rem;
  }

  .testimoniale-grid-3 {
    grid-template-columns: 1fr;
    margin-bottom: -5rem;
  }

  .faq-icon {
    margin-right: 1rem;
  }

  .faq-2 {
    padding-left: 1rem;
    padding-right: 3rem;
  }

  .toggle-text {
    font-weight: 500;
  }

  .faq-body-cont-2 {
    padding: 1.25rem;
  }
}

#w-node-c65aa8fd-eaaf-d18b-1eec-56eb6efbb325-99b6afae, #w-node-_69666ea2-0b4f-b98f-6ca1-48cf4e9a4293-99b6afae, #w-node-_351d7eb0-ee3b-20cb-c08f-f7270e9a823d-99b6afae, #w-node-_936c5ea8-ae5a-0349-1f2d-d5a34aa48f17-99b6afae, #w-node-ae2b849f-e417-cedc-5628-2537d212f347-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e155f480-99ee-7adb-3907-03a6946f3e88-99b6afae, #w-node-_3f387083-e88d-43c6-4250-013634ddb906-99b6afae, #w-node-b6862cf4-0fc3-67dc-ad15-acfb37331a58-99b6afae, #w-node-_84700279-7ded-25bc-3b45-6b15fe82dcbf-99b6afae, #w-node-_84700279-7ded-25bc-3b45-6b15fe82dcc0-99b6afae, #w-node-_84700279-7ded-25bc-3b45-6b15fe82dcc3-99b6afae, #w-node-_01c15619-0e2d-f678-699e-28d55009a614-99b6afae, #w-node-_01c15619-0e2d-f678-699e-28d55009a615-99b6afae, #w-node-_01c15619-0e2d-f678-699e-28d55009a618-99b6afae, #w-node-baee81fc-f7b2-726c-95ac-15c34d461abd-99b6afae, #w-node-baee81fc-f7b2-726c-95ac-15c34d461abe-99b6afae, #w-node-baee81fc-f7b2-726c-95ac-15c34d461ac1-99b6afae, #w-node-_01f4ed5f-eb9b-b26a-e0ce-65ef1776b4d5-99b6afae, #w-node-_01f4ed5f-eb9b-b26a-e0ce-65ef1776b4d6-99b6afae, #w-node-c3db3c38-6b9a-9fab-9513-030098dada8e-99b6afae, #w-node-_65235167-92e9-06dd-2c94-1b908f915364-99b6afae, #w-node-_65235167-92e9-06dd-2c94-1b908f915365-99b6afae, #w-node-_24ef365b-338b-68a6-ed2e-6c9a1213b6b8-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f335d8c-f151-fbb0-981c-482648b3c6fa-99b6afae, #w-node-_7d31c9ef-9bf3-8cb1-8d1d-b8785da44956-99b6afae, #w-node-_7e2fdeda-00fc-4c26-f1d1-746213246000-99b6afae {
  align-self: start;
}

#w-node-_55b1fa13-9f34-65b3-7e0e-a1044c1773f5-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_806d0165-18df-3d0f-7a28-052a0c17d81c-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_442b085b-c21e-bf9d-c041-1ee14e6c66d8-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a265e9d5-b895-5bd0-fc80-16918f2cdd3a-99b6afae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_55b1fa13-9f34-65b3-7e0e-a1044c1773f5-99b6afae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c65aa8fd-eaaf-d18b-1eec-56eb6efbb325-99b6afae {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e155f480-99ee-7adb-3907-03a6946f3e88-99b6afae, #w-node-_84700279-7ded-25bc-3b45-6b15fe82dcbf-99b6afae, #w-node-_01c15619-0e2d-f678-699e-28d55009a614-99b6afae, #w-node-baee81fc-f7b2-726c-95ac-15c34d461abd-99b6afae, #w-node-_01f4ed5f-eb9b-b26a-e0ce-65ef1776b4d5-99b6afae, #w-node-_65235167-92e9-06dd-2c94-1b908f915364-99b6afae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e701832-02d7-7f11-35fb-7ed5e4a793ce-99b6afae, #w-node-_4e701832-02d7-7f11-35fb-7ed5e4a793d0-99b6afae, #w-node-_4e701832-02d7-7f11-35fb-7ed5e4a793d2-99b6afae, #w-node-_5e3b1f2a-13ce-4687-9132-94d67818ca3a-99b6afae, #w-node-_5e3b1f2a-13ce-4687-9132-94d67818ca3c-99b6afae, #w-node-_5e3b1f2a-13ce-4687-9132-94d67818ca3e-99b6afae {
    place-self: center;
  }
}


