:root {
  --bg_color: #2a2d40;
  --white: white;
  --deep-sky-blue: #0fa2d4;
  --dark-slate-grey: #124f63;
  --red: #eb2122;
  --sky-blue: #5bc7ec;
  --dark-slate-blue: #1d3d6f;
  --black: black;
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="white" d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
  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;
}

body {
  background-color: var(--bg_color);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 18px;
}

li {
  margin-bottom: 6px;
}

.continut_s1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stanga {
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.dreapta {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  padding-right: 2vw;
  display: flex;
}

.lift {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 11;
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  transform: scale(1.06);
}

.img_absolute {
  width: 100%;
  position: absolute;
}

.img_absolute.z7 {
  z-index: 7;
}

.img_absolute.z8 {
  z-index: 8;
}

.img_absolute.z9 {
  z-index: 9;
}

.lift_btns {
  z-index: 111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  font-size: 3.7vw;
  font-weight: 700;
  line-height: 6vw;
}

.div-block-4 {
  color: var(--white);
  align-items: flex-end;
  height: 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-3 {
  color: var(--white);
  margin-top: 3vw;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.2vw;
}

.div-block-5 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-6 {
  color: var(--deep-sky-blue);
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1vw 1vw 104px;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.5vw;
  transition: all .3s;
  display: flex;
}

.div-block-6:hover {
  color: #52e3f3;
  letter-spacing: .1vw;
  background-color: #1d3d6f4d;
}

.div-block-6.mid {
  border-right: 2px solid #124f63;
  border-left: 2px solid var(--dark-slate-grey);
}

.text-block-4 {
  font-size: 1.6vw;
  line-height: 1.6vw;
  position: relative;
}

.div-block-7 {
  z-index: 15;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  bottom: 40px;
}

.div-block-8 {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--bg_color);
  color: var(--deep-sky-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: flex;
  position: relative;
}

.div-block-8.mobile {
  display: none;
}

.text-block-5 {
  margin: 2px;
}

.btn {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 16px 32px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.btn:hover {
  letter-spacing: 1px;
  background-color: #ff5339;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn.no_padding {
  margin-left: 0;
}

.btn.top-padding {
  margin-top: 24px;
}

.counter {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  margin-top: -2%;
  display: flex;
  position: absolute;
}

.lotie {
  width: 100%;
}

.image-3 {
  z-index: 10;
  width: 20%;
  position: absolute;
  top: 0;
}

.btn_lift_div {
  filter: brightness(120%);
  color: #e7e7e7;
  border: 4px solid #0fa2d4cc;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 8px #5bc7ec66;
}

.btn_lift_div:hover {
  border-color: var(--sky-blue);
  box-shadow: inset 0 0 30px 4px #5bc7ec66, 0 0 20px 0 var(--sky-blue);
  filter: brightness(130%);
}

.btn_lift_div.w--current {
  box-shadow: inset 0 0 40px 8px #5bc7ec99, 0 0 12px 2px #5bc7ec, 0 0 30px 2px var(--deep-sky-blue);
  color: var(--white);
  text-shadow: 0 0 26px var(--sky-blue), 0 0 19px var(--sky-blue), 0 0 20px var(--sky-blue);
  border-color: #83e0ff;
}

.text-block-6 {
  height: 28px;
  position: absolute;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: #7bddff;
  margin-left: 16px;
  display: none;
  position: absolute;
  left: 54px;
}

.navbar {
  z-index: 1000;
  background-color: var(--bg_color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.navlink {
  color: var(--deep-sky-blue);
  background-color: #0000;
  padding: 26px 12px 14px;
  transition: all .3s;
}

.navlink:hover {
  color: var(--red);
  letter-spacing: 1px;
  font-weight: 700;
}

.navlink.w--current {
  color: var(--sky-blue);
}

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

.dropdown-toggle-2 {
  color: var(--deep-sky-blue);
  padding: 26px 44px 14px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: var(--red);
  letter-spacing: 1px;
  font-weight: 700;
}

.icon {
  margin-top: 28px;
  margin-right: 24px;
}

.navlinks_desktop {
  display: flex;
  position: relative;
}

.image-5 {
  height: 60px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown-link {
  color: var(--deep-sky-blue);
  text-align: center;
  background-color: #0000;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--red);
  letter-spacing: 1px;
  font-weight: 700;
}

.dropdown-list {
  background-color: var(--bg_color);
}

.dropdown-list.w--open {
  background-image: linear-gradient(to bottom, var(--bg_color), var(--dark-slate-blue));
  padding-bottom: 8px;
  box-shadow: -5px 19px 20px #00000029;
}

.section_s1 {
  z-index: 112;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 120px;
  padding-right: 100px;
  display: flex;
}

.sectiune {
  color: var(--deep-sky-blue);
  overflow: hidden;
}

.sectiune.footer {
  margin-top: 100px;
  padding-top: 24px;
}

.sectiune.overflow_on {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vw;
  max-height: 60vh;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.tari_div_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  display: grid;
}

.tari_div {
  z-index: 10;
  color: var(--white);
  cursor: pointer;
  background-color: #1d3d6f66;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 12px 8px;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.tari_div:hover {
  z-index: 25;
  letter-spacing: 2px;
  background-color: #1d3d6f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 20px 60px #00000080;
}

.tari_div.w--current {
  background-color: var(--dark-slate-blue);
}

.list-item {
  margin-bottom: 4px;
  list-style-type: disc;
}

.list {
  color: var(--sky-blue);
  margin-bottom: 36px;
  padding-left: 40px;
  padding-right: 20px;
  display: block;
}

.tari_portfolio {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.section_animation {
  transform-origin: 50% 100%;
  height: 100%;
}

.section-title {
  z-index: 21;
  color: var(--white);
  text-align: center;
  font-size: 6vw;
  line-height: 6vw;
  position: relative;
}

.section-title.smaller {
  margin-bottom: 12px;
  font-size: 4vw;
  line-height: 4vw;
}

.despartitor {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.tari_wraper {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(180deg, var(--dark-slate-blue), #00506b);
  transform-origin: 50% 0;
  letter-spacing: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  display: none;
  position: absolute;
  top: 160px;
  box-shadow: 0 30px 30px #00000040;
}

.tari_wraper.is-active, .tari_wraper.is-empty {
  display: flex;
}

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

.text_albastru_deschis {
  color: var(--deep-sky-blue);
}

.text_galben {
  color: #f7e500;
}

.text_rosu {
  color: var(--red);
}

.texgt_albastru_inchis {
  color: #2871e5;
}

.text_verde {
  color: #00a56b;
}

.text_orange {
  color: #ff963e;
}

.tari_absolute {
  opacity: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  position: absolute;
}

.scroll_line {
  background-color: var(--deep-sky-blue);
  transform-origin: 50% 100%;
  width: 2px;
  height: 100%;
}

.div-block-22 {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.heading-5 {
  margin: 0 16px;
}

.text-block-8 {
  text-align: center;
  max-width: 560px;
  margin-bottom: 36px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.text-block-8.bigger {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-8.big {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.image-6 {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer_content {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 48px;
  display: flex;
}

.footer {
  color: var(--deep-sky-blue);
}

.logo-footer {
  width: 48px;
}

.form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.aboneaza_te {
  background-color: var(--red);
  color: var(--white);
  text-align: left;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.aboneaza_te:hover {
  letter-spacing: 1px;
  background-color: #ff5339;
  padding-left: 36px;
  padding-right: 36px;
}

.text-field {
  color: var(--white);
  background-color: #2a508d;
  border: 0 #000;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 280px;
  min-height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -4px;
  padding-left: 28px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .3s;
}

.text-field:hover {
  color: var(--white);
  background-color: #2d5aa0;
  width: 300px;
}

.text-field::placeholder {
  color: #578cdf;
  font-weight: 400;
}

.footer_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-9 {
  text-align: center;
  margin-top: 64px;
}

.text-block-10 {
  font-size: 12px;
  line-height: 18px;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-25 {
  width: 100%;
  padding-left: 32px;
}

.div-block-25.left {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 32px;
  display: flex;
}

.contact_btn {
  background-color: var(--bg_color);
  color: var(--white);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 16px 36px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.contact_btn:hover {
  background-color: var(--red);
  letter-spacing: 1px;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact_btn.contact_pg {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  margin: 4px 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact_btn.contact_pg:hover {
  background-color: #eb2122;
}

.div-block-26 {
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 12px;
  display: flex;
}

.div-block-27 {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.heading-7 {
  margin-bottom: 32px;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.footer_navlink {
  color: var(--deep-sky-blue);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.footer_navlink:hover {
  color: var(--red);
  letter-spacing: 1px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}

.link-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  filter: brightness(130%);
  transform: scale(.94);
}

.preload_div {
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.usa {
  background-image: url('../images/stanga_usa.svg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.usa.dreapta-copy {
  background-image: url('../images/dreapta_usa.svg');
  background-position: 0%;
}

.section_preloader {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: hidden;
}

.div-block-29 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.div-block-30 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 36px;
  display: flex;
}

.div-block-31 {
  color: var(--sky-blue);
  text-align: center;
  background-image: linear-gradient(150deg, #123469, #0a6e90);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-31:hover {
  filter: brightness(120%);
}

.image-8 {
  height: 140px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.caseta-text {
  max-width: 560px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.caseta {
  text-align: center;
  background-color: #1d3d6f80;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 12px;
  margin-right: 12px;
  padding: 16px;
  display: flex;
}

.text-block-12 {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: -47px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.lightbox-link {
  color: #88d9f5;
  background-color: #5bc7ec29;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 10px;
  font-weight: 600;
  transition: all .3s;
}

.lightbox-link:hover {
  color: #bbecfd;
  background-color: #5bc7ec52;
}

.body {
  background-color: var(--bg_color);
}

.div-block-32 {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.menu_icon_div {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  padding-top: 10px;
  display: none;
  position: absolute;
  right: 0;
}

.div-block-34 {
  background-color: var(--red);
  width: 24px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.div-block-34._2 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.image-9 {
  width: 200px;
  margin-top: 16px;
}

.navlinks_mobile {
  z-index: 111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-block-2 {
  z-index: 99999999;
  padding-left: 38px;
  padding-right: 38px;
  transition: all .3s;
  position: relative;
}

.link-block-2:hover {
  filter: brightness(130%);
  transform: scale(.9);
}

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

.cover {
  color: var(--deep-sky-blue);
  padding-top: 64px;
  overflow: hidden;
}

.cover.overflow_on {
  overflow: visible;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.div-block-36.pg_separata {
  padding-top: 36px;
  padding-bottom: 30px;
}

.padding_general {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.padding_general.impar {
  background-color: #1d3d6f3d;
}

.service_info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 36px;
  display: flex;
}

.lottie_service {
  width: 50%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-37.no_pad {
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-8 {
  color: var(--white);
  margin-bottom: 12px;
}

.descriere_servicii {
  text-align: justify;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.heading-5-copy {
  margin: 0 12px;
  font-size: 24px;
}

.heading-5-copy.caps {
  text-transform: uppercase;
}

.div-block-22-copy {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.serviciu_title {
  color: var(--white);
  margin-bottom: 36px;
}

.serviciu_title.caps {
  text-transform: uppercase;
}

.image_portfolio {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_div {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.despre_noi_div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text_field {
  color: var(--white);
  background-color: #2a508d66;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .3s;
}

.text_field:hover {
  color: var(--white);
  background-color: #2d5aa099;
}

.text_field::placeholder {
  color: var(--sky-blue);
  font-weight: 400;
}

.text_field.display_none {
  display: none;
}

.form_contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text_area {
  color: var(--white);
  background-color: #2a508d66;
  border: 0 #000;
  border-radius: 12px;
  min-height: 56px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .3s;
}

.text_area:hover {
  color: var(--white);
  background-color: #2d5aa099;
}

.text_area::placeholder {
  color: var(--sky-blue);
  font-weight: 400;
}

.submit_btn {
  background-color: var(--red);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 56px;
  padding: 0 40px;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: flex;
}

.submit_btn:hover {
  letter-spacing: 1px;
  background-color: #ff5339;
  padding-left: 36px;
  padding-right: 36px;
}

.submit_btn.adauga_cv {
  border: 2px solid var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  cursor: cell;
  background-color: #1d3d6f66;
}

.submit_btn.adauga_cv:hover {
  background-color: var(--deep-sky-blue);
}

.submit_btn.adauga_cv::placeholder {
  color: var(--white);
}

.div-block-25-copy {
  width: 100%;
}

.div-block-39 {
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
}

.contacte {
  justify-content: flex-start;
  align-items: center;
  max-width: 960px;
  padding-bottom: 36px;
  display: flex;
}

.checkbox-field {
  color: var(--sky-blue);
  background-color: #2a508d66;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  transition: all .2s;
  display: flex;
}

.checkbox-field:hover {
  background-color: #2a508d99;
}

.checkbox {
  border: 2px solid var(--sky-blue);
  background-color: #578cdf29;
  border-radius: 4px;
  flex: none;
  width: 16px;
  height: 16px;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--deep-sky-blue);
}

.service_info-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-36-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 0;
  display: flex;
}

.joburi_div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: grid;
}

.div-block-40 {
  grid-column-gap: 24px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--deep-sky-blue);
  background-color: #1d3d6f66;
  border-radius: 12px;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 32px;
  transition: all .3s;
  display: grid;
}

.link-block-3:hover {
  color: var(--sky-blue);
  background-color: #1d3d6fb3;
}

.descriere_job {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.descriere_job.input {
  font-weight: 700;
}

.data {
  color: var(--white);
  margin-bottom: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.titlu-departament {
  color: var(--white);
  margin-bottom: 12px;
}

.de_ce_binape {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 48px;
  display: grid;
}

.dc_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--deep-sky-blue);
  background-color: #1d3d6f66;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 32px 20px;
  transition: all .3s;
  display: grid;
}

.dc_div:hover {
  color: var(--sky-blue);
  background-color: #1d3d6fb3;
}

.text-block-14 {
  margin-top: 16px;
  line-height: 18px;
}

.titlu_dece {
  color: var(--white);
  margin-bottom: 12px;
}

.success-message {
  background-color: var(--dark-slate-grey);
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.div-block-41 {
  background-color: var(--deep-sky-blue);
  opacity: .16;
  width: 75%;
  height: 3px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-9 {
  color: var(--white);
  margin-top: -4px;
  font-weight: 600;
}

.collection-list-wrapper {
  display: none;
}

.collection-item {
  width: 100%;
  height: 100%;
}

.div_ascuns {
  display: none;
}

._3sectiuni_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 48px;
  display: grid;
}

.portfolio_itme {
  z-index: 10;
  background-color: var(--dark-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 12px;
  padding: 24px 8px;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  box-shadow: 3px 3px 16px #0000001a;
}

.portfolio_itme:hover {
  z-index: 25;
  filter: brightness(115%);
  letter-spacing: 2px;
  background-color: #1d3d6f;
  border-radius: 20px;
  box-shadow: 0 20px 60px #00000080;
}

.lottie-animation {
  max-width: 280px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.tari_portfolio-copy {
  opacity: 1;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}

.lottie_portofoliu {
  height: 20vw;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: var(--white);
  margin-top: 10vw;
  margin-bottom: 40px;
  font-size: 68px;
  line-height: 1;
}

.div-block-42 {
  background-color: #1d3d6f3d;
  border-radius: 12px;
  padding: 24px;
  line-height: 1.3;
}

.div-block-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin: 48px 24px;
  display: grid;
}

.heading-8-copy {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
}

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

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

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

.dropdown_wrapper-copy {
  margin-left: 0;
  margin-right: 0;
}

.drop-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 28px;
  right: 24px;
}

.div-block-8-copy {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--bg_color);
  color: var(--deep-sky-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto min-content auto min-content auto min-content auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  min-height: 56px;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  display: grid;
  position: relative;
}

.div-block-8-copy.mobile {
  display: none;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text_negru {
  color: #000;
}

.proiecte-group {
  flex-flow: column;
  display: flex;
}

.ungrup-later {
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .dreapta {
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 12px;
  }

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

  .image {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .lift_btns {
    display: none;
  }

  .text-block-3 {
    margin-top: 3vw;
    margin-bottom: -3vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .div-block-5 {
    align-items: center;
    margin-bottom: 100px;
  }

  .div-block-6 {
    background-color: #1d3d6f4d;
    border-radius: 8px;
    justify-content: flex-start;
    margin-left: 4px;
    margin-right: 4px;
    padding: 40px 6px;
  }

  .div-block-6:hover {
    letter-spacing: 0;
  }

  .div-block-6.mid {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
  }

  .text-block-4 {
    color: var(--white);
    margin-top: 40px;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .div-block-7 {
    padding-left: 4px;
    padding-right: 4px;
    bottom: -67px;
  }

  .div-block-8 {
    background-color: #1d3d6f4d;
    border-style: none;
    border-radius: 8px;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .text-block-5.is-3 {
    display: none;
  }

  .btn.no_padding {
    margin-left: auto;
    margin-right: auto;
  }

  .btn_lift_div {
    border-width: 3px;
    margin-bottom: 12px;
  }

  .text-block-6 {
    height: 24px;
  }

  .div-block-12 {
    width: 40px;
    height: 40px;
  }

  .text-block-7 {
    display: block;
  }

  .navlink {
    color: var(--sky-blue);
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700;
  }

  .dropdown-toggle-2 {
    background-color: var(--dark-slate-blue);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px 38px 20px 20px;
    font-weight: 700;
  }

  .dropdown-toggle-2:hover {
    color: var(--sky-blue);
  }

  .dropdown-toggle-2.w--open {
    border-bottom-left-radius: 0;
  }

  .dropdown-toggle-2.w--open:hover {
    color: var(--sky-blue);
  }

  .icon {
    margin-top: 24px;
    margin-right: 20px;
  }

  .navlinks_desktop {
    flex-direction: column;
    align-items: flex-end;
    display: none;
  }

  .image-5 {
    height: 48px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 38px;
  }

  .dropdown-link:hover {
    color: var(--sky-blue);
  }

  .dropdown-list.w--open {
    background-color: var(--dark-slate-blue);
    box-shadow: none;
    background-image: none;
    border-bottom-left-radius: 8px;
    position: relative;
  }

  .padding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tari_div_wrapper {
    margin-top: 16px;
  }

  .tari_div {
    background-image: linear-gradient(150deg, #123469, #0a6e90);
    height: 100px;
  }

  .tari_div:hover {
    filter: brightness(120%);
    letter-spacing: 1px;
    border-radius: 16px;
    box-shadow: 0 20px 40px #00000026;
  }

  .tari_portfolio {
    font-size: 24px;
    line-height: 24px;
    display: none;
  }

  .section-title {
    font-size: 8vw;
    line-height: 8vw;
  }

  .section-title.smaller {
    font-size: 7vw;
    line-height: 7vw;
  }

  .tari_absolute {
    opacity: 1;
    font-size: 16px;
    line-height: 16px;
  }

  .heading-5 {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 30px;
  }

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

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
    padding-left: 0;
    display: flex;
  }

  .div-block-25.left {
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact_btn.contact_pg {
    border-radius: 8px;
    margin: 0;
  }

  .div-block-26 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .div-block-27 {
    justify-content: center;
  }

  .div-block-28 {
    flex-wrap: wrap;
  }

  .footer_navlink:hover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-31 {
    background-image: linear-gradient(150deg, #123469, #0a6e90);
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-8 {
    height: 120px;
  }

  .caseta {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lightbox-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-32 {
    flex: 0 auto;
    justify-content: center;
  }

  .menu_icon_div {
    margin-left: 104px;
    display: flex;
  }

  .navlinks_mobile {
    background-color: var(--bg_color);
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-left: 48px;
    display: none;
  }

  .link-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-36 {
    padding: 10vw 32px 8vw;
  }

  .div-block-36.pg_separata {
    padding-top: 5vw;
  }

  .padding_general {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service_info {
    max-width: 680px;
    padding-left: 0;
  }

  .lottie_service {
    width: 50%;
    margin-bottom: 24px;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-5-copy {
    margin-left: 12px;
    margin-right: 12px;
    line-height: 24px;
  }

  .serviciu_title {
    text-align: center;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .serviciu_title.caps {
    text-align: left;
    font-size: 40px;
    line-height: 1.1;
  }

  .image_portfolio {
    width: 100%;
    height: 40vw;
    min-height: auto;
  }

  .portfolio_div, .despre_noi_div {
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text_field {
    min-height: 56px;
  }

  .form_contact {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .text_area {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .submit_btn {
    margin-top: 12px;
  }

  .div-block-25-copy {
    text-align: center;
  }

  .div-block-39 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .contacte {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .checkbox-field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .service_info-copy {
    max-width: 680px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36-copy {
    padding-top: 5vh;
    padding-left: 32px;
    padding-right: 32px;
  }

  .joburi_div {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .link-block-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .de_ce_binape {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .dc_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._3sectiuni_wrapper {
    margin-top: 16px;
  }

  .portfolio_itme {
    background-image: linear-gradient(150deg, #123469, #0a6e90);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .portfolio_itme:hover {
    filter: brightness(120%);
    letter-spacing: 1px;
    border-radius: 16px;
    box-shadow: 0 20px 40px #00000026;
  }

  .lottie-animation {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tari_portfolio-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .lottie_portofoliu {
    height: 28vw;
  }

  .heading-10 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 48px;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown_wrapper-copy, .drop_div {
    position: absolute;
    right: 0;
  }

  .drop-icon {
    margin-right: -7px;
    top: 22px;
  }

  .div-block-8-copy {
    background-color: #1d3d6f4d;
    border-style: none;
    border-radius: 8px;
    grid-template-columns: auto min-content auto min-content auto;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .continut_s1 {
    align-items: center;
    height: auto;
    overflow: visible;
  }

  .stanga {
    height: 350px;
    max-height: 100vh;
  }

  .dreapta {
    padding-top: 36px;
    padding-right: 8px;
  }

  .lift, .image {
    width: auto;
    height: 100%;
  }

  .text-block-3 {
    margin-top: 3vw;
    margin-bottom: -3vw;
    font-size: 1.8vw;
    line-height: 1.8vw;
  }

  .div-block-5 {
    margin-bottom: 88px;
  }

  .div-block-6 {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-6.mid {
    border-radius: 4px;
  }

  .text-block-4 {
    margin-top: 12px;
  }

  .div-block-7 {
    padding-left: 2px;
    padding-right: 2px;
    bottom: -75px;
  }

  .div-block-8 {
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
  }

  .btn {
    font-size: 12px;
    line-height: 18px;
  }

  .section_s1 {
    height: auto;
    padding-top: 32px;
    overflow: visible;
  }

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

  .tari_div_wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
  }

  .tari_div {
    border-radius: 4px;
    height: 80px;
  }

  .tari_div:hover {
    border-radius: 12px;
  }

  .tari_portfolio {
    font-size: 18px;
  }

  .heading-5 {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
  }

  .text-block-8, .text-block-8.bigger {
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-8.big {
    font-size: 18px;
    line-height: 24px;
  }

  .image-6 {
    width: 20px;
  }

  .footer_text {
    font-size: 13px;
    line-height: 19px;
  }

  .text-block-10 {
    font-size: 11px;
  }

  .contact_btn {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-29 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .div-block-30 {
    flex-direction: column;
  }

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

  .image-8 {
    height: 80px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .caseta-text {
    font-size: 13px;
    line-height: 19px;
  }

  .caseta {
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 24px;
  }

  .text-block-12 {
    width: 48px;
    height: 48px;
    margin-top: -40px;
    font-size: 16px;
    line-height: 16px;
  }

  .lightbox-link {
    font-size: 13px;
    line-height: 19px;
  }

  .div-block-36, .padding_general {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .descriere_servicii {
    font-size: 13px;
    line-height: 19px;
  }

  .heading-5-copy {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
    line-height: 16px;
  }

  .serviciu_title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .image_portfolio {
    height: 50vw;
  }

  .portfolio_div {
    padding-top: 20px;
  }

  .div-block-36-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block-3 {
    height: auto;
    display: block;
  }

  .descriere_job {
    font-size: 13px;
    line-height: 19px;
  }

  .data {
    margin-bottom: 0;
    padding-top: 8px;
  }

  .titlu-departament {
    font-size: 28px;
    line-height: 32px;
  }

  .de_ce_binape {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .dc_div {
    display: block;
  }

  ._3sectiuni_wrapper {
    margin-top: 12px;
  }

  .portfolio_itme {
    border-radius: 4px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .portfolio_itme:hover {
    border-radius: 12px;
  }

  .lottie-animation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tari_portfolio-copy {
    font-size: 16px;
  }

  .div-block-42 {
    padding: 20px;
    font-size: 12px;
  }

  .div-block-43 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-8-copy {
    font-size: 20px;
  }

  .div-block-8-copy {
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
  }
}

@media screen and (max-width: 479px) {
  .continut_s1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .stanga {
    width: 100%;
    height: 70vh;
  }

  .dreapta {
    width: 100%;
    margin-bottom: 56px;
    padding: 0 24px;
  }

  .lift, .image {
    width: auto;
    height: 100%;
  }

  .text-block-2 {
    font-size: 9vw;
    font-weight: 800;
    line-height: 16vw;
  }

  .div-block-4 {
    height: 16vw;
  }

  .text-block-3 {
    margin-top: 10vw;
    margin-bottom: -4vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .div-block-5 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    margin-top: 56px;
    margin-bottom: 12px;
  }

  .div-block-6 {
    background-color: #1d3d6f5c;
    height: auto;
    margin-bottom: 40px;
    padding: 8px 0;
  }

  .div-block-6.mid {
    border-left-style: none;
    border-right-style: none;
  }

  .text-block-4 {
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 8vw;
    font-weight: 700;
    line-height: 8vw;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    display: none;
    position: relative;
    bottom: 0;
  }

  .div-block-8 {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8.mobile {
    background-color: #0000;
    display: block;
  }

  .text-block-5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .lotie {
    width: 70%;
  }

  .text-block-7 {
    left: 50px;
  }

  .navlinks_desktop {
    display: none;
  }

  .section_s1 {
    height: auto;
    padding-top: 36px;
  }

  .image-section {
    height: 90vw;
  }

  .tari_div_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .tari_div:hover {
    letter-spacing: 0;
  }

  .tari_portfolio {
    font-size: 3.5vw;
    line-height: 3vw;
  }

  .section-title {
    font-size: 10vw;
    line-height: 10vw;
  }

  .section-title.smaller {
    font-size: 8vw;
    line-height: 8vw;
  }

  .despartitor {
    height: 60vh;
  }

  .tari_absolute {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .aboneaza_te {
    font-size: 12px;
    line-height: 12px;
  }

  .text-field {
    text-align: left;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field:hover {
    width: 100%;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-25 {
    margin-top: 48px;
  }

  .contact_btn.contact_pg {
    margin-bottom: 12px;
  }

  .div-block-26 {
    align-items: stretch;
    display: flex;
  }

  .div-block-28 {
    display: none;
  }

  .div-block-32 {
    flex: 0 auto;
  }

  .navlinks_mobile {
    padding-left: 32px;
  }

  .div-block-36 {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }

  .lottie_service {
    width: 80%;
  }

  .heading-5-copy {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .div-block-22-copy {
    flex-direction: column;
  }

  .serviciu_title.caps {
    font-size: 28px;
  }

  .image_portfolio {
    height: 70vw;
  }

  .text_field {
    text-align: left;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text_field:hover {
    width: 100%;
  }

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

  .text_area {
    text-align: left;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text_area:hover {
    width: 100%;
  }

  .submit_btn {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-25-copy {
    margin-top: 48px;
  }

  .div-block-39 {
    flex-direction: column;
    display: flex;
  }

  .checkbox-field {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-36-copy {
    padding-top: 8vh;
  }

  .titlu-departament {
    font-size: 22px;
    line-height: 28px;
  }

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

  .dc_div {
    height: auto;
    padding-top: 12px;
  }

  .text-block-14 {
    font-size: 12px;
    line-height: 16px;
  }

  .titlu_dece {
    line-height: 20px;
  }

  ._3sectiuni_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .portfolio_itme {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .portfolio_itme:hover {
    letter-spacing: 0;
  }

  .lottie-animation {
    max-width: 160px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tari_portfolio-copy {
    text-align: left;
  }

  .lottie_portofoliu {
    height: 50vw;
  }

  .heading-10 {
    width: 100%;
    margin-top: 20vw;
    font-size: 12vw;
  }

  .div-block-42 {
    font-size: 12px;
  }

  .div-block-43 {
    grid-template-columns: 1fr;
  }

  .div-block-8-copy {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8-copy.mobile {
    background-color: #0000;
    display: block;
  }
}

#Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-afdbe6d7 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-afdbe6d7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-afdbe6d7 {
  justify-self: center;
}

#w-node-_881f638b-b4bb-2d1b-a12f-ec12b7698690-85b6d75e, #w-node-c027ccc9-fec6-fcfb-0cf4-45b41496cf2b-85b6d75e, #w-node-f5bed961-992a-8193-cce0-6ea423066e52-85b6d75e, #w-node-_1e799362-3fbb-e384-5a22-7e7bcaf9f78d-85b6d75e, #w-node-_1e799362-3fbb-e384-5a22-7e7bcaf9f791-85b6d75e, #w-node-_5a6336bf-09de-4e34-94c6-40daf64b1a0d-85b6d75e, #w-node-_261249e8-57fb-33a1-408d-820251ac9f2d-85b6d75e, #w-node-e5b27803-563a-bf71-0252-efd2c45ffebe-85b6d75e, #w-node-e59073c2-dbff-d02c-4e96-9844e7691296-85b6d75e {
  align-self: end;
}

#despre_tine.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2922-b6064b43 {
  grid-area: 1 / 3 / 3 / 4;
}

#Link-CV.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2923-b6064b43, #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2924-b6064b43 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bdd215d0-c694-9ee0-16b2-201a63ac2934-b6064b43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-5ef9a6ed {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-5ef9a6ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-5ef9a6ed {
  justify-self: center;
}

#w-node-_0dd22861-f2d6-2da2-24c0-6b942144fbde-3b5d4d19, #w-node-_0dd22861-f2d6-2da2-24c0-6b942144fbe8-3b5d4d19, #w-node-_0dd22861-f2d6-2da2-24c0-6b942144fbf2-3b5d4d19, #w-node-_0dd22861-f2d6-2da2-24c0-6b942144fbff-3b5d4d19, #w-node-_0dd22861-f2d6-2da2-24c0-6b942144fc01-3b5d4d19, #w-node-_68df8d94-0449-9fb8-5dc6-7930c339a43a-3b5d4d19, #w-node-_68df8d94-0449-9fb8-5dc6-7930c339a440-3b5d4d19, #w-node-_68df8d94-0449-9fb8-5dc6-7930c339a447-3b5d4d19, #w-node-_68df8d94-0449-9fb8-5dc6-7930c339a44d-3b5d4d19, #w-node-_8947cf91-8927-b032-26a5-442d986b9e85-43a993d1, #w-node-_8947cf91-8927-b032-26a5-442d986b9e8f-43a993d1, #w-node-_8947cf91-8927-b032-26a5-442d986b9e99-43a993d1, #w-node-_8947cf91-8927-b032-26a5-442d986b9ea6-43a993d1, #w-node-_8947cf91-8927-b032-26a5-442d986b9ea8-43a993d1, #w-node-_5a6336bf-09de-4e34-94c6-40daf64b1a0d-43a993d1, #w-node-_261249e8-57fb-33a1-408d-820251ac9f2d-43a993d1, #w-node-e5b27803-563a-bf71-0252-efd2c45ffebe-43a993d1, #w-node-e59073c2-dbff-d02c-4e96-9844e7691296-43a993d1 {
  align-self: end;
}

#Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-eaf9bbe8 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-eaf9bbe8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-eaf9bbe8 {
  justify-self: center;
}

#despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-4eb13428 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-4eb13428 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-4eb13428 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-b1c551ca {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-b1c551ca {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-b1c551ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-1c540822 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-1c540822 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-1c540822 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2a9e6efa-4547-264f-2dd7-144b3973bf8c-8353bdf9 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-afdbe6d7, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-afdbe6d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-afdbe6d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #despre_tine.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2922-b6064b43, #Link-CV.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2923-b6064b43, #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2924-b6064b43, #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2926-b6064b43, #w-node-_27b2139e-a500-1801-aa76-9b13c0e2ebfe-b6064b43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2934-b6064b43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-b6e1a69e, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-0f9b7d54, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-91b3b333 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2a9e6efa-4547-264f-2dd7-144b3973bf8c-9d9bb85f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-5ef9a6ed, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-5ef9a6ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-5ef9a6ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-71983dcc, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-294ce3d5, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-8abaac43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2a9e6efa-4547-264f-2dd7-144b3973bf8c-2545ad2d {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-eaf9bbe8, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-eaf9bbe8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-eaf9bbe8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-5d0ef4fe, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-6b46b61d, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-1fc9aaad {
    grid-area: 2 / 1 / 3 / 3;
  }

  #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-4eb13428, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-4eb13428, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-4eb13428, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-4eb13428 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-4eb13428 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-b1c551ca, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-b1c551ca, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-b1c551ca, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-b1c551ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-b1c551ca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-1c540822, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-1c540822, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-1c540822, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-1c540822 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-1c540822 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-afdbe6d7, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-afdbe6d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-afdbe6d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #despre_tine.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2922-b6064b43, #Link-CV.w-node-bdd215d0-c694-9ee0-16b2-201a63ac2923-b6064b43, #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2924-b6064b43, #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2926-b6064b43, #w-node-_27b2139e-a500-1801-aa76-9b13c0e2ebfe-b6064b43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bdd215d0-c694-9ee0-16b2-201a63ac2934-b6064b43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-b6e1a69e, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-0f9b7d54, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-91b3b333, #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-5ef9a6ed, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-5ef9a6ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-5ef9a6ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-71983dcc, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-294ce3d5, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-8abaac43, #Mesaj-3.w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c2-eaf9bbe8, #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c5-eaf9bbe8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fa13f9c-6c90-9404-14af-856e3ce771c7-eaf9bbe8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_053d6cea-bc44-78ef-1773-7fd4760b5764-5d0ef4fe, #w-node-_6d9467dd-264a-dbcb-43ee-77864eea5635-6b46b61d, #w-node-_36db4145-811d-ca5f-9caf-4dad3c9a343d-1fc9aaad, #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-4eb13428, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-4eb13428, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-4eb13428, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-4eb13428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-4eb13428 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-b1c551ca, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-b1c551ca, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-b1c551ca, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-b1c551ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-b1c551ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #despre_tine.w-node-_04276a7f-f8aa-e14d-1bc6-072136d26568-1c540822, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26569-1c540822, #w-node-_04276a7f-f8aa-e14d-1bc6-072136d2656b-1c540822, #add_cv.w-node-_960f03d3-244d-b9fa-d3cc-3ec553396c82-1c540822 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04276a7f-f8aa-e14d-1bc6-072136d26578-1c540822 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


