:root {
  --scris_albastru: #6c6cff;
  --blue_bg: #0f1048;
  --red: #ff0059;
  --green: #00cf68;
  --yellow: #ffcb00;
  --service_bg: #2b2c5d;
}

.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 {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.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-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
}

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

p {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.navbar-logo-left {
  z-index: 10;
  box-shadow: 2px 2px 20px 1px var(--scris_albastru);
  background-color: #fff;
  font-family: Outfit, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 100;
  width: auto;
  max-width: none;
  background-color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #6c6cff;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 1.4;
  transition: all .4s cubic-bezier(.25, .1, .064, 1.048);
  display: inline-block;
}

.button-primary:hover {
  color: #fff;
  background-color: #5a5ad5;
  transform: scale(1.05);
}

.button-primary:active {
  background-color: var(--blue_bg);
}

.button-primary.btn_sec_con {
  margin: 20px;
}

.button-primary.btn_max_w {
  max-width: 150px;
}

.button-primary.button_up_space {
  z-index: 1;
  color: #333;
  background-color: #fff;
  margin-top: 40px;
  position: relative;
}

.button-primary.button_up_space:hover {
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(255, 255, 255, .2);
}

.button-primary.outline {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #6c6cff;
}

.button-primary.outline:hover {
  border-color: #5a5ad5;
}

.button-primary.dark {
  background-color: var(--blue_bg);
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  margin-left: 0;
}

.body-2 {
  font-family: Outfit, sans-serif;
}

.section {
  height: 70vh;
  background-image: url('../images/hero_bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 4em;
  line-height: 1.5em;
}

.div-block {
  z-index: 1;
  width: 70vw;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20vh;
  display: flex;
  position: relative;
}

.paragraph {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4em;
}

.div-block-2 {
  width: 100%;
}

.text-block {
  font-size: 1.7em;
  line-height: 1.9em;
}

.heading-2 {
  font-weight: 500;
}

.div-block-4 {
  margin-left: 0;
  margin-right: 0;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Outfit, sans-serif;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  line-height: 1.4;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  max-width: 100%;
  min-width: 250px;
  margin-bottom: 0;
  display: none;
}

.footer-form-container {
  display: block;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.section-2 {
  background-image: url('../images/blog_bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  color: #fff;
  background-color: #0f1048;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 2em;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-6 {
  display: flex;
}

.paragraph-2 {
  font-size: 1.2em;
}

.image {
  height: 1.4em;
}

.image.img_sec_con {
  margin: 0 12px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.div_sec_blog {
  max-width: 300px;
  color: #333;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 32px 20px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: -1px -4px 20px -9px #6c6cff;
}

.div_sec_blog:hover {
  box-shadow: -1px -4px 20px -2px #6c6cff;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-weight: 500;
}

.div_sec_blog_info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-4 {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.text-span {
  font-weight: 800;
}

.text-span-2, .text-span-3 {
  font-weight: 700;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.paragraph-3 {
  text-align: left;
  margin-top: 40px;
  font-size: 1.5em;
}

.div-block-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h_sec_about_15 {
  outline-offset: 0px;
  color: rgba(15, 16, 72, .1);
  outline: 3px #fff;
  font-size: 250px;
  font-style: normal;
  text-decoration: none;
}

.div-block-10 {
  font-size: 14px;
  position: relative;
  top: -10em;
  left: 75vw;
}

.section-4 {
  background-color: #0f1048;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-4 {
  color: #fff;
}

.div-block-11 {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.div_sec_serv_half {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: flex;
}

.div-block-13 {
  margin-bottom: 150px;
}

.div_sec_serv_card {
  max-width: 500px;
  border-radius: 20px;
  margin-bottom: 250px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .4s;
  box-shadow: 0 0 20px -10px #6c6cff;
}

.div_sec_serv_card:hover {
  transform: scale(1.02);
}

.div-block-14 {
  max-width: 40vw;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  bottom: 150px;
  overflow: visible;
}

.image-2 {
  width: 80%;
  display: block;
  position: static;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 50%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-6 {
  color: #6c6cff;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-17 {
  max-width: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.div-block-18 {
  margin-left: 10px;
  margin-right: 20px;
}

.paragraph-5 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
}

.image-3 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #333;
  box-shadow: 0 0 20px -7px #6c6cff;
}

.section-5 {
  padding-bottom: 100px;
}

.div-block-19 {
  align-items: center;
  display: flex;
}

.div-block-20 {
  display: flex;
}

.div-block-21 {
  margin-left: 0;
  margin-right: 10px;
}

.div-block-22 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-23 {
  margin-left: 0;
}

.text-field {
  min-height: 200px;
}

.div-block-24 {
  min-width: 600px;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px -7px #6c6cff;
}

.div-block-25 {
  flex-direction: column;
  align-items: center;
  margin: 20px 10px;
  display: flex;
}

.h3_sec_contact {
  font-weight: 500;
}

.div-block-26 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.paragraph-6 {
  color: #333;
  font-size: 1.5em;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.link-block-3.link_block_sec_con {
  color: #000;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.section-6 {
  overflow: hidden;
}

.contact_page, .contabilitate_page {
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 0;
  overflow: visible;
}

.section-7 {
  height: 70vh;
  background-image: url('../images/service_bg.svg');
  background-position: 50% 95%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 20px;
  font-style: normal;
  transition: all .4s;
}

.button:hover {
  background-color: #e6e6fa;
}

.div-block-28 {
  max-width: 500px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.paragraph-7 {
  font-size: 1.2em;
}

.paragraph-8 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.div-block-29 {
  height: 0;
  transition: opacity .2s;
  display: flex;
}

.heading-7 {
  text-align: center;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  font-size: 54px;
  line-height: 1.2;
}

.section-8 {
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.div_icon_holder {
  height: auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div_text_holder {
  max-width: 500px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  font-family: Outfit, sans-serif;
  display: flex;
}

.div_text_holder.blue_shadow {
  padding: 10px;
  transition: all .35s;
  box-shadow: 1px 1px 15px rgba(108, 108, 255, .5);
}

.div_text_holder.blue_shadow:hover {
  transform: scale(1.05);
}

.grid-6 {
  grid-column-gap: 100px;
  justify-content: space-between;
  justify-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8 {
  color: #333;
  align-self: stretch;
  margin-bottom: 30px;
  font-weight: 500;
}

.heading-8.blue_heading {
  color: #6c6cff;
  line-height: 1.4;
}

.paragraph-9 {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4;
}

.image-4 {
  width: 50%;
}

.div-block-30 {
  justify-content: center;
  display: flex;
}

.image-5 {
  width: 50%;
  align-self: center;
}

.section-9 {
  min-height: 300px;
  background-color: #f5f6f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  display: flex;
  position: relative;
}

.heading-9 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}

.section_price {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section_price.section_price_audit {
  display: none;
}

.grip_packages {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-self: center;
  align-items: stretch;
  justify-items: stretch;
  margin: 60px 40px;
  padding-bottom: 0;
}

.grip_packages.infiintare {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  align-content: space-between;
  justify-content: stretch;
  align-self: center;
  align-items: stretch;
  justify-items: stretch;
}

.div_package_holder {
  max-width: 300px;
  min-height: 300px;
  color: #333;
  border: 1px solid rgba(51, 51, 51, .2);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div_package_holder:hover {
  transform: scale(1.07);
}

.div_package_holder.back_shadow {
  box-shadow: 1px 1px 20px -4px var(--scris_albastru);
}

.div_package_holder.small_height {
  min-height: 200px;
  color: #333;
  justify-content: flex-start;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
}

.div_price {
  margin-left: 0;
}

.div_price.no_margin {
  margin-left: 10px;
}

.div_includes {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.div_includes.no-margin-top {
  margin-top: 0;
}

.div_feature {
  line-height: 1.2;
}

.heading-10 {
  margin-left: 10px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
}

.div-block-31 {
  height: 10px;
  background-color: #00cf68;
  border: 1px #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-block-31.top_yellow {
  background-color: #ffcb00;
}

.div-block-31.top_red {
  background-color: #ff0059;
}

.div-block-31.top_blue {
  background-color: var(--blue_bg);
}

.div-block-31.top_no_color {
  background-color: rgba(0, 0, 0, 0);
}

.heading-11 {
  color: #00cf68;
  margin-left: 10px;
}

.heading-12 {
  color: #ffcb00;
  margin-left: 10px;
}

.heading-13 {
  color: #ff0059;
  margin-left: 10px;
}

.heading-14 {
  color: var(--blue_bg);
  margin-left: 10px;
}

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

.div-block-32 {
  border-left: 4px solid #ff0059;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  line-height: 20px;
}

.paragraph-10 {
  font-style: normal;
  font-weight: 500;
}

.heading-16 {
  font-weight: 300;
}

.div-block-33 {
  border-left: 4px solid var(--blue_bg);
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
}

.paragraph-11 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.paragraph-12 {
  border-radius: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.image-6 {
  width: 50%;
}

.steps_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 30px;
}

.image-7 {
  width: 60%;
  align-self: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-8 {
  width: 40%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  max-width: 300px;
  border: 2px solid var(--red);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-34.first {
  max-width: 300px;
  min-height: 300px;
  justify-content: space-between;
  align-items: center;
}

.div-block-34.second {
  max-width: 300px;
  min-height: 300px;
  border-color: var(--green);
  justify-content: space-between;
}

.div-block-34.third {
  height: 300px;
  max-width: 300px;
  border-color: var(--yellow);
  justify-content: space-between;
}

.div-block-35 {
  width: 50px;
  height: 50px;
  background-color: var(--green);
  border-radius: 50%;
  position: relative;
  top: 30px;
  left: auto;
  right: auto;
}

.div-block-35.first {
  background-color: var(--red);
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.div-block-35.third {
  background-color: #ffcb00;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}

.paragraph-13 {
  text-align: center;
  margin: 20px 5px 0;
  font-size: 1.2em;
  line-height: 1.4;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-19 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.about_us_page {
  margin-bottom: 0;
  display: block;
}

.section-11 {
  min-height: 75vh;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Frame-6.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-21 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1.4em;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.div-block-37 {
  max-width: 500px;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
  display: flex;
}

.text-span-6 {
  font-size: 2.5em;
  font-weight: 600;
}

.div-block-38 {
  background-color: var(--blue_bg);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-39 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.infiintare_page, .audit_page, .personal_page {
  display: block;
}

.image-9 {
  position: static;
  top: 50%;
}

.heading-23 {
  z-index: 100;
  color: var(--blue_bg);
  position: relative;
  left: 50%;
  right: 50%;
}

.div-block-40 {
  height: 90%;
  background-image: url('../images/Group-26safari_bg.svg');
  background-position: 0 0;
  background-size: contain;
  flex: 1;
  margin-left: 0;
  margin-right: 20px;
}

.section_steps {
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.blog_page {
  display: block;
}

.section-12 {
  height: 70vh;
  background-color: var(--blue_bg);
  color: #fff;
  background-image: url('../images/Group-29blog_bg.svg');
  background-position: 100% 100%;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  background-color: #fff;
}

.heading-24 {
  z-index: 10;
  flex: 0 auto;
  align-self: center;
  position: relative;
  top: 0%;
}

.image-10 {
  width: 70vw;
  position: relative;
  top: 60px;
  left: auto;
  right: auto;
}

.paragraph-14 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.rich-text-block {
  margin: 40px;
}

.div-floating-telephone {
  flex-direction: column;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 10px;
  left: 10px;
  right: auto;
}

.image-11 {
  width: 40px;
  transition: all .3s;
}

.image-11:hover {
  transform: scale(1.1);
}

.div-block-42 {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.tab-link-tab-1 {
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  border-left: 2px solid var(--green);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tab-link-tab-1.w--current {
  border-style: solid solid none;
  border-width: 2px 2px 1px;
  border-color: var(--green) var(--green) black;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  transition: all .3s;
  transform: translate(0, -10px);
}

.tab-link-tab-2 {
  border-top: 2px solid var(--yellow);
  border-right: 2px solid var(--yellow);
  border-left: 2px solid var(--yellow);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all .3s;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
  transform: translate(0, -10px);
}

.tab-link-tab-3 {
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-left: 2px solid var(--red);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-block-43 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.paragraph-15 {
  text-decoration: underline;
}

.link-block-4 {
  color: #333;
  text-decoration: none;
}

.tabs-content {
  font-size: 1.2em;
  line-height: 1.4em;
}

.div-block-44 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-45 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 1.4em;
  display: flex;
}

.image-12 {
  height: 100%;
}

.paragraph-16 {
  margin-bottom: 0;
  margin-left: 10px;
}

.paragraph-17 {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1.2;
}

.paragraph-18 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 10px;
}

.paragraph-19, .paragraph-20 {
  margin-bottom: 0;
  margin-left: 10px;
}

.grid-8 {
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.2fr;
  margin-bottom: 0;
  padding-left: 0;
  transition: opacity .2s;
}

.grid-9 {
  width: 100%;
}

.heading-26 {
  font-weight: 500;
}

.heading-27 {
  font-weight: 400;
}

.div-block-47 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  font-size: 1.2em;
  line-height: 1.4em;
}

.div-block-48 {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 500;
}

.heading-28 {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.grid-10 {
  grid-template-rows: auto auto;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-49 {
  color: #333;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.div-block-50 {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.grid-11 {
  grid-template-rows: auto;
  margin: 50px 20px;
}

.text-span-7 {
  font-weight: 700;
}

.section-15 {
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-8 {
  color: var(--scris_albastru);
}

.div-block-51 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-52 {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-53 {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-29 {
  display: none;
}

.div-block-54 {
  flex: 1;
}

.textarea {
  min-height: 100px;
}

.tab-link-tab-3-2 {
  background-color: rgba(0, 0, 0, 0);
}

.heading-31 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-32 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 400;
}

.heading-33, .heading-34 {
  font-weight: 400;
}

.text-block-3 {
  font-size: 14px;
  line-height: 20px;
}

.image-15 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 1%;
}

.link-block-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.link_block_down_right {
  background-color: var(--green);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.link_block_down_right.language.hide {
  display: none;
}

.image-16 {
  width: 30px;
  margin-right: 10px;
}

.form-block {
  display: block;
}

.div-block-55 {
  background-color: #fff;
  position: relative;
  bottom: 80px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-56 {
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.image-17, .image-18, .image-19 {
  width: 150px;
  height: 150px;
}

.phone_swiper {
  display: none;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: center;
  display: flex;
}

.swiper-slide {
  width: 100%;
  flex: none;
  justify-content: center;
  display: flex;
}

.heading-37 {
  color: #fff;
  justify-content: center;
  display: flex;
}

.text-span-9, .text-span-10, .text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  color: var(--scris_albastru);
}

.body-3 {
  font-family: Outfit, sans-serif;
}

.tabs {
  margin-top: 60px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-span-14 {
  color: var(--yellow);
  font-size: 30px;
  text-decoration: line-through;
}

.paragraph-25 {
  color: #fff;
}

.paragraph-28 {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em;
}

.paragraph-29 {
  margin-left: 10px;
  margin-right: 10px;
}

.text-span-15 {
  color: var(--scris_albastru);
}

.faq-icon {
  margin-right: 20px;
}

.faq-answer {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.heading-1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

.heading-1.bottom-margin-20 {
  color: #333;
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
}

.heading-1.bottom-margin-20._333 {
  color: #333;
}

.faq-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Outfit, sans-serif;
}

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

.faq-grid.margin-top {
  margin-top: 60px;
}

.section-title {
  max-width: 530px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-heading {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  padding: 30px;
  display: flex;
}

.faq-wrap {
  background-color: var(--blue_bg);
  border-radius: 16px;
}

.container-3 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-4 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-4.bottom-margin-30 {
  color: #fff;
  margin-bottom: 30px;
}

.section-16 {
  padding: 20px;
}

.item-meniu {
  align-items: center;
  display: flex;
}

.body-5, .body-6 {
  font-family: Outfit, sans-serif;
}

.text-span-16 {
  color: red;
  text-decoration: line-through;
}

.faqheading {
  color: #333;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.section-title-2 {
  max-width: 530px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-section-2 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.faq-wrap-2 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border-radius: 16px;
}

.faq-wrap-2:focus {
  background-color: #f3f3f3;
}

.faqparagraph {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.faqparagraph.bottom-margin-30 {
  color: #333;
  margin-bottom: 30px;
}

.faqparagraph._333 {
  color: #333;
}

.in-tabs-image {
  z-index: 5;
  min-height: 350px;
  background-image: url('../images/guy-in-suit.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.tabs-menu-01 {
  border-right: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.tab-link-01 {
  opacity: .75;
  white-space: nowrap;
  background-color: #fff;
  border-right: 5px solid #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  border-right-color: var(--blue_bg);
  opacity: 1;
  color: var(--blue_bg);
  background-color: #fff;
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.border-effect {
  z-index: 1;
  background-color: #fff;
  border: 5px solid #3b2ae5;
  position: absolute;
  top: -20px;
  bottom: 15px;
  left: 15px;
  right: -20px;
}

.border-effect.no-fill {
  border-color: var(--blue_bg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

.tabs-01 {
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.content-section-inner-01 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs-section-01 {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tabs-content-01 {
  padding: 40px;
}

.paragraph-30 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.section-title-3 {
  color: var(--blue_bg);
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.macbook-screen {
  width: 76%;
  height: 86%;
  background-image: url('../images/Frame-7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-17 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 50px 5% 100px;
  display: flex;
}

.section-17.hide {
  display: none;
}

.section-17.acasa_blog {
  padding-bottom: 50px;
}

.section-17.second-color {
  background-color: #f2f3ff;
}

.grid_2-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.grid_2-1.gap-75 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.grid_2-1.gap-75.conta-benefit {
  grid-template-columns: 1fr;
}

.grid_2-1.align-center {
  align-items: center;
  justify-items: center;
}

.macbook-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
}

.h2.center {
  color: #333;
  text-align: center;
}

.h2.center.white {
  color: #fff;
}

.h2.center.margin-top-bottom {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h2.centered {
  text-align: center;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.container-4 {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 20px;
}

.container-4.flex-center.vertical {
  flex-direction: column;
  justify-content: center;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.paragraph-31 {
  opacity: .9;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.button-3 {
  height: 50px;
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.outline {
  color: #434de7;
  background-color: #fff;
  border: 2px solid #434de7;
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-3.outline:hover {
  color: #000;
  border-color: #000;
}

.grid_2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icon {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon.dark {
  color: #000;
}

.card-small {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.card-small:hover {
  transform: scale(1.05);
}

.h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.h3.white {
  color: #fff;
}

.h3.white.margin-bottom-100, .h3.white.margin-bottom-30 {
  margin-bottom: 30px;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.image-21 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.cta-image {
  max-height: 500px;
  border-radius: 10px;
  box-shadow: 21px 21px 30px -10px rgba(29, 1, 80, .1);
}

.cta-image.max-400-height {
  max-height: 400px;
}

.image-22 {
  border-radius: 20px;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header {
  min-height: 490px;
  background-color: var(--blue_bg);
  background-image: url('../images/1-11.svg'), url('../images/2-12.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.navigation-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.bar-big {
  width: 220px;
  height: 5px;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  margin-top: 32px;
}

.bar-small {
  width: 180px;
  height: 5px;
  background-image: linear-gradient(to right, var(--red), var(--green));
  border-radius: 100px;
}

.navigation-container-full {
  width: 100%;
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  max-width: 650px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.featured-block {
  margin-top: 10px;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.seach-bar {
  height: 60px;
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.content-section {
  padding: 132px 3%;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.title-medium {
  color: #5c4ebd;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.container-5 {
  width: 100%;
  height: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.image-23 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
}

.blog-grid.author {
  grid-template-columns: .4fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: rgba(255, 255, 255, .5);
}

.categories-block {
  margin-top: 40px;
}

.search-icon {
  position: absolute;
  top: 22px;
  bottom: 0%;
  left: 22px;
  right: 0%;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-button {
  width: 60px;
  height: 100%;
  background-color: var(--blue_bg);
  border-radius: 15px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .16);
}

.text-field-4 {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.search {
  position: relative;
}

.blog-image {
  width: 100%;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.title-small-2.white {
  color: #fff;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.subscription {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.header-blog {
  min-height: 745px;
  background-color: var(--blue_bg);
  background-image: url('../images/2-12.svg'), url('../images/1-11.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 162px 3% 220px;
  display: flex;
}

.header-blog.author {
  background-color: rgba(0, 0, 0, 0);
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, .06);
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.subscription-2 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
}

.card-image {
  border-radius: 0;
  margin-bottom: 0;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  transition: all .2s;
}

.social-icon:hover {
  color: #434de7;
}

.grid_1-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.h3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.h2-3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.card-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.card {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.wrap_content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap_content-center.mw-800 {
  max-width: 800px;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.paragraph-32 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.tabs-content-2 {
  padding-top: 40px;
  overflow: visible;
}

.load-bar-base {
  height: 2px;
  max-width: 220px;
  background-color: #f2f3ff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab_wrap-center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-button {
  width: 220px;
  opacity: .7;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.h2-4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.tabs-menu-2 {
  max-width: 960px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-grid {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  justify-items: center;
}

.load-bar {
  width: 0%;
  height: 2px;
  background-color: var(--yellow);
  border-radius: 0;
}

.load-bar.red {
  background-color: var(--red);
}

.load-bar.green {
  background-color: var(--green);
}

.tab-panel {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.custom-code {
  display: none;
}

.h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.h4.extra-padding-bottom {
  margin-bottom: 20px;
}

.text-wrap_horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.screen-wrapper {
  width: 89%;
  height: 87.5%;
  background-image: url('../images/Group-52.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.iphone-wrap {
  width: 300px;
  height: 650px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.card-small-2 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 20px;
}

.iphone-frame {
  height: auto;
  position: absolute;
}

.link-3 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
}

.link-3.paragraph {
  color: var(--blue_bg);
}

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

.flex-center.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.h2-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.grid_1-3 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-small-3 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 20px;
}

.image-24 {
  max-height: 500px;
  border-radius: 20px;
}

.section-18 {
  justify-content: center;
  display: flex;
}

.text-blue {
  color: var(--scris_albastru);
}

.spacer-5 {
  width: 100%;
  height: 5px;
}

.card-small-4 {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 20px 30px -15px rgba(29, 1, 80, .1);
}

.card-small-4.no-borders {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  border-style: none;
  border-color: #b7bbd1;
}

.h2-6 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.grid_3-1 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
  display: grid;
}

.slider-arrow---brix {
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: #4a3aff;
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px rgba(12, 4, 102, .2);
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px rgba(12, 4, 102, .1);
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  max-height: 56px;
  min-height: 56px;
  min-width: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: rgba(15, 16, 72, .9);
  left: auto;
}

.slider-arrow---brix.small---brix.right---brix:hover {
  color: #fff;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: rgba(15, 16, 72, .9);
  display: none;
  right: auto;
}

.slider-arrow---brix.small---brix.left---brix:hover, .slider-arrow---brix.small---brix.left---brix:active {
  color: #fff;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  margin-bottom: 13px;
}

.title.avatar-name-v1---brix, .title.testimonial---brix {
  margin-bottom: 0;
}

.slider---brix {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.display-none {
  display: none;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(8, 15, 52, .04);
}

.card---brix.testimonial-v1---brix {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
}

.card---brix.testimonial-v1---brix.hide {
  display: none;
}

.container-default---brix {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7fb;
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px rgba(36, 39, 41, .1);
}

.section-19 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-19.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 28px;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.heading-39 {
  font-size: 28px;
  font-weight: 400;
}

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  align-content: stretch;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
}

.social-media-grid-top.right {
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.tablet-left.author {
  grid-template-columns: 30px;
  justify-items: start;
}

.flex-growth {
  flex: 1;
}

.title-uppercase {
  color: var(--blue_bg);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.top-avatar {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical.author {
  flex-direction: column;
  align-items: flex-start;
}

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

.social-icon-circle-2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f3f1ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.social-icon-circle-2:hover {
  transform: translate(0, -4px);
}

.mg-bottom-mobile-16px {
  color: #000;
  text-decoration: none;
}

.heading-size-2 {
  font-size: 34px;
  line-height: 46px;
}

.heading-size-2.mg-bottom-8px {
  margin-bottom: 8px;
}

.card-v3---padding {
  padding: 80px 50px;
}

.card-v3---padding.flex-horizontal.space-between-center {
  justify-content: space-between;
  align-items: center;
}

.card-v3---padding.flex-horizontal.space-between-center.tablet-vertical.author {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.mg-bottom-0 {
  margin-top: 10px;
  margin-bottom: 0;
}

.card-author---brix {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
}

.author-image-circle---brix {
  max-width: 200px;
  border-radius: 20px;
  margin-right: 48px;
}

.author-image-rectangle---brix {
  width: 58%;
  background-image: url('../images/placeholder-author-bio-image-v1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f3f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

.social-icon-square:hover {
  transform: translate(0, -4px);
}

.right-content-v1---brix {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 50px 80px 55px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-primary.mg-bottom-16px {
  margin-bottom: 16px;
}

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

.card-author---brix-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 4px 4px 14px rgba(8, 15, 52, .04);
}

.mg-bottom-32ps {
  margin-bottom: 32px;
}

.section-20 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-uppercase-2 {
  color: var(--blue_bg);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

.mg-bottom-mobile-16px-2 {
  margin-bottom: 10px;
}

.author-image-circle---brix-2 {
  max-width: 250px;
  border-radius: 20px;
  margin-right: 48px;
}

.embedded_hide {
  display: none;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-13 {
  grid-template-rows: auto;
}

.section-21 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.form-2 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.text-field-5 {
  border-radius: 20px;
}

.div-block-57 {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  color: var(--scris_albastru);
  text-decoration: none;
}

.h1.blue {
  color: var(--blue_bg);
}

.h1.white {
  color: #fff;
}

.h1.white.center {
  text-align: center;
}

.image-25 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -6%;
}

.infiinteaza-acum {
  opacity: .8;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infiinteaza-acum.conta {
  opacity: .2;
  align-items: center;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.click-here-image {
  max-height: 40px;
}

.no-margin {
  color: var(--blue_bg);
  margin-bottom: 0;
  text-decoration: none;
}

.image-26 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-27 {
  height: 400px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-28 {
  max-height: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -4%;
}

.text-field-6, .text_field_infiintari {
  border-radius: 20px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-5 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.textarea-2 {
  border-radius: 20px;
}

.form-3 {
  max-width: 500px;
}

.div-block-58 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.empty-state {
  background-color: var(--blue_bg);
  border-radius: 20px;
  padding: 30px;
}

.link-block-6 {
  text-decoration: none;
  transition: all .3s;
}

.link-block-6:hover {
  transform: scale(1.05);
}

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

.grid-14 {
  grid-template-rows: auto;
}

.tocitem {
  color: #333;
  text-decoration: none;
}

.tocitem.toc-h2 {
  padding-left: 25px;
}

.tocitem.toc-h3 {
  padding-left: 50px;
}

.fs-toc_link {
  color: #333;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fs-toc_link:hover {
  transform: translate(10px);
}

.fs-toc_link.is-h3 {
  margin-top: 5px;
  padding-left: 20px;
}

.fs-toc_richtext {
  background-color: #111;
  padding: 3rem;
}

.fs-toc_link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link-2.w--current {
  color: #bcfd2e;
}

.fs-toc_link-2.is-h6 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link-2.is-h6.w--current {
  color: #eaffbb;
}

.fs-toc_link-2.is-h3 {
  color: #ccc;
  letter-spacing: .025rem;
  font-size: .875rem;
}

.fs-toc_link-2.is-h3.w--current {
  color: #eaffbb;
}

.fs-toc_link-2.is-h5 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link-2.is-h5.w--current {
  color: #eaffbb;
}

.fs-toc_link-2.is-h4 {
  color: #ccc;
  font-size: .875rem;
}

.fs-toc_link-2.is-h4.w--current {
  color: #eaffbb;
}

.fs-toc_link-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
}

.heading-small {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.fs-toc_label {
  max-width: 25px;
  color: var(--blue_bg);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
}

.fs-toc_example {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-toc_sidebar {
  width: 30%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a1a1a;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem 3rem 2rem 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.fs-toc_h-trigger {
  display: none;
}

.fs-toc_link-wrapper-2 {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper-2.is-h4 {
  border-left: 1px solid #252525;
  padding-left: .75rem;
}

.fs-toc_link-wrapper-2.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #252525;
}

.fs-toc_link-wrapper-2.is-h5, .fs-toc_link-wrapper-2.is-h6, .fs-toc_link-wrapper-2.is-h3 {
  border-left: 1px solid #252525;
  padding-left: .75rem;
}

.capitol {
  font-size: 18px;
}

.paragraph-33 {
  color: var(--scris_albastru);
  text-align: center;
  text-transform: uppercase;
}

.section-22 {
  background-color: rgba(108, 108, 255, .1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-23 {
  padding-top: 50px;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 1.2;
}

.image-tick {
  width: 20px;
}

.paragraph-telephone {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.phone-image {
  width: 30px;
}

.div-flex-horiz {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline_track {
  width: 2px;
  height: 100%;
  background-color: var(--green);
  flex-direction: column;
  align-items: center;
}

.page-padding-m {
  padding: 6em 14.72%;
}

.is-h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.timeline_grid {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_progress-overlay-bottom {
  width: 6px;
  height: 4em;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 47%;
  right: 0%;
}

.timeline_heading-wrap {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.is-txt-small {
  color: var(--scris_albastru);
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.timeline_item {
  grid-row-gap: 1em;
  background-color: #94bac7;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ea4537;
}

.timeline_item.is-1, .timeline_item.is-2, .timeline_item.is-3 {
  box-shadow: 1px 1px 15px 0 var(--scris_albastru);
  background-color: #fff;
}

.timeline_item.is-4 {
  box-shadow: 1px 1px 15px 0 var(--green);
  background-color: #fff;
}

.is-h2 {
  color: #94bac7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.timeline {
  position: relative;
}

.timeline_dot {
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 4px solid var(--blue_bg);
  background-color: var(--red);
  border-radius: 99px;
  position: relative;
}

.timeline_progress-overlay-top {
  z-index: 0;
  width: 6px;
  height: 2em;
  background-image: linear-gradient(#fff, rgba(10, 34, 125, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -2px;
  right: 0%;
}

.timeline_progress {
  z-index: 1;
  width: 3px;
  height: 5%;
  background-color: #ea4537;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.timeline_item-wrap {
  text-decoration: none;
}

.container-7 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.link-no-format {
  color: #333;
  text-decoration: underline;
}

.link-no-format:hover {
  color: #333;
}

.div-block-61 {
  z-index: 0;
  background-color: var(--red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: auto;
  right: 5%;
}

.div-block-61.srl {
  z-index: 0;
  background-color: var(--green);
  bottom: 30%;
  right: 7%;
  transform: rotate(15deg);
}

.div-block-61.sa {
  z-index: 0;
  background-color: var(--yellow);
  bottom: 35%;
  right: 3%;
  transform: rotate(-10deg);
}

.paragraph-pill {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
}

.success-message-2 {
  background-color: #fff;
}

.textarea-3 {
  min-width: 300px;
  border-radius: 20px;
}

.footer-cta {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.link-block-7 {
  color: #333;
  text-decoration: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-29 {
  max-width: 200px;
}

.container-9 {
  padding-top: 10vh;
}

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

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

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.file-holder {
  box-shadow: 0 0 20px -10px var(--scris_albastru);
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
}

.paragraph-34 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.link-block-8 {
  text-decoration: none;
  transition: all .4s;
}

.link-block-8:hover {
  transform: scale(1.04);
}

.div-text-holder {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 20vh;
  left: 2vw;
}

.ground {
  z-index: 4;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 10px);
}

.div-left {
  margin-right: 0;
}

.div-text-holder-middle {
  z-index: 3;
  color: #636060;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  position: relative;
  top: 27vh;
}

.small-moon {
  z-index: 4;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-43 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.4;
}

.background {
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-24 {
  z-index: 2;
  min-height: 100vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.center-moon {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.2);
}

.section-25 {
  min-height: 100vh;
  background-color: #000;
  transform: translate(0, -10px);
}

.image-30 {
  position: absolute;
  top: 30px;
  bottom: -150%;
  left: 937px;
  right: 0%;
}

.html-embed {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div_feature {
    font-size: 18px;
  }

  .div-text-holder-middle {
    justify-content: center;
  }

  .heading-43 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.4;
  }

  .paragraph-35 {
    font-size: 16px;
  }

  .center-moon {
    position: absolute;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero-image, .card {
    box-shadow: 0 0 20px -10px var(--scris_albastru);
  }

  .container-6 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    max-width: none;
  }

  .nav-menu-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-icon {
    margin-bottom: auto;
  }

  .button-primary {
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .button-primary.btn_max_w {
    justify-content: center;
  }

  .button-primary.button_up_space, .button-primary.dark {
    margin-right: auto;
  }

  .section {
    background-position: 70% 100%;
  }

  .paragraph {
    font-size: 1.6em;
    line-height: 1.8em;
  }

  .footer-light {
    border-top: 1px solid #e4ebf3;
  }

  .footer-title {
    font-size: 3em;
  }

  .footer-link-two {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-link-two.w--current {
    margin-bottom: 20px;
  }

  .footer-copyright {
    font-size: 2em;
    line-height: 1.6em;
  }

  .footer-social-block-two {
    margin-right: 60px;
  }

  .text-block-2 {
    font-size: 4em;
  }

  .div-block-6 {
    font-size: 1.8em;
  }

  .grid-2 {
    margin-top: 100px;
  }

  .div_sec_blog {
    max-width: 500px;
    color: #333;
    text-decoration: none;
  }

  .div_sec_blog_info {
    flex: 1;
    line-height: 2.5em;
  }

  .heading-4 {
    font-size: 64px;
  }

  .div-block-9 {
    align-items: flex-start;
  }

  .div_sec_serv_card {
    max-width: 700px;
  }

  .div-block-14 {
    max-width: none;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 140px;
  }

  .section-5 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .div-block-21 {
    min-width: 44%;
  }

  .div-block-24 {
    min-width: 800px;
  }

  .h3_sec_contact {
    font-size: 3em;
  }

  .paragraph-6 {
    font-size: 2em;
    line-height: 1.6em;
  }

  .grid-4 {
    justify-items: center;
  }

  .contact_page, .contabilitate_page {
    display: block;
  }

  .div-block-28 {
    max-width: none;
  }

  .paragraph-8 {
    font-size: 2em;
  }

  .heading-7 {
    font-size: 6em;
  }

  .div_text_holder {
    max-width: 700px;
  }

  .grid-6 {
    width: 100%;
    align-items: center;
    justify-items: center;
  }

  .heading-8 {
    font-size: 2.5em;
    font-weight: 700;
  }

  .section-9 {
    padding-bottom: 20px;
  }

  .heading-9 {
    font-size: 4em;
    line-height: 1.6em;
  }

  .div_package_holder {
    max-width: 300px;
  }

  .div_price.no_margin {
    margin-right: 10px;
  }

  .div_includes {
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading-11, .heading-12, .heading-13, .heading-14 {
    font-size: 3.5em;
  }

  .heading-15 {
    font-size: 5em;
  }

  .div-block-32 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-12 {
    font-size: 2em;
    line-height: 1.6em;
  }

  .section-10 {
    align-items: stretch;
  }

  .div-block-34.first {
    height: auto;
    max-height: none;
    max-width: 450px;
  }

  .div-block-34.second, .div-block-34.third {
    height: auto;
    max-width: 450px;
  }

  .heading-17 {
    line-height: 36px;
  }

  .about_us_page {
    display: block;
  }

  .heading-21 {
    font-size: 5em;
  }

  .grid-7 {
    width: 100%;
    justify-items: center;
  }

  .div-block-37 {
    max-width: 750px;
    font-size: 2em;
  }

  .heading-22 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 4em;
  }

  .div-block-39 {
    justify-content: space-around;
  }

  .infiintare_page, .audit_page, .personal_page {
    display: block;
  }

  .paragraph-14 {
    font-size: 2em;
  }

  .div-floating-telephone {
    margin-bottom: 30px;
  }

  .image-11 {
    width: 60px;
  }

  .div-block-43 {
    line-height: 1.4;
  }

  .div-block-44 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-45 {
    font-size: 2.3em;
  }

  .grid-8 {
    justify-items: center;
    margin-top: 0;
  }

  .heading-25, .heading-30 {
    font-size: 5em;
  }

  .textarea, .heading-31 {
    font-size: 2em;
  }

  .text-block-3 {
    color: #1a1b1f;
  }

  .paragraph-22 {
    font-size: 2em;
    line-height: 1.6em;
  }

  .image-13 {
    min-width: 70px;
  }

  .heading-35 {
    font-size: 5em;
  }

  .paragraph-23 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.6em;
  }

  .heading-36 {
    font-size: 2.5em;
  }

  .field-label {
    font-size: 3em;
    font-weight: 500;
    line-height: 1.6em;
  }

  .text-field-3 {
    min-height: 60px;
  }

  .paragraph-24 {
    margin-top: 10px;
  }

  .tabs-menu {
    font-size: 2em;
  }

  .image-15 {
    width: 350px;
  }

  .image-16 {
    width: 40px;
  }

  .heading-37 {
    font-size: 5em;
  }

  .heading_blog {
    font-size: 70px;
    line-height: 60px;
  }

  .paragraph-26, .paragraph-27 {
    font-size: 2em;
    line-height: 1.6em;
  }

  .heading-1.bottom-margin-20 {
    font-size: 70px;
  }

  .section-title {
    max-width: 1000px;
  }

  .faq-heading, .body-4 {
    font-size: 30px;
  }

  .card {
    box-shadow: 0 0 20px -10px var(--scris_albastru);
    background-color: #fff;
  }

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

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    display: block;
    overflow: visible;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0);
    top: 90px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    background-color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .section {
    background-attachment: scroll;
    display: flex;
    overflow: visible;
  }

  .footer-light {
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section-2 {
    background-position: 50% 100%;
    overflow: visible;
  }

  .section-3 {
    overflow: visible;
  }

  .grid-2 {
    border-bottom: 1px solid var(--blue_bg);
  }

  .div_sec_blog {
    text-decoration: none;
  }

  .div_sec_blog_info {
    color: #333;
    flex: 1;
    margin: 10px;
  }

  .section-4 {
    overflow: visible;
  }

  .div_sec_serv_half {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_sec_serv_card {
    min-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 80%;
  }

  .div-block-16 {
    border-right: 1px #000;
  }

  .section-5 {
    background-position: 50% 100%;
    border-right-width: 1px;
    border-right-color: #fff;
    overflow: visible;
  }

  .div-block-20 {
    justify-content: space-between;
  }

  .div-block-21 {
    width: 250px;
    margin-right: 0;
  }

  .div-block-22 {
    width: 250px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .contact_page, .contabilitate_page {
    overflow: visible;
  }

  .grid-6 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
  }

  .grip_packages {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grip_packages.infiintare {
    grid-template-rows: auto;
  }

  .div_package_holder {
    min-height: 0;
  }

  .about_us_page {
    overflow: visible;
  }

  .heading-21 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .infiintare_page {
    overflow: visible;
  }

  .audit_page {
    overflow: hidden;
  }

  .div-block-45 {
    margin-top: 60px;
  }

  .grid-8 {
    padding-bottom: 50px;
  }

  .div-block-48, .grid-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-15 {
    bottom: 10%;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .lottie-animation {
    width: 40px;
  }

  .utility-page-wrap {
    background-color: var(--blue_bg);
  }

  .utility-page-content {
    width: 600px;
    color: #fff;
    justify-content: center;
    align-items: center;
  }

  .link {
    color: #fff;
    text-decoration: none;
  }

  .text-span-13 {
    text-decoration: none;
  }

  .text-block-4 {
    color: #fff;
    margin-top: 60px;
    font-size: 30px;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .heading-38 {
    font-size: 45px;
  }

  .faq-grid {
    grid-row-gap: 30px;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .border-effect {
    display: none;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-17.small-top-margin {
    padding-top: 20px;
  }

  .grid_2-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid_2-1.tablet-reverse {
    flex-direction: column-reverse;
  }

  .macbook-wrapper {
    order: -1;
  }

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

  .menu-button-2 {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .header {
    background-image: url('../images/BG-Shape-01.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .blog-grid.author {
    grid-template-columns: 1fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .grid_1-4 {
    grid-template-columns: 1fr 1fr;
  }

  .tab_wrap-center {
    padding: 20px 10px;
  }

  .tab-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cloneable-container-default {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .card-v3---padding.flex-horizontal.space-between-center.tablet-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-image-circle---brix, .author-image-circle---brix-2 {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .section-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-28 {
    display: none;
  }

  .fs-toc_richtext {
    padding: 1.5rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .fs-toc_example {
    flex-direction: column;
  }

  .fs-toc_sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-8 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--blue_bg);
    color: #fff;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .ground {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .small-moon {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .background {
    position: absolute;
  }

  .section-24 {
    min-height: 100vh;
    background-color: #090909;
  }

  .center-moon {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: scale(2);
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section-2 {
    background-position: 50% 0;
    background-size: cover;
  }

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

  .div-block-10 {
    left: 60vw;
  }

  .div_sec_serv_half {
    flex-direction: row;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-12 {
    margin-top: 40px;
  }

  .div_sec_serv_card {
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-14 {
    margin-top: 40px;
  }

  .image-2 {
    width: 100%;
  }

  .div-block-18 {
    margin-bottom: 40px;
  }

  .section-5 {
    background-position: 50% 90%;
    background-size: cover;
  }

  .div-block-20 {
    justify-content: space-between;
  }

  .div-block-24 {
    min-width: 0;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-bottom: 60px;
  }

  .div_text_holder {
    max-width: 600px;
  }

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

  .grip_packages {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grip_packages.infiintare {
    grid-template-columns: 1fr 1fr;
  }

  .steps_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 80%;
  }

  .image-8 {
    width: 60%;
  }

  .grid-8 {
    grid-template-columns: 1.5fr;
  }

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

  .grid-11 {
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-15 {
    filter: blur(2px);
    display: none;
    top: 25%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-20 {
    width: 200px;
  }

  .paragraph-25 {
    display: none;
  }

  .faq-heading, .faqheading {
    line-height: 1.4;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

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

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

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

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .grid_1-3 {
    grid-template-columns: 1fr;
  }

  .slider-arrow---brix {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .social-media-grid-top.right.tablet-left {
    justify-content: start;
    justify-items: start;
  }

  .flex-growth.tablet-100 {
    width: 100%;
  }

  .flex-horizontal.top-avatar.mg-bottom-16px.mobile-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-horizontal.space-between.mobile-vertical {
    flex-direction: column;
  }

  .mg-bottom-mobile-16px {
    margin-bottom: 16px;
  }

  .heading-size-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .card-v3---padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .author-image-rectangle---brix {
    width: 100%;
    min-height: 470px;
  }

  .right-content-v1---brix {
    padding: 60px 30px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-mobile-16px-2 {
    margin-bottom: 16px;
  }

  .h1.white {
    text-align: center;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-template-columns: 5em 1fr;
  }

  .timeline_progress-overlay-bottom {
    height: 4em;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .timeline_dot {
    width: 20px;
    height: 20px;
  }

  .timeline_progress {
    top: 0%;
    bottom: auto;
    left: 2.5em;
    right: auto;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-text-holder {
    align-items: center;
  }

  .ground {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .background {
    transform: scale3d(1none, 1none, 1none);
  }

  .section-24 {
    overflow: hidden;
  }

  .center-moon {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    margin-top: 0;
  }

  .button-primary.button_up_space {
    z-index: 1;
    position: relative;
  }

  .heading {
    font-size: 3.5em;
  }

  .div-block {
    width: auto;
    text-align: center;
  }

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

  .div-block-3 {
    display: block;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    align-items: center;
    margin-top: 40px;
  }

  .footer-title {
    text-align: center;
    font-weight: 700;
    display: block;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .section-2 {
    height: auto;
    background-image: url('../images/online_bg.svg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-6 {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image.img_sec_con.no_margin {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    border-bottom-width: 0;
    grid-template-columns: 1fr;
    display: block;
  }

  .div_sec_blog {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .div-block-8 {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .div-block-9 {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .h_sec_about_15 {
    margin-left: -90px;
    font-size: 200px;
  }

  .div-block-10 {
    top: -15em;
    left: 85vw;
  }

  .div_sec_serv_half {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .div_sec_serv_card {
    min-width: auto;
    margin-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .div-block-15 {
    margin-top: 60px;
  }

  .div-block-17, .div-block-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-21 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-4 {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .section-8 {
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .div_text_holder {
    max-width: none;
    margin-bottom: 50px;
  }

  .grid-6 {
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-8.blue_heading {
    text-align: left;
    font-size: 24px;
  }

  .paragraph-9 {
    text-align: left;
  }

  .div-block-30 {
    flex: 1;
    align-self: center;
  }

  .heading-9 {
    text-align: center;
    font-size: 30px;
  }

  .grip_packages {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grip_packages.infiintare {
    grid-template-columns: 1fr;
  }

  .div_package_holder {
    max-width: 400px;
  }

  .div_includes {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .heading-15 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
  }

  .div-block-32 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-33 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
  }

  .div-block-34.first, .div-block-34.second, .div-block-34.third {
    height: auto;
  }

  .heading-21 {
    text-align: center;
    justify-content: center;
  }

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

  .heading-22 {
    text-align: center;
    margin-bottom: 15px;
  }

  .section_steps {
    text-align: center;
  }

  .section-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .rich-text-block {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-floating-telephone {
    margin-bottom: 0;
    top: auto;
  }

  .div-block-42 {
    text-align: center;
  }

  .tab-link-tab-1.w--current {
    transform: scale(1.03);
  }

  .tab-link-tab-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
  }

  .tab-link-tab-2.w--current {
    background-color: #fff;
    transform: scale(1.03);
  }

  .div-block-45 {
    margin-top: 40px;
  }

  .paragraph-16 {
    text-align: left;
    font-size: 1em;
  }

  .paragraph-17, .paragraph-18, .paragraph-19 {
    font-size: 1em;
  }

  .paragraph-20 {
    text-align: left;
    font-size: 1em;
  }

  .grid-8 {
    padding-bottom: 10px;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    height: 0;
  }

  .div-block-48 {
    margin-bottom: 40px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .heading-29 {
    color: #fff;
    margin-bottom: 40px;
    display: block;
  }

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

  .div-block-54 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-34 {
    align-self: stretch;
  }

  .paragraph-23 {
    text-align: center;
  }

  .image-15 {
    display: none;
  }

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

  .phone_swiper {
    display: block;
  }

  .heading-37 {
    display: none;
  }

  .heading_blog {
    text-align: center;
    align-self: auto;
  }

  .text-span-14 {
    color: var(--yellow);
    margin-left: 10px;
    font-size: 30px;
    text-decoration: line-through;
  }

  .heading-1.bottom-margin-20 {
    font-size: 32px;
  }

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

  .body-4.bottom-margin-30 {
    font-size: 16px;
  }

  .body-5 {
    font-family: Outfit, sans-serif;
  }

  .faqheading {
    font-size: 18px;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-01 {
    flex-direction: column;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .grid_2-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid_2-1.gap-75 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h2 {
    font-size: 24px;
  }

  .grid_2-2 {
    flex-direction: column;
    display: flex;
  }

  .h3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .h2-2 {
    font-size: 30px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .header-blog {
    min-height: 680px;
  }

  .grid_1-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h2-3 {
    font-size: 30px;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .tab_wrap-center {
    padding-bottom: 10px;
  }

  .tab-button {
    text-align: center;
    justify-content: center;
  }

  .h2-4 {
    font-size: 30px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-5, .h2-6 {
    font-size: 30px;
  }

  .grid_3-1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: none;
    min-height: 470px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .container-default---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .author-image-circle---brix {
    max-width: 180px;
  }

  .author-image-rectangle---brix {
    min-height: 400px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-21 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1.white.center {
    font-size: 30px;
    line-height: 1.2;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .timeline_grid {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .timeline {
    overflow: hidden;
  }

  .timeline_dot {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress {
    left: 2em;
  }

  .div-block-61 {
    bottom: 5%;
  }

  .div-block-61.srl {
    z-index: 0;
    bottom: 15%;
  }

  .div-block-61.sa {
    z-index: 0;
    bottom: 23%;
  }

  .grid-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo-left-2 {
    z-index: 10;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
  }

  .container-8 {
    max-width: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .menu-button-3.w--open {
    background-color: var(--blue_bg);
  }

  .image-29 {
    max-width: 150px;
  }

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

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .div-text-holder {
    top: auto;
    left: auto;
  }

  .heading-43 {
    text-align: center;
    font-size: 36px;
  }

  .paragraph-35 {
    font-size: 12px;
  }

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

  .paragraph-36 {
    text-align: center;
  }
}

#w-node-_0ed01051-6f64-4adc-2eeb-8145d573908d-52743803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ed01051-6f64-4adc-2eeb-8145d57390b7-52743803 {
  justify-self: center;
}

#w-node-c2ff723d-4993-182a-0813-d5b5afb86458-52743803, #w-node-c2ff723d-4993-182a-0813-d5b5afb86462-52743803, #w-node-f9dcb87d-954d-2f0a-ec58-07e129ad4559-52743803, #w-node-f9dcb87d-954d-2f0a-ec58-07e129ad4563-52743803, #w-node-f9dcb87d-954d-2f0a-ec58-07e129ad4564-52743803, #w-node-f9dcb87d-954d-2f0a-ec58-07e129ad456c-52743803, #w-node-f9dcb87d-954d-2f0a-ec58-07e129ad4574-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f652-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f655-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f65d-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f668-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f673-52743803, #w-node-a8dd6f2e-f8b4-93e1-d5e1-cafd2655f67e-52743803, #w-node-_26004334-92a0-8514-1b94-60721c65fa70-52743803, #w-node-_33a0c2b0-6901-d8c1-d31c-01e73e8348ae-3e8348ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33a0c2b0-6901-d8c1-d31c-01e73e8348af-3e8348ab {
  align-self: center;
  justify-self: center;
}

#w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a51-0f073b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a58-0f073b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a70-0f073b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_465d51bb-2fb4-0d79-1504-b0c42f017b73-0f073b1e {
  align-self: center;
}

#w-node-_10b8d4fc-6ef0-8390-d987-72db2884f731-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f732-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f734-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f73a-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f740-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f742-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f743-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f744-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f746-0f073b1e, #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f752-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78aa-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78b3-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78b4-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78bc-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78c4-0f073b1e, #w-node-b51b1c99-3b4b-6c84-8759-bfde123a78cc-0f073b1e, #w-node-_6d299a99-0a47-fd34-7901-632dea09bb53-0f073b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d299a99-0a47-fd34-7901-632dea09bb54-0f073b1e {
  align-self: center;
  justify-self: center;
}

#w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37ae0-0f073b1e, #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37aeb-0f073b1e, #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37af6-0f073b1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc8fc-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc903-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc906-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc909-af3f69e6, #w-node-f1277d15-55df-bb12-7a8f-a15848dcc90e-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc913-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc91f-af3f69e6, #w-node-f1277d15-55df-bb12-7a8f-a15848dcc92c-af3f69e6, #w-node-f1277d15-55df-bb12-7a8f-a15848dcc935-af3f69e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c00-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c07-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c24-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c27-1f073cfa, #w-node-_8e957683-ffe9-d4b8-311b-d915ed535c2c-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c31-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e957683-ffe9-d4b8-311b-d915ed535c36-1f073cfa {
  align-self: center;
}

#w-node-_49058fc0-9f25-a13b-dfd9-c5e5507801ff-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780200-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780202-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780208-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e55078020e-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780210-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780211-1f073cfa, #w-node-f29a3dd8-688d-31fe-0b09-d0e457c995c0-1f073cfa, #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780215-1f073cfa, #w-node-efd712bd-7ed0-52f2-cb41-48d54eae1b3d-1f073cfa, #w-node-c69a3dcb-79c9-994d-0e21-f03e1e1adc9c-1f073cfa, #w-node-fe03acbf-97c8-bc30-e692-aad6a56a8d77-1f073cfa, #w-node-fe03acbf-97c8-bc30-e692-aad6a56a8d81-1f073cfa, #w-node-_855643f5-7519-ec24-9f01-de456f9fed57-1f073cfa, #w-node-dbee8759-25e4-1ba8-5101-36a8439dd395-1f073cfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbee8759-25e4-1ba8-5101-36a8439dd396-1f073cfa {
  align-self: center;
  justify-self: center;
}

#w-node-_83b87d87-3938-6f45-d6f0-db13cb63e170-22ff8fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_83b87d87-3938-6f45-d6f0-db13cb63e177-22ff8fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b87d87-3938-6f45-d6f0-db13cb63e17a-22ff8fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_83b87d87-3938-6f45-d6f0-db13cb63e17d-22ff8fe8, #w-node-_83b87d87-3938-6f45-d6f0-db13cb63e182-22ff8fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b87d87-3938-6f45-d6f0-db13cb63e187-22ff8fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_57afca84-c745-ee0e-6ef9-cfa3cb2a8ef8-3b1ee3e1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_57afca84-c745-ee0e-6ef9-cfa3cb2a8efd-3b1ee3e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57afca84-c745-ee0e-6ef9-cfa3cb2a8f00-3b1ee3e1 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-a63de75f-9d11-7579-811d-431c069ccc9f-3b1ee3e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a63de75f-9d11-7579-811d-431c069ccc96-3b1ee3e1, #w-node-ca7258bb-f7cd-10a5-3ece-4ca04df43535-3b1ee3e1, #w-node-ca7258bb-f7cd-10a5-3ece-4ca04df4353d-3b1ee3e1, #w-node-ca7258bb-f7cd-10a5-3ece-4ca04df43548-3b1ee3e1, #w-node-ca7258bb-f7cd-10a5-3ece-4ca04df43553-3b1ee3e1, #w-node-ca7258bb-f7cd-10a5-3ece-4ca04df4355e-3b1ee3e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc8fc-d4c6b209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc903-d4c6b209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc906-d4c6b209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc909-d4c6b209, #w-node-f1277d15-55df-bb12-7a8f-a15848dcc90e-d4c6b209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1277d15-55df-bb12-7a8f-a15848dcc913-d4c6b209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_704a33a7-fc9d-8c86-d035-1bdf76a1597f-36f691d2, #w-node-_704a33a7-fc9d-8c86-d035-1bdf76a15988-36f691d2, #w-node-_6a24ca67-f1a7-bf0f-24a5-dff88833220c-8d79e6d7, #w-node-e556acf8-36da-d72a-c987-69495ec22f0c-8d79e6d7, #w-node-fe5751d0-a01e-a7c7-ab15-3179b59409fb-8d79e6d7, #w-node-_215ada92-e66a-e8d7-e3c9-05c4579f2caf-8edb587c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a51-0f073b1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a58-0f073b1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37aeb-0f073b1e, #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37af6-0f073b1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0ed01051-6f64-4adc-2eeb-8145d57390aa-52743803, #w-node-_0ed01051-6f64-4adc-2eeb-8145d57390b8-52743803, #w-node-_0ed01051-6f64-4adc-2eeb-8145d57390c6-52743803 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_33a0c2b0-6901-d8c1-d31c-01e73e8348ac-3e8348ab, #w-node-_6d299a99-0a47-fd34-7901-632dea09bb51-0f073b1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c69a3dcb-79c9-994d-0e21-f03e1e1adcb9-1f073cfa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dbee8759-25e4-1ba8-5101-36a8439dd393-1f073cfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9000d566-519b-a052-f5e3-e6ad6ace4958-24758d8c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0555c01-7ba6-a7c7-a79d-ab2f4293e527-52743803, #w-node-fc1d67ec-f2c4-f5bd-459a-3325878442e2-52743803 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f73a-0f073b1e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f74c-0f073b1e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_49058fc0-9f25-a13b-dfd9-c5e550780208-1f073cfa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_63307c47-d344-fd16-2c98-d3cedcaad8c3-1f073cfa {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_9000d566-519b-a052-f5e3-e6ad6ace4958-24758d8c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a78-0f073b1e {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6b33cf84-4a9b-fde5-505f-c676bfe37a7d-0f073b1e {
    justify-self: center;
  }

  #w-node-_10b8d4fc-6ef0-8390-d987-72db2884f74c-0f073b1e {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-f1277d15-55df-bb12-7a8f-a15848dcc906-af3f69e6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f1277d15-55df-bb12-7a8f-a15848dcc913-af3f69e6, #w-node-_8e957683-ffe9-d4b8-311b-d915ed535c31-1f073cfa {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_63307c47-d344-fd16-2c98-d3cedcaad8c3-1f073cfa {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_83b87d87-3938-6f45-d6f0-db13cb63e17a-22ff8fe8 {
    align-self: start;
  }

  #w-node-_83b87d87-3938-6f45-d6f0-db13cb63e187-22ff8fe8 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: stretch;
    justify-self: center;
  }

  #w-node-_9000d566-519b-a052-f5e3-e6ad6ace4958-24758d8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_57afca84-c745-ee0e-6ef9-cfa3cb2a8ef8-3b1ee3e1, #w-node-_57afca84-c745-ee0e-6ef9-cfa3cb2a8f00-3b1ee3e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f1277d15-55df-bb12-7a8f-a15848dcc906-d4c6b209 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f1277d15-55df-bb12-7a8f-a15848dcc913-d4c6b209 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }
}


