@font-face {
  font-family: Gabarito;
  src: url('../fonts/Gabarito-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --selective-yellow: #ffb15c;
  --electric-indigo: #3557ff;
  --pumpkin: #f5972d;
  --workshop-1-1: #f5972d;
  --folly: #ff3134;
  --workshop-3-1: #ff3134;
  --workshop-4-1: #00a5a5;
  --workshop-2-1: #3557ff;
  --workshop-2-2: #d8e3ff;
  --russian-violet: #11022d;
  --workshop-1-2: #faf2cd;
  --workshop-3-2: #fadee0;
  --workshop-4-2: #c1f2f8;
  --workshop-2-3: #f1f5ff;
  --workshop-1-3: #fcf9f0;
  --workshop-3-3: #fff0f2;
  --workshop-4-3: #f2fdfc;
  --shamrock-green: #00a5a5;
  --scarlet: #ff1f00;
  --emerald: #00cb82;
  --dark-green: #102e23;
  --ws1-bg1: #dfd4ffe6;
  --ws1-bg2: #f5f1ff;
}

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

.w-layout-vflex {
  flex-direction: column;
  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;
  }
}

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

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

.text_m {
  font-size: 1.5rem;
}

.text_m.center {
  text-align: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 1rem;
  font-size: 1.25rem;
}

.body {
  color: var(--white);
  background-color: #361a3f;
  font-family: Gabarito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.bold {
  font-weight: 700;
}

.hero_subtitle {
  color: var(--white);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.2;
}

.hero_subtitle.thank-you {
  margin-top: 5rem;
}

.hero_heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1;
}

.horia-marius_container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10rem;
  margin-left: -10%;
  margin-right: -10%;
  display: flex;
}

.horia-marius_container.traineri {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: 0%;
  margin-right: 0%;
}

.horia {
  margin-top: 2rem;
}

.award {
  background-image: url('../images/award.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 200px;
  padding-bottom: 20px;
  display: flex;
}

._40-000 {
  color: var(--selective-yellow);
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.peste {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
}

.timer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.ca-sa-participi {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.day-container {
  background-color: #0000006b;
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.day {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.time-description {
  font-size: .75rem;
  line-height: 1;
}

.timer-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.timer-container.middle {
  margin-bottom: -5rem;
}

.ws-summary {
  border: 2px solid var(--electric-indigo);
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ws-summary._2 {
  border-color: var(--pumpkin);
}

.ws-summary._2.card {
  border-color: var(--workshop-1-1);
  max-width: 280px;
}

.ws-summary._3 {
  border-color: var(--folly);
}

.ws-summary._3.card {
  border-color: var(--workshop-3-1);
}

.ws-summary._4 {
  border-color: #00945e;
}

.ws-summary._4.card {
  border-color: var(--workshop-4-1);
}

.ws-summary.card {
  border-color: var(--workshop-2-1);
  max-width: 280px;
}

.label {
  background-color: var(--workshop-2-1);
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.label._2 {
  background-color: var(--workshop-1-1);
}

.label._3 {
  background-color: var(--workshop-3-1);
}

.label._4 {
  background-color: var(--workshop-4-1);
}

.ws-title {
  background-color: var(--workshop-2-2);
  color: var(--russian-violet);
  border-radius: .5rem .5rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.ws-title._2 {
  background-color: var(--workshop-1-2);
  padding: 1.25rem;
}

.ws-title._3 {
  background-color: var(--workshop-3-2);
}

.ws-title._4 {
  background-color: var(--workshop-4-2);
}

.ws-info-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--workshop-2-3);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  padding: 1.25rem;
  display: flex;
}

.ws-info-container._2 {
  background-color: var(--workshop-1-3);
  padding-top: 1.25rem;
}

.ws-info-container._3 {
  background-color: var(--workshop-3-3);
}

.ws-info-container._4 {
  background-color: var(--workshop-4-3);
}

.label-text {
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.ws-summary-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.ws-summary-description {
  font-size: 1.125rem;
  line-height: 1.3;
}

.ws-summary-description.small {
  margin-top: 1.25rem;
  font-size: 1rem;
}

.ws-summary-description.small.no-margin {
  margin-top: 0;
}

.ws-info-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--russian-violet);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ws-info-icon {
  width: 20px;
  height: 20px;
}

.date-time {
  font-weight: 500;
  line-height: 1.2;
}

.electric {
  color: var(--workshop-2-1);
  -webkit-text-stroke-color: var(--workshop-2-1);
}

.locuri-limitate {
  color: #000000bf;
  letter-spacing: 1px;
  background-color: #3557ff40;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .65rem;
  font-weight: 600;
  line-height: 1;
}

.locuri-limitate._2 {
  color: #000000bf;
  background-color: #f5972c40;
}

.locuri-limitate._2.bonus {
  color: #dda07be6;
  background-color: #eadcbf1c;
}

.locuri-limitate._3 {
  color: #000000bf;
  background-color: #ff313440;
}

.locuri-limitate._4 {
  color: #000000bf;
  background-color: #00c2ab40;
}

.locuri-limitate.bonus {
  color: #b195fa;
  background-color: #cbbfea1c;
  font-size: .85rem;
}

.locuri-limitate.bonus._3 {
  color: #f5686b;
  background-color: #eabfc01c;
}

.locuri-limitate.bonus._4 {
  color: #04dbdb;
  background-color: #bfead61c;
}

.pumpkin {
  color: var(--workshop-1-1);
  font-weight: 400;
}

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

.cta_container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.cta_title_box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gratuit {
  background-color: var(--shamrock-green);
  color: var(--white);
  border-radius: .25rem;
  margin-left: 0;
  padding: .125rem .5rem;
  font-size: 2rem;
  font-weight: 600;
}

.gratuit._7euro {
  background-image: linear-gradient(129deg, var(--selective-yellow), var(--scarlet));
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.gdpr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: .25rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form-field.prefix {
  flex: 0 auto;
}

.form-text {
  color: var(--russian-violet);
  font-size: 1.125rem;
}

.form-icon {
  width: 20px;
  height: 20px;
}

.button {
  color: var(--white);
  border-radius: .25rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.webinar {
  align-self: flex-start;
  margin-top: .5rem;
}

.button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}

.button-text.webinar {
  font-size: 1rem;
}

.button-main {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--shamrock-green), #4ed3c3);
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .75rem 1rem;
}

.button-main.paid {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--scarlet), var(--selective-yellow));
  align-self: stretch;
}

.button-main.paid.narrow {
  border-radius: 4px;
  flex: 0 auto;
  padding: 1rem 2rem;
}

.button-main.workshop-1 {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--pumpkin), var(--selective-yellow));
}

.button-main.workshop-2 {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--electric-indigo), #217ceb);
}

.button-main.workshop-3 {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--folly), #ff7678);
}

.button-main.workshop-4 {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--shamrock-green), #4ed3c3);
}

.button-price {
  background-color: #018585;
  justify-content: center;
  align-items: center;
  width: 129px;
  padding: 1rem;
}

.button-price._7-euro {
  background-color: #b82f1d;
}

.checkbox {
  background-color: var(--white);
  border-radius: .25rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.gdpr-text {
  font-weight: 400;
}

.prefix-phone {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  align-self: stretch;
  width: auto;
}

._2-descriere {
  color: var(--russian-violet);
  background-image: url('../images/Round_Margin_4.svg'), url('../images/Round_Margin_1.svg'), linear-gradient(135deg, #ffd8d8, #f8f6cf);
  background-position: 50% 100%, 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
  padding-top: 2rem;
  padding-bottom: 12rem;
}

._2-descriere.dark-bot {
  background-image: url('../images/Round_Margin_3.svg'), url('../images/Round_Margin_1.svg'), linear-gradient(135deg, #ffd8d8, #f8f6cf);
  padding-top: 23rem;
  padding-bottom: 20.9rem;
}

.description-big {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

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

.testimoniale-grid.no-padding {
  margin-bottom: -20rem;
}

.testimoniale-grid.no-padding.margin-top {
  place-items: end center;
  margin-top: 4rem;
}

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

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

.header-1 {
  color: var(--russian-violet);
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
  line-height: 1.1;
}

.header-1.white {
  color: var(--white);
  margin-bottom: 5rem;
  font-weight: 600;
  line-height: 1.05;
}

.red {
  color: var(--folly);
}

.checklist-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checklist-container.teme {
  max-width: none;
}

.checklist-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkmark {
  width: 2rem;
}

.checkmark.small {
  width: 1.5rem;
}

.checkmark-text {
  color: var(--russian-violet);
}

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

.checkmark-text.large {
  font-size: 1.25rem;
}

._5-temele_abordate {
  background-image: linear-gradient(#361a3f, #361a3f00 13%), linear-gradient(#000e1d00 85%, #11022d), linear-gradient(90deg, #000e1d 23%, #fff0 66%);
  padding-top: 5rem;
}

.ws-details-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ws-details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bonus-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--workshop-1-1);
  border-radius: .5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
}

.bonus-container._2 {
  border-color: var(--workshop-2-1);
}

.bonus-container._3 {
  border-color: var(--workshop-3-1);
}

.bonus-container._4 {
  border-color: var(--workshop-4-1);
}

.stars {
  width: 3rem;
}

.bonus-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.bonus-title-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bonus-title {
  color: var(--workshop-1-1);
  font-size: 1.5rem;
  font-weight: 600;
}

.bonus-title._2 {
  color: var(--electric-indigo);
}

.bonus-title._3 {
  color: var(--folly);
}

.bonus-title._4 {
  color: #04dbdb;
}

.ws-details-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.rose {
  color: #ff6063;
  -webkit-text-stroke-color: #ff3134;
  font-weight: 400;
}

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

.distribuie {
  margin-bottom: .15rem;
  line-height: 1.5rem;
}

.share-description {
  margin-top: 5rem;
}

.large-description {
  color: #000;
  text-align: center;
  width: 700px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.large-description.margin-top {
  margin-top: 5rem;
}

.facebook-icon {
  width: 16px;
  margin-right: .5rem;
}

.facebook-share {
  color: #fff;
  background-color: #1a77f2;
  border-radius: 5px;
  margin-top: 2rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.benefit-title {
  font-weight: 500;
  line-height: 1.75rem;
}

.red-2 {
  color: var(--scarlet);
}

.video-placeholder-text {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}

.grid-benefits {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 4rem;
}

.benefit-icon {
  width: 4rem;
}

.benefit-icon.up {
  width: 4rem;
  margin-top: -.5rem;
}

.benefit-icon.up-less {
  margin-top: -.45px;
}

._7-traineri {
  background-image: linear-gradient(90deg, #11022d, #11022d00), linear-gradient(#11022d, #11022d00 36%);
  padding-top: 6rem;
  padding-bottom: 4rem;
}

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

.trainer_name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.gold-2 {
  color: var(--workshop-1-1);
}

.link {
  color: #a886ff;
}

.footer {
  background-color: #00000080;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 3rem 10%;
  display: flex;
}

.footer-links {
  flex-flow: column;
  display: flex;
}

.link-peach {
  color: #ff9772;
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.copyright {
  color: #fff;
  margin-top: 2rem;
}

.heading {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.paragraph {
  text-align: center;
  font-size: 1.25rem;
}

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

.heading-2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.reduse {
  color: var(--selective-yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.yellow {
  color: var(--selective-yellow);
  font-weight: 400;
}

.important-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--scarlet);
  background-color: #00000040;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.pachet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 5px solid var(--emerald);
  background-color: var(--shamrock-green);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 355px;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 5%;
}

.pachet-green {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  line-height: .95;
}

.pachet-green.smaller {
  font-size: 3.5rem;
}

.pachet-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.pachet-description.smaller {
  color: #ffffffbf;
  -webkit-text-stroke-color: #fcfcfcbf;
  font-size: 1.25rem;
}

.workshop-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--emerald);
  background-color: #00e6a140;
  border-radius: .5rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.workshop-image {
  width: 200px;
}

.workshop-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.workshop-paragraph {
  opacity: 1;
  color: #e9ced4;
}

.workshop-paragraph.green {
  color: #d5e9ce;
}

.workshop-checklist {
  background-color: #00000026;
  border-radius: .5rem;
  padding: 2rem;
}

.plus {
  color: var(--white);
  text-align: center;
  font-size: 6rem;
  line-height: .5;
}

.bonus-border {
  background-color: #00000026;
  border-radius: .5rem;
  padding: 2rem;
}

.bonus {
  color: var(--selective-yellow);
  font-size: 3rem;
  font-weight: 600;
}

.image-2 {
  z-index: 1;
  width: 300px;
  margin-top: -64px;
  margin-bottom: -137px;
  margin-right: -66px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.bonus-description-2 {
  margin-top: 2rem;
}

.value {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.value-text {
  color: #fff;
  font-size: 2rem;
  text-decoration: line-through;
}

.value-text.other {
  color: var(--dark-green);
}

.pachet-green_cta {
  background-image: url('../images/CTA-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.reducere {
  background-color: var(--selective-yellow);
  color: var(--dark-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-weight: 600;
}

.new-price {
  color: var(--white);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

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

.disclaimer-title {
  opacity: .5;
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.disclaimer-description {
  opacity: .5;
  color: snow;
  font-size: .75rem;
}

.footer-link {
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.benefits_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 0;
  display: flex;
}

.benefits_free {
  flex: 1;
  padding: 2rem;
}

.benefits_paid {
  border: 5px dashed var(--selective-yellow);
  border-radius: 1rem;
  flex: 1;
  align-self: flex-start;
  padding: 2rem;
}

.inscrie-te_title {
  height: 5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.inscrie-te_title.header-title {
  height: auto;
  margin-bottom: .5rem;
}

.inscrie-te_title.header-title.smaller {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.benefits_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.gdpr_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1.5rem;
}

.link-2 {
  color: var(--workshop-4-1);
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff0d;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  line-height: 1.6;
  display: flex;
}

.list-item.disabled {
  color: #fff6;
  background-color: #ffffff05;
  text-decoration: line-through;
}

.list-text {
  font-size: 1.25rem;
  line-height: 1.4;
}

.list-text.small {
  opacity: .75;
  font-size: .85rem;
  font-weight: 400;
}

.list-text.header {
  font-size: 1.25rem;
}

.green-bold {
  color: var(--shamrock-green);
}

._7euro {
  background-image: linear-gradient(118deg, #1b54ff, #bb34ff);
}

._7 {
  background-image: linear-gradient(151deg, var(--selective-yellow) 18%, var(--scarlet) 84%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.award-timer-container-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.ws-title-2 {
  color: #11022d;
  background-color: #d8e3ff;
  border-radius: .5rem .5rem 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.ws-title-2._2 {
  background-color: #faf2cd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ws-title-2._3 {
  background-color: #fadee0;
}

.ws-title-2._4 {
  background-color: #c1f2f8;
}

.day-2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.hero_heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.15;
}

.ws-header-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6rem;
}

._1-header-2 {
  background-image: linear-gradient(180deg, #11022d00 95%, var(--russian-violet)), linear-gradient(90deg, #000e1d 23%, #000e1d00 66%), url('../images/Header_BG_variant.webp');
  background-position: 0 0, 0 0, 275px -50px;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 110%;
  padding-bottom: 0;
}

.timer-container-2 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.green-2 {
  color: var(--shamrock-green);
}

.folly-2 {
  color: var(--folly);
}

.award-description-2 {
  text-align: center;
  margin-left: 3.4rem;
  margin-right: 3.4rem;
  font-size: .75rem;
  line-height: 1.2;
}

.label-2 {
  color: #fff;
  background-color: #3557ff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: -3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.label-2._4 {
  background-color: #00a5a5;
}

.label-2._2 {
  background-color: #f5972d;
}

.label-2._3 {
  background-color: #ff3134;
}

.ws-summary-2 {
  border: 2px solid var(--electric-indigo);
  border-radius: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ws-summary-2._2 {
  border-color: #f5972c;
}

.ws-summary-2._4 {
  border-color: var(--shamrock-green);
}

.ws-summary-2._3 {
  border-color: var(--folly);
}

.pumpkin-2 {
  color: var(--workshop-1-1);
}

.gdpr-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.ws-info-container-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f1f5ff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-flow: column;
  flex: 0 auto;
  padding: 1.5rem;
  display: flex;
}

.ws-info-container-2._3 {
  background-color: #fff0f2;
}

.ws-info-container-2._2 {
  background-color: #fcf9f0;
}

.ws-info-container-2._4 {
  background-color: #f2fdfc;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.hero_subtitle-2 {
  color: var(--selective-yellow);
  text-align: center;
  font-size: 2rem;
}

.button-2 {
  color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ws-info-box-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #11022d;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.electric-2 {
  color: var(--electric-indigo);
}

.header-story {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.list-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.arrow-list {
  width: 1.5rem;
}

.italic-text {
  margin-bottom: 2rem;
  font-weight: 400;
}

.electricc {
  color: #6a83fc;
  font-weight: 400;
}

.lime {
  color: #00dbdb;
  font-weight: 400;
}

.check-free {
  width: 1.5rem;
}

.x {
  width: 1.5rem;
  height: 1.5rem;
}

.check-vip {
  width: 1.5rem;
}

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

.button-container {
  justify-content: center;
  align-items: center;
}

.button-container.checklist {
  margin-top: 3rem;
}

@media screen and (min-width: 1280px) {
  .horia-marius_container {
    margin-bottom: -15rem;
  }

  .cta_title_box {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .gratuit {
    font-size: 1.75rem;
  }

  ._2-descriere.dark-bot {
    margin-top: -2px;
  }

  .testimoniale-grid.no-padding {
    margin-bottom: -21rem;
  }

  ._5-temele_abordate {
    margin-bottom: -2px;
  }

  ._7-traineri {
    margin-top: -1px;
  }

  .pachet-green_cta {
    padding: 3rem;
  }

  .ws-header-grid-2 {
    margin-top: 5rem;
  }

  ._1-header-2 {
    margin-bottom: -1px;
  }
}

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

  .horia {
    min-width: 600px;
  }

  .locuri-limitate {
    text-align: center;
    font-size: .65rem;
  }

  ._2-descriere {
    padding-bottom: 15rem;
  }

  ._2-descriere.dark-bot {
    padding-top: 25rem;
  }

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

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

  ._1-header-2 {
    background-image: linear-gradient(180deg, #11022d00 95%, var(--russian-violet)), linear-gradient(90deg, #000e1d 37%, #000e1d00 66%), url('../images/Header_BG_variant.webp');
    background-position: 0 0, 0 0, 500px -50px;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 1600px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1300px;
  }

  ._2-descriere {
    background-size: contain, auto, auto;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 5rem;
    padding-bottom: 18rem;
  }

  .testimonial {
    border-radius: .75rem;
  }

  ._3-inscrie-te {
    margin-bottom: -1px;
  }

  .footer {
    padding-left: 17%;
    padding-right: 17%;
  }

  ._1-header-2 {
    background-image: linear-gradient(180deg, #11022d00 95%, var(--russian-violet)), linear-gradient(90deg, #000e1d 48%, #000e1d00 81%), url('../images/Header_BG_variant.webp');
    background-position: 0 0, 0 0, 110% -50px;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 1300px;
  }
}

@media screen and (max-width: 991px) {
  .container.margin {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text_m.center {
    padding: 1.5rem;
  }

  .horia-marius_container.traineri {
    flex-flow: column;
  }

  .horia-marius_container.thank-you {
    margin-bottom: -5rem;
  }

  .marius {
    width: 40%;
  }

  .horia {
    margin-top: 1rem;
  }

  .award {
    flex: none;
  }

  .day {
    font-size: 3rem;
  }

  .time-description {
    font-size: .85rem;
  }

  .timer-container.middle {
    margin-bottom: -7rem;
  }

  .ws-summary._2.card {
    max-width: none;
  }

  .ws-summary.card {
    align-self: stretch;
    max-width: none;
  }

  .cta_title_box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .gratuit {
    font-size: 1.75rem;
  }

  .form {
    flex-flow: column;
  }

  .button {
    justify-content: flex-end;
    align-items: center;
  }

  .button.paid {
    justify-content: center;
    align-items: center;
  }

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

  .button-main {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .button-price {
    width: 100px;
  }

  .prefix-phone {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ._2-descriere {
    padding-bottom: 10rem;
  }

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

  .header-1 {
    font-size: 3rem;
  }

  .ws-details-wrapper {
    flex-flow: column;
  }

  .large-description, .large-description.margin-top {
    width: auto;
  }

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

  .trainer_columns {
    margin-top: -139px;
  }

  .reduse {
    font-size: 2.5rem;
  }

  .pachet {
    z-index: 20;
    width: auto;
    margin-right: 0;
  }

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

  .pachet-green_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-image: url('../images/CTA-04.webp');
    background-position: 50% 58%;
    background-size: 101%;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 2.5rem;
  }

  .footer-link {
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.25rem;
  }

  .benefits_container {
    flex-flow: column;
  }

  .inscrie-te_title {
    height: 3rem;
    font-size: 1.75rem;
  }

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

  .day-2 {
    font-size: 3rem;
  }

  ._1-header-2 {
    background-position: 0 0, 0 0, 240px -25px;
    background-size: auto, auto, 100%;
  }

  .horia-2 {
    width: 40%;
  }

  .form-2 {
    flex-flow: column;
  }

  .button-2 {
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 7%;
    margin-right: 7%;
  }

  .text_m {
    font-size: 1.25rem;
  }

  .body {
    line-height: 1.4;
  }

  .hero_subtitle {
    font-size: 1.25rem;
  }

  .hero_subtitle.thank-you {
    font-size: 2rem;
  }

  .hero_heading {
    font-size: 3.5rem;
  }

  .horia-marius_container {
    margin-bottom: -8rem;
    margin-right: 0%;
  }

  .marius {
    width: 50%;
  }

  .award {
    width: 150px;
    height: 150px;
    padding-bottom: 19px;
  }

  ._40-000 {
    font-size: 1.5rem;
  }

  .peste {
    font-size: 1rem;
  }

  .timer {
    justify-content: center;
    align-items: center;
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .day-container {
    padding: .75rem .5rem;
  }

  .day {
    font-size: 2.5rem;
  }

  .time-description {
    font-size: .75rem;
  }

  .timer-container.middle {
    margin-top: -2rem;
    margin-bottom: -7rem;
  }

  .locuri-limitate._2.bonus, .locuri-limitate.bonus {
    font-size: .65rem;
  }

  .cta_title_box, .button {
    justify-content: center;
    align-items: center;
  }

  ._2-descriere {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  ._2-descriere.dark-bot {
    padding-top: 22.9rem;
  }

  .description-big {
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

  .testimonial {
    border-radius: .75rem;
  }

  .header-1 {
    font-size: 2.5rem;
  }

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

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10%;
  }

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

  .boostetic-logo {
    align-self: flex-end;
    margin-top: 50px;
  }

  .paragraph.left {
    font-size: 1rem;
  }

  .pachet {
    width: 100%;
    margin-right: 0;
    padding: 1.75rem;
  }

  .pachet-green, .pachet-green.smaller {
    font-size: 3rem;
  }

  .pachet-description {
    font-size: 1.25rem;
  }

  .workshop-container {
    padding: 1.75rem;
  }

  .workshop-image {
    width: auto;
  }

  .workshop-checklist {
    padding: 1.75rem;
  }

  .bonus-border {
    padding: 1.5rem;
  }

  .bonus {
    font-size: 2.5rem;
  }

  .image-2 {
    width: 250px;
    margin-left: -57px;
    margin-right: 0;
  }

  .pachet-green_cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .benefits_container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 5rem;
  }

  .benefits_free {
    border-right-style: none;
  }

  .inscrie-te_title {
    height: auto;
  }

  .list-text, .list-text.header {
    font-size: 1rem;
  }

  .award-timer-container-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
  }

  .day-2 {
    font-size: 2.5rem;
  }

  .hero_heading-2 {
    font-size: 2rem;
  }

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

  ._1-header-2 {
    background-position: 0 0, 0 0, 0 -25px;
    background-size: auto, auto, 1000px;
  }

  .horia-2 {
    width: 50%;
  }

  .award-description-2 {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: .5rem;
  }

  .hero_subtitle-2 {
    font-size: 1.5rem;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .text_m.center {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.25;
  }

  .hero_subtitle {
    margin-bottom: 1rem;
    line-height: 1;
  }

  .hero_heading {
    font-size: 2.75rem;
  }

  .horia-marius_container {
    margin-bottom: -7rem;
  }

  .award {
    width: 180px;
    height: 180px;
  }

  ._40-000 {
    font-size: 2rem;
  }

  .day-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .day {
    font-size: 3rem;
  }

  .ws-title, .ws-title._2, .ws-info-container, .ws-info-container._2 {
    padding: 1.25rem;
  }

  .locuri-limitate._2.bonus, .locuri-limitate.bonus {
    line-height: 1.2;
  }

  .cta_title_box {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .gratuit {
    margin-left: 0;
    font-size: 1.5rem;
  }

  .gratuit._7euro {
    white-space: nowrap;
  }

  .button {
    align-items: stretch;
  }

  .button-main {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  ._2-descriere {
    padding-bottom: 5rem;
  }

  ._2-descriere.dark-bot {
    padding-top: 24.2rem;
  }

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

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

  .header-1 {
    text-align: left;
    font-size: 2rem;
  }

  ._5-temele_abordate {
    padding-top: 4rem;
  }

  .bonus-title-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .share-description {
    text-align: center;
    margin-top: 3rem;
  }

  .large-description.margin-top {
    margin-top: 3rem;
  }

  .facebook-share {
    margin-top: 1rem;
  }

  .grid-benefits {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

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

  .heading-2 {
    font-size: 1.5rem;
  }

  .reduse {
    font-size: 2rem;
  }

  .important-container {
    border-radius: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
  }

  .pachet {
    margin-bottom: 1rem;
    padding: 1.25rem;
    top: 2%;
  }

  .pachet-green {
    font-size: 1.75rem;
  }

  .pachet-green.smaller {
    font-size: 2.5rem;
  }

  .pachet-description {
    font-size: .9rem;
  }

  .workshop-container, .workshop-checklist {
    padding: 1.5rem;
  }

  .bonus-border {
    padding: 1rem;
  }

  .image-2 {
    width: 200px;
    margin-top: -54px;
    margin-left: 0;
    margin-right: -39px;
  }

  .trainer {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100px;
    display: flex;
  }

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

  .value-text {
    font-size: 1.25rem;
    line-height: 1;
  }

  .pachet-green_cta {
    padding: 2rem 1.5rem;
  }

  .reducere {
    white-space: nowrap;
    font-size: .85rem;
  }

  .new-price {
    font-size: 2.5rem;
  }

  .disclaimer-title {
    font-size: 1rem;
    line-height: 1rem;
  }

  .disclaimer-description {
    font-size: .75rem;
    line-height: 1rem;
  }

  .benefits_free {
    padding: 0;
  }

  .benefits_paid {
    border-width: 3px;
    padding: 1.5rem 1.25rem;
  }

  .benefits_list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

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

  .award-timer-container-2 {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .ws-title-2, .ws-title-2._2 {
    padding: 1.25rem;
  }

  .day-2 {
    font-size: 3rem;
  }

  .hero_heading-2 {
    margin-top: 1rem;
    font-size: 1.75rem;
  }

  .ws-header-grid-2 {
    margin-top: 5rem;
  }

  ._1-header-2 {
    background-size: auto, auto, 700px;
  }

  .horia-2 {
    width: 60%;
  }

  .award-description-2 {
    font-size: .6rem;
  }

  .ws-info-container-2, .ws-info-container-2._2 {
    padding: 1.25rem;
  }

  .hero_subtitle-2 {
    font-size: 1.25rem;
    line-height: 1;
  }

  .button-2 {
    align-items: stretch;
  }
}

#w-node-_48520ab6-9032-915d-0cf3-c8ed736c99d5-27335474, #w-node-_48520ab6-9032-915d-0cf3-c8ed736c99ed-27335474 {
  align-self: start;
}

#w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f06-27335474, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f0f-27335474, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f18-27335474, #w-node-_3804bfb7-da5a-0632-4dff-42ad3b0e9f21-27335474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c09cbfb0-21c0-b3e6-ef0b-3747ec39887a-27335475, #w-node-c09cbfb0-21c0-b3e6-ef0b-3747ec3988ab-27335475 {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_48520ab6-9032-915d-0cf3-c8ed736c99bd-27335474, #w-node-_48520ab6-9032-915d-0cf3-c8ed736c9a05-27335474, #w-node-c09cbfb0-21c0-b3e6-ef0b-3747ec398851-27335475, #w-node-c09cbfb0-21c0-b3e6-ef0b-3747ec3988cd-27335475 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f420457b-49e3-1fc0-8fdd-30453f0f0bb6-27335474, #w-node-b9deaf75-84dc-2dee-9815-928fa361e957-27335474, #w-node-d9061246-68f2-fa89-54de-de58abe0098d-27335474, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8f9f-27335474, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8fa1-27335474, #w-node-_698c6c0b-94c0-133e-8366-3b1499fa8fa3-27335474, #w-node-_00fa3276-f45c-ffc3-18c2-543ce819497d-27335474, #w-node-_00fa3276-f45c-ffc3-18c2-543ce819497f-27335474, #w-node-_00fa3276-f45c-ffc3-18c2-543ce8194981-27335474, #w-node-_385092d2-2945-47fb-4191-8391d4f28281-27335474, #w-node-_385092d2-2945-47fb-4191-8391d4f28283-27335474, #w-node-_385092d2-2945-47fb-4191-8391d4f28285-27335474 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gabarito';
  src: url('../fonts/Gabarito-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}