:root {
  --white: white;
  --black: black;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #efefef;
  margin: 111px auto 80px;
  padding-bottom: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.despre-noi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-top: -68px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 20px;
  display: block;
}

.paragraph-tiny {
  color: #9b9b9d;
  order: 1;
  justify-content: flex-start;
  align-self: flex-end;
  margin-top: 11px;
  font-size: 10px;
  line-height: 20px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(52, 54, 60, .62);
  border-radius: 0;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 216px;
  min-width: 0;
  min-height: 0;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px 12px 26px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #343434;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 172px;
  height: 44px;
  margin-top: 34px;
  margin-left: 35px;
  display: block;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  margin-bottom: -8px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
}

.heading-jumbo {
  opacity: 1;
  color: #fff;
  text-transform: none;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: -277px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 173px;
  margin-right: -349px;
  padding-top: 13px;
  padding-right: 0;
  display: flex;
  left: -39px;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  opacity: 1;
  color: #fff;
  mix-blend-mode: difference;
  object-fit: cover;
  background-color: rgba(244, 244, 244, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 700px;
  margin-top: 225px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 565px;
  transition: opacity 75ms;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/DSC05257.jpg');
  background-position: 59% 22%;
  background-size: cover;
  height: 480px;
  margin-top: 0;
  padding-right: 0;
}

.intro-header.cc-subpage.contactcover {
  background-image: url('../images/DSC05861-Edit-2.jpg');
  background-position: 50% 39%;
  background-size: cover;
  margin-top: -69px;
  margin-bottom: -42px;
}

.intro-header.cc-subpage.contactcover.dotari-medicale {
  background-image: url('../images/DSC05257.jpg');
  background-position: 44% 33%;
  background-size: auto 1272px;
}

.intro-header.cc-subpage.contactcover.dotari-medicale._1 {
  margin-top: 0;
  margin-bottom: -276px;
}

.intro-header.cc-subpage.contactcover._1 {
  margin-top: -111px;
  padding-top: 0;
}

.intro-header.specia {
  flex-flow: column;
  padding-right: 483px;
  font-family: Montserrat Alternates, sans-serif;
}

.intro-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1140px;
  height: 0;
  margin-bottom: -289px;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 317px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 6.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 0;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  background-color: #c8b784;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 70px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-pic._1 {
  background-image: url('../images/WA-STA-5220-220_1.jpg');
  background-position: 39%;
  background-size: 137%;
}

.team-pic._2 {
  background-image: url('../images/j_morita_usa_inc_covecaceditr.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-pic._3 {
  background-image: url('../images/DSC05499.jpg');
  background-position: 50%;
  background-size: contain;
  height: 540px;
  padding-left: 0;
}

.team-pic._4 {
  background-image: url('../images/DSC05471.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: contain, auto;
  height: 419px;
}

.team-pic._5 {
  background-image: url('../images/DSC05484.gif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 81%, 0 0;
  background-size: cover, auto;
}

.team-pic._6 {
  background-image: url('../images/DSC05442.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 83%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.team-pic._7 {
  background-image: url('../images/DSC05420.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 82%, 0 0, 0 0, 0 0;
  background-size: cover, auto, auto, auto;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 65px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.team-member-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  text-align: center;
  align-self: auto;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
  display: block;
}

.section-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: stretch;
  margin-top: 12px;
  margin-bottom: 0;
  padding-bottom: 18px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 80px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-span {
  mix-blend-mode: normal;
  border: 1px #000;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
}

.block-quote {
  color: #1a1b1f;
  text-align: center;
  justify-content: center;
  padding-left: 151px;
  padding-right: 151px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.block-quote-2 {
  text-align: center;
  border-bottom: 1px #8a8282;
  border-left-style: none;
  position: static;
}

.container-2 {
  background-color: #f3f3f3;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 111px;
}

.section-2 {
  min-height: 2%;
}

.section-3 {
  min-height: 70%;
}

.heading {
  text-align: center;
  margin-bottom: 46px;
}

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

.columns {
  margin-bottom: 82px;
}

.list {
  text-align: left;
  margin-bottom: 50px;
  padding-left: 197px;
  list-style-type: disc;
  display: block;
}

.container-3 {
  text-align: center;
  border: 1px #000;
  max-width: none;
  margin-top: 65px;
  margin-bottom: 129px;
  padding-right: 0;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 75px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.image {
  cursor: default;
  position: static;
  box-shadow: 1px 1px 3px #000;
}

.image-2 {
  width: 622px;
  min-width: 0;
  margin-top: -45px;
  margin-bottom: 119px;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
}

.hero {
  align-items: center;
  padding-top: 0;
  padding-bottom: 8px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: -41px;
  margin-bottom: 65px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

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

.heading-3 {
  color: #525252;
  font-size: 18px;
  line-height: 16px;
}

.div-block-2 {
  width: 400%;
  min-width: 0;
  display: block;
}

.map-2 {
  width: 225%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin-top: -52px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: auto;
  margin-top: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.asistente, .medici {
  text-align: center;
}

.image-7 {
  width: 43%;
}

.heading-4 {
  color: #c8b784;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px #000;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Quicksand, sans-serif;
  display: block;
}

.heading-4.headingcapitole {
  border: 1px #000;
  padding-bottom: 65px;
  font-size: 40px;
}

.body {
  border-top: 1px solid #000;
}

.tabs {
  text-align: center;
}

.main-content {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 75px;
}

.rich-text-block {
  text-align: left;
  border: 1px #000;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.rich-text-block-2 {
  text-align: justify;
  margin-top: -2px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

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

.image-8 {
  text-align: left;
}

.image-9 {
  text-align: center;
  margin-bottom: 22px;
  padding-left: 0;
  display: inline-block;
}

.paragraph {
  text-align: center;
  border: 1px solid #000;
  margin-top: 97px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: inline-block;
}

.columns-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.column-2 {
  margin-left: auto;
  margin-right: auto;
}

.column-3 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.column-4 {
  justify-content: flex-end;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 102px;
  display: block;
  overflow: visible;
}

.columns-3 {
  margin-bottom: 94px;
  padding-left: 100px;
  padding-right: 100px;
}

.grid-6 {
  grid-template-rows: auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  min-width: 100%;
  max-width: 0%;
  min-height: 30px;
}

.endodontie {
  text-align: justify;
  margin-top: -36px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-auto-flow: row;
  margin-bottom: 124px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-2, .paragraph-3 {
  color: #939498;
}

.grid-8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 67px;
}

.paragraph-4 {
  color: #939498;
  padding-bottom: 0;
}

.image-11 {
  padding-bottom: 26px;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  color: #939498;
}

.heading-5, .heading-6 {
  font-size: 30px;
}

.rich-text-block-3 {
  margin-top: -39px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/unnamed.jpg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 44px;
  display: grid;
}

.container-4 {
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  background-color: #fff;
}

.brand {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/logo-scan-with-title.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  border-radius: 0;
  width: 64%;
  height: 100%;
  margin-left: -67px;
}

.link {
  display: inline-block;
}

.nav-menu {
  text-align: left;
  object-fit: fill;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-2 {
  align-self: center;
  text-decoration: none;
}

.nav-link {
  color: var(--white);
  background-color: #000;
}

.paragraph-8 {
  width: 99.9998%;
  padding-left: 0;
  padding-right: 0;
}

.grid-10 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 99px;
}

.rich-text-block-4 {
  text-align: center;
  text-transform: none;
  margin-bottom: -3px;
  padding-left: 150px;
  padding-right: 150px;
}

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

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

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 116px;
  padding-bottom: 0;
}

.titlu-etape-trtrmt-implante {
  text-align: left;
  margin-top: 81px;
  padding-left: 150px;
  padding-right: 150px;
}

.block-quote-3 {
  border: 1px solid #000;
  border-radius: 11px;
  margin-left: 190px;
  margin-right: 190px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-5 {
  padding-left: 150px;
  padding-right: 150px;
}

.grid-14 {
  grid-column-gap: 14px;
  grid-template-areas: "Area";
}

.text-block {
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.quick-stack {
  padding-left: 100px;
  padding-right: 100px;
}

.text-block-2 {
  margin-top: 0;
  padding-top: 0;
}

.heading-8 {
  margin-top: 16px;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-size: 35px;
}

.tab-pane-implantologie {
  margin-top: 27px;
}

.image-12 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  margin-top: 52px;
}

.text-block-4 {
  margin-top: 0;
  margin-left: 0;
}

.text-block-5 {
  margin-top: 118px;
  margin-left: 99px;
  margin-right: -469px;
}

.text-block-6 {
  margin-top: 77px;
  margin-left: 158px;
}

.cell {
  padding-bottom: 133px;
}

.text-block-7 {
  margin-top: 0;
  margin-left: 0;
}

.paragraph-9 {
  outline-offset: 0px;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  outline: 0 dotted #1a1b1f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  border: 1px #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.rich-text-block-6 {
  margin-top: 83px;
}

.text-block-8 {
  border: 1px solid #000;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
}

.rich-text-block-7 {
  margin-top: 34px;
  margin-left: 140px;
  margin-right: 140px;
}

.image-13 {
  margin-top: 30px;
}

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

.heading-10 {
  margin-bottom: 0;
  font-size: 20px;
}

.heading-10.tratamet {
  margin-bottom: 50px;
}

.slide {
  background-image: url('../images/young-woman-smiling-before-the-medical-checkup_1153-676.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 500px;
}

.slide.slide1 {
  background-image: url('../images/DSC05941cuceccadinainte-edit-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 129vh;
  margin-top: -115px;
  position: relative;
  top: -97px;
  bottom: -70px;
}

.slider {
  height: 86vh;
}

.slider.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 83vh;
}

.front-quote {
  text-align: center;
  display: block;
}

.heading-11 {
  color: #b5a880;
  letter-spacing: -1.5px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  mix-blend-mode: multiply;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  transition: bottom .35s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.slide2 {
  background-image: url('../images/DSC05206.jpg');
  background-position: 0 -188px;
  background-size: cover;
}

.navbar-2 {
  object-fit: fill;
  background-color: rgba(172, 172, 172, .32);
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.grid-15 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr;
}

.image-14 {
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-16 {
  margin-bottom: 0;
  padding-right: 0;
}

.image-17 {
  object-fit: contain;
  padding-left: 0;
  padding-right: 0;
}

.section-5 {
  object-fit: fill;
  width: 100%;
  height: 12%;
  display: block;
}

.homepagemenuwindow {
  aspect-ratio: 16 / 9;
  object-fit: none;
  background-image: url('../images/periute2.jpg');
  background-position: 50% 48%;
  background-size: cover;
  width: 100%;
  height: 387px;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.homepagemenuwindow._2 {
  background-image: url('../images/DSC05936.jpg');
  background-position: 50% 8%;
  background-size: cover;
}

.homepagemenuwindow._3 {
  background-image: url('../images/20230825-DSC05033.jpg');
  background-position: 43% 59%;
  background-size: cover;
}

.homepagemenuwindow._4 {
  background-image: url('../images/AdobeStock_110678085-3.jpg');
  background-position: 50% 71%;
  background-size: cover;
}

.homepagemenuwindow._5 {
  background-image: url('../images/AdobeStock_52499016.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.homepagemenuwindow._6 {
  background-image: url('../images/DSC05257.jpg');
  background-position: 50% 34%;
  background-size: 1650px;
  margin-bottom: 0;
}

.homepagemenuwindow._7 {
  background-image: url('../images/AdobeStock_121254241.jpg');
}

.image-18 {
  object-fit: contain;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-19 {
  object-fit: contain;
}

.homepagemenuheading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 60px;
  display: flex;
}

.headingmainmenu {
  clear: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(48, 48, 48, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 106px;
  font-size: 80px;
  text-decoration: none;
  display: block;
}

.heading-12 {
  margin-top: 0;
}

.heading-12.headingmainmenu {
  padding-left: 576px;
}

.heading-13 {
  margin-top: 0;
}

.brand-2 {
  background-image: url('../images/logo_slimmer.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.image-20 {
  width: 418px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 60px;
}

.container-6 {
  padding-top: 25px;
}

.right-arrow {
  padding-top: 36px;
}

.tabs-content {
  background-image: url('../images/AdobeStock_141464997-2.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: -15px;
  margin-bottom: 0;
}

.tabs-content.tratament {
  margin-bottom: -43px;
  padding-bottom: 0;
}

.tabs-menu {
  margin-top: 2px;
  margin-bottom: 14px;
}

.tabs-menu.tabs-menu-tratamente {
  margin-top: -61px;
  margin-bottom: 40px;
}

.heading-14 {
  color: #000;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 36px;
}

.container-7 {
  padding-top: 0;
}

.image-21 {
  padding-left: 0;
  padding-right: 0;
}

.container-8 {
  margin-top: 59px;
}

.text-block-9 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.bold-text {
  font-weight: 400;
}

.rich-text-block-8, .rich-text-block-9 {
  text-align: left;
}

.text-block-10 {
  text-align: left;
  padding-top: 34px;
  padding-bottom: 0;
}

.heading-15 {
  color: #fff;
  text-align: left;
}

.container-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: rgba(0, 0, 0, .38);
  justify-content: flex-start;
  align-items: center;
  max-width: 372px;
  margin-left: auto;
  display: flex;
}

.image-22 {
  margin-bottom: 23px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.text-block-11 {
  text-align: left;
  margin-bottom: 40px;
  font-size: 18px;
}

.container-10 {
  margin-bottom: 108px;
}

.image-23 {
  margin-bottom: 19px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-24 {
  object-fit: fill;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-11 {
  margin-bottom: 281px;
}

.image-25 {
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-12 {
  text-align: left;
}

.image-26 {
  padding-left: 0;
  padding-right: 0;
}

.grid-16 {
  grid-column-gap: 17px;
  grid-row-gap: 47px;
}

.text-block-13 {
  font-size: 30px;
}

.text-block-14 {
  text-transform: uppercase;
  margin-bottom: 21px;
  padding-top: 72px;
  padding-bottom: 0;
  font-size: 20px;
  font-style: italic;
}

.text-block-14._2 {
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: overline;
}

.container-12 {
  margin-bottom: 196px;
}

.text-block-15 {
  text-align: left;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.image-27 {
  margin-bottom: 33px;
  padding-left: 0;
  padding-right: 0;
}

.grid-17 {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
}

.image-28 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-29 {
  margin-bottom: 113px;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-30 {
  margin-bottom: 74px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-31 {
  padding-left: 0;
  padding-right: 0;
}

.image-32 {
  margin-bottom: 11px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-33 {
  padding-left: 0;
  padding-right: 0;
}

.heading-16, .heading-17 {
  font-size: 20px;
}

.ehading-200 {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

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

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

.text-block-17 {
  text-align: left;
  margin-bottom: -207px;
}

.container-13 {
  justify-content: flex-start;
  padding-top: 63px;
  display: flex;
}

.text-block-18 {
  padding-left: 0;
}

.text-block-19 {
  font-size: 0;
}

.text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  font-size: 20px;
}

.mask {
  object-fit: contain;
  overflow: hidden;
}

.image-35 {
  margin-bottom: 16px;
}

.image-36 {
  margin-bottom: -8px;
  display: inline-block;
}

.grid-19 {
  grid-row-gap: 57px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr;
  padding-top: 32px;
}

.text-block-26 {
  margin-bottom: 61px;
}

.image-37 {
  padding-left: 60px;
  padding-right: 60px;
}

.text-block-27 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-28 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-29, .text-block-30, .text-block-31 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.text-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-18 {
  text-align: left;
  margin-top: 29px;
  margin-bottom: 2px;
  font-style: italic;
}

.columns-4 {
  margin-bottom: 87px;
}

.image-43 {
  margin-bottom: 10px;
  display: inline-block;
}

.image-44 {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

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

.heading-19, .heading-20 {
  font-size: 36px;
}

.image-45 {
  margin-bottom: 35px;
  padding-bottom: 0;
  display: inline-block;
}

.container-14 {
  margin-bottom: 225px;
}

.text-definiti {
  -webkit-text-stroke-width: .3px;
  margin-bottom: 40px;
  font-size: 18px;
}

.text-block-33 {
  text-align: left;
  margin-bottom: 29px;
}

.text-block-34 {
  text-align: left;
}

.text-block-34.text-definiti {
  text-align: left;
  margin-bottom: 26px;
  padding-bottom: 0;
}

.quote-implant {
  font-size: 15px;
}

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

.video-3 {
  margin-bottom: 0;
}

.image-47 {
  padding-bottom: 0;
}

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

.grid-20 {
  grid-template-rows: auto auto auto auto;
  margin-bottom: 65px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-49, .image-50 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.image-52 {
  display: block;
}

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

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

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

.text-block-38 {
  text-transform: uppercase;
  font-size: 20px;
}

.titlu-lucrari-implante {
  text-transform: uppercase;
  margin-bottom: 21px;
  font-size: 20px;
  font-style: italic;
}

.image-54 {
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.image-55 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-56 {
  margin-bottom: 76px;
  padding-top: 74px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-39 {
  margin-bottom: -35px;
  text-decoration: none;
}

.columns-5 {
  margin-bottom: 100px;
}

.slide3 {
  background-image: url('../images/20231229-DSC05883.jpg');
  background-position: 50% 48%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/20231012-DSC05195.jpg');
  background-position: 50% 81%;
  background-size: cover;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.image-57 {
  padding-left: 0;
  padding-right: 0;
}

.columns-6 {
  margin-left: 0;
  padding-left: 0;
}

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

.adresa-footer {
  padding-top: 10px;
  font-size: 12px;
  line-height: 15px;
}

.adresa-footer.telefon {
  font-size: 14px;
  font-style: normal;
}

.adresa-footer.heade {
  font-size: 14px;
}

.nr-tel-footer {
  color: #787878;
  font-size: 12px;
}

.columns-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-22 {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-auto-flow: row;
}

.column-6 {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

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

.video-4 {
  margin-bottom: -206px;
}

.body-2 {
  background-color: #efefef;
}

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

.body-3 {
  background-color: #efefef;
}

.image-60 {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns-8 {
  margin-bottom: 52px;
}

.paragraph-19 {
  padding-left: 270px;
  padding-right: 270px;
}

.paragraph-19.multumim-sf {
  color: rgba(26, 27, 31, .73);
  text-align: center;
  background-color: rgba(255, 255, 255, .21);
  margin-left: 220px;
  margin-right: 220px;
  padding: 10px;
  font-family: Bitter, serif;
  font-style: italic;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .225s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-63 {
  padding-left: 22px;
  padding-right: 0;
}

.image-65 {
  display: block;
}

.section-6 {
  margin-bottom: 177px;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 287px;
  height: 461px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.columns-9 {
  padding-left: 147px;
  padding-right: 147px;
}

.column-8 {
  margin-bottom: 107px;
}

.image-66 {
  padding-left: 0;
  padding-right: 0;
}

.image-67 {
  margin-bottom: 73px;
  display: inline-block;
}

.map-3 {
  padding-left: 308px;
}

.column-9 {
  margin-bottom: 33px;
}

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

.image-68.backtotop {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  bottom: auto;
}

.container-15 {
  position: fixed;
}

.image-69 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-70 {
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
}

.image-71, .image-72 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-73, .image-74 {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-7 {
  margin-bottom: 85px;
}

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

.image-75 {
  margin-bottom: -82px;
}

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

.text-block-42 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-76 {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-78 {
  padding-left: 150px;
  padding-right: 150px;
}

.container-17 {
  margin-bottom: 102px;
}

.text-block-43 {
  text-align: center;
}

.anchol-scroll, .gobackuptratamente {
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.slide-3 {
  background-image: url('../images/DSC05253-edit.jpg');
  background-position: 50% 37%;
  background-size: cover;
}

.italic-text, .bold-text-2 {
  text-decoration: none;
}

.text-block-44 {
  margin-bottom: 20px;
  font-style: normal;
  text-decoration: none;
}

.text-block-45, .columns-10 {
  margin-bottom: 20px;
}

.slide-4 {
  background-image: url('../images/DSC05861-Edit-2.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.text-block-47 {
  font-style: normal;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 42px;
  display: inline;
}

.text-block-49 {
  text-align: left;
}

.container-18 {
  margin-top: 0;
}

.bold-text-4 {
  font-size: 42px;
}

.text-block-50, .text-block-51, .text-block-52, .text-block-53 {
  text-align: left;
}

.container-20 {
  margin-bottom: 48px;
}

.text-block-54 {
  text-align: left;
}

.link-block {
  z-index: 0;
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.div-block-7 {
  background-color: #d4d8cd;
  height: 3px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .image-2 {
    width: 30ch;
  }

  .slide2 {
    background-position: 0 -27px;
  }

  .tabs-menu {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .despre-noi {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .image-2 {
    width: 20ch;
    margin-top: -35px;
  }

  .hero {
    width: auto;
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .main-content {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    line-height: 18px;
  }

  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  img {
    width: 599px;
  }

  .section {
    background-color: #dfdfdf;
    border-top: 1px #000;
    border-radius: 0;
    margin: -27px auto 0;
    padding-bottom: 2px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .despre-noi {
    width: auto;
    min-width: 0;
    height: auto;
    margin-top: -38px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .paragraph-tiny {
    cursor: pointer;
    justify-content: center;
    align-items: center;
  }

  .button {
    cursor: pointer;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .heading-jumbo {
    margin-left: -171px;
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    flex-wrap: nowrap;
    flex: 0 100%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 156%;
    max-width: 350px;
    min-height: 0;
    max-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 287px;
  }

  .footer-wrap {
    padding-top: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    text-align: left;
    object-fit: cover;
    object-position: 50% 50%;
    width: 315px;
    margin-top: 181px;
    margin-left: 0;
    padding-left: 169px;
    font-size: 30px;
    display: flex;
  }

  .intro-header.cc-subpage {
    background-image: url('../images/DSC05257.jpg');
    background-position: 38% 34%;
    background-size: 674%;
    margin-top: 20px;
  }

  .intro-header.cc-subpage.contactcover {
    width: 326px;
  }

  .intro-header.cc-subpage.contactcover.dotari-medicale._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 36% 39%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: -80px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .intro-header.cc-subpage.contactcover._1 {
    object-fit: cover;
    background-position: 27% 39%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-header.cc-subpage.dotari-medicale {
    flex-direction: column;
  }

  .intro-header.specia {
    direction: ltr;
    color: #838383;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    mix-blend-mode: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 162px;
    margin-top: 186px;
    padding-left: 175px;
    font-family: Montserrat Alternates, sans-serif;
    font-style: normal;
    line-height: 33px;
    text-decoration: none;
  }

  .section-heading-wrap {
    margin-top: 51px;
    padding-top: 57px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding-right: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .map {
    margin-bottom: 0;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .team-pic._3 {
    background-size: contain;
    min-width: 0;
    height: 470px;
  }

  .team-pic._4 {
    background-size: cover, auto;
  }

  .team-pic._5 {
    background-image: url('../images/DSC05484.gif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 51%, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .team-pic._7 {
    background-position: 50% 66%, 0 0, 0 0, 0 0;
    background-size: cover, auto, auto, auto;
  }

  .team-members {
    border: 1px #000;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    align-content: stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-member-name {
    font-size: 20px;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    margin-top: -35px;
    margin-bottom: 66px;
  }

  .about-grid {
    grid-column-gap: 0px;
    margin-top: 68px;
    padding-bottom: 0;
  }

  .text-span {
    margin: 0;
    padding: 0;
    font-style: italic;
  }

  .block-quote-2 {
    margin-bottom: 3px;
    padding-top: 0;
  }

  .div-block {
    margin-bottom: -9px;
  }

  .container-2 {
    background-color: #f3f3f3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .column {
    padding-top: 0;
  }

  .list {
    padding-left: 121px;
  }

  .container-3 {
    text-align: center;
  }

  .grid-2 {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .image-2 {
    width: auto;
    margin-top: -59px;
    margin-bottom: 118px;
  }

  .image-3, .image-4, .image-5, .image-6 {
    margin-bottom: 10px;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 16px;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    margin-bottom: -80px;
  }

  .grid-3 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    perspective: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .grid-4 {
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .image-7 {
    width: 280%;
    margin-top: 10px;
  }

  .heading-4 {
    margin-top: 25px;
  }

  .heading-4.headingcapitole {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .body {
    border-top-style: none;
  }

  .tabs {
    margin-top: 100px;
  }

  .main-content {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 0;
  }

  .rich-text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .container-4 {
    margin-left: -20px;
    padding-left: 0;
  }

  .rich-text-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    margin-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 84px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    margin-top: 0;
    margin-bottom: 84px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .text-block-8 {
    border-style: solid;
    margin-top: 65px;
    margin-bottom: 60px;
    text-decoration: none;
  }

  .heading-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10.tratamet {
    margin-bottom: 87px;
    line-height: 31px;
  }

  .slide.slide1 {
    background-position: 76% 35%;
    background-size: 298%;
    margin-top: 0;
    padding-top: 0;
    top: -181px;
    bottom: -181px;
  }

  .slider {
    height: 90vh;
  }

  .slider.slide-2 {
    background-position: 50%;
    margin-top: -51px;
    padding-top: 0;
  }

  .heading-11 {
    opacity: 1;
    color: #b5a880;
    text-shadow: 5px 3px 8px rgba(0, 0, 0, .2);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: difference;
    background-clip: border-box;
    margin-top: 215px;
    padding-top: 0;
  }

  .slide2 {
    background-position: 50%;
    background-size: cover;
  }

  .navbar-2 {
    z-index: 10;
    margin-bottom: 51px;
    position: -webkit-sticky;
    position: sticky;
  }

  .image-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    margin-top: -32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepagemenuwindow {
    background-size: cover;
    width: 90%;
  }

  .homepagemenuwindow._2 {
    background-position: 69%;
    width: 90%;
  }

  .homepagemenuwindow._3 {
    aspect-ratio: 16 / 9;
    background-position: 50%;
    background-size: cover;
    width: 90%;
  }

  .homepagemenuwindow._4, .homepagemenuwindow._5 {
    width: 90%;
  }

  .homepagemenuwindow._6 {
    background-position: 34% 34%;
    width: 90%;
  }

  .homepagemenuwindow._7 {
    background-position: 22%;
    width: 90%;
  }

  .headingmainmenu {
    object-fit: fill;
    font-size: 40px;
    display: block;
  }

  .brand-3 {
    background-image: url('../images/logo_slimmer.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    width: 975px;
    height: 79px;
  }

  .brand-4 {
    width: 636px;
    height: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    margin-left: 0;
    margin-right: -94px;
    padding-left: 72px;
  }

  .image-20 {
    width: 638px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    margin-top: 35px;
  }

  .heading-14 {
    margin-top: 0;
  }

  .image-21 {
    box-sizing: border-box;
    object-fit: cover;
    width: 350px;
    min-width: 0;
    height: 176px;
    overflow: visible;
  }

  .menu-button-2 {
    padding-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .text-block-14._2 {
    font-style: normal;
    line-height: 38px;
    text-decoration: overline;
  }

  .text-block-14._4 {
    text-decoration: overline;
  }

  .text-block-14._3 {
    padding-top: 0;
    line-height: 33px;
  }

  .text-block-15 {
    margin-bottom: 20px;
  }

  .image-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .image-29 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-30 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .image-32 {
    margin-bottom: 20px;
    padding-top: 17px;
  }

  .text-block-17 {
    margin-bottom: -80px;
    padding-bottom: 0;
  }

  .container-13 {
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 106px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .icon {
    mix-blend-mode: normal;
  }

  .image-34 {
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    padding-bottom: 39px;
  }

  .grid-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-37 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-31 {
    margin-bottom: 76px;
  }

  .image-38, .image-39, .image-40, .image-41, .image-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-18 {
    text-align: left;
    font-style: italic;
  }

  .image-43 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-44 {
    margin-bottom: -134px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-45, .text-definiti {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-33 {
    margin-bottom: 36px;
  }

  .text-block-34.text-definiti {
    text-align: center;
    margin-bottom: 26px;
  }

  .block-quote-4 {
    font-size: 15px;
  }

  .quote-implant {
    font-size: 15px;
    line-height: 26px;
  }

  .slide-2 {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .video {
    padding-bottom: 126px;
  }

  .video-2 {
    padding-bottom: 0;
  }

  .image-46 {
    margin-bottom: -2px;
    padding-left: 0;
    padding-right: 0;
  }

  .video-3 {
    margin-bottom: -176px;
  }

  .image-48 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-20 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image-49, .image-50 {
    margin-bottom: 0;
  }

  .image-53 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-35, .text-block-36, .text-block-37 {
    margin-bottom: 20px;
  }

  .image-55 {
    margin-bottom: 0;
  }

  .image-56 {
    margin-bottom: 10px;
  }

  .text-block-39 {
    margin-bottom: -19px;
  }

  .slide3 {
    background-position: 69% 48%;
  }

  .slide4 {
    background-image: url('../images/DSC05181.jpg');
    background-position: 0 -26px;
    background-size: cover;
  }

  .adresa-footer {
    margin-bottom: 0;
    padding-top: 0;
  }

  .adresa-footer.telefon {
    margin-bottom: -7px;
  }

  .image-58 {
    cursor: pointer;
    margin-bottom: 10px;
  }

  .column-5 {
    margin-bottom: 0;
  }

  .grid-22 {
    cursor: pointer;
    grid-template-rows: auto;
  }

  .column-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-7 {
    padding-bottom: 11px;
  }

  .video-4 {
    margin-bottom: -188px;
  }

  .image-59 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-60 {
    margin-bottom: 0;
  }

  .image-61 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-62 {
    margin-bottom: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19.multumim-sf {
    margin-bottom: 131px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .image-63 {
    margin-bottom: 52px;
    padding-left: 0;
  }

  .image-64 {
    text-align: left;
    width: 166px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .div-block-6 {
    margin-bottom: 123px;
    padding-bottom: 0;
  }

  .background-video {
    width: 230px;
    height: 346px;
  }

  .background-video-2 {
    height: 232px;
  }

  .columns-9 {
    padding-bottom: 53px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-67 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .map-3 {
    margin-bottom: 68px;
  }

  .text-block-41 {
    margin-bottom: 36px;
  }

  .youtube {
    margin-bottom: 25px;
    padding-bottom: 0;
  }

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

  .image-71 {
    margin-bottom: 72px;
  }

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

  .image-73 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-74 {
    margin-bottom: 20px;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-75 {
    box-sizing: border-box;
    object-fit: cover;
    min-width: 0;
    height: 269px;
    margin-bottom: -71px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: clip;
  }

  .visibility-block {
    height: 15rem;
  }

  .image-76 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-77 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-78 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    margin-bottom: -23px;
  }

  .text-block-43 {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 12px;
    line-height: 23px;
  }

  .gobackuptratamente {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .slide-3 {
    background-position: 100%;
    background-size: cover;
  }

  .link-3 {
    text-align: left;
    margin-bottom: 46px;
  }

  .slide-4 {
    background-position: 13% 19%;
  }

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

  .lightbox-link {
    margin-bottom: 44px;
  }

  .lightbox-link-2 {
    margin-bottom: 89px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-48 {
    font-size: 31px;
  }

  .bold-text-3 {
    font-size: 42px;
    text-decoration: none;
  }

  .text-block-49 {
    text-align: left;
    text-decoration: none;
  }

  .bold-text-4 {
    font-size: 42px;
  }

  .container-19 {
    margin-bottom: 70px;
    padding-bottom: 0;
  }

  .text-block-50, .text-block-51, .text-block-52, .text-block-53 {
    text-align: left;
  }

  .container-20 {
    margin-bottom: 20px;
  }

  .text-block-55 {
    text-align: left;
  }

  .image-79 {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    top: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3f460e3b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-3f460e3b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5eaab70-29f7-d480-441f-63ed5ff262e3-4f460e3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f5eaab70-29f7-d480-441f-63ed5ff262f0-4f460e3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5eaab70-29f7-d480-441f-63ed5ff262fd-4f460e3f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f2460e41 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_752201dc-5188-c163-42f4-a721dc8243d1-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d7852d51-19fe-35bc-d833-bbcb98c131a5-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daaa21d1-c0e1-8ec2-00ac-fa1f5b8bd5c5-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6c420673-6f03-2af1-1f8f-4d658c70b956-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e694244-c48f-eda5-2ee9-03166467f4f3-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fc68ea82-a43a-c7e9-fd87-bc2193e376f4-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2769bec3-6294-fce6-3e6d-efe8e1ec8247-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4b68c548-5d22-2630-6e2d-9792fc1d6106-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a8373dd-341d-3bea-f0ec-972868a47a0b-f3460e47, #w-node-_15251e00-98ef-7812-aaf4-aa06a69b5e92-f3460e47, #w-node-_77e156b9-677b-4be7-0f58-96e251858e41-f3460e47 {
  align-self: center;
  justify-self: center;
}

#w-node-_036e10ee-bd60-8ef9-62cb-af989685601b-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_592658a2-6052-df15-900d-eedab9b6f949-f3460e47 {
  align-self: center;
}

#w-node-_497e2f11-3049-672e-54ee-4f0e13e94659-f3460e47 {
  align-self: center;
  justify-self: center;
}

#w-node-_069af4d1-8661-8dfe-3a45-696bd8caed85-f3460e47, #w-node-_5913bd0e-a879-75cc-c3bc-447f958da00b-f3460e47, #w-node-_0807a348-4f01-be2b-d9a2-f2961272c2e2-f3460e47, #w-node-_6afcdde8-453b-6193-02b7-5b44c6cae9d9-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_888f7be1-a3ac-e765-ab3b-2c2342791220-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c655dd43-dcb5-c43a-2fad-da8d974b8819-f3460e47, #w-node-_9b80ba79-b880-7195-0f6a-9ced0d31e022-f3460e47, #w-node-_4b4b0b68-f62c-20f0-d07a-6bb0d932c0b3-f3460e47, #w-node-c4748d4a-762e-5cea-6a90-13a5176dfbde-f3460e47, #w-node-_148c54dd-a172-4bc1-3e33-3ef6ae316819-f3460e47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310a6-2b460e48 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310c9-2b460e48 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310b4-2b460e48 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_47d10c8a-272c-487c-f3e9-78d9e66a37ae-2b460e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310bb-2b460e48 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310c2-2b460e48 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0746c09a-94c2-8098-c17a-a60867c310ad-2b460e48 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9b12a3e9-099e-bc2f-dc2c-d3e4542c23c4-2b460e48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdf2ebe7-6fc3-06a8-89e2-eebc3262c955-2b460e48 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3f460e3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-3f460e3b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5eaab70-29f7-d480-441f-63ed5ff262f0-4f460e3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5eaab70-29f7-d480-441f-63ed5ff262fd-4f460e3f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-f2460e41 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310c9-2b460e48 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310b4-2b460e48 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310bb-2b460e48 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310c2-2b460e48 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bdf2ebe7-6fc3-06a8-89e2-eebc3262c955-2b460e48 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3f460e3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-3f460e3b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d817b94-8d80-86b7-851e-7e01677021d1-51e627e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0807a348-4f01-be2b-d9a2-f2961272c2e2-f3460e47 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310c9-2b460e48 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310b4-2b460e48 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310bb-2b460e48 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310c2-2b460e48 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0746c09a-94c2-8098-c17a-a60867c310ad-2b460e48 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-bdf2ebe7-6fc3-06a8-89e2-eebc3262c955-2b460e48 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-lightbox img {
   max-width: none;
}

@media screen and (max-width: 767px) {
    .w-lightbox img {
       max-width: 100%;
    }
    
    .headingmainmenu {
        font-size: 42px;
    }
}



.section {
  background-color: #efefef;
  margin: 111px auto 80px;
  padding-bottom: 0;
}

section.contact {
    padding: 60px 0;
}

section.contact .div-block-2 {
    width: auto;
    margin: 30px auto;
    min-width: auto;
}

.paragraph-19.multumim-sf {
    margin-bottom: 131px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}