:root {
  --gunmetal: #072628;
  --coyote: #816d3a;
  --white: white;
  --reseda-green: #9caaa0;
  --metallic-gold: #d7b663;
  --black: black;
  --folly: #ff2147;
  --bone: #e0d9ca;
  --midnight-green: #1a5054;
  --vermilion: #e3473d;
  --rich-black: #04171b;
  --teal: #24857f;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  color: var(--gunmetal);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.body {
  font-family: Kumbh Sans, Trebuchet MS, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.container {
  z-index: 1;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
}

.container.header {
  z-index: 4;
  margin-left: 30%;
  margin-right: 30%;
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
}

.container.descriere {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.container.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.top-bar {
  z-index: 3;
  background-color: var(--coyote);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.horia-mihaela {
  letter-spacing: .75px;
}

.section {
  border-bottom-right-radius: 128px;
  border-bottom-left-radius: 128px;
  width: 100%;
  margin-top: -8rem;
  padding-top: 8rem;
}

.section.header {
  z-index: 14;
  color: var(--white);
  background-image: linear-gradient(#020c0e, #3c444500 17%, #07262800 37%, #04171b 65%, #04171b), linear-gradient(90deg, #020c0e, #04171b 10%, #072628 35% 65%, #04171b 90%, #020c0e);
  position: relative;
  overflow: visible;
}

.section.descriere {
  z-index: 10;
  background-image: url('../images/descriere-bg.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.cta-green {
  z-index: 9;
  background-color: #072628;
  padding-top: 14rem;
  padding-bottom: 4rem;
  position: relative;
}

.section.footer {
  background-image: url('../images/descriere-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prima-data {
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  font-weight: 500;
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.hero-subtitle {
  color: var(--reseda-green);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

.gold {
  color: var(--metallic-gold);
}

.header-wrapper {
  background-image: linear-gradient(#020c0e 22%, #07262800 34% 46%, #04171b 65%, #04171b);
  flex-flow: row;
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-bottom: 2rem;
  position: relative;
}

.header-horia {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 5%;
  transform: rotate(5deg);
}

.header-mihaela {
  z-index: 3;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ship {
  z-index: 1;
  mix-blend-mode: screen;
  width: 850px;
  position: absolute;
  top: 20px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.header-gradient {
  z-index: 2;
  background-image: linear-gradient(#000 32%, #0000);
  width: 100%;
  height: 10rem;
  position: absolute;
}

.timer-container {
  color: var(--white);
  background-image: linear-gradient(90deg, #07262800, #072628 50%, #07262800);
  border-bottom-right-radius: 8rem;
  border-bottom-left-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.timer-text {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.webinar-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  background-image: linear-gradient(124deg, #1a5054, #24857f);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.webinar-title {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.disclaimer {
  color: var(--black);
}

.gdpr {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.form-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--gunmetal);
  border-radius: .5rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  box-shadow: 0 10px 20px #00000012;
}

.button {
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: var(--white);
}

.paragraph.black {
  color: var(--black);
  font-weight: 400;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
}

.heading {
  margin-bottom: 4rem;
}

.heading.white {
  color: var(--white);
}

.webinar-checklist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.check {
  margin-top: -2px;
}

.webinar-footer {
  background-color: var(--gunmetal);
  color: var(--white);
  text-align: center;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.extra-bonus {
  width: 370px;
  margin-top: -152px;
  margin-bottom: -92px;
  margin-left: -127px;
}

.testimoniale-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5rem;
  margin-bottom: -10rem;
}

.testimonial {
  border-radius: .5rem;
  box-shadow: 0 10px 20px #0000001a;
}

.citat-text {
  color: var(--white);
  text-align: center;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
}

.dr-robert {
  width: 130px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dr-robert-name {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
}

.odata-inscris {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
}

.share-text {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.facebook-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  background-color: #3778ea;
  border-radius: .25rem;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.horia {
  width: 400px;
}

.trainer-name {
  color: var(--white);
}

.titulatura {
  color: var(--metallic-gold);
}

.link {
  color: var(--metallic-gold);
  text-align: left;
}

.link.dark {
  color: var(--coyote);
}

.footer-container {
  border-top: 1px solid #0000004d;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.copyright {
  font-size: .75rem;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  align-items: center;
}

.div-footer-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.div-boostetic {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.designed-by {
  color: #32004b;
  letter-spacing: .5px;
  margin-left: 5%;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.boostetic-image {
  max-width: 100%;
}

.pachet-container {
  border: 2px solid var(--folly);
  background-color: var(--bone);
  background-image: linear-gradient(#faf1dfe6, #faf1dfe6), url('../images/texture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vip-button {
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #ff4438, #ff2147);
  border-radius: .5rem;
  padding: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.important-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 2px solid var(--folly);
  background-color: #ffe5e9;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  display: flex;
}

.heading-pachet {
  color: var(--white);
  max-width: 750px;
  font-weight: 600;
  line-height: 1.2;
}

.pachet-element {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #04171b80;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.red {
  color: var(--folly);
}

.plus {
  color: var(--white);
  text-align: center;
  margin-top: -3.5rem;
  margin-bottom: -1.75rem;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.group {
  justify-content: flex-start;
  align-items: center;
}

.in-total {
  color: var(--white);
  text-align: center;
  width: 700px;
  font-family: Playfair Display, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.sub-hero {
  margin-top: 13rem;
  font-size: 2rem;
}

.sub-hero.no-margin {
  margin-top: 3rem;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff2147;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding: .75rem 2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 12px #fff3;
}

.code-embed {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1280px) {
  .header-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .ship {
    width: 1200px;
    top: -50px;
  }

  .horia {
    width: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.header {
    width: 100%;
  }

  .header-wrapper {
    margin-left: 0;
    margin-right: 0%;
  }

  .header-horia {
    right: 3%;
  }

  .header-mihaela {
    left: auto;
  }

  .horia {
    width: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .header-horia {
    left: 10%;
    right: auto;
  }

  .header-mihaela {
    left: auto;
    right: 10%;
  }

  .designed-by {
    margin-left: 38px;
  }
}

@media screen and (max-width: 991px) {
  .container.header {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 23rem;
  }

  .section {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .hero-heading {
    margin-top: 2rem;
  }

  .header-wrapper {
    margin-top: -1rem;
  }

  .header-horia {
    width: 400px;
    right: -5%;
  }

  .header-mihaela {
    width: 420px;
    left: auto;
  }

  .heading {
    line-height: 1.2;
  }

  .webinar-checklist {
    padding-bottom: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .webinar-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .extra-bonus {
    width: 250px;
    margin-top: -222px;
    margin-bottom: -98px;
    margin-left: -86px;
  }

  .testimoniale-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-grid {
    flex-direction: column;
    flex: none;
    grid-auto-columns: 1fr;
    place-items: center stretch;
  }

  .div-footer-links {
    align-self: flex-start;
  }

  .designed-by {
    margin-left: 0;
  }

  .boostetic-image {
    max-width: 25vw;
    margin-left: -28px;
  }

  .pachet-container {
    flex-flow: column;
    align-items: stretch;
  }

  .vip-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sub-hero {
    margin-top: 5rem;
  }

  .button-2 {
    max-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 7%;
    margin-right: 7%;
  }

  .container.header {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 13.5rem;
  }

  .container.descriere {
    padding-top: 5rem;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .header-wrapper {
    margin-top: -1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .header-horia {
    width: 300px;
    inset: 0% auto auto 7%;
  }

  .header-mihaela {
    width: 320px;
    left: auto;
    right: 0%;
  }

  .ship {
    width: 1000px;
    top: 266px;
  }

  .header-gradient {
    background-image: linear-gradient(#04171b 59%, #04171b00 94%);
    height: 26rem;
  }

  .ship-wrapper {
    mix-blend-mode: screen;
    width: 800px;
    position: absolute;
    top: -43px;
    left: 50%;
    transform: translate(-50%);
  }

  .webinar-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .webinar-checklist {
    padding: 2rem 2rem 3rem;
  }

  .webinar-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .extra-bonus {
    width: 200px;
    margin-top: -90px;
    margin-bottom: 0;
    margin-left: -109px;
  }

  .testimoniale-grid {
    grid-template-columns: 1fr 1fr;
  }

  .citat-text {
    font-size: 1.25rem;
  }

  .dr-robert-name {
    font-size: 1rem;
  }

  .copyright {
    text-align: center;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    align-self: flex-start;
    place-items: center stretch;
  }

  .div-boostetic {
    align-items: flex-start;
  }

  .designed-by {
    margin-left: 13px;
  }

  .boostetic-image {
    max-width: 200px;
    margin-left: 0;
  }

  .heading-pachet {
    font-size: 2rem;
  }

  .in-total {
    width: auto;
  }

  .sub-hero {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 479px) {
  .container.header {
    padding-top: 11rem;
  }

  .horia-mihaela {
    font-size: .75rem;
  }

  .section {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }

  .prima-data {
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.3;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .header-wrapper {
    overflow: hidden;
  }

  .header-horia {
    width: 250px;
    left: 0%;
    right: auto;
  }

  .header-mihaela {
    width: 270px;
    right: -10%;
  }

  .ship {
    top: 231px;
  }

  .header-gradient {
    height: 20rem;
  }

  .ship-wrapper {
    mix-blend-mode: screen;
    justify-content: center;
    align-items: center;
    width: 800px;
    position: absolute;
    inset: -50px 0% 0% 50%;
    transform: translate(-50%);
  }

  .heading {
    font-size: 2rem;
  }

  .webinar-checklist {
    padding: 1.5rem 1rem 3rem;
  }

  .list-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .extra-bonus {
    margin-left: -71px;
  }

  .testimoniale-grid {
    grid-template-columns: 1fr;
  }

  .odata-inscris {
    font-size: 1.25rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .pachet-container {
    border-radius: 1rem;
  }

  .important-container {
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .heading-pachet {
    font-size: 1.5rem;
  }

  .pachet-element {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .in-total {
    font-size: 1.5rem;
  }
}

#w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d99-9da6913d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d9d-9da6913d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58da2-9da6913d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58da4-9da6913d, #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58da9-9da6913d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d99-9da6913d, #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d9d-9da6913d {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d99-9da6913d {
    justify-self: center;
  }

  #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58d9d-9da6913d {
    justify-self: auto;
  }

  #w-node-_44e00903-2bd9-a4c8-4ac6-d95fb2e58da4-9da6913d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kumbh Sans';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}