@font-face {
  font-family: helveticaNeue;
  src: url(../fonts/HelveticaNeueLTPro-MdCn.otf);
}

:root {
  --fit: fit-content;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-x: hidden !important;
}

.mobile-menu.close #hamburger-menu {
  content: url(../images/mobile-menu.svg);
}

.mobile-menu.open #hamburger-menu {
  content: url(../images/close.svg);
}

body > * {
  max-width: 1159px;
}

p {
  margin: 0;
}

header {
  width: 100%;
  padding: 50px 0 46px 0;
  display: flex;
  justify-content: space-between;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}

nav a:not(a:last-of-type) {
  margin-right: 50px;
}

/* POPUP ANDREI CRISTEA */
#question-modal .andrei-image {
  background-image: url("/assets/images/andrei-cristea-desktop.png");
  height: 500px;
  width: 500px;
  z-index: 22222222;
  position: relative;
  left: 268px;
  top: 54px;
}

#question-modal .andrei-image p {
  line-height: 55px;
  position: absolute;
  bottom: -137px;
}

#question-modal {
  width: 1045px;
  margin: 0 auto;
  height: 994px;
  background-color: #fff;
  border-radius: 35px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#question-modal .modal-header {
  position: relative;
}

#question-modal .header-image {
  position: absolute;
  width: 100%;
}

#question-modal .andrei-cristea-img {
  position: relative;
  left: calc(50% - 350px);
  top: -16px;
  height: 100%;
}

#question-modal #close-popup {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  padding: 8px;
  background: #fff;
  z-index: 99999999;
}

#question-modal .interview-with-andrei p,
#question-modal .horizontal-green-line,
#question-modal .modal-footer {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#question-modal .interview-with-andrei,
#question-modal .horizontal-green-line,
#question-modal .leave-a-question {
  margin-bottom: 20px;
}

#question-modal .interview-with-andrei b {
  margin-right: 13px;
  margin-left: 6px;
}

#question-modal .interview-with-andrei img {
  margin-left: 13px;
}

#question-modal .modal-body {
  padding: 0px 178px;
  margin-top: 208px;
}

.popup,
.brochure-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 999999;
}

#question-modal .modal-footer .action-button span.after a {
  color: #000;
}

@media only screen and (max-width: 768px) {
  #question-modal {
    width: calc(100% - 80px);
    height: calc(100% - 50px);
    /* height: 640px; */
    overflow-y: scroll;
  }

  #question-modal .header-image img {
    width: 100%;
    height: 175px;
  }

  #question-modal .andrei-image {
    left: calc(50% - 250px);
    top: -112px;
    transform: scale(0.5);
  }

  #question-modal .andrei-image p {
    font-size: 47px !important;
    line-height: unset !important;
    bottom: -175px;
  }

  #question-modal .modal-body {
    padding: 0 0;
    margin-top: -136px;
  }

  #question-modal .interview-with-andrei p {
    flex-direction: column;
  }

  #question-modal #close-popup {
    right: 20px;
    top: 20px;
    width: 18px;
    height: 18px;
    padding: 5px;
  }

  #question-modal .interview-with-andrei img {
    transform: scale(0.5);
    margin-top: -20px;
    margin-left: 0px;
  }

  #question-modal .interview-with-andrei b {
    margin-right: 0px;
    margin-left: 0px;
  }

  #question-modal .modal-footer .action-button {
    width: 100% !important;
  }

  #question-modal .modal-footer .action-button span.after {
    font-size: 16px !important;
  }

  #question-modal .modal-body,
  #question-modal .modal-footer {
    padding: 0 20px;
  }

  #question-modal .modal-footer {
    margin-bottom: 30px;
  }

  #question-modal .interview-with-andrei {
    margin-bottom: 0px;
  }

  #question-modal .leave-a-question {
    margin-bottom: 10px;
  }
}
/* POPUP ANDREI CRISTEA */

/* POPUP ARMAND */
#demo-modal {
  width: 969px;
  height: 514px;
  background: #ffffff;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

#demo-modal .modal-content {
  position: relative;
}

#demo-modal .modal-header #close-demo-popup {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 15px;
  cursor: pointer;
  z-index: 9999;
}

#demo-modal .modal-body {
  cursor: pointer;
}

#demo-modal .modal-body .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

#demo-modal .details p.black-text {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  font-family: "Poppins";
  font-style: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
}

#demo-modal .details p.text {
  font-family: "helveticaNeue";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}

#demo-modal .details p:nth-child(2) {
  font-size: 29px;
}

#demo-modal .details .action-button {
  margin-top: 30px;
}

#demo-modal .modal-body .image,
#demo-modal .modal-body .details {
  width: 50%;
}

#demo-modal .modal-body .image {
  position: absolute;
  bottom: -10px;
  left: -80px;
}

#demo-modal .modal-body .details {
  position: absolute;
  right: 0px;
}

#demo-modal .modal,
#demo-modal .modal-dialog,
#demo-modal .modal-content,
#demo-modal .modal-body {
  height: 100%;
}

#demo-modal .details .action-button span.after a {
  color: #000;
}

@media only screen and (max-width: 768px) {
  #demo-modal {
    width: calc(100% - 110px);
    height: 516px;
    padding: 0 30px;
  }

  #demo-modal .modal-body .columns {
    flex-direction: column;
    justify-content: flex-end;
  }

  #demo-modal .modal-body .image {
    top: -210px;
    bottom: unset;
    left: calc(50% - 320px);
  }

  #demo-modal .modal-body .image img {
    transform: scale(0.5);
  }

  #demo-modal .modal-body .details {
    position: unset;
    width: 100%;
    margin: 20px 0 35px 0;
  }

  #demo-modal .details p.black-text {
    width: 100%;
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
  }

  #demo-modal .details .action-button {
    width: 100% !important;
    margin-top: 17px;
  }

  #demo-modal .details p.text {
    font-size: 16px;
  }

  #demo-modal .details p:nth-child(2) {
    font-size: 20px;
  }

  #demo-modal .details .action-button span.after {
    font-size: 18px !important;
  }

  #demo-modal .details p.text:nth-child(3) {
    margin-top: -8px;
  }

  #demo-modal .modal-header #close-demo-popup {
    top: 20px;
    right: 0px;
  }

  .hexagon .inside-img,
  .hexagon .crest {
    width: 58px !important;
    height: 58px !important;
  }
}
/* POPUP ARMAND */

/* POPUP OBTINE BROSURA */
/* .popup.brochure-modal{
    display: none !important;
} */
#get-brochure-modal {
  width: 1220px;
  /* height: fit-content; */
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 35px;
  /* height: 761px; */
}
#get-brochure-modal #close-popup {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  padding: 8px;
  background: #fff;
  z-index: 99999999;
}
#get-brochure-modal .modal-body {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}
#get-brochure-modal .modal-body .col {
  width: 50%;
}
#get-brochure-modal .row > div.width100 {
  width: 100%;
}
#get-brochure {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0px 100px 0px 0px;
}
.get-brochure-form .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-brochure-form .row:not(.get-brochure-form .row:last-of-type) {
  margin-bottom: 25px;
}
#get-brochure .row > div {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#get-brochure .row > div input {
  width: 100%;
  margin-left: 0;
}
.get-brochure-form .row input:first-of-type {
  margin-right: 12.5px;
}
.get-brochure-form .row input {
  box-sizing: border-box;
  width: calc(50% - 12.5px);
  padding: 22px 40px 22px 40px;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.get-brochure-form input {
  height: 69px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fafafa;
  border: none;
  border-radius: 35px;
}
.get-brochure-form #descarca {
  height: 8px;
}
.get-brochure-form .row input::placeholder {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
#get-brochure .row > div img {
  position: absolute;
  left: 0;
}
#get-brochure-modal .header-form .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
}
#get-brochure-modal .header-form .title span.green {
  color: #2ee56b;
}
@media only screen and (max-width: 1280px) {
  #get-brochure-modal {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
  #get-brochure-modal .modal-body {
    flex-direction: column;
  }
  #get-brochure-modal .modal-body .col {
    width: 100%;
  }
  #get-brochure-modal .modal-body .col img.get-brochure-img {
    transform: scale(0.5);
  }
  #get-brochure-modal .modal-body .col.brochure-image {
    height: 275px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }
  #get-brochure-modal .header-form .title {
    font-size: 23px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
  }
  .get-brochure-form input {
    height: 41px;
  }
  .get-brochure-form .row input {
    font-size: 11px;
    margin-right: 0px !important;
  }
  .get-brochure-form .row {
    flex-direction: column;
  }
  #get-brochure .row > div {
    width: 100%;
    margin-bottom: 10px;
  }
  #get-brochure {
    padding: 0 40px;
  }
  .get-brochure-form .row:not(.get-brochure-form .row:last-of-type) {
    margin-bottom: 0px;
  }
  #get-brochure .row > div img {
    width: 0;
  }
  #get-brochure-modal .header-form {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #get-brochure-modal #close-popup {
    top: 25px;
    right: 25px;
  }
  .get-brochure-form #descarca {
    width: 100% !important;
  }
  .get-brochure-form #descarca span.after {
    font-size: 18px !important;
  }
}
/* POPUP OBTINE BROSURA */

main
  > div:not(
    div#beneficii,
    div#parteneri,
    div#testimoniale,
    div#founder,
    div#contact,
    div.popup,
    div.brochure-modal
  ) {
  margin-bottom: 200px;
}

.slider-control img:hover,
.faq .question .circle:hover {
  cursor: pointer;
}

.green-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #2ee66b;
}

.black-text {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.number-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 135px;
  color: #000000;
}

.teams-carousel .slider-item img {
  width: auto;
  height: 74px;
  object-fit: cover;
}

.slider p {
  margin-bottom: 63px;
}

.slider-control {
  position: relative;
  width: 1px;
  height: 1px;
}

.slider .slider-control:first-of-type {
  margin-right: 52px;
}

.testimonials.slider .slider-control:first-of-type {
  margin-right: 50px;
}

.slider .slider-control:first-of-type img {
  position: absolute;
  top: -30px;
  left: -62px;
}

.slider .slider-control:last-of-type img {
  position: absolute;
  top: -30px;
  right: -62px;
}

.testimonials.slider .slider-control:first-of-type img {
  position: absolute;
  top: -39px;
  left: -77px;
}

.testimonials.slider .slider-control:last-of-type img {
  position: absolute;
  top: -39px;
  right: -77px;
}

.slider .slider-control:last-of-type {
  margin-left: 52px;
}

.slider .slider-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hexagon {
  width: 186px !important;
  height: 186px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.03));
}

.teams .slider-item {
  width: 186px !important;
  height: 186px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider-item.slick-cloned {
  width: 0px;
  height: 0px;
}

.first-image .hexagon {
  width: 529px !important;
  height: 529px !important;
}

.slider .slider-item {
  margin: 0 12.5px;
}

.lateral-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lateral-image .green-text,
.lateral-image .black-text {
  text-align: left;
}

.lateral-image .green-text {
  margin-bottom: 25px;
}

.lateral-image .black-text {
  margin-bottom: 35px;
}

.lateral-image > div {
  width: 530px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.lateral-image.left-image img {
  margin-right: 104px;
}

.lateral-image.right-image img:not(.first-image img) {
  margin-left: 104px;
}

.green-button {
  width: fit-content;
  height: 69px;
  padding: 25px 50px;
  background: #2ee56b;
  box-shadow: 0px 10px 20px rgba(46, 229, 107, 0.25);
  border: none;
  border-radius: 500px;
  cursor: pointer;
  transition: all 0.3s;
}

.green-button:hover {
  width: calc(var(--fit) + 50px);
  padding-left: 80px;
}

.green-button .after {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.green-button:hover .after {
  padding-left: 20px;
  position: relative;
}

.green-button .after::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: -30px;
  width: 30px;
  height: 5px;
  background: url(../images/button-arrow.svg);
  transition: width 0.4s ease-out;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.green-button:hover .after::after {
  width: 30px;
  height: 5px;
  background: url(../images/button-arrow.svg);
}

.action-button {
  width: fit-content;
  height: 69px;
  padding: 25px 40px;
  background: #2ee56b;
  box-shadow: 0px 10px 20px rgba(46, 229, 107, 0.25);
  border: none;
  border-radius: 500px;
  cursor: pointer;
  transition: all 0.3s;
}

.green-button,
.action-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

#founder a {
  width: auto;
}

span.right-button-icon {
  height: 20px;
  margin-left: 20px !important;
}

.right-button-icon:first-of-type img {
  width: auto !important;
  height: 16px !important;
  position: relative;
  top: 1px;
  object-fit: cover !important;
}

.right-button-icon:last-of-type img {
  width: auto !important;
  height: 16px !important;
  position: relative;
  top: 2px;
  object-fit: cover !important;
}

@media only screen and (max-width: 1024px) {
  span.right-button-icon {
    margin-left: 10px !important;
  }

  .right-button-icon:first-of-type img {
    width: auto !important;
    height: 10px !important;
    position: relative;
    top: 4px;
    object-fit: cover !important;
  }

  .right-button-icon:last-of-type img {
    width: auto !important;
    height: 9px !important;
    position: relative;
    top: 3px;
    object-fit: cover !important;
  }
}

a {
  text-decoration: none;
}

.action-button span.after {
  min-width: var(--fit);
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.action-button span.after::after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: -30px;
  width: 0;
  height: 0;
  transition: width 0.3s ease-out;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}

.white-container .action-button {
  width: 330px;
}

@media only screen and (min-width: 1024px) {
  .action-button:hover {
    width: 365px;
    padding-left: 80px;
  }

  .action-button:hover span.after {
    padding-left: 20px;
    position: relative;
  }

  .action-button:hover span.after::after {
    min-width: fit-content !important;
    width: 30px;
    height: 5px;
    background: url(../images/button-arrow.svg);
  }

  .white-container .action-button:hover {
    width: 400px;
    padding-left: 80px;
  }

  .white-container:first-of-type .action-button:hover {
    width: 380px !important;
  }

  .test-platform-form .action-button:hover {
    width: 210px !important;
  }
}

.lateral-image.first-image {
  align-items: flex-start;
}

.first-image > div {
  padding-top: 48px;
}

.first-image {
  min-width: calc(1159px + 100px);
}

.white-container {
  box-sizing: border-box;
  width: 100%;
  height: 598px;
  padding: 89px 0 100px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  border-radius: 35px;
}

.white-container .green-button,
.lateral-image .green-button {
  margin-bottom: 0;
}

.white-container .green-text {
  width: 745px;
  margin-bottom: 25px;
}

.white-container .black-text {
  width: 745px;
  margin-bottom: 35px;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.transparent-container {
  width: 100%;
  height: 531px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.transparent-container .green-text {
  width: 745px;
  margin-bottom: 63px;
}

.transparent-container .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.transparent-container .container > div {
  width: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.transparent-container .container .hexagon {
  margin-bottom: 33px;
}

.transparent-container
  .container
  > div:not(.transparent-container .container > div:last-of-type) {
  margin-right: 75px;
}

.founder-container {
  margin-bottom: 112px;
  height: 555px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.founder-container > div {
  box-sizing: border-box;
  width: 100%;
  height: 332px;
  padding: 0 100px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: #ffffff;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  border-radius: 35px;
}

.founder-container .green-text {
  height: 211px;
}

.founder-container p + div > img {
  position: absolute;
  top: -30px;
  left: 100px;
}

.quotation-container {
  width: 452px;
}

.quotation-container .quotation {
  margin: 55px 0 22px 0;
}

.quotation-container p {
  text-align: left;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons .animate-to-left {
  margin-right: 12.5px;
  margin-bottom: 0;
}

.buttons .animate-to-right {
  margin-left: 12.5px;
  margin-bottom: 0;
}

.lateral-images .first-image .hexagon {
  width: 529px;
  height: 529px;
}

.first-image .hexagon {
  align-items: center;
}

.testimonials .green-text {
  margin-bottom: 153px;
}

.testimonials.slider {
  height: auto;
}

.testimonials .slider-item {
  position: relative;
  width: 941px;
  height: 561px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  /* box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03); */
  border-radius: 35px;
}

.testimonials .slider-item img:not(img.quotation) {
  position: absolute;
  top: -50px;
}

.testimonials .slider-items p {
  text-align: left;
  z-index: 2;
}

.testimonials .slider-items .black-text {
  margin-bottom: 31px;
}

.testimonials .name {
  margin-bottom: 0;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 700;
  font-size: 27.5px;
  line-height: 27px;
  color: #000000;
}

.testimonials .slider-item {
  box-sizing: border-box;
  padding: 92px 100px;
}

.testimonials .text-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonials .text-container {
  padding-top: 39px;
}

.testimonials .slider-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.testimonials .text-container div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.testimonials .quotation {
  margin-top: 7px;
  margin-right: 45px;
}

.white-container.form {
  height: auto;
  padding: 89px 0 0 0;
}

.white-container.form form {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 100px 100px 100px;
}

.test-platform-form input {
  height: 69px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fafafa;
  border: none;
  border-radius: 35px;
}

.test-platform-form .row:not(.test-platform-form .row:last-of-type) {
  margin-bottom: 25px;
}

.test-platform-form .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.test-platform-form .row input {
  box-sizing: border-box;
  width: calc(50% - 12.5px);
  padding: 22px 40px 22px 40px;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.test-platform-form .row input:first-of-type {
  margin-right: 12.5px;
}

.test-platform-form .row input:last-of-type {
  margin-left: 12.5px;
}

.test-platform-form .row input::placeholder {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.test-platform-form button {
  margin-top: 45px;
}

.faq .question {
  box-sizing: border-box;
  width: 947px;
  height: fit-content;
  margin-bottom: 25px;
  padding: 48px 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  user-select: none;
}

.faq .question .number {
  margin-right: 45px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 37px;
  text-align: center;
  color: #2ee56b;
}

.faq .question .bar {
  margin-right: 45px;
  width: 0;
  height: 35px;
  left: 589.5px;
  top: 10973px;
  border: 1px solid #f2f2f2;
}

.faq .question .text {
  box-sizing: border-box;
  max-width: 657px;
  padding-left: 45px;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 27.5px;
  line-height: 32px;
  color: #000000;
}

.faq .question .text-container {
  border-left: 1px solid #f2f2f2;
}

.faq .question .answer {
  box-sizing: border-box;
  margin-top: 35px;
  margin-left: 45px;
  padding-top: 37px;
  display: none;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  border-top: 1px solid #f2f2f2;
}

.faq .question .circle {
  width: 83px;
  height: 83px;
  position: absolute;
  top: -31px;
  left: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .question .arrow {
  position: relative;
  top: -10px;
  transform: rotate(0deg);
}

.faq .question > div {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.faq-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.faq-container .green-text {
  margin-bottom: 63px;
}

footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 100px;
}

footer .row:first-of-type {
  margin-bottom: 27px;
}

footer .row:nth-of-type(2) {
  margin-bottom: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .row:nth-of-type(2) span {
  margin-right: 15px;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
}

footer a,
footer a:visited,
footer a:focus,
footer a:hover,
footer a:active {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #000000;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

footer ul li {
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}

footer ul li:not(footer ul li:last-of-type) {
  box-sizing: border-box;
  padding-right: 39px;
}

footer ul span {
  width: 1px;
  height: 16px;
  margin-right: 40px;
  background: #2ee56b;
}

footer .row:last-of-type {
  margin-top: 62px;
}

.slider-item.slick-active:first-of-type {
  margin-left: 0 !important;
}

.slider-item.slick-active:last-of-type {
  margin-right: 0 !important;
}

@media only screen and (max-width: 1400px) {
  .first-image img {
    width: 725px !important;
    height: auto !important;
    position: relative;
    left: -65px;
  }

  .first-image > div {
    min-width: 600px;
  }

  .first-image.lateral-image {
    min-width: calc(1000px + 1%) !important;
    justify-content: flex-start !important;
  }

  .testimonials .slider-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  .testimonials .slider-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 185px;
  }

  .founder-container > div {
    padding: 0 75px !important;
  }

  .founder-container p + div > img {
    left: 75px !important;
  }

  .teams-slider.slider-container {
    width: 948px !important;
    height: 186px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .teams-slider.slider-container .slider-items {
    width: 100% !important;
    height: 100% !important;
  }

  .teams-slider.slider-container .slick-list {
    width: 100% !important;
    height: 100% !important;
  }

  .teams-slider.slider-container .slick-list {
    width: 100% !important;
    height: 100% !important;
  }
}

@media only screen and (max-width: 1225px) {
  .first-image img {
    width: 610px !important;
    height: auto !important;
    position: relative;
    left: -60px;
  }

  .first-image > div {
    min-width: 550px;
  }

  body > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }

  main > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }

  .founder-container > div {
    padding: 0 50px !important;
  }

  .founder-container p + div > img {
    left: 50px !important;
  }

  .testimonials.slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .testimonials .slider-item {
    width: auto;
    height: auto;
  }

  .transparent-container .container {
    width: 100%;
  }

  .teams-slider.slider-container {
    width: 894px !important;
  }

  .teams-slider .slider-control:first-of-type {
    margin-right: 25px !important;
  }

  .teams-slider .slider-control:last-of-type {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 1024px) {
  header,
  main,
  footer {
    max-width: calc(100% - 50px) !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  main > * {
    width: 100% !important;
  }

  main > div:not(.teams-carousel, .founder-container, .padding, .popup) {
    margin-bottom: 90px !important;
  }

  .first-image {
    min-width: 0;
  }

  .green-text {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .black-text {
    font-size: 16px !important;
    line-height: 21px !important;
  }

  .action-button span.after,
  .green-button span.after {
    font-size: 10.5px !important;
    line-height: 13px !important;
  }

  .action-button,
  .green-button {
    width: auto !important;
    height: 41px !important;
    padding: 15px 30px !important;
    display: flex;
    align-items: center;
  }

  .lateral-image div {
    width: 100% !important;
  }

  .lateral-images > * {
    margin-bottom: 80px !important;
  }

  .first-image .hexagon {
    width: 100% !important;
    height: 100% !important;
  }

  .hexagon {
    width: 100% !important;
    height: 100% !important;
  }

  .hexagon img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  .lateral-image img {
    width: 100% !important;
    height: 100% !important;
  }

  .lateral-image.first-image {
    flex-direction: column-reverse;
  }

  .lateral-image.first-image img {
    max-width: none !important;
    margin-bottom: 0 !important;
  }

  .lateral-image.first-image div {
    padding-top: 0 !important;
  }

  .lateral-image.right-image {
    justify-content: center !important;
    flex-direction: column-reverse !important;
  }

  .lateral-image.left-image {
    justify-content: center !important;
    flex-direction: column !important;
  }

  .lateral-image img {
    margin-bottom: 48px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .white-container {
    width: 100%;
    height: auto;
    padding: 34px 40px 50px 40px !important;
  }

  .white-container p {
    width: 100% !important;
  }

  .transparent-container {
    width: 100% !important;
    height: auto !important;
  }

  .transparent-container p {
    width: 100% !important;
  }

  .transparent-container .black-text {
    box-sizing: border-box;
    padding: 0 65px;
  }

  .transparent-container .container > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 39px !important;
  }

  .transparent-container .container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
  }

  .transparent-container .container .hexagon {
    width: 107px !important;
    height: 107px !important;
  }

  .transparent-container
    .container
    .hexagon
    img:not(.hexagon .crest, .hexagon .tie, .hexagon .inside-img) {
    width: 35px !important;
    height: 29px !important;
  }

  .founder-container > div {
    width: calc(100% - 20px);
    padding: 40px 40px 44px 40px;
  }

  .founder-container {
    height: auto !important;
  }

  .founder-container p + div > img {
    width: calc(100% + 20px) !important;
    max-width: 310px;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 40px;
    left: -10px;
  }

  .founder-container > div {
    height: 561px !important;
  }

  .founder-container .quotation-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
  }

  .founder-container .green-text {
    height: auto;
    margin-bottom: 53px;
  }

  .founder-container + .buttons {
    flex-direction: column;
  }

  .founder-container + .buttons button:first-of-type {
    margin-bottom: 10px !important;
  }

  /* .hexagon .crest {
        width: 26px !important;
        height: 30px !important;
    } */

  .hexagon .tie {
    width: 58px !important;
    height: 58px !important;
  }

  .number-text {
    font-size: 52px;
    line-height: 78px;
  }

  .test-platform-form {
    padding: 0 !important;
  }

  .form .row {
    width: 100% !important;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .form input {
    width: 100% !important;
    height: 41px;
    margin: 0 0 10px 0 !important;
    padding: 13px 24px !important;
  }

  .form input:last-of-type {
    margin-bottom: 0 !important;
  }

  .form .green-button {
    margin-top: 35px !important;
  }

  .form input,
  .form input::placeholder {
    font-size: 10.5px !important;
    line-height: 18px !important;
  }

  .founder-container + .buttons > div {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .lateral-image img {
    max-width: calc(100% - 50px) !important;
  }

  .question .text {
    max-width: calc(100% - 40px) !important;
    padding-left: 16px !important;
    font-size: 17px !important;
    line-height: 21px !important;
  }

  .question .answer {
    margin-top: 20px !important;
    margin-left: 20px !important;
    padding-top: 20px !important;
    font-size: 16px !important;
    line-height: 21px !important;
  }

  .question .number {
    margin-right: 16px !important;
    font-size: 23px !important;
    line-height: 21px !important;
  }

  .faq .question {
    width: 100% !important;
    padding: 20px 15px !important;
  }

  .faq {
    width: 100%;
  }

  .faq .question .circle {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -52px;
    left: -8px;
  }

  .faq .question .arrow {
    top: -6px;
    width: 8px;
    height: 4px;
  }

  footer .row:first-of-type {
    width: 150px !important;
    height: 60px !important;
    margin-bottom: 18px !important;
  }

  footer .row:first-of-type img {
    width: 150px !important;
    height: auto !important;
  }

  footer .row:nth-of-type(2) {
    margin-bottom: 40px !important;
  }

  footer .row:nth-of-type(2) img {
    width: 93px !important;
    height: auto !important;
  }

  footer .row:nth-of-type(2) span {
    margin-right: 10px !important;
    font-size: 11.5px !important;
    line-height: 18px !important;
  }

  footer .row ul span:last-of-type {
    display: none;
  }

  footer .row ul li {
    font-size: 13.1003px !important;
    line-height: 18px !important;
  }

  footer .row ul li:first-of-type {
    padding-right: 19px !important;
  }

  footer .row ul span:first-of-type {
    height: 10px !important;
    margin-right: 19px !important;
  }

  footer .row ul li:nth-of-type(2) {
    padding-right: 0 !important;
  }

  footer .row ul {
    flex-wrap: wrap;
  }

  footer .row ul li:last-of-type {
    width: 100%;
    margin-top: 9px !important;
    text-align: center;
  }

  footer .row:last-of-type {
    margin-top: 35px !important;
  }

  footer a,
  footer a:visited,
  footer a:hover,
  footer a:focus,
  footer a:hover {
    font-family: helveticaNeue;
    font-style: normal;
    font-weight: 500;
    font-size: 13.1003px !important;
    line-height: 18px !important;
    color: #000 !important;
  }

  footer {
    margin-bottom: 90px !important;
  }
}

@media only screen and (min-width: 1225px) {
  .lateral-images:first-of-type {
    margin-bottom: 125px !important;
  }
}

.mobile-menu {
  display: none;
  padding-top: 25px !important;
}

.mobile-menu .images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .images img:first-of-type {
  width: 150px !important;
  height: auto !important;
  object-fit: cover;
}

.mobile-menu #list {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background-color: #ffffff;
  z-index: 999999;
}

.mobile-menu nav {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}

.mobile-menu nav a {
  margin-right: 0 !important;
  margin-top: 25px !important;
}

@media only screen and (max-width: 1024px) {
  .testimonials .green-text {
    margin-bottom: 45px !important;
  }

  .name {
    font-size: 19px !important;
    line-height: 22px !important;
  }

  header,
  main,
  footer {
    max-width: calc(100% - 300px) !important;
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  #list nav {
    max-width: calc(100% - 300px) !important;
  }

  main > * {
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .first-image.lateral-image {
    align-items: center !important;
  }

  .first-image.lateral-image img {
    max-width: none !important;
    width: 50% !important;
    height: auto !important;
    object-fit: cover;
    position: static !important;
  }

  .first-image.lateral-image,
  .first-image.lateral-image > div {
    min-width: 0 !important;
  }

  .lateral-image img {
    width: 50% !important;
    height: auto !important;
    object-fit: cover;
  }

  .teams-slider.slider-container {
    width: 360px !important;
    height: 95px !important;
  }

  .teams-slider .slider-item {
    width: 95px !important;
    height: 95px !important;
  }

  .teams-slider .slider-item img {
    width: auto !important;
    height: 40px !important;
    object-fit: cover;
  }

  .teams-slider .slider-items {
    position: relative;
    flex-wrap: wrap !important;
  }

  .teams-slider .slider-control {
    width: 50% !important;
    display: flex;
    align-items: center;
    height: 95px;
    position: absolute;
    bottom: -95px;
  }

  .teams-slider .slider-control img {
    position: static !important;
  }

  .teams-slider .slider-control:first-of-type {
    margin-right: 0 !important;
    justify-content: flex-end;
    left: 0;
  }

  .teams-slider .slider-control:last-of-type {
    margin-left: 0 !important;
    justify-content: flex-start;
    right: 0;
  }

  .teams-carousel {
    margin-bottom: 185px !important;
  }

  .testimonials .slider-container {
    width: 100%;
    position: relative;
  }

  .testimonials .slider-items {
    flex-wrap: wrap;
  }

  .testimonials .text-container {
    padding-top: 20px;
    flex-direction: column;
  }

  .testimonials .slider-control {
    box-sizing: border-box;
    width: 50% !important;
    padding-top: 40px !important;
    display: flex;
    align-items: center;
    height: 95px;
    position: absolute;
    bottom: -95px;
    position: absolute;
    bottom: 0;
    z-index: 99;
  }

  .testimonials .slider-control:first-of-type {
    margin-right: 0 !important;
    left: 0 !important;
    justify-content: flex-end;
  }

  .testimonials .slider-control:last-of-type {
    margin-left: 0 !important;
    right: 0 !important;
    justify-content: flex-start;
  }

  .testimonials.slider .slider-control:first-of-type img {
    position: static;
    content: url(../images/slider-left-arrow.svg);
  }

  .testimonials.slider .slider-control:last-of-type img {
    position: static;
    content: url(../images/slider-right-arrow.svg);
  }

  .testimonials .quotation {
    margin-bottom: 13px !important;
  }

  .test-platform-form .action-button {
    margin-top: 30px !important;
  }

  .founder-container {
    margin-bottom: 45px !important;
  }

  .founder-container > div img:first-of-type {
    top: -10px !important;
    left: unset !important;
  }

  .founder-container > p + div {
    box-sizing: border-box;
    justify-content: center;
  }

  .founder-container .quotation-container {
    padding-bottom: 50px !important;
  }

  .question .text-container {
    box-sizing: border-box;
    padding-right: 40px;
  }

  .question .text {
    max-width: none !important;
  }

  .question > div + div {
    top: 64px !important;
  }
}

@media only screen and (max-width: 768px) {
  body > * {
    max-width: calc(100% - 50px) !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  #list nav {
    max-width: calc(100% - 50px) !important;
  }

  main > * {
    margin-left: auto;
    margin-right: auto;
  }

  .lateral-image img {
    width: 100% !important;
  }

  .first-image.lateral-image img {
    width: 100% !important;
  }
}

.test-platform-form .action-button {
  width: 160px !important;
}

.white-container:first-of-type .action-button {
  width: 330px !important;
}

@media only screen and (max-width: 410px) {
  .teams-carousel {
    min-width: 100vw;
    position: relative;
    left: -25px;
  }

  .teams-carousel .green-text {
    margin-left: 25px;
    margin-right: 25px;
  }

  .teams-slider {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .action-button {
    width: fit-content !important;
  }
}

@media only screen and (min-width: 1025px) {
  .incearca-platforma {
    width: 291px !important;
  }

  .incearca-platforma:hover {
    width: 335px !important;
  }

  #obtine-brosura .incearca-platforma.action-button:hover {
    width: 291px !important;
  }

  #descopera {
    width: 350px !important;
  }

  #descopera:hover {
    width: 400px !important;
  }

  #trimite {
    width: 160px !important;
  }

  #trimite:hover {
    width: 210px !important;
  }

  #vorbeste {
    justify-content: flex-end !important;
  }

  #vorbeste {
    width: 275px !important;
  }

  #vorbeste:hover {
    width: 325px !important;
  }

  #vezi-profilul {
    width: 294px !important;
  }

  #vezi-profilul:hover {
    width: 344px !important;
  }
}

.padding {
  display: none;
  width: 100% !important;
  height: 130px !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .padding {
    display: block;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 25px;
    z-index: 999999;
  }
}

@media only screen and (min-width: 1025px) {
  div#beneficii,
  div#parteneri,
  div#testimoniale,
  div#founder,
  div#contact {
    width: 100%;
    height: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  div#beneficii,
  div#parteneri,
  div#testimoniale,
  div#founder,
  div#contact {
    width: 100%;
    height: 1px;
    margin-top: -130px !important;
    margin-bottom: 130px !important;
  }
}

#form-submit-modal {
  width: 100vw;
  height: 100vh;
  max-width: none;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999999999;
}

#form-submit-modal #container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: brightness(90%);
}

#form-submit-modal #content {
  box-sizing: border-box;
  width: 320px;
  height: auto;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 50px 100px rgb(0 0 0 / 3%);
  border-radius: 35px;
}

#form-submit-modal .green-text {
  font-size: 20px;
  line-height: 1.2;
}

#form-submit-modal #submit-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 32px;
}

#form-submit-modal #submit-icon.success {
  content: url(../images/success.svg);
}

#form-submit-modal #submit-icon.fail {
  content: url(../images/fail.svg);
}

@media only screen and (min-width: 1025px) {
  form input {
    padding-left: 40px;
    transition: all 0.3s;
  }

  form input:focus {
    outline: none;
    padding-left: 90px !important;
    outline: 1px solid #2ee66b !important;
    transition: padding-left 0.3s ease-out;
    transition-property: padding-left;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }

  form input + img {
    width: 0;
    left: 40px !important;
    transition: all 0.3s;
  }

  form input:focus + img {
    width: 30px;
    transition: width 0.3s ease-out;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
  }

  #test-platform .row > div {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #test-platform .row > div img {
    position: absolute;
    left: 0;
  }

  #test-platform .row > div input {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #test-platform .row > div {
    width: 100%;
  }

  #test-platform .row > div img {
    display: none;
  }

  #test-platform .row div:first-of-type input {
    margin-bottom: 10px !important;
  }
}

input.wrong::placeholder {
  color: red !important;
}

@media only screen and (max-width: 768px) {
  #form-submit-modal {
    max-width: none !important;
    margin: 0 !important;
  }

  #form-submit-modal #content {
    width: 270px !important;
  }

  #form-submit-modal #submit-status {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  #form-submit-modal #submit-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

#form-submit-modal #submit-status {
  font-weight: 500 !important;
}

.status-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status-row p {
  visibility: hidden;
  width: auto;
  font-family: helveticaNeue;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: red;
}

#obtine-brosura button {
  background: #000;
}

.first-image .d-flex {
  width: 530px;
  justify-content: space-between;
}

#obtine-brosura .incearca-platforma.action-button {
  width: fit-content !important;
}

#obtine-brosura button span.after {
  color: #fff;
}

.d-flex {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .status-row p {
    padding-left: 24px;
    font-size: 12px;
    line-height: 20px;
  }

  .transparent-container .hexagon:first-of-type img {
    object-fit: initial !important;
  }
}

.top-zero {
  top: 0 !important;
}

.padding-bottom-92 {
  padding-bottom: 92px;
}

@media only screen and (min-width: 1226px) and (max-width: 1400px) {
  .padding-bottom-92 {
    padding-bottom: 120px;
  }
}

.pricing-wrapper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-page-title {
  font-size: 45px;
  font-family: "Poppins";
  font-weight: 700;
  color: #2ee56b;
  margin-bottom: 75px;
}

.pricing-subscribe-options-wrapper {
  display: flex;
  gap: 25px;
  width: 46%;
  margin-bottom: 50px;
}

.select-subscribe-options {
  width: 70%;
  height: 69px;
  background-color: #fafafa;
  border-radius: 500px;
  display: flex;
  justify-content: space-between;
}

.subscribe-option-div {
  width: 50%;
  background-color: #fafafa;
  border: none;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.subscribe-option-text {
  font-family: helveticaNeue;
  font-size: 18px;
  font-weight: 500;
}

.pricing-currency {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background-color: #fafafa;
  position: relative;
}

.move-currency {
  position: relative;
  left: -6px;
  border: none;
  background-color: #fafafa;
}

.pricing-currency p::after {
  content: "\25BC";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
}

.offers-wrapper-container {
  width: 115%;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}

.free-offer-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  min-height: 1465px;
  padding: 50px 75px;
  border-radius: 35px;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.03);
}

.paid-offer-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  min-height: 1479px;
  background-color: #effdf4;
  padding: 50px 75px;
  border-radius: 35px;
  align-items: center;
  box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.03);
}

.free-offer-player-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background-color: #fafafa;
  height: 69px;
  width: 188px;
  margin-bottom: 50px;
}

.offer-text {
  font-weight: 700;
  font-size: 60px;
  font-family: "Poppins";
  margin-bottom: 50px;
}

.offer-text-per-player {
  font-size: 20px;
  font-weight: 500;
  font-family: helveticaNeue;
  margin-bottom: 20px;
}

.free-horizontal-line {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  margin-bottom: 50px;
}

.free-advantages {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.free-advantages .ordered-list {
  font-family: helveticaNeue;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 0;
}

.free-advantages .ordered-list li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;

  padding-left: 20px;
  background-image: url("../../assets/images/checked-mark.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 4px;
}

.free-disadvantages {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.free-disadvantages .ordered-list {
  font-family: helveticaNeue;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 0;
}

.free-disadvantages .ordered-list li {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;

  padding-left: 20px;
  background-image: url("../../assets/images/free-no-access.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 4px;
}

.free-start-wrapper {
  width: 100%;
  margin-top: auto;
}

.free-start-wrapper .free-start {
  width: 100%;
}

.offer-tabs {
  width: 100%;
  border-radius: 500px;
  background-color: #e4f7eb;
  height: 69px;
  display: flex;
  margin-bottom: 50px;
}

.price-offer {
  font-size: 18px;
  width: 25%;
  border: none;
  border-radius: 500px;
  background-color: #e4f7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  cursor: pointer;
}

.active-subscription {
  background-color: #2ee56b;
}

.active-subscription-type {
  background-color: #2ee56b;
}

.price-discount {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 50px;
}

.price-discount-text {
  color: white;
}

.initial-price {
  font-family: helveticaNeue;
  font-size: 22px;
  font-weight: 700;
  color: #bfd4c7;
  text-decoration: line-through;
}

.discount-percent {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background-color: #2ee56b;
  min-width: 130px;
  height: 38px;
}

.paid-horizontal-line {
  width: 100%;
  border-top: 1px solid #daf2e3;
  margin-bottom: 50px;
}

.paid-advantages {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paid-advantages .ordered-list {
  font-family: helveticaNeue;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 0;
  margin-bottom: 50px;
}

.paid-advantages .ordered-list li {
  font-size: 20px;
  font-weight: 500;
  display: flex;

  padding-left: 20px;
  background-image: url("../../assets/images/checked-mark.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: 0 4px;
}

.optional-addons {
  font-family: helveticaNeue;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 50px;
}

.addon-discount-wrapper {
  display: flex;
  align-items: center;
  gap: 7.5px;
  margin-left: 20px;
  font-size: 16px;
  margin-top: 12.5px;
}

.addon-discount-price {
  text-decoration: line-through;
}

.addon-discount-percentage {
  border-radius: 500px;
  background-color: #2ee56b;
  color: white;
  height: 26px;
  min-width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-offer-container-desktop {
  width: 100%;
  margin-top: 25px;
  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.03);
  display: flex;
  height: 219px;
  align-items: center;
  border-radius: 35px;
  padding: 75px;
}

.custom-offer-container-mobile {
  display: none;
}

.players-500 {
  min-width: 193px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: helveticaNeue;
  border-radius: 35px;
  background-color: #fafafa;
  height: 69px;
  margin-right: 50px;
}

.custom-offer-text {
  font-size: 18px;
  font-weight: 500;
}

.customized-offer-text {
  font-family: "Poppins";
  font-size: 60px;
  font-weight: 700;
}

.request-custom-offer-now {
  font-family: helveticaNeue;
  max-width: 309px;
}

.vertical-line-custom-offer {
  margin-left: auto;
  height: 30%;
  border-left: 1px solid #f2f2f2;
  margin-right: 50px;
}

/* Stilizare pentru checkbox-ul input */
.addons-checkboxes-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* Stilizare pentru containerul checkbox-ului (pentru a crea un aspect personalizat) */
.addons-checkboxes-wrapper label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
}

/* Stilizare pentru caseta checkbox-ului */
.addons-checkboxes-wrapper label::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #d6edde;
  border: 0px;
  border-radius: 5px;
  content: "";
  box-sizing: border-box;
}

/* Stilizare pentru checkbox-ul input atunci când este bifat */
.addons-checkboxes-wrapper input[type="checkbox"]:checked + label::before {
  background-image: url("../../assets/images/checkbox-check-svg.svg");
  background-size: 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2ee56b;
}

.hidden-discount-price {
  display: none;
}

@media only screen and (max-width: 992px) {
  .whitespace-nowrap {
    white-space: nowrap;
  }

  .pricing-page-title {
    font-size: 26px;
    margin-bottom: 45px;
  }

  .pricing-subscribe-options-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .select-subscribe-options {
    height: 41px;
  }

  .pricing-currency {
    height: 41px;
  }

  .offers-wrapper-container {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }

  .paid-offer-container {
    width: 70%;
  }

  .offer-tabs {
    border-radius: 20.5px;
    height: unset;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .price-discount {
    margin-bottom: 30px;
  }

  .price-offer {
    height: 41px;
    width: 50%;
    border-radius: 297.1px;
  }

  .offer-text {
    text-align: center;
    font-size: 34.5px;
    margin-bottom: 30px;
  }

  .offer-text-per-player {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .initial-price {
    font-size: 13px;
  }

  .discount-percent {
    padding: 7.39px 10px 7.39px 10px;
    border-radius: 295.45px;
    background-color: #2ee56b;
    min-width: unset;
    height: 23px;
  }

  .subscribe-option-text {
    font-size: 10.5px;
  }

  .paid-offer-container {
    padding: 30px 40px;
  }

  .paid-advantages {
    width: 100%;
  }

  .paid-advantages .ordered-list li {
    font-size: 13px;
    background-size: unset;
  }

  .paid-horizontal-line {
    margin-bottom: 30px;
  }

  .paid-advantages .ordered-list {
    margin-bottom: 30px;
  }

  .addons-checkboxes-wrapper label {
    font-size: 13px !important;
  }

  .addon-discount-wrapper {
    margin-left: 31px;
    font-size: 10.5px;
    margin-top: 7.5px;
  }

  .addon-discount-percentage {
    height: 16.9px;
    border-radius: 325px;
    min-width: unset;
    padding: 4.88px 6.5px 4.88px 6.5px;
  }

  .addons-checkboxes-wrapper label::before {
    width: 14px;
    height: 14px;
  }

  .addons-checkboxes-wrapper label {
    padding-left: 21px;
  }

  .paid-offer-container {
    min-height: unset;
  }

  .optional-addons {
    margin-bottom: 30px;
  }

  .free-start-wrapper .free-start {
    width: 100% !important;
  }

  .free-offer-container {
    width: 70%;
    padding: 30px 40px;
    min-height: unset;
  }

  .free-offer-player-number {
    border-radius: 297.1px;
    height: 41px;
    width: 101px;
    margin-bottom: 30px;
  }

  .free-horizontal-line {
    margin-bottom: 30px;
  }

  .free-advantages .ordered-list li {
    font-size: 13px;
    background-size: unset;
  }

  .free-disadvantages .ordered-list li {
    font-size: 13px;
    background-size: 11px 11px;
  }

  .free-disadvantages .ordered-list {
    margin-bottom: 30px;
  }

  .custom-offer-container-desktop {
    display: none;
  }

  .custom-offer-container-mobile {
    display: flex;
    flex-direction: column;
    width: 70%;
    align-items: center;
    box-shadow: 0px 50px 100px 0px rgba(0, 0, 0, 0.03);
    border-radius: 21px;
    padding: 30px 40px;
    gap: 30px;
  }

  .customized-offer-text {
    font-size: 34.5px;
  }

  .players-500 {
    border-radius: 297.1px;
    height: 41px;
    margin-right: unset;
    min-width: 101px;
    background-color: #fafafa;
  }

  .custom-offer-text {
    font-size: 10.5px;
    font-weight: 500;
  }

  .horizontal-line-custom-offer {
    width: 100%;
    border-top: 1px solid #f2f2f2;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .offers-wrapper-container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 25px;
  }

  .custom-offer-container-desktop {
    width: 84.5%;
  }
}
