@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #000;
  --skyblue: #00b0ff;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

._1-header {
  background-image: url('../images/Header_BG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 30rem;
}

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

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

.body {
  color: var(--black);
  font-family: mundial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.hero_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 4rem;
  display: flex;
}

.hero_heading {
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

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

.hero_subtitle {
  font-size: 1.25rem;
  font-weight: 600;
}

.login_block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  width: 400px;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 60px 40px #00000040;
}

.autentificare {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
}

.form_field {
  background-color: var(--white);
  border: 1px solid #d4d4d4;
  border-radius: .25rem;
  padding: 1rem;
  transition: all .2s;
  position: relative;
}

.form_field:hover {
  border-color: var(--black);
}

.inactive_text {
  color: #b0b0b0;
  font-weight: 300;
}

.login_button {
  background-color: var(--skyblue);
  text-align: center;
  border-radius: .25rem;
  padding: 1rem;
  font-weight: 300;
  transition: all .2s;
}

.login_button:hover {
  transform: scale(1.05);
}

.lock_watermark {
  position: absolute;
  inset: 0% 0% auto auto;
}

.remember-password {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.remember-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkmark {
  border: 1px solid #b0b0b0;
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.tine-ma-minte {
  margin-top: -.125rem;
  font-weight: 300;
}

.ai-uitat-parola {
  color: var(--black);
  font-weight: 300;
  transition: all .2s;
}

.ai-uitat-parola:hover {
  color: var(--skyblue);
}

.recaptcha_text {
  color: #b0b0b0;
  margin-top: .5rem;
  font-size: .75rem;
  font-weight: 200;
  line-height: 1.2;
}

._2-next_events {
  padding-bottom: 3rem;
}

.main_heading {
  letter-spacing: -.5px;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: mundial, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.next_events_slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.event {
  width: 207px;
  height: auto;
  transition: all .2s;
  position: relative;
}

.event:hover {
  transform: scale(1.1);
}

.poster {
  border-radius: .75rem;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.number {
  color: var(--white);
  font-family: Kanit, Trebuchet MS, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .6;
  position: absolute;
  inset: auto auto 0% 5%;
}

.date-block {
  border: .5px solid var(--white);
  color: var(--white);
  border-radius: .25rem;
  padding: .25rem .5rem .45rem;
  font-weight: 300;
  position: absolute;
  inset: auto 7% 5% auto;
}

.date {
  font-size: .75rem;
  font-weight: 200;
  line-height: 1;
}

.slider-arrow {
  background-color: #ececec;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 96px;
  transition: all .2s;
  display: flex;
}

.slider-arrow:hover {
  background-color: var(--black);
  height: 128px;
}

.arrow {
  margin-right: -2px;
}

.slider {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.slider_bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ececec;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.current_slide {
  background-color: var(--black);
  border-radius: 6px;
  width: 24px;
  height: 12px;
}

.other_slide {
  background-color: #d4d4d4;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

._3-benefits {
  background-color: #00b0ff12;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.benefits_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border: 1px solid #0003;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.benefit_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.benefit_description {
  font-weight: 300;
}

._4-cursuri {
  color: var(--white);
  background-image: linear-gradient(138deg, #000d1e, #330084);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.curs_thumbnail {
  color: var(--white);
  width: 207px;
  height: auto;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.curs_thumbnail:hover {
  transform: scale(1.1);
}

.button {
  background-color: var(--skyblue);
  text-align: center;
  text-transform: uppercase;
  border-radius: .25rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .35rem 1rem .5rem;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0%;
}

.button_text {
  letter-spacing: 1px;
  font-size: .85rem;
  line-height: 1.4;
}

._5-faq {
  background-image: url('../images/Footer_BG.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8e2de2, #4a00e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f7b733, #fc4a1a);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

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

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

.faq-2 {
  color: #fff;
  white-space: break-spaces;
  background-color: #2c4bff;
  background-image: linear-gradient(90deg, #00b0ff, #7a59ff);
  border-radius: .75rem;
  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: 500;
  line-height: 1.1;
  position: relative;
}

.faq-container {
  margin-bottom: 18rem;
}

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

.faq-p-2 {
  background-color: #f0faff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-sal-sol {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-sal, .link-sol {
  max-width: 200px;
}

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

.footer_link {
  color: #330084;
}

.footer_group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.footer_header {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  ._1-header {
    background-image: linear-gradient(180deg, var(--white), #fff0), url('../images/Header_BG.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 50rem;
  }

  .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  ._1-header {
    background-image: linear-gradient(180deg, var(--white), #fff0 55%), url('../images/Header_BG.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .event.hide_tablet {
    display: none;
  }

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

  ._5-faq {
    background-size: 1500px;
  }
}

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

  .logo {
    max-width: 200px;
  }

  .hero_container {
    margin-top: 3rem;
  }

  .hero_heading {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .hero_subtitle {
    text-align: center;
  }

  .login_block {
    box-shadow: 0 20px 40px #0000008c;
  }

  .event.hide_mobile_large {
    display: none;
  }

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

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

  .curs_thumbnail {
    width: 180px;
  }

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

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

  .div-sal-sol {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    order: 9999;
    display: flex;
  }

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

  .termeni_block {
    align-self: flex-start;
  }

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

  .footer_header {
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  ._1-header {
    padding-top: 3rem;
  }

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

  .hero_heading {
    font-size: 2.25rem;
  }

  .login_block {
    width: auto;
    padding: 1.5rem;
  }

  .autentificare {
    font-size: 1.5rem;
  }

  .tine-ma-minte, .ai-uitat-parola {
    font-size: .85rem;
  }

  .recaptcha_text {
    font-size: .7rem;
  }

  .main_heading {
    font-size: 2rem;
  }

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

  .benefit {
    padding: 1.5rem;
  }

  .curs_thumbnail {
    width: 160px;
  }

  ._5-faq {
    background-position: 50% 95%;
    background-size: 1000px;
  }

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

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

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

  .faq-container {
    margin-bottom: 12rem;
  }

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

  .footer_header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}


@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}