:root {
  --primary: #08362f;
  --white: white;
  --accent: #e51f3a;
  --background: #f6fcfa;
  --text-colour: #1c2129;
  --secondary: #1fd4b9;
  --primary-2: #08362f;
  --secondary-2: #1fd4b9;
  --quarterly-2: #e51f3a;
  --black: black;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.data-nav-menu-open {
  background: #fff;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 47.26px;
}

h2 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 33.76px;
}

h3 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 20.26px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.menu-button {
  color: var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.menu-button.w--current {
  color: var(--accent);
  display: inline-block;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  height: 107px;
  display: block;
}

.nav-menu {
  align-self: center;
}

.logo {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 117px;
  height: 99px;
}

.hero-section {
  background-color: rgba(246, 252, 250, 0);
  width: 1440px;
  height: 833px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 173px;
  padding-left: 99px;
}

.container-width-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area Area-2"
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.hero-text {
  width: 760px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 600;
  line-height: 47.6px;
}

.button {
  background-color: var(--accent);
  color: #fff;
  border-radius: 8px;
  align-self: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  transition: all .3s;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 10px -4px rgba(0, 0, 0, .38);
}

.button.process {
  margin-top: 54px;
  margin-left: 107px;
}

.button.mine {
  align-self: flex-start;
}

.button.cookies {
  text-align: center;
  width: 210px;
  max-width: none;
  height: 34px;
  max-height: none;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 12px;
}

.button.new-service {
  margin-right: 22px;
}

.hero-padding-button {
  margin-top: 40px;
}

.image-2 {
  margin-top: 19px;
  margin-left: 353px;
  transform: rotate(0);
}

.arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.servicii {
  height: 1780px;
}

.heading-services {
  text-align: center;
  height: 142px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 47px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.services {
  width: 530px;
  margin-left: 105px;
}

.services-heading {
  width: 100%;
  font-size: 24px;
  line-height: 27.3px;
}

.services-heading.accent {
  color: var(--accent);
  width: 100%;
}

.paragraph {
  color: var(--text-colour);
  width: 445px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.confirmation {
  color: var(--primary);
  text-align: center;
  width: auto;
  display: block;
}

.text-block {
  color: var(--text-colour);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.list-item {
  color: #1c2129;
  padding-top: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
}

.price {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 540px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.image-services {
  border-radius: 20px;
  max-width: none;
  margin-left: 156px;
}

.image-services.top {
  margin-top: 26px;
  padding-top: 0;
}

.image-services.right {
  margin-left: 54px;
}

.ml-services {
  margin-left: 156px;
}

.background-colour {
  background-color: var(--background);
  padding-top: 60px;
  padding-bottom: 60px;
}

.background-colour.white {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.process-description {
  height: 408px;
}

.process-description.background-colour {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 97px;
  padding-right: 97px;
  display: block;
}

.steps {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 370px;
  height: 176px;
  display: flex;
}

.steps.testimonials {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 16px;
  width: 80%;
  height: 380px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
}

.steps-description {
  color: var(--primary);
  text-align: center;
  margin-top: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 23.4px;
}

.steps-description.exp {
  text-align: left;
  width: 390px;
  font-size: 16px;
}

.steps-description.testimonial {
  font-size: 16px;
}

.heading-2, .heading-3, .column {
  text-align: center;
}

.column-2 {
  border-left: 1px solid rgba(8, 54, 47, .08);
  border-right: 1px solid rgba(8, 54, 47, .08);
}

.cum-functioneaza {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 142px;
  display: flex;
}

.image-4 {
  align-self: flex-start;
}

.div-block {
  align-self: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.reason {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 430px;
  padding-top: 44px;
  padding-left: 97px;
  padding-right: 97px;
  display: flex;
}

.image-5 {
  align-self: flex-start;
  margin-left: 217px;
}

.header-experience {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-experience-small {
  color: var(--accent);
  margin-top: 5px;
  margin-left: 16px;
  font-size: 21px;
  line-height: 28px;
}

.columns {
  width: 100%;
  margin-top: 48px;
}

.text-span {
  color: var(--accent);
  font-weight: 600;
}

.heading-5 {
  text-align: center;
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 48px;
}

.testimonials.background-colour {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.slider {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  height: 110%;
  display: flex;
}

.left-arrow {
  z-index: 0;
  color: var(--primary);
}

.footer {
  justify-content: space-around;
  align-items: center;
  width: 75%;
  height: 135px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  display: inline-block;
}

.image-6 {
  object-fit: fill;
}

.image-7 {
  float: right;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 27%;
  height: 68%;
  margin-top: -55px;
  margin-right: 150px;
  overflow: auto;
}

.paragraph-2 {
  color: var(--primary);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.despre-mine {
  background-color: var(--background);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  margin-top: 96px;
  margin-right: 45px;
  padding: 20px 20px 29px 57px;
  display: flex;
}

.image-8 {
  border-radius: 10px;
  width: 89%;
  max-width: none;
  margin-top: 96px;
  margin-left: 0;
  padding-top: 0;
}

.container-width-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area ."
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  display: grid;
}

.aici {
  height: 451px;
  margin-top: 65px;
}

.benefits {
  background-color: var(--background);
  color: var(--primary);
  text-align: left;
  border-radius: 18px;
  flex-direction: row;
  width: 500px;
  height: 56px;
  margin-top: 24px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 13px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: flex;
}

.heading-7 {
  text-align: center;
  display: block;
}

.columns-2 {
  margin-top: 72px;
}

.column-3 {
  padding-left: 48px;
}

.benefits2 {
  height: auto;
  margin-top: 0;
  padding-left: 20px;
  font-size: 16px;
  display: block;
}

.image-9 {
  margin-top: 5px;
  padding-top: 0;
  display: block;
}

.certificari {
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.heading-8 {
  text-align: center;
}

.compara {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 10px;
  margin-bottom: 45px;
  display: flex;
}

.white-line {
  justify-content: space-between;
  align-items: center;
  width: 999px;
  height: 48px;
  padding-left: 13px;
  padding-right: 40px;
  display: flex;
}

.white-line.bkg {
  background-color: var(--background);
}

.white-line.hero-padding-button.mr-plan {
  padding-right: 0;
}

.text-block-3 {
  color: var(--primary);
  width: 250px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.image-10 {
  opacity: .3;
}

.plans {
  color: var(--primary);
  margin-bottom: 46px;
  margin-right: -40px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.menu {
  justify-content: space-between;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-full-background {
  background-color: var(--background);
  width: 100%;
  max-width: none;
  height: auto;
}

.container-full-background.testimoniale {
  margin-top: 61px;
}

.container-full-no-background {
  width: auto;
  max-width: none;
}

.columns-3 {
  width: 100%;
}

.slide-nav {
  margin-top: 0;
  padding-top: 40px;
  display: none;
}

.heading-9 {
  align-self: center;
}

.heading-13 {
  margin-bottom: 34px;
  font-size: 47px;
  font-weight: 600;
}

.heading-15 {
  font-size: 24px;
}

.under-info {
  color: #9ca2a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
}

.list {
  color: #9ca2a1;
  font-family: Poppins, sans-serif;
}

.plan {
  padding-top: 20px;
  display: block;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.tour-step {
  display: none;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

.container-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

._2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 99%;
  padding: 24px;
  display: flex;
}

.frame-1171276021 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.poppins-h2-40pt-semi-bold {
  color: #08362f;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 84.4%;
}

.poppins-content-display-18-pt-130 {
  color: #08362f;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 101px;
  padding: 24px;
  display: flex;
}

.contact-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.poppins-labels {
  color: #08362f;
  padding-top: 16px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 84.4%;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary);
  background-color: #fff;
  border: 1px solid #08362f;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 84.4%;
  display: flex;
}

.form-text-input::placeholder {
  color: #979797;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 84.4%;
}

.button-3 {
  background-color: var(--accent);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.columns-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1263px;
  display: flex;
}

.column-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 140px;
  display: flex;
}

.column-7 {
  grid-column-gap: 8.69537px;
  grid-row-gap: 8.69537px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 69.5255px;
  height: 59.0893px;
  display: flex;
}

.small-columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 59.0893px;
  display: flex;
}

.column-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59.0893px;
  display: flex;
}

.content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 59.0893px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59.0893px;
  display: flex;
}

.column-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 0;
  display: flex;
}

.body {
  flex-direction: column;
  display: flex;
}

.card__text-wrap {
  position: relative;
}

.auth-error-message {
  color: #ff3a1b;
  margin-top: 1em;
  font-size: .8em;
}

.text-field-3 {
  background-color: rgba(255, 255, 255, .23);
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  display: block;
}

.grid--3col {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 60%;
}

.firebased-content {
  border-radius: 1em;
  flex-direction: column;
  align-items: center;
  padding: 1.5em;
  font-weight: 100;
  display: flex;
}

.link-6 {
  color: var(--primary);
}

.rich-text-block {
  font-family: Poppins, sans-serif;
}

.link-7 {
  color: var(--primary);
}

.link-8 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.rich-text-block-2 {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
}

.heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  color: #08362f;
}

.rich-text-block-3 {
  font-family: Poppins, sans-serif;
}

.div-block-2 {
  margin-bottom: 300px;
}

.container-5 {
  margin-top: 30px;
}

.footer-link {
  color: var(--primary);
  font-size: 14px;
}

.welcome {
  text-align: center;
  font-size: 18px;
}

.body-4 {
  flex-direction: column;
  display: flex;
}

.signup {
  padding: 1.5em;
}

.cookie-consent-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary);
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-banner {
  opacity: 1;
  color: #08362f;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #f6fcfa;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  max-height: none;
  margin: 48px;
  padding: 28px 48px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 2px 2px 5px rgba(0, 32, 22, .25);
}

.link-9 {
  color: var(--accent);
  font-size: 14px;
}

.button-secondary {
  color: var(--primary);
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #08362f;
  border-radius: 8px;
  height: 20px;
  max-height: none;
  margin-left: 24px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 0;
}

.paragraph-4 {
  padding-right: 28px;
}

.signin {
  padding: 1.5em;
}

.user-banner {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.mask {
  z-index: 0;
  height: 110%;
  padding-bottom: 0;
}

.heading-23 {
  width: 57%;
  font-size: 28px;
  font-weight: 400;
}

.link-10 {
  color: #070606;
  text-align: center;
  background-color: #fff;
  padding-left: 14px;
  text-decoration: underline;
}

.field-label-7 {
  font-family: Poppins, sans-serif;
}

.button-6 {
  background-color: #e51f3a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.field-label-8, .field-label-9, .field-label-10 {
  font-family: Poppins, sans-serif;
}

.auth-form__heading-2 {
  color: #08362f;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

.open-close-line---brix {
  background-color: #170f49;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.tabs-accordion---brix {
  border-bottom: 1px solid #d9dbe9;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  transition: padding .2s;
}

.accordion-item---brix.tabs-accordion---brix:hover {
  padding-left: 16px;
}

.accordion-item---brix.tabs-accordion---brix.last-accordion-item---brix {
  border-bottom-style: none;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.tabs-accordion---brix {
  color: var(--primary);
  background-color: #fff;
  border-radius: 18px;
  width: 95%;
  max-width: none;
  padding: 50px 90px 58px;
  font-family: Poppins, sans-serif;
  box-shadow: 0 5px 16px rgba(8, 15, 52, .06);
}

.accordion-item-title---brix {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-5 {
  flex-flow: column;
  display: flex;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.confirmation {
  margin-top: 35px;
}

.text-span-2 {
  color: var(--accent);
}

.slide {
  height: auto;
  padding-bottom: 30px;
}

.faq {
  text-align: center;
}

.slide-2 {
  height: auto;
  padding-bottom: 50px;
}

.slide-3, .slide-4, .slide-5 {
  padding-bottom: 30px;
}

.image-testimonials {
  border-radius: 200px;
  margin-top: 21px;
}

.email-link {
  color: var(--primary);
  font-style: normal;
  font-weight: 400;
}

.heading-24 {
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .menu-button {
    align-items: center;
    display: block;
  }

  .nav-menu {
    align-items: center;
    display: flex;
  }

  .hero-section {
    opacity: 1;
  }

  .button.cookies {
    height: auto;
  }

  .steps.testimonials {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-description.exp {
    text-align: center;
    width: auto;
  }

  .reason {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    padding-top: 30px;
  }

  .experience {
    flex-flow: column;
    display: flex;
  }

  .header-experience {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .header-experience-small {
    margin-top: 5px;
    margin-left: 0;
  }

  .columns {
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    box-shadow: none;
    width: 29%;
    height: 72%;
    margin-right: 108px;
  }

  .menu {
    align-items: center;
  }

  .columns-3 {
    width: auto;
  }

  .firebased-content {
    min-height: auto;
  }

  .welcome {
    color: var(--primary);
    font-family: Poppins, sans-serif;
  }

  .body-4 {
    flex-direction: column;
    display: flex;
  }

  .signup {
    display: none;
  }

  .cookie-banner {
    z-index: auto;
    max-height: none;
  }

  .arrow-heading {
    display: flex;
  }

  .image-15 {
    margin-top: -97px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 593px;
    position: absolute;
  }

  .link-10 {
    color: #6d6b6c;
    margin-top: 0;
    margin-left: 17px;
    padding-left: 0;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
  }

  .div-block-5 {
    justify-content: flex-start;
    display: flex;
  }

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

  .accordion-paragraph---brix {
    font-size: 16px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 96%;
  }

  .faq {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    text-align: center;
    -webkit-text-stroke-color: var(--white);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button:lang(en) {
    background-color: #fff;
    text-decoration: none;
    display: block;
  }

  .nav-menu {
    color: var(--primary);
  }

  .nav-menu:lang(en) {
    background-color: var(--white);
  }

  .hero-section {
    width: 90%;
    height: auto;
    padding-left: 10px;
  }

  .container-width-2 {
    width: auto;
    max-width: none;
  }

  .hero-text {
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 38px;
  }

  .button.process {
    margin-left: 143px;
  }

  .button.cookies, .servicii {
    height: auto;
  }

  .grid {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .services.ml-services {
    margin-left: auto;
    margin-right: auto;
  }

  .image-services {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-services.right {
    margin-left: auto;
  }

  .background-colour {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .process-description.background-colour {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps {
    width: 230px;
    height: 250px;
  }

  .steps.testimonials {
    width: 88%;
    height: 641.422px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-description {
    font-size: 15px;
  }

  .steps-description.exp {
    width: auto;
  }

  .steps-description.testimonial {
    width: 70%;
  }

  .heading-3 {
    font-size: 20px;
  }

  .image-4 {
    width: 140px;
  }

  .div-block {
    width: auto;
  }

  .reason {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    width: 170px;
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .testimonials.background-colour {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    height: 100%;
  }

  .footer {
    width: 90%;
  }

  .image-7 {
    width: 51%;
    height: 70%;
    margin-top: -9px;
    margin-right: 10px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .despre-mine {
    border-radius: 18px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .image-8 {
    width: 50%;
    height: auto;
    margin-top: 52px;
    margin-left: 10px;
  }

  .container-width-3 {
    grid-column-gap: 10px;
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   / 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .aici {
    width: 100%;
    height: auto;
  }

  .benefits {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .columns-2 {
    flex-flow: column;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-3 {
    align-self: auto;
    padding-left: 10px;
  }

  .white-line {
    width: 690px;
  }

  .menu {
    -webkit-text-stroke-color: #b91e1e;
  }

  .columns-3 {
    width: auto;
  }

  .image-11 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading-13 {
    font-size: 32px;
  }

  .image-13 {
    height: 83%;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
  }

  .column-5 {
    margin-top: 10px;
  }

  .columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .column-6, .column-7, .content-2, .footer-links, .content-3, .footer-links-2 {
    align-items: center;
  }

  .cookie-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    height: auto;
  }

  .menu-button-2 {
    -webkit-text-stroke-color: var(--white);
  }

  .menu-button-2.w--open {
    background-color: var(--accent);
    -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  }

  .heading-23 {
    width: 40%;
    font-size: 21px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 32px 64px;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .column-10 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 60px;
  }

  .hero-text {
    font-size: 28px;
  }

  .button.process {
    margin-left: 36px;
  }

  .image-2 {
    width: 210px;
    margin-left: 112px;
  }

  .heading-services {
    height: auto;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 33px;
  }

  .grid {
    width: auto;
  }

  .services {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 29px;
  }

  .image-services {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .background-colour {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .process-description.background-colour {
    height: auto;
  }

  .steps {
    width: auto;
    height: auto;
    padding: 15px 66px;
  }

  .steps.testimonials {
    width: 88%;
    height: 633.031px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-description.testimonial {
    width: 100%;
  }

  .heading-2 {
    font-size: 32px;
  }

  .cum-functioneaza {
    height: auto;
  }

  .experience {
    flex-direction: column;
    align-items: center;
    padding: 23px 82px;
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
  }

  .slider {
    width: 100%;
  }

  .footer {
    height: auto;
  }

  .image-7 {
    width: 60%;
    height: 50%;
    margin-top: 7px;
    margin-right: 0;
  }

  .despre-mine {
    margin-top: 10px;
    margin-right: auto;
    padding-bottom: 26px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .image-8 {
    width: 80%;
    max-width: none;
    height: auto;
    margin-top: 20px;
  }

  .container-width-3 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   / 1fr;
  }

  .aici {
    margin-top: 0;
  }

  .benefits {
    width: auto;
    padding-left: 14px;
  }

  .heading-7 {
    font-size: 32px;
  }

  .columns-2 {
    margin-top: 30px;
    padding-left: 23px;
  }

  .column-3 {
    padding-left: 0;
  }

  .heading-8 {
    font-size: 32px;
  }

  .white-line {
    width: 100%;
  }

  .plans {
    width: 80px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .image-11 {
    width: auto;
    height: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-13 {
    margin-bottom: 36px;
  }

  .heading-14 {
    font-size: 32px;
  }

  .image-13 {
    height: 78%;
  }

  .form-text-input {
    color: var(--primary);
  }

  .small-columns {
    flex-direction: column;
    height: auto;
  }

  .column-8, .content-2 {
    flex-direction: row;
    height: auto;
  }

  .footer-links {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-direction: column;
    height: auto;
    margin-top: 16px;
    margin-bottom: 23px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-banner {
    justify-content: flex-start;
    align-items: center;
    width: 96%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 9px;
  }

  .heading-23 {
    font-size: 17px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    width: 95%;
    max-width: 100%;
    padding: 0 32px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: auto;
    height: auto;
  }

  .hero-section {
    padding-top: 40px;
  }

  .hero-text {
    font-size: 26px;
  }

  .button {
    padding: 12px 20px;
    font-size: 15px;
  }

  .button.process {
    margin-left: 0;
  }

  .button.cookies {
    width: auto;
    margin-bottom: 13px;
  }

  .image-2 {
    width: 159px;
  }

  .heading-services {
    margin-bottom: 33px;
    padding-top: 24px;
    font-size: 21px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .services {
    border: 1px rgba(0, 0, 0, .31);
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    padding-left: 13px;
    padding-right: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  }

  .services.ml-services {
    margin-left: 30px;
    margin-right: 30px;
  }

  .services.ml-services.green-bkg {
    background-color: var(--background);
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .services-heading {
    width: auto;
    font-size: 18px;
  }

  .services-heading.accent {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .text-block {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .price {
    width: auto;
  }

  .image-services {
    object-fit: scale-down;
    height: 190px;
    margin-left: auto;
    display: block;
  }

  .image-services.right {
    display: block;
  }

  .background-colour {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .background-colour.mobile {
    display: block;
  }

  .background-colour.white {
    background-color: var(--white);
  }

  .process-description.background-colour {
    padding-bottom: 20px;
  }

  .steps {
    padding-left: 0;
    padding-right: 0;
  }

  .steps.testimonials {
    width: auto;
    height: 670px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-description {
    margin-bottom: 0;
    font-size: 14px;
  }

  .steps-description.exp {
    text-align: center;
  }

  .steps-description.testimonial {
    width: 98%;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading-2 {
    font-size: 21px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .image-4 {
    height: auto;
    padding-left: 0;
    position: relative;
    left: 100px;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  .image-5 {
    width: 100px;
    margin-left: 71px;
  }

  .experience {
    padding-left: 0;
    padding-right: 0;
  }

  .header-experience-small {
    font-size: 18px;
  }

  .heading-5 {
    padding-bottom: 24px;
    font-size: 21px;
  }

  .left-arrow {
    z-index: 0;
  }

  .footer {
    height: auto;
  }

  .image-7 {
    width: 280px;
    height: 330px;
    display: none;
  }

  .despre-mine {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    width: 90%;
    margin-left: 0;
  }

  .container-width-3 {
    width: auto;
  }

  .columns-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .text-block-3 {
    width: 130px;
    font-size: 12px;
  }

  .plans {
    clear: none;
    text-align: right;
    align-self: stretch;
    width: auto;
    margin-left: 0;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    position: static;
  }

  .menu {
    width: 100%;
  }

  .heading-9 {
    font-size: 21px;
  }

  .image-11 {
    height: 190px;
    display: none;
  }

  .image-12 {
    width: 90px;
  }

  .icon {
    z-index: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .heading-14 {
    text-align: center;
  }

  .image-13 {
    height: 120px;
  }

  .heading-15 {
    float: none;
    font-size: 18px;
  }

  .under-info.middle {
    line-height: 22px;
  }

  .plan {
    padding-top: 20px;
  }

  .form-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-columns {
    max-width: none;
  }

  .poppins-h2-40pt-semi-bold {
    font-size: 25px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    width: 100%;
  }

  .small-columns {
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
    font-size: 14px;
  }

  .container-5 {
    font-family: Poppins, sans-serif;
  }

  .heading-21 {
    font-size: 35px;
  }

  .heading-22 {
    font-size: 37px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: center;
    margin-bottom: 17px;
    left: 7px;
    right: auto;
  }

  .button-secondary {
    margin-left: 0;
  }

  .paragraph-4 {
    padding-right: 6px;
  }

  .mask {
    z-index: 0;
  }

  .heading-23 {
    object-fit: fill;
    flex-flow: column;
    width: auto;
    font-size: 16px;
    display: block;
  }

  .image-15 {
    float: none;
    clear: left;
    position: relative;
    left: 100px;
  }

  .accordion-item---brix.tabs-accordion---brix {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 14px;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .accordion-item-wrapper---brix.tabs-accordion---brix {
    padding: 0 24px;
  }

  .accordion-item-title---brix {
    max-width: 70%;
    font-size: 16px;
    font-weight: 600;
  }

  .image-testimonials {
    margin-top: 0;
  }
}

#w-node-_446214e7-9a9f-f07d-4a2c-87b34a3debb8-cbc87fd5 {
  justify-self: end;
}

#w-node-_49b77032-da98-a042-9c51-97ad92a1a94d-cbc87fd5 {
  grid-area: 1 / 1 / 2 / 2;
}

#servicii.w-node-_8896b260-5cfe-ab76-8073-483c1908f3ad-cbc87fd5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b85b9f3-0aa9-a88b-b30b-d14a6d83988d-cbc87fd5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-de2e1f83-5976-b527-04ff-bab9d72cac74-cbc87fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c073ef-d1b4-82ae-b30a-af4233fddae7-cbc87fd5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8da3903f-d6e4-49d2-5f41-66a16b9c5586-cbc87fd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1064bc8-0e02-8c0e-1e41-d112d86605cc-cbc87fd5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_42c3c719-2be1-d1f9-3059-0532f05a8a40-cbc87fd5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_75d5978a-6c37-d582-a042-a1e57a2169bd-cbc87fd9 {
  grid-area: Area;
  align-self: start;
  justify-self: center;
}

#w-node-_3318e648-35bd-f677-25b0-63fa4e340172-cbc87fd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-fa393f2c-a47a-a4c1-03cc-ab6b749d29f1-cbc87fd9 {
  align-self: start;
}

#w-node-_6ba55233-11f0-79aa-7b4b-6d72a31b9f8e-cbc87fd9 {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-f3205673-b8dc-ef19-4cd6-975afc9add1b-cbc87fe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a5c-cbc87fea, #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a5d-cbc87fea, #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a75-cbc87fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8c-cbc87fea {
  justify-self: auto;
}

#w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8e-cbc87fea, #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8f-cbc87fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #servicii.w-node-_8896b260-5cfe-ab76-8073-483c1908f3ad-cbc87fd5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7b85b9f3-0aa9-a88b-b30b-d14a6d83988d-cbc87fd5 {
    grid-row: 4 / 5;
  }

  #w-node-_95c073ef-d1b4-82ae-b30a-af4233fddae7-cbc87fd5 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-d1064bc8-0e02-8c0e-1e41-d112d86605cc-cbc87fd5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_42c3c719-2be1-d1f9-3059-0532f05a8a40-cbc87fd5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3318e648-35bd-f677-25b0-63fa4e340172-cbc87fd9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6ba55233-11f0-79aa-7b4b-6d72a31b9f8e-cbc87fd9 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a5c-cbc87fea {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a5d-cbc87fea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a74-cbc87fea {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8c-cbc87fea {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8e-cbc87fea {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8f-cbc87fea {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49b77032-da98-a042-9c51-97ad92a1a94d-cbc87fd5 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_75d5978a-6c37-d582-a042-a1e57a2169bd-cbc87fd9 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_3318e648-35bd-f677-25b0-63fa4e340172-cbc87fd9 {
    grid-area: Area-2;
  }

  #w-node-_6ba55233-11f0-79aa-7b4b-6d72a31b9f8e-cbc87fd9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a8c-cbc87fea {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e19dce25-c237-a0ab-bbf2-53bbcebb4a5c-cbc87fea {
    justify-self: auto;
  }
}


