@font-face {
  font-family: Dmsans Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jetbrainsmono Variable;
  src: url('../fonts/JetBrainsMono-Variable.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer Variable;
  src: url('../fonts/Switzer-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit Variablefont Wght;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
  --brand-color: #263187;
  --heading-1: 4em;
  --black: #000;
  --heading2: 3em;
  --white: #fff;
  --heading3: 1.8em;
  --title: 1.6em;
  --overline: .8em;
  --bodytext: 1.4em;
  --bodytext2: 1em;
  --brand-color-15: #e8ecf8;
  --tag: 1em;
  --button: 1em;
  --hover-color: #5f6cd2;
}

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

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

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

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

body {
  color: #333;
  --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
  --brand-color: #263187;
  --heading-1: 5em;
  --heading2: 4em;
  --heading3: 2.5em;
  --title: 3em;
  --overline: 1.2em;
  --bodytext: 1.6em;
  --bodytext2: 1.4em;
  --brand-color-15: #e8ecf8;
  --tag: 1.4em;
  --button: 1.3em;
  --hover-color: #5f6cd2;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page-wrapper {
  flex-flow: column;
  padding-left: 5em;
  padding-right: 5em;
  overflow: hidden;
}

.hero {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: padding-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagewrapper {
  margin-top: 10em;
}

.warpper-typematrix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20em;
  display: flex;
}

.heading-1 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-size: var(--heading-1);
  font-weight: 400;
  line-height: 1em;
}

.heading-2 {
  color: var(--black);
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: var(--heading2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1em;
}

.heading-2.is-white {
  color: var(--white);
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 300;
}

.heading-2.is-contact {
  line-height: 1.1em;
}

.heading-3 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--heading3);
  font-weight: 500;
}

.heading-3.is-white {
  color: #2130a7;
  -webkit-text-stroke-color: #2130a7;
  font-weight: 300;
}

.heading-3.is-blue {
  color: var(--brand-color);
}

.heading-4 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--title);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.heading-5 {
  opacity: .6;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--overline);
  letter-spacing: .7em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.heading-5.is-white {
  opacity: 1;
  color: var(--white);
  letter-spacing: .2em;
  font-family: Jetbrainsmono Variable, Verdana, sans-serif;
  font-weight: 600;
}

.heading-5.animated-text {
  opacity: 1;
  color: #2332ac;
  letter-spacing: .2em;
  font-family: Jetbrainsmono Variable, Verdana, sans-serif;
  font-weight: 500;
}

.bodytext {
  opacity: .75;
  color: var(--black);
  font-family: Outfit Variablefont Wght, Verdana, sans-serif;
  font-size: var(--bodytext);
  letter-spacing: -.01em;
  width: 100%;
  font-weight: 400;
  line-height: 1.4em;
}

.bodytext.is-white {
  opacity: .75;
  color: #000000bf;
  font-family: Outfit Variablefont Wght, Verdana, sans-serif;
  font-weight: 300;
}

.bodytext.is-100 {
  width: 100%;
  line-height: 1.4em;
}

.bodytext.is-center {
  text-align: center;
  width: 50%;
}

.bodytext.is-servicii {
  width: 100%;
}

.bodytext.is-hero {
  width: 80%;
}

.bodytext2 {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--bodytext2);
  letter-spacing: -.02em;
  font-weight: 400;
}

.wrapper-button {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.2em 2em 1.2em 1.2em;
  transition: padding .2s, background-color .2s cubic-bezier(.47, 0, .745, .715), letter-spacing .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.wrapper-button:hover {
  letter-spacing: .03em;
  background-color: #ffffff1a;
  padding-right: 2.4em;
}

.wrapper-button.is-secondary {
  border: .15em solid var(--brand-color);
  background-color: var(--brand-color-15);
  padding: 1.2em;
}

.button-text {
  font-family: var(--primary-font);
  color: var(--white);
  font-size: 1.2em;
  font-weight: 500;
}

.button-text.is-blue {
  color: var(--brand-color);
}

.code-embed {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 2em;
  display: flex;
}

.servicii-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5em;
  margin-bottom: 10em;
  display: flex;
  position: relative;
}

.wrapper-header {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-header.is-right {
  justify-content: center;
  align-items: flex-start;
}

.wrapper-services {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.wrapper-services.is-s {
  flex-flow: row;
  width: 100%;
}

.box-service {
  background-color: #ffffff80;
  border-radius: 1.2em;
  flex-flow: column;
  width: 100%;
  height: 20em;
  padding: 2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.box-service:hover {
  background-color: #fff;
}

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

.icon-tmp, .arrow {
  display: flex;
}

.heading-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-1.is-central {
  color: var(--black);
}

.cabinet-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
  position: relative;
}

.wrapper-cabinet {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-image-cabinet {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 1.6em;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-text-cabinet {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.image-light {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 50em;
  position: relative;
}

.detalii-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10em;
  display: flex;
  position: relative;
}

.grid {
  grid-template-rows: 20em 20em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 50%;
}

.cell-grid-detalii {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff80;
  border-radius: 1.4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.cell-grid-detalii:hover {
  color: var(--white);
  background-color: #fff;
}

.div-block {
  width: 10em;
  height: 10em;
}

.de-sters {
  height: 30vh;
}

.title {
  opacity: .75;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: var(--title);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2em;
  display: block;
}

.title.is-white {
  opacity: 100;
  color: var(--white);
  font-size: 1.6em;
  font-weight: 500;
}

.image-2, .detaliu {
  border-radius: 1em;
}

.echipa-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10em;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.wrapper-medici {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1.8em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.footer-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5em;
  display: flex;
  overflow: hidden;
}

.wrapper-image-footer {
  object-fit: cover;
  border-radius: 1.2em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50em;
  display: flex;
  overflow: hidden;
}

.wrapper-text-footer {
  border-radius: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.wrapper-footer-up {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: 10em;
  margin-right: 10em;
  display: flex;
  position: relative;
}

.image-footer {
  object-fit: cover;
  width: 100%;
  height: 40em;
}

.wrapper-text-footer-up {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-bottom: 2em;
  display: flex;
}

.wrapper-footer-text-down {
  background-color: #ffffff80;
  border-radius: 1.8em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .7em 1em;
  transition: background-color .2s;
  display: flex;
}

.wrapper-footer-text-down:hover {
  color: #2130a7;
  background-color: #fff;
}

.box-footer-info {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box-footer-info.is-contact {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.svg-icon-contact {
  color: #2130a7bf;
  width: 3em;
  display: flex;
}

.wrapper-icon-footer {
  color: var(--brand-color);
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 4.3em;
  height: 4.3em;
  display: flex;
}

.tag {
  font-family: var(--primary-font);
  color: #2130a7bf;
  font-size: var(--tag);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.tag.is-white {
  color: #ffffffbf;
  font-weight: 400;
  line-height: 1.4em;
  transition: color .2s;
}

.tag.is-white:hover {
  color: #fff;
}

.tag.is-white.is-right {
  text-align: right;
}

.tag.is-white.orar {
  color: #fff;
  font-weight: 300;
}

.tag.is-center {
  color: var(--white);
  text-align: center;
  font-weight: 400;
}

.tag.is-center.detaliu {
  opacity: .75;
  color: var(--black);
  font-size: 1.2em;
}

.wrapper-footer-down {
  background-color: #01020e;
  background-image: linear-gradient(37deg, #2130a7, #283bcf);
  flex-flow: column;
  width: 100%;
  height: 35em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.wrapper-logo-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.image-3 {
  width: 10em;
}

.grid-footer {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-cell {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.footer-cell.is-last {
  text-align: right;
}

.wrapper-link-footer {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #ffffff80;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-link-footer.is-program {
  justify-content: space-between;
  align-items: flex-start;
}

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

.icon-footer-small {
  color: #fff;
  width: 1.6em;
  display: flex;
}

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

.wrapper-footer-text-block {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  flex-flow: column;
  display: flex;
}

.wrapper-footer-text-block.is-program {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.wrapper-footer-text-block.is-left {
  justify-content: space-between;
  align-items: flex-end;
}

.div-program {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.logo {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2.2em;
}

.lottie-animation {
  justify-content: flex-end;
  align-items: flex-start;
  width: 3em;
  display: flex;
}

.link-servicii {
  width: 100%;
  text-decoration: none;
}

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

.image-dark {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50em;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  z-index: 1;
  box-sizing: border-box;
  align-self: center;
  position: absolute;
  inset: 0%;
}

.wrapper-hero-text {
  background-color: var(--brand-color-15);
  border-radius: 1.6em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40em;
  margin-bottom: 5em;
  margin-left: 5em;
  margin-right: 5em;
  padding: 3em;
  display: flex;
}

.wrapper-h1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-scroll-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-hero-buttons {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroll-animation {
  width: 2em;
  height: 2em;
  display: flex;
}

.lottie-animation-2 {
  height: 100%;
}

.footer-animation {
  object-fit: cover;
  width: 100%;
  height: auto;
  overflow: clip;
}

.footer-wrapper {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  height: auto;
  display: flex;
}

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

.wrapper-boxes-services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  z-index: 1;
  width: 5em;
  text-decoration: none;
  position: relative;
}

.brand {
  z-index: 10;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper-navbar {
  z-index: 0;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--brand-color);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  margin-left: 5em;
  margin-right: 5em;
  padding: .3em 1em;
  display: flex;
  position: relative;
}

.icon-2 {
  color: var(--white);
}

.nav-menu {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grid-navbar {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.nav-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.menu-button {
  z-index: auto;
}

.menu-button.w--open {
  z-index: 1;
}

.navbar-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #ddd0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  min-width: 0%;
  margin-top: 1em;
  display: flex;
  position: fixed;
}

.container-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-image: linear-gradient(47deg, #2130a7, #283bcf);
  border-radius: 1.6em;
  justify-content: space-between;
  align-items: center;
  min-width: 0%;
  margin-left: 0;
  margin-right: 0;
  padding: .7em .5em;
  display: flex;
  position: relative;
}

.image-7 {
  width: 5em;
}

.icon-3 {
  color: #fff;
}

.nav-menu-2 {
  background-color: var(--brand-color);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 30em;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}

.nav-menu-2.customdropdownlist {
  background-image: linear-gradient(45deg, #2130a7, #283bcf);
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  width: 25em;
  min-width: 0%;
  margin-right: 2em;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: none;
}

.nav-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-wrapper-box {
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.menu-button-2 {
  background-color: #c8c8c800;
  padding: 0;
}

.menu-button-2.w--open {
  background-color: #c8c8c800;
  flex: 0 auto;
  position: static;
}

.body {
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-logo-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-logo-footer.w--current {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.box-medici {
  background-color: #ffffff80;
  border-radius: 1.2em;
  flex-flow: column;
  width: 100%;
  height: 15em;
  padding: 2em;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.box-medici:hover {
  background-color: #fff;
}

.icon-echipa {
  width: 5em;
}

.burger-icon {
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.medic-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.medic-s {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: column;
  margin-top: 10em;
  display: flex;
}

.wrapper-info-medic {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-medic-infobox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-icon-medic {
  background-color: var(--brand-color-15);
  border-radius: .6em;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  padding: 1em;
  display: flex;
}

.box-medic {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon-contact-copy {
  display: flex;
}

.wrapper-title-info-medic {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35em;
  display: flex;
}

.image-8 {
  width: 100%;
}

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

.galerie-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  margin-top: 10em;
  display: flex;
}

.lightbox-galerie {
  object-fit: cover;
  width: 30em;
  height: 20em;
  overflow: hidden;
}

.wrapper-lightbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.lightbox-link {
  border-radius: 1.2em;
  width: 100%;
}

.wraper-lightbox {
  border-radius: 1.2em;
  overflow: hidden;
}

.wrapper-horizontal-lightbox {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.navbar-link-dropdown {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.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;
}

.icon {
  width: 6em;
}

.protetica-dentara-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 10em;
  display: flex;
}

.header-s {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100em;
  height: 90vh;
  display: flex;
}

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

.wrapper-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-text-serviciu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.wrapper-header-servicii {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  display: flex;
}

.hero-intro {
  z-index: 9999;
  background-color: var(--brand-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-animation-4 {
  object-fit: cover;
  width: 50em;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  overflow: hidden;
}

.wrapper-text-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-hero {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  margin: 0;
  display: flex;
  position: relative;
}

.right-div-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 40%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-div-hero {
  border-radius: 3em;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video {
  aspect-ratio: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 3em;
  display: flex;
  position: relative;
}

.hero-div-up {
  border-radius: 2em;
  height: 60%;
  position: relative;
  overflow: hidden;
}

.hero-div-down {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding: 2em;
  display: flex;
}

.background-video-2 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.ani-experienta {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #2130a799;
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 3em;
  display: flex;
  position: absolute;
}

.div-experienta {
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.page-wrapper-dark {
  background-color: #01020e;
  flex-flow: column;
  margin-bottom: 3em;
  padding: 7em 5em 2em;
  overflow: hidden;
}

.button {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-image: linear-gradient(45deg, #2130a7, #283bcf);
  border-radius: 1.6em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em 1em 2em;
  transition: letter-spacing .2s, transform .2s, opacity .2s, padding .4s, filter .2s;
  display: flex;
  position: relative;
}

.button:hover {
  filter: drop-shadow(0 6px 18px #5566ec59) brightness(115%);
  letter-spacing: .04em;
  padding-right: 3em;
  transform: scale(1.02);
}

.icon-button {
  color: #fff;
  width: 2em;
  display: flex;
  position: relative;
}

.icon-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 3em;
  display: flex;
  position: absolute;
  right: 0;
}

.icon-button-arrow.is-static {
  position: static;
}

.circle-arrow {
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: absolute;
  right: .9%;
}

.header-wrapper {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(45deg, #2130a7, #283bcf);
  border-radius: 1em;
  width: 5em;
  height: .5em;
}

.div-block-4.is-light {
  filter: drop-shadow(0 10px 35px #1500ffcc);
}

.pin-gradient {
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: absolute;
  bottom: -7.5px;
  left: -77px;
}

.pin-gradient._1 {
  bottom: -131.5px;
}

.pin-gradient._2 {
  inset: auto -6% 3% auto;
}

.pin-gradient._3 {
  bottom: -131.5px;
}

.pin-gradient._4 {
  pointer-events: none;
  inset: auto auto 68% 0%;
}

.pin-gradient._5 {
  pointer-events: none;
  bottom: -131.5px;
  left: 644px;
}

.pin-gradient._6 {
  bottom: 211px;
  left: 50%;
}

.pin-gradient._7 {
  pointer-events: none;
  bottom: 2%;
  left: auto;
  right: 0%;
}

.pin-gradient._8 {
  pointer-events: none;
  top: auto;
  bottom: 0%;
  left: -12%;
}

.pin-gradient._9 {
  pointer-events: none;
  bottom: 22%;
  left: 50%;
}

.pin-gradient._10 {
  z-index: -1;
  inset: 69% auto auto -9%;
}

.pin-gradient._11 {
  z-index: -1;
  inset: 15% auto auto 50%;
}

.pin-gradient._12 {
  z-index: -1;
  inset: auto auto 0% -8%;
}

.pin-gradient._13 {
  z-index: -1;
  inset: auto -7% 45% auto;
}

.pin-gradient._14 {
  z-index: -1;
  bottom: 60%;
  left: auto;
  right: 1%;
}

.pin-gradient._15 {
  z-index: -1;
  inset: 15% auto auto -1%;
}

.gradient {
  z-index: -1;
  opacity: .1;
  background-image: radial-gradient(circle, #145fff, #fff 65%);
  width: 80em;
  height: 80em;
  position: absolute;
}

.gradient.light {
  z-index: 0;
  opacity: .12;
  background-image: radial-gradient(circle, #4b82f8, #01020e00 57%);
  width: 100em;
  height: 100em;
}

.wrapper-header-big {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-map {
  object-fit: fill;
  border-radius: 2.4em;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-map {
  filter: brightness(114%);
  object-fit: cover;
  width: auto;
  height: 110%;
}

.bttn-map {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000004d;
  border-radius: 1.6em;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em 1em 2em;
  transition: transform .2s, opacity .2s, padding .4s, filter .2s;
  display: flex;
  position: absolute;
  inset: 3% auto auto 4%;
}

.bttn-map:hover {
  filter: drop-shadow(0 6px 18px #5566ec59) brightness(115%);
  padding-right: 3em;
  transform: scale(1.02);
}

.icon-button-map {
  color: #fff;
  width: 2.5em;
  display: flex;
  position: relative;
}

.code-embed-2 {
  z-index: 1;
  width: 2em;
  height: 2em;
  position: absolute;
}

.map-pin {
  width: 4em;
  max-width: none;
  height: 4em;
  position: relative;
  overflow: visible;
}

.div-block-5 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 1px;
  display: flex;
  position: absolute;
  top: 48%;
  overflow: visible;
}

.orar-absolut {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 1.8em;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .7em;
  padding-bottom: .7em;
  transition: filter .2s;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 4%;
}

.orar-absolut:hover {
  filter: brightness(115%);
}

.svg-icon-contact-wihte {
  color: var(--white);
  width: 3em;
  display: flex;
}

.div-block-6 {
  background-color: #ffffff4d;
  width: 100%;
  height: .02em;
}

.div-orar {
  justify-content: space-between;
  align-items: flex-start;
  width: 22em;
  margin-left: 1.4em;
  margin-right: 1.4em;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-services1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logo-2 {
  object-fit: contain;
  width: 70%;
  height: 100%;
}

.navbar-content-aligner {
  width: 100%;
}

.button-text-2 {
  z-index: 3;
  position: relative;
}

.navbar-3 {
  background-color: #f2f2f2;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.button-hover {
  z-index: 1;
  background-color: #262626;
  border-radius: 0;
  display: flex;
  position: absolute;
  inset: 0% -1%;
  overflow: hidden;
  transform: translate(0, -101%);
}

.button-hover.button-hover-navbar {
  background-color: #262626;
}

.phone-content {
  display: none;
}

.navbar-menu {
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo {
  width: 6.875rem;
  display: none;
}

.navbar-logo.navbar-logo-desktop {
  transition: opacity .3s;
  display: block;
}

.navbar-logo.navbar-logo-desktop:hover {
  opacity: .5;
}

.navbar-links {
  grid-column-gap: .25rem;
  background-color: #0d0d0e;
  justify-content: center;
  align-items: center;
  padding: .13rem;
  display: flex;
}

.button-content {
  z-index: 3;
  grid-column-gap: .625rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-2 {
  z-index: 1;
  color: #1e1e1e;
  background-color: #f5f5f5;
  border-radius: 100vmax;
  padding: 1.5rem 2.75rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #f5f5f5;
}

.button-2.button-navbar {
  color: #f5f5f5;
  background-color: #0d0d0e;
  border-radius: 0;
  padding: 1.25rem 1.875rem;
  font-size: 1rem;
  line-height: 1em;
}

.button-2.button-navbar.button-navbar-phone {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-3 {
  width: 100%;
  max-width: 85.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-contact {
  grid-column-gap: 1.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-divider {
  display: none;
}

.navbar-layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-content-wrapper {
  width: 100%;
}

.line {
  background-color: #f2f2f280;
  width: 100%;
  height: 1px;
}

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

.image-10 {
  object-fit: cover;
  width: 120%;
  max-width: none;
  height: 120%;
}

.image-11 {
  width: 5em;
}

.image-12 {
  width: 8em;
  position: absolute;
  top: 5%;
}

@media screen and (min-width: 1280px) {
  .page-wrapper {
    overflow: hidden;
  }

  .hero {
    height: 90vh;
    overflow: hidden;
  }

  .page-wrapper-dark {
    overflow: hidden;
  }

  .pin-gradient._1 {
    bottom: 62%;
    left: 1%;
  }

  .pin-gradient._10 {
    top: 107%;
  }

  .button-text-2 {
    color: var(--brand-color);
  }

  .phone-content {
    display: block;
  }

  .navbar-links {
    grid-column-gap: .625rem;
    border-radius: 50em;
    overflow: hidden;
  }

  .navbar-links.navbar-links-phone {
    background-color: #0000;
  }

  .button-2.button-navbar {
    padding: 1.25rem 1.875rem;
  }

  .button-2.button-navbar.button-navbar-phone {
    background-color: #0000;
    transition: opacity .3s, color .3s;
  }

  .button-2.button-navbar.button-navbar-phone:hover {
    opacity: .5;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper-text-footer {
    padding: 2em;
  }

  .container-hero {
    max-width: 325em;
  }

  .line {
    background-color: #f2f2f2;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
    --brand-color: #263187;
    --heading-1: 5em;
    --heading2: 4.5em;
    --heading3: 3em;
    --title: 2.6em;
    --overline: 1.4em;
    --bodytext: 1.6em;
    --bodytext2: 1em;
    --brand-color-15: #e8ecf8;
    --tag: 2em;
    --button: 2em;
    --hover-color: #5f6cd2;
  }

  .page-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .hero {
    width: 100%;
    max-width: 200em;
    height: 90vh;
    padding-left: 5em;
    padding-right: 5em;
    overflow: hidden;
  }

  .heading-3.is-white {
    font-size: 2em;
  }

  .wrapper-button {
    padding: 1.2em;
  }

  .wrapper-button:hover {
    letter-spacing: .1em;
  }

  .button-text {
    font-size: 1.5em;
  }

  .servicii-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 80%;
    max-width: 120em;
    margin-top: 15em;
    margin-bottom: 5em;
  }

  .wrapper-header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box-service {
    height: 22em;
  }

  .heading-1.is-central {
    color: var(--black);
  }

  .cabinet-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    max-width: 120em;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .wrapper-cabinet {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .wrapper-image-cabinet {
    justify-content: center;
    align-items: center;
    max-width: 50em;
    max-height: 70em;
    display: block;
  }

  .detalii-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    max-width: 120em;
  }

  .grid {
    width: 100%;
  }

  .echipa-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
    margin-top: 15em;
  }

  .wrapper-medici {
    justify-content: center;
    align-items: center;
    max-width: 120em;
  }

  .footer-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 15em;
  }

  .wrapper-image-footer {
    width: 50%;
    max-width: 50em;
    height: 50em;
  }

  .wrapper-text-footer {
    justify-content: space-between;
    align-items: stretch;
    width: 70%;
    padding: 3em;
  }

  .wrapper-footer-up {
    justify-content: flex-start;
    align-items: center;
    max-width: 120em;
    margin-left: 20em;
    margin-right: 15em;
  }

  .wrapper-icon-footer {
    width: 6em;
    height: 6em;
  }

  .tag.is-white {
    font-weight: 400;
  }

  .tag.is-white.orar {
    font-size: 1.3em;
  }

  .tag.is-center {
    font-weight: 500;
  }

  .wrapper-footer-down {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 50em;
  }

  .wrapper-logo-footer {
    max-width: 120em;
  }

  .image-3 {
    width: 15em;
  }

  .wrapper-footer-down-info {
    justify-content: center;
    align-items: center;
    max-width: 120em;
    display: flex;
  }

  .grid-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 30em 30em 30em;
    margin-top: 3em;
  }

  .footer-cell.is-last {
    margin-left: 6em;
  }

  .logo {
    font-size: 4em;
  }

  .image-4 {
    display: inline-block;
  }

  .wrapper-hero-text {
    max-width: 150em;
  }

  .footer-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .navbar-2 {
    max-width: 150em;
  }

  .body {
    justify-content: flex-start;
    align-items: center;
  }

  .link-logo-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .box-medici {
    height: 18em;
  }

  .burger-icon {
    width: 2em;
    height: 2em;
  }

  .icon {
    width: 7em;
  }

  .protetica-dentara-s {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .wrapper-text {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .container-hero {
    max-width: 100em;
    height: 70vh;
  }

  .page-wrapper-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .wrapper-header-big {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .wrapper-map {
    width: 70%;
    height: 70em;
  }

  .image-map {
    width: 100%;
  }

  .div-orar {
    width: 25em;
  }
}

@media screen and (max-width: 991px) {
  body {
    --primary-font: "Dmsans Variablefont Opsz Wght", Arial, sans-serif;
    --brand-color: #263187;
    --heading-1: 4em;
    --black: #000;
    --heading2: 3em;
    --white: #fff;
    --heading3: 1.8em;
    --title: 1.6em;
    --overline: .8em;
    --bodytext: 1.4em;
    --bodytext2: 1em;
    --brand-color-15: #e8ecf8;
    --tag: 1em;
    --button: 1em;
    --hover-color: #5f6cd2;
  }

  .page-wrapper {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-5.is-white {
    font-size: 1.2em;
    display: flex;
  }

  .heading-5.animated-text {
    font-size: 1.2em;
  }

  .bodytext {
    text-align: center;
    font-size: 1.6em;
  }

  .bodytext.is-white {
    text-align: left;
    width: 100%;
    font-weight: 300;
  }

  .bodytext.is-100 {
    text-align: left;
  }

  .wrapper-button, .wrapper-button.is-secondary {
    padding: 1em;
  }

  .wrapper-header.is-right {
    justify-content: center;
    align-items: center;
  }

  .wrapper-services {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .box-service {
    width: 25em;
    height: 23em;
  }

  .wrapper-icons-services {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-cabinet {
    flex-flow: column;
  }

  .wrapper-image-cabinet {
    width: 80%;
    height: 30em;
  }

  .wrapper-text-cabinet {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .grid {
    grid-template-rows: 15em 15em 15em auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .cell-grid-detalii {
    padding-bottom: 2em;
  }

  .div-block {
    width: 6em;
    height: 6em;
  }

  .echipa-s {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-medici {
    flex-flow: wrap-reverse;
    margin-top: 0;
  }

  .footer-s {
    margin-top: 0;
  }

  .wrapper-image-footer {
    width: 100%;
    height: 30em;
  }

  .wrapper-text-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .wrapper-footer-up {
    flex-flow: column;
    width: 80%;
    margin-left: 3em;
    margin-right: 3em;
  }

  .wrapper-text-footer-up {
    justify-content: flex-start;
    align-items: center;
  }

  .tag.is-white {
    font-size: 1.8em;
  }

  .tag.is-white.orar {
    font-size: 1.4em;
  }

  .wrapper-footer-down {
    height: 110%;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    margin-bottom: 2em;
  }

  .wrapper-footer-text-block.is-program {
    width: 60%;
  }

  .wrapper-footer-text-block.is-left {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .link-servicii {
    width: 100%;
  }

  .image-4 {
    transform: translate(0, -25%);
  }

  .wrapper-hero-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 25em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1.5em;
  }

  .wrapper-h1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-5 {
    transform: translate(0, -25%);
  }

  .nav-menu-2.customdropdownlist {
    margin-right: 0;
  }

  .body {
    overflow: visible;
  }

  .box-medici {
    height: 14em;
  }

  .icon {
    width: 5em;
  }

  .wrapper-text {
    flex-flow: column;
  }

  .wrapper-text-serviciu {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-text-info {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 100%;
  }

  .container-hero {
    width: 95vw;
    height: 70vh;
  }

  .page-wrapper-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-wrapper {
    justify-content: center;
    align-items: center;
  }

  .wrapper-map {
    width: 100%;
    height: 30em;
  }

  .image-map {
    object-fit: cover;
    width: 100%;
  }

  .wrapper-services1 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .burger {
    z-index: 1;
    background-color: #1e1e1e;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    transition: background-color .3s;
    display: flex;
    position: relative;
  }

  .burger.w--open {
    background-color: #0d0d0e;
  }

  .navbar-content-aligner {
    background-color: #262626;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 5rem 1.25rem 2.5rem;
    display: flex;
    position: relative;
  }

  .navbar-3 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .phone-content {
    display: block;
  }

  .navbar-menu {
    background-color: #0000;
    height: 100vh;
    padding-bottom: .625rem;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar-logo {
    width: 5.25rem;
    display: block;
  }

  .navbar-logo.navbar-logo-desktop {
    display: none;
  }

  .burger-lines {
    z-index: 1;
    background-color: #0000;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0;
    transition: background-color .3s;
    display: flex;
    position: relative;
  }

  .burger-lines.w--open {
    background-color: #0d0d0e;
  }

  .navbar-links {
    grid-row-gap: .75rem;
    background-color: #0000;
    flex-direction: column;
    padding: 0;
  }

  .burger-line {
    background-color: #f5f5f5;
    border-radius: 100vmax;
    width: 1.5rem;
    height: 2px;
    padding: 0;
    position: absolute;
  }

  .burger-line.burger-line-bottom {
    transform: translate(0, 6px);
  }

  .burger-line.burger-line-top {
    transform: translate(0, -6px);
  }

  .button-2.button-navbar {
    padding: 1.75rem 2.75rem;
  }

  .button-2.button-navbar.button-navbar-navigation {
    background-color: #0000;
    padding: 1rem;
    font-size: 1.625rem;
    line-height: 1.2em;
  }

  .button-2.button-navbar.button-navbar-phone {
    background-color: #0000;
    padding: 1rem;
  }

  .container-3 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .navbar-contact {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .navbar-divider {
    background-color: #4b4b4b;
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
  }

  .navbar-content {
    grid-row-gap: 2.75rem;
    background-color: #262626;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .navbar-content-wrapper {
    background-color: #0d0d0e;
    height: 100%;
    padding-bottom: .625rem;
  }
}

@media screen and (max-width: 767px) {
  .bodytext.is-white {
    text-align: left;
  }

  .wrapper-button {
    padding: 1em 1.5em;
  }

  .servicii-s {
    justify-content: center;
    align-items: center;
  }

  .wrapper-services {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .box-service {
    width: 34em;
  }

  .wrapper-icons-services {
    justify-content: space-between;
    align-items: center;
  }

  .heading-1 {
    text-align: left;
  }

  .wrapper-image-cabinet {
    width: 70%;
  }

  .wrapper-text-cabinet {
    width: 100%;
  }

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

  .footer-s {
    width: 100%;
  }

  .wrapper-image-footer {
    width: 34em;
    height: 25em;
  }

  .wrapper-footer-text-down {
    padding-left: 2em;
  }

  .tag {
    font-size: 1.4em;
  }

  .tag.is-white {
    font-size: 1.6em;
  }

  .wrapper-footer-down {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .wrapper-footer-down-info {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-footer {
    width: 100%;
    margin-bottom: 3em;
  }

  .footer-cell {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .wrapper-footer-text-block {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-servicii {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-4 {
    transform: translate(0, -10%);
  }

  .wrapper-hero-text {
    margin-left: 1em;
    margin-right: 1em;
  }

  .wrapper-h1 {
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-scroll-icon {
    display: none;
  }

  .wrapper-hero-buttons {
    justify-content: flex-start;
    align-items: center;
  }

  .scroll-animation {
    width: 1.5em;
    height: 1.5em;
  }

  .footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .image-5 {
    transform: translate(0, -10%);
  }

  .box-medici {
    width: 34em;
    height: 12em;
  }

  .wrapper-text-serviciu {
    width: 100%;
  }

  .container-hero {
    flex-flow: column;
  }

  .right-div-hero, .video-div-hero {
    width: 100%;
  }

  .hero-div-down {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-map {
    width: 34em;
    height: 29em;
  }

  .orar-absolut {
    padding-left: 2em;
  }

  .wrapper-services1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-content-aligner {
    padding-top: 4rem;
  }

  .container-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    width: 100%;
    margin-left: .5em;
    margin-right: .5em;
    overflow: hidden;
  }

  .hero {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 7em;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 2.2em;
    line-height: 1em;
  }

  .heading-3.is-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
  }

  .heading-3.is-white.is-doctori {
    font-size: 1em;
  }

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

  .heading-5.animated-text {
    font-size: 1em;
  }

  .bodytext {
    width: 95%;
    font-size: 1.2em;
  }

  .bodytext.is-white {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .bodytext.is-100 {
    text-align: left;
  }

  .bodytext.is-center {
    width: 90%;
  }

  .button-text {
    font-size: 1em;
  }

  .servicii-s {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100vw;
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .wrapper-header {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
  }

  .wrapper-services {
    width: 95%;
  }

  .wrapper-services.is-s {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 95%;
  }

  .box-service {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    width: 100%;
    height: auto;
    padding: 1em;
  }

  .wrapper-icons-services {
    width: 100%;
  }

  .icon-tmp {
    width: 3em;
  }

  .heading-1 {
    text-align: left;
    width: 100%;
    font-size: 2.3em;
  }

  .heading-1.is-central {
    text-align: center;
  }

  .cabinet-s {
    width: 100vw;
    margin-bottom: 5em;
  }

  .wrapper-image-cabinet {
    width: 90%;
    height: 23em;
  }

  .wrapper-text-cabinet {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .detalii-s {
    margin-bottom: 5em;
  }

  .grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: 12em 12em 12em;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 12em;
    place-items: stretch stretch;
    width: 95%;
    height: auto;
  }

  .cell-grid-detalii {
    padding-top: 1em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .div-block {
    width: 5em;
    height: 5em;
  }

  .echipa-s {
    margin-left: .5em;
    margin-right: .5em;
  }

  .footer-s {
    margin-top: 5em;
  }

  .wrapper-image-footer {
    width: 95%;
    height: 20em;
  }

  .wrapper-text-footer {
    padding: .5em;
  }

  .wrapper-footer-up {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 95%;
    margin-left: .5em;
    margin-right: .5em;
  }

  .wrapper-text-footer-up {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .wrapper-footer-text-down {
    padding-left: 1em;
  }

  .svg-icon-contact {
    width: 80%;
  }

  .wrapper-icon-footer {
    width: 3em;
    height: 3em;
  }

  .tag.is-white, .tag.is-white.is-right {
    font-size: 1.3em;
  }

  .tag.is-white.orar {
    font-size: 1.2em;
  }

  .tag.is-center.detaliu {
    font-size: 1em;
  }

  .wrapper-footer-down {
    width: 100vw;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-footer-down-info {
    width: 22em;
  }

  .grid-footer {
    grid-column-gap: 1.2em;
    grid-row-gap: 1.2em;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 15em;
    place-items: start;
    width: 100%;
    margin-bottom: 0;
    margin-left: .5em;
  }

  .footer-cell {
    justify-content: flex-start;
    align-items: stretch;
  }

  .wrapper-footer-text-block.is-program {
    width: 110%;
  }

  .lottie-animation {
    width: 3em;
  }

  .link-servicii {
    justify-content: space-between;
    align-items: center;
  }

  .wrapper-hero-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-radius: 1em;
    width: 22em;
    margin-bottom: 3em;
    margin-left: .5em;
    margin-right: .5em;
    padding: 2em 1.5em;
  }

  .wrapper-h1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper-scroll-icon.is-servicii {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper-hero-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
  }

  .container-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2.customdropdownlist {
    width: 100%;
  }

  .box-medici {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
    height: auto;
    padding: 1em;
  }

  .icon-echipa {
    width: 3em;
  }

  .wrapper-info-medic {
    margin-left: 1em;
  }

  .wrapper-icon-medic {
    width: 4em;
    height: 4em;
    padding: 0;
  }

  .box-medic {
    width: 100%;
  }

  .wrapper-title-info-medic {
    width: 15em;
  }

  .galerie-s {
    padding-left: .5em;
    padding-right: .5em;
  }

  .wrapper-horizontal-lightbox {
    flex-flow: column;
  }

  .icon {
    width: 4em;
  }

  .protetica-dentara-s {
    margin-bottom: 5em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .header-s {
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .wrapper-text-serviciu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .wrapper-header-servicii {
    margin-top: 10vh;
    padding-left: .75em;
    padding-right: .75em;
  }

  .lottie-animation-3 {
    justify-content: center;
    align-items: center;
    width: 3em;
    display: flex;
  }

  .image-9 {
    width: 10em;
  }

  .hero-intro {
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
  }

  .div-block-2 {
    height: 15em;
  }

  .container-hero {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .right-div-hero {
    height: auto;
  }

  .video-div-hero {
    border-radius: 2.6em;
    height: 30em;
  }

  .background-video {
    object-fit: cover;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .hero-div-up {
    height: 10em;
  }

  .div-block-3 {
    object-fit: fill;
    padding-left: 1em;
  }

  .div-experienta {
    height: 100%;
  }

  .page-wrapper-dark {
    width: 100vw;
    margin-left: .5em;
    margin-right: .5em;
  }

  .wrapper-header-big {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
  }

  .wrapper-map {
    border-radius: 2.6em;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30em;
  }

  .orar-absolut {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    bottom: 2%;
    left: 2%;
  }

  .svg-icon-contact-wihte {
    width: 60%;
  }

  .div-orar {
    width: 18em;
  }

  .div-block-7 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-services1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: auto;
  }

  .container-3 {
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono Variable';
  src: url('../fonts/JetBrainsMono-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit Variablefont Wght';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}