* {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

body {
  background: #f5f5f5;
}

button {
  cursor: pointer;
  position: relative !important;
}

input[type="radio"] {
  font-family: Arial;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  width: auto;
}

header a {
  display: flex;
}

.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  width: 75%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

#logo {
  width: auto;
}

#logo svg {
  width: 100% !important;
  min-width: 150px;
  min-height: 60px;
}

header {
  padding: 2rem 0;
  border-bottom: 1px solid rgb(183 183 183 / 35%);
}

nav {
  display: flex;
  align-items: center;
}
#mobile-menu {
  display: none;
}

#mobile-menu > svg {
  max-width: 250px;
}

#mobile-menu-page {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 999;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}

#mobile-menu-page.open {
  height: 41rem;
  border-bottom: 1px solid rgb(183 183 183 / 35%);
}

#mobile-menu-page ul {
  flex-direction: column;
}

#mobile-menu-page li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 1rem 0;
}

.drop-menu2 {
  display: block;
  height: 0;
  transition: height 0.3s ease-out;
  overflow: hidden;
}

.menu-buttons button {
  display: block;
  width: -webkit-fill-available;
  margin: 1rem;
}

li:hover .drop-menu2 {
  height: 12rem;
}

li.flex {
  flex-direction: column;
}

.menu-arrow {
  display: block;
}

.menu-arrow-active {
  display: none;
}

ul li:hover .menu-arrow {
  display: none;
}

ul li:hover .menu-arrow-active {
  display: block;
}

ul.drop-menu {
  position: absolute;
  margin-top: 0.355rem;
  border-radius: 5px;
}

ul.drop-menu li {
  display: none;
  padding: 0.5rem;
  width: -webkit-fill-available;
  background-color: #c1d0ef;
  color: #174aff;
}

li:hover > ul.drop-menu li {
  display: block;
}

li:hover > ul.drop-menu.menu-2 {
  perspective: 1000px;
}
li {
  opacity: 0;
}
li:nth-child(1) {
  animation: menu2 300ms calc(130ms * 1 - 300ms) ease-in-out forwards;
}
li:nth-child(2) {
  animation: menu2 300ms calc(130ms * 2 - 300ms) ease-in-out forwards;
}
li:nth-child(3) {
  animation: menu2 300ms calc(130ms * 3 - 300ms) ease-in-out forwards;
}
li:nth-child(4) {
  animation: menu2 300ms calc(130ms * 4 - 300ms) ease-in-out forwards;
}
li:nth-child(5) {
  animation: menu2 300ms calc(130ms * 5 - 300ms) ease-in-out forwards;
}
li:nth-child(6) {
  animation: menu2 300ms calc(130ms * 6 - 300ms) ease-in-out forwards;
}
@keyframes menu2 {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

header ul li,
header ul li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #272d37;
  text-decoration: none;
  list-style: none;
  width: auto;
  margin: 0 0.8rem;
  width: max-content;
  padding-bottom: 0.3rem;
  text-align: center;
}

@media screen and (max-width: 1430px) {
  header ul li,
  header ul li a {
    margin: 0 0.5rem;
  }
}

@media screen and (max-width: 1180px) {
  header ul li,
  header ul li a {
    margin: 0 0.2rem;
  }
}

@media screen and (max-width: 1000px) {
  #testimonials > div:nth-child(2) {
    flex-direction: column;
  }
  #testimonials > div:nth-child(2) > div:nth-child(2) {
    padding-top: 1rem;
  }
  header {
    border: none;
  }
  #desktop-menu {
    display: none;
  }
  #mobile-menu {
    display: flex;
    justify-content: space-between;
  }
  .footer-links {
    flex-direction: column;
  }
  .links-1 div:first-child {
    max-width: unset !important;
    margin-right: 0 !important;
  }
  .links-2 {
    flex-direction: row-reverse;
  }
  .links-2 div:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 850px) {
  #section-ce-este-1,
  #section-ce-este-3 {
    flex-direction: column !important;
  }
  #section-ce-este-2 > div {
    flex-direction: column-reverse !important;
  }
  .image-ce-este-experto {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 800px) {
  .blog-post {
    margin: 0 !important;
  }
  #blog-post-container {
    flex-direction: column;
  }
  .footer-msg {
    flex-direction: column;
  }
  .footer-msg button {
    margin-top: 2rem;
  }
  #cum-functioneaza .grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .container {
    width: 80% !important;
  }
  .legal-container {
    flex-direction: column;
  }
  .legal-container {
    flex-direction: column;
  }
  .links-1 div:first-child {
    margin-right: 3rem !important;
  }
  .links-2 div:nth-child(2) {
    margin-right: 3rem !important;
  }
  .buttons-hero {
    flex-direction: column;
  }
  .buttons-hero button {
    display: flex;
    justify-content: center;
    margin: 0.5rem 2rem !important;
    width: -webkit-fill-available !important;
  }
  #hero {
    margin-top: 0 !important;
  }
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}

@media screen and (max-width: 570px) {
  #cum-functioneaza .grid {
    gap: 2rem;
  }
  #cum-functioneaza h3 {
    min-height: 4rem;
  }
  #cum-functioneaza p {
    min-height: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .links-1 {
    flex-direction: column !important;
    text-align: center;
  }
  .links-2 {
    flex-direction: column !important;
    text-align: center;
  }
  .links-2 ul.link-menu li:first-child {
    margin-top: 0 !important;
  }
  h1 {
    font-size: 40px !important;
  }
  .legal-container > div {
    flex-direction: column;
    text-align: center;
  }
  #mobile-menu svg {
    max-width: 250px;
  }
}

@media screen and (max-width: 375px) {
  #cum-functioneaza .grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

header a {
  position: relative;
}

header li:hover > a {
  color: #174aff;
}

header a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #174aff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header li:hover > a:after {
  width: 100%;
  left: 0;
}

.cont-buttons {
  width: auto;
  margin-bottom: 0.5rem;
}

.cont-buttons button {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.cont-buttons a:first-child button {
  background-color: transparent;
  border: none;
  min-width: 8.288rem;
  min-height: 1.375rem;
  margin: 0 1.2rem;
  color: #174aff;
  transition: margin 200ms;
}

.cont-buttons a:first-child button:hover {
  background-color: transparent;
  margin-bottom: 1rem;
  color: #00d7a3;
}

.cont-buttons a:nth-child(2) button {
  background-color: #174aff;
  color: white;
  border: #174aff;
  min-width: 12.438rem;
  min-height: 2.875rem;
  border-radius: 5rem;
}

#hero {
  margin-top: 5rem;
}

.text-hero {
  flex-direction: column;
  text-align: center;
  max-width: 84ch;
}

.text-hero h4:first-child {
  color: #00d7a3;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  margin: 2rem 0;
}
h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  width: auto;
}
h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
h4 {
  color: #5f6d7e;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f6d7e;
}

.buttons-hero {
  margin: 3rem 0;
  justify-content: center;
}

.buttons-hero button {
  width: auto;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 2rem;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.button-default {
  display: flex;
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 2rem;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  position: relative;
}

.button-default svg {
  width: auto;
  margin: 0 0 0 0.5rem !important;
}

.button-type-1 {
  background-color: #174aff;
  color: white;
  transition: all 0.3s ease 0s;
  position: relative !important;
}

.button-type-1:hover {
  box-shadow: 0px 15px 20px rgba(82, 80, 245, 0.4);
  transform: translateY(-7px);
}

.button-type-2 {
  background-color: white;
  color: #174aff;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease 0s;
}

.button-type-2:hover {
  background-color: #00d7a3;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.2);
  color: #fff;
  transform: translateY(-7px);
}

.button-type-2 svg:nth-child(2) {
  display: none;
  transition: all 0.3s;
}
.button-type-2:hover svg:nth-child(2) {
  display: block;
  transition: all 0.3s;
}
.button-type-2:hover svg:first-child {
  display: none;
  transition: all 0.3s;
}

.image-hero {
  justify-content: center;
}

.image-hero img {
  max-width: 69rem;
}

#ce-este-experto {
  background-color: #ffffff;
}

#ce-este-experto svg {
  width: auto;
  margin: 0 0.5rem;
  min-width: 1.125rem;
}

#section-ce-este-1 p {
  margin: 1rem 0;
  max-width: 46ch;
}

p {
  margin: 1rem 0;
}

#ce-este-experto p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.middle-text {
  max-width: 89ch;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#ce-este-experto ul li {
  list-style: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5f6d7e;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}

#section-ce-este-1 div:first-child,
#section-ce-este-3 div:first-child {
  max-width: 63ch;
}

.middle-text {
  flex-direction: column;
  text-align: center;
}

.middle-text h2 {
  margin: 2rem 0 0 0;
}

.green {
  color: #00d7a3 !important;
  font-weight: 600 !important;
}

.image-ce-este-experto {
  max-width: 35rem;
  max-height: 35rem;
}
#section-ce-este-1,
#section-ce-este-2 div:first-child,
#section-ce-este-3,
#section-ce-este-4 {
  justify-content: space-between;
  align-items: center;
}

#section-ce-este-4 {
  flex-direction: column;
  text-align: center;
  padding: 2rem 0 4rem 0;
}

#section-ce-este-1 {
  padding-bottom: 5rem;
}

#section-ce-este-2 {
  background-color: #174aff;
  border-radius: 10rem 0 10rem 0;
  padding: 4rem 0;
}

#section-ce-este-2 button {
  margin: 2rem 0;
}

#section-ce-este-2 p,
#section-ce-este-2 h2 {
  color: #ffffff;
}

#section-ce-este-2 div div:nth-child(2) {
  max-width: 74ch;
  margin: 0 4rem;
}

#section-ce-este-3 {
  padding: 4rem 0 6rem 0;
}

#section-ce-este-3 div:first-child ul {
  margin: 2rem 0;
}

.grid {
  display: grid;
}

#cum-functioneaza {
  background-color: #ffffff;
}

.background-model {
  background-color: #f5f5f5;
  border-radius: 10rem 0 10rem 0;
  padding-bottom: 4rem;
}

#cum-functioneaza .grid {
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
#cum-functioneaza .grid div {
  max-width: 43ch;
}

svg {
  width: auto;
  height: auto;
}

#cum-functioneaza .grid div > svg {
  margin: 1rem 0;
}

#clientii {
  background-color: #ffffff;
}

#blog {
  background-color: #ffffff;
  padding-bottom: 3rem;
}

.afla-mai-mult a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #174aff;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: margin 300ms;
}

.afla-mai-mult a:hover {
  margin-left: 1rem;
  transition: margin 200ms;
}

.afla-mai-mult svg {
  margin: 0 0 0 0.3rem;
  transition: margin 200ms;
}
.afla-mai-mult a:hover svg {
  margin: 0 0 0 0.6rem;
  transition: margin 200ms;
}

.container-companii {
  width: 90%;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.blog-post {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

.blog-post svg {
  margin-left: 0.2rem;
}

.blog-post .citeste-mai-mult a {
  display: flex;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  color: #00d7a3;
}

.citeste-mai-mult a:hover {
  margin-left: 1rem;
  transition: margin 200ms;
}

.citeste-mai-mult svg {
  margin: 0 0 0 0.3rem;
  transition: margin 200ms;
}
.citeste-mai-mult a:hover svg {
  margin: 0 0 0 0.6rem;
  transition: margin 200ms;
}

footer {
  background-color: #ffffff;
}

footer p {
  color: #a5acba !important;
}

.footer-container {
  padding: 2rem 0;
  background-color: #151b28;
  border-radius: 10rem 0 0 0;
}

.footer-msg {
  padding: 2rem 0;
}

footer .footer-msg {
  display: flex;
  justify-content: space-between !important;
}

.footer-msg h2 {
  color: #ffffff;
}

.footer-msg button {
  min-width: 11.5rem;
}

footer a {
  color: #a5acba;
}

footer a:hover {
  color: #c4c8cf;
}

footer h3 {
  color: #ffffff;
}

footer ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a5acba;
  list-style: none;
  margin: 1rem 0;
}

.footer-links {
  padding: 2rem 0;
  border-bottom: 1px solid #2e3545;
  border-top: 1px solid #2e3545;
}

.legal-container {
  display: flex;
  justify-content: space-between;
}

.legal-container > div {
  width: auto;
}

.legal-container p {
  width: auto;
  margin: 1rem;
}

#body-pricing-page {
  background-color: #ffffff;
  padding: 1rem 0;
}

.rounded-bar {
  height: 2rem;
  background-color: #f5f5f5;
  border-radius: 0 0 20rem 20rem;
  position: relative;
  top: 0;
}

#testimonials {
  background-color: #ffffff;
  padding-bottom: 5rem;
}

.testimonial-container {
  flex-direction: column;
  float: left;
  max-width: 80ch;
  margin-right: 4rem;
}

.testimonial-container h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #151b28;
}

.testimonial-container svg {
  max-width: 160px;
}

.space-between {
  justify-content: space-between;
}

.mobile-hamburger {
  width: unset;
  border: none;
  background-color: transparent;
  margin: 0 2rem 0 0;
}

.mobile-hamburger .line {
  transition: 400ms;
  transform-origin: center;
  width: 82px;
}

.mobile-hamburger .line.middle {
  transition: 200ms;
}

.mobile-hamburger.open .top {
  transform: translateY(10px) rotate(45deg);
}

.mobile-hamburger.open .bottom {
  transform: translateY(-15px) rotate(-45deg);
}

.mobile-hamburger.open .middle {
  display: none;
}

#table.grid {
  grid-template-columns: 2.7fr 1fr 1fr 1fr 1fr;
  gap: 0rem 2rem;
  padding: 4rem 0;
}

#table h3 {
  font-size: 16px;
  line-height: 24px;
}

#table > div {
  padding: 1rem;
  border: 1px solid #e1e6ed;
  text-align: center;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.none-border {
  border: none !important;
}

.start {
  text-align: start !important;
}

.round-top-left {
  border-radius: 2rem 0 0 0;
}

.round-top-right {
  border-radius: 0 2rem 0 0;
}

.round-bottom-right {
  border-radius: 0 0 2rem 0;
}

.round-bottom-left {
  border-radius: 0 0 0 2rem;
}

.grey-background {
  background-color: #f5f5f5;
}

.green-background {
  background-color: #00d7a3;
}

#table .green-background {
  color: #ffffff;
}

#table .button-default {
  padding: 0.5rem 1rem;
}

.discount-text {
  width: 10rem;
  border-radius: 3rem;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
}

#menu-pricing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin: auto;
  padding: 1rem 0;
  border-bottom: 1px solid grey;
}

#menu-pricing div {
  width: auto;
}

.w-m-c {
  width: max-content;
}

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

.w-a {
  width: auto;
}

/* Basic styles for the switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider (circle) */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  width: inherit;
}

input:checked + .slider {
  background-color: #00d7a3 !important;
}

/* Slider styles when checked */
.slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.annual-price,
.monthly-price {
  display: none;
}

.active {
  display: block;
}

#contact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

#contact-modal form {
  padding: 4rem;
  background: antiquewhite;
  border-radius: 0 2rem 2rem 0;
  background-color: #151b28;
  width: auto;
}

#contact-modal label {
  color: #ffffff;
}

#contact-modal input {
  width: -webkit-fill-available;
  padding: 0.4rem;
  margin: 0.5rem 0;
  color: #174aff;
  font-size: 1rem;
}

#contact-modal textarea {
  min-height: 4rem;
  padding: 0.4rem;
  width: -webkit-fill-available;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  background: #ffffff;
  border-radius: 2rem 0 0 2rem;
  width: auto;
}

.contact-info h4 {
  margin: 0.2rem 0;
}

.modules {
  display: flex;
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  margin-right: 0.4rem;
  border-radius: 2rem;
  border: 1px solid #e1e6ed;
}

.modules > div {
  flex-direction: column;
}

.modules.active {
  border: 2px solid #00d7a3 !important;
  background-color: #00d7a31a;
}

.modules h3 {
  color: #00d7a3;
  font-size: 14px;
}

.modules h4 {
  font-size: 11px;
}

.modules h3,
.modules h4 {
  width: max-content;
}

.modules label {
  margin: 0 1.6rem;
}

.modules input {
  max-width: 2rem;
}

#price-section {
  display: grid;
  width: 75%;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.price-container-1,
.price-container-2,
.price-container-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 2rem;
}

.price-container-2,
.price-container-3 {
  background-color: #ffffff;
  box-shadow: -40px 40px 80px 0px rgba(145, 158, 171, 0.16);
}

.benefits p {
  display: flex;
  align-items: center;
  max-width: 90%;
}

.price > h2 {
  height: 2rem;
  padding: 2rem 0;
  border-top: 1px dotted #e1e6ed;
  border-bottom: 1px dotted #e1e6ed;
}

.modulul_ssm_si,
.modulul_hrm,
.modulul_evaluarea_riscurilor {
  display: none;
}

.modulul_ssm_si.active,
.modulul_hrm.active,
.modulul_evaluarea_riscurilor.active {
  display: block;
}

@media screen and (max-width: 1280px) {
  #price-section {
    grid-template-columns: 1fr 1fr;
  }
  #menu-pricing {
    flex-direction: column !important;
  }

  #menu-pricing > div {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 900px) {
  #price-section {
    grid-template-columns: 1fr;
  }
  .price-container-1 {
    background-color: #ffffff;
    box-shadow: -40px 40px 80px 0px rgba(145, 158, 171, 0.16);
  }
  .price-container-1,
  .price-container-2,
  .price-container-3 {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 600px) {
  #menu-pricing > div:first-child {
    flex-direction: column;
  }

  .price > h2 {
    height: auto !important;
  }

  .modules {
    margin: 1rem 0;
  }
}

#section-services-1 {
  background: var(--shades-light-gray, #fafbfc);
}

#section-services-1 p,
#section-services-2 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 1rem 0;
  max-width: 46ch;
}

#section-services-3 p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 1rem 0;
  max-width: 56ch;
}

#section-services-1 h2,
#section-services-2 h2,
#section-services-3 h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  width: auto;
}

#section-ce-este-3 p {
  max-width: 48ch;
}

#section-services-1 .container,
#section-services-2 .container {
  padding: 2rem;
}

#section-services-2 {
  background-color: #f5f5f5;
}

.blue-container {
  background-color: #174aff;
  border-radius: 10rem 0 10rem 0;
}

#section-services-2 h2,
#section-services-2 p {
  color: #ffffff;
}

#section-services-2 .container {
  align-items: center;
  padding: 2rem;
}

.text-hero.middle-text p {
  max-width: none !important;
}

@media screen and (max-width: 850px) {
  #section-services-1 .container,
  #section-services-2 .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  #section-services-3 .container {
    flex-direction: column;
    align-items: center;
  }
}

form button {
  width: -webkit-fill-available !important;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.container-modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  max-width: 850px;
}

@media screen and (max-width: 850px) {
  .container-modal {
    grid-template-columns: 1fr;
  }

  .contact-info {
    border-radius: 2rem 2rem 0 0;
  }

  form {
    border-radius: 0 0 2rem 2rem !important;
  }
}

.selected {
  border: 1px solid var(--main-teal, #00d7a3);
  background: rgba(0, 215, 163, 0.1);
}

.t-c-section {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}

.t-c-section p {
  font-size: 18px;
}

.t-c-section ul {
  margin: 0.5rem 0;
}

.t-c-section li {
  font-size: 18px;
  color: #5f6d7e;
  line-height: 26px;
  margin: 0 0 0 1.3rem;
}

#privacy-policy,
#termeni-si-conditii {
  background-color: #fff;
  padding: 3rem 0;
}

.ejump-link {
  font-weight: 600;
}

.ejump-link:hover {
  color: #174aff;
}
