:root {
  --primary-text: #ffffffc2;
  --extra-color: #ffccf1;
  --stroke: #ffffff14;
  --white: white;
  --primary-button: #bd885f;
  --tertiary-background: #00000029;
  --extra-background: #ffffff08;
  --secondary-background: #151617;
  --primary-background: #0b1516;
  --black: #1b2829;
}

body {
  color: var(--primary-text);
  letter-spacing: .04em;
  background-color: #7733c2;
  background-image: url('../images/background-linktree.webp');
  background-position: 50%;
  background-size: cover;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
}

a {
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25em;
}

li {
  margin-bottom: .25em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: .25rem solid var(--extra-color);
  margin-bottom: 0;
  padding: .75em 1.25em;
  font-size: 1.25em;
  line-height: 1.5;
}

figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

figcaption {
  text-align: center;
  margin-top: .25em;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-xlarge {
  font-size: 3em;
  line-height: 1.2;
}

.form-input {
  z-index: 1;
  border: 2px solid var(--stroke);
  color: #fff;
  background-color: #0000;
  border-radius: .4em;
  min-height: 3.8em;
  margin-bottom: 0;
  padding: .5em 1.2em;
  font-size: 1em;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-input:hover {
  color: var(--white);
  border-color: #bd885fe6;
}

.form-input:focus {
  border-color: var(--extra-color);
  color: var(--white);
}

.form-input::placeholder {
  color: #fff9;
  font-weight: 200;
}

.page-wrapper {
  font-size: 1em;
}

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

.page-padding {
  padding-left: 4em;
  padding-right: 4em;
}

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.button-secondary {
  color: #ffffffde;
  text-align: center;
  background-color: #2a333d;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
  position: relative;
}

.button-secondary:hover {
  background-color: #3e3b47;
}

.margin-xsmall {
  margin: .5em;
}

.margin-small {
  margin: 1em;
}

.padding-huge {
  padding: 6em;
}

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

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

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

.heading-small {
  font-size: 1.25em;
}

.nav_link {
  color: #fff;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 600;
  transition: color .1s;
  display: flex;
}

.nav_link:hover {
  color: var(--extra-color);
}

.nav_logo {
  max-height: 2rem;
}

.nav_main-button {
  color: var(--extra-color);
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav_logo-link {
  align-items: center;
}

.nav_component {
  z-index: 1;
  background-color: #0000;
  padding: .5rem 2.5rem;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1.25rem;
  display: flex;
}

.button-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 2em;
  margin-left: .8em;
  display: flex;
  position: relative;
}

.text-button {
  color: #fff;
}

.nav_menu-left {
  display: flex;
}

.footer_logo-link {
  color: var(--primary-button);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6em;
  margin-bottom: 2em;
  font-size: 1em;
  transition: color .2s;
  display: flex;
  position: relative;
}

.footer_logo-link:hover {
  color: var(--extra-color);
}

.footer_content {
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  transition: color .2s;
  display: flex;
}

.social-link:hover {
  color: var(--extra-color);
}

.footer_component {
  margin-top: 5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.social-icon {
  height: 1.3em;
  font-size: 1em;
}

.footer_link {
  padding: 1.2em 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.footer_link:hover {
  opacity: 1;
  color: var(--extra-color);
}

.footer_bottom-content {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

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

.social-icons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: absolute;
}

.footer-copyright {
  font-size: 1em;
  font-weight: 300;
}

.footer_links-list {
  z-index: 7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
  position: relative;
}

.cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta_content-left {
  grid-column-gap: 0rem;
  grid-row-gap: 2.5em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-top: 6em;
  padding-bottom: 6em;
  display: grid;
}

.cta_content-map {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_content-item {
  border-left: 3px solid #0000;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 6em;
  display: flex;
}

.cta_content-item:hover {
  border-left-color: var(--primary-button);
  color: var(--white);
}

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

.contact-number {
  padding-top: .1em;
  padding-bottom: .1em;
  transition: color .2s;
  display: block;
}

.contact-number:hover {
  color: var(--extra-color);
}

.contact-email {
  transition: color .2s;
}

.contact-email:hover {
  color: var(--extra-color);
}

.footer_button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer_button:hover {
  color: var(--extra-color);
}

.section-title_content {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title_content.is-vertical-aligned {
  grid-template-columns: 1fr;
}

.section-title_content-wrapper {
  flex-direction: column;
  display: flex;
}

.section-small-title {
  color: var(--white);
  text-transform: uppercase;
  font-family: Barlow Condensed;
  font-size: 1.25em;
  font-weight: 400;
}

.section-title-small-wrapper {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.section-title-line {
  background-color: #fff;
  width: 3em;
  height: 1px;
  margin-left: 1rem;
}

.section-title_component {
  max-width: 60em;
  margin-bottom: 1em;
}

.image-pattern-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 34vw;
  display: grid;
  position: relative;
}

.image-pattern1 {
  object-fit: cover;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 5%;
  overflow: hidden;
}

.image-pattern1.is-reverse {
  top: auto;
  bottom: 5%;
}

.image-pattern2 {
  object-fit: cover;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  bottom: 5%;
  overflow: hidden;
}

.image-pattern2.is-reverse {
  top: 5%;
  bottom: auto;
}

.home-about_stats-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-serving_item {
  background-color: var(--tertiary-background);
  color: #ffffffd9;
  cursor: default;
  padding: 2.5em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.home-serving_item:hover {
  color: var(--white);
}

.button_lottie-wrapper {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.unique-logo-link {
  z-index: 1000;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24em;
  padding: 1em;
  transition: filter .2s;
  display: flex;
  position: absolute;
}

.unique-logo-link:hover {
  filter: brightness(115%);
}

.button_lottie {
  align-items: center;
  width: 110%;
  min-width: 7em;
  max-width: 20em;
  height: 100%;
  display: flex;
  position: absolute;
}

.nav-primary_link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1em;
  font-weight: 600;
  transition: color .1s ease-out;
  display: flex;
  position: relative;
}

.nav-primary_link:hover {
  color: var(--extra-color);
}

.nav-primary_link.w--current {
  box-shadow: inset 0 -4px 0 -2px #b78937;
}

.lottie-source {
  width: 100%;
}

.button-secondary-2 {
  background-color: var(--extra-background);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #ffffffd9;
  text-align: center;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s, box-shadow .6s, border-color .4s ease-out;
  position: relative;
  box-shadow: -4px 4px 5px #ebbe6e00, 5px -2px 5px #ebbe6e00;
}

.button-secondary-2:hover {
  color: var(--extra-color);
  background-color: #ffffff14;
}

.button-2 {
  background-color: var(--primary-button);
  color: #fafbfc;
  text-align: center;
  background-image: linear-gradient(20deg, #fff39c40, #0000 80%);
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  min-height: 4em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 600;
  transition: box-shadow .6s, background-color .15s;
  display: flex;
  position: relative;
  box-shadow: 0 16px 30px -16px #d3a1484d;
}

.button-2:hover {
  color: #fff;
  background-color: #9b6e1f;
  box-shadow: 0 10px 20px -2px #d3a14852;
}

.button_text {
  z-index: 1;
  position: relative;
}

.icon-glow {
  z-index: 0;
  background-color: var(--extra-color);
  width: 4em;
  height: 4em;
  position: absolute;
}

.icon-glow-hover {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--extra-color), #d3a148b3 26%, #d3a14833 67%, #d3a14800);
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 16em;
  height: 16em;
  display: flex;
  position: absolute;
}

.icon-glow-hover-2 {
  z-index: 0;
  background-color: var(--extra-color);
  opacity: .49;
  width: 4em;
  height: 4em;
  position: absolute;
}

.img-absolute-h120 {
  object-fit: cover;
  width: 100%;
  height: 120%;
  transition: filter .4s;
  position: absolute;
}

.img-absolute-h120:hover {
  filter: brightness(110%);
}

.html-embed-3 {
  filter: grayscale();
  width: 100%;
  position: absolute;
  top: -120px;
  bottom: -120px;
}

.contact_wrapper {
  background-color: #252525;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

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

.text-button-copy {
  font-weight: 300;
}

.link-block {
  margin-right: auto;
}

.unique-logo-heading {
  z-index: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: -.15em;
  font-family: Barlow Condensed;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.unique-logo-icon {
  opacity: .5;
  filter: brightness(200%) grayscale();
  width: 7.8em;
  height: 7.88em;
  position: absolute;
}

.section-footer-map {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-55 {
  background-color: var(--secondary-background);
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.div-block-55:hover {
  background-color: #303943;
}

.section {
  min-height: 100vh;
}

.container-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em 6em;
  display: grid;
}

.sm_icon {
  z-index: 10;
  height: 3.5em;
  position: relative;
}

.sm_heading {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.sm_heading.is-banner {
  letter-spacing: .2em;
  font-size: 1.4em;
  font-weight: 800;
}

.sm-info {
  z-index: 10;
  position: relative;
}

.sm-link {
  opacity: .73;
  margin-top: .4em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.sm-link.is-banner {
  color: #ffe9f9;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
}

.sm-link.is-white {
  color: #fff;
}

.sm-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  color: #ffecfa;
  background-image: linear-gradient(150deg, #fff3, #ffffff0f);
  border-radius: 1.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: .6em;
  transition: color .2s, background-color .2s, filter .2s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 40px -2px #570d9c1f;
}

.sm-box:hover {
  filter: brightness(110%);
  background-color: #ffc69a14;
  border-color: #bd885fe6;
}

.sm-box.is-info {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  padding: .4em;
}

.sm-box.is-info:hover {
  filter: none;
  background-color: #0000;
}

.sm-box.is-info.is-barber, .sm-box.is-info.is-darker {
  background-image: linear-gradient(150deg, #ffffff1f, #ffffff0a);
}

.sm-box.is-main {
  z-index: 5;
  box-shadow: none;
  background-color: #bb24e9;
  background-image: linear-gradient(150deg, #fff3, #ffffff0f), linear-gradient(150deg, #d524e9, #bb24e9);
  flex: 1;
  min-height: 100%;
}

.sm-box.is-main:hover {
  color: var(--white);
}

.sm-box.is-barber {
  z-index: 5;
  background-color: var(--primary-button);
  box-shadow: none;
  background-image: none;
  flex: 1;
  min-height: 100%;
}

.sm-box.is-barber:hover {
  color: var(--white);
}

.sm-box.is-map {
  background-color: #ffffff1a;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.sm-box.is-map.is-2 {
  aspect-ratio: 1;
}

.cover-video {
  background-image: linear-gradient(29deg, #151617e0, #15161733);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.span-number {
  font-family: Montserrat, sans-serif;
}

.icon-wrapper {
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  height: 4.5em;
  display: flex;
  box-shadow: 0 0 48px -8px #ff5fac;
}

.icon-wrapper.is-barber {
  box-shadow: 0 0 48px -8px #ffaa5f;
}

.video-header {
  border-radius: 1.2em;
  width: 100%;
  height: 16em;
  position: relative;
  overflow: hidden;
}

.profile-link {
  border: .4em solid #fff;
  border-radius: 100em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 9em;
  height: 9em;
  transition: border-width .4s, transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-link:hover {
  border-width: .3em;
  transform: scale(1.1);
}

.profile-link.is-logo {
  border-width: 4px;
  border-color: #e9c16e;
}

.profile-link.is-logo:hover {
  border-width: 2px;
}

.profile-img {
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.profile-img:hover {
  transform: scale(1.1);
}

.div-block-100 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5.1em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.of-hilight {
  border-radius: 1.6em;
  justify-content: center;
  align-items: center;
  margin: -2px;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-103 {
  width: 106%;
  position: absolute;
}

.div-block-103.div-square {
  opacity: 0;
  background-image: linear-gradient(to right, #ffc7eb, #ff76da00);
}

.div-block-103.div-square.is-barber {
  background-image: linear-gradient(to right, #ffefc7, #ffba7600);
}

.favicon {
  display: none;
}

.image {
  opacity: .72;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.is-number {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.body-barber {
  background-color: var(--secondary-background);
  background-image: none;
}

.label-servicii {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

.label-servicii.is-pret {
  color: #e0c096;
}

.labels-wrapper {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.5em;
  margin-bottom: 1em;
  display: flex;
}

.label {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  background-color: var(--stroke);
  color: #e0c096;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  padding: .8em 1.2em;
  display: flex;
}

.linie {
  background-color: var(--primary-button);
  width: .6em;
  height: 1.5px;
}

.span-ligher {
  font-weight: 200;
}

.map-info {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.map-info.clickable-off {
  pointer-events: none;
}

.embed_google-map {
  filter: grayscale(0%) hue-rotate(180deg) invert();
  width: 100%;
  position: absolute;
  inset: -130px 0;
}

.map-wrapper {
  z-index: 3;
  filter: grayscale() invert();
  mix-blend-mode: screen;
  border-radius: 1.5em;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mask-map-gradient {
  position: absolute;
  inset: 0%;
}

.gradient-mask-circle {
  opacity: .7;
  background-image: radial-gradient(circle, #fff0, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.gradient-mask {
  opacity: .4;
  background-image: linear-gradient(to right, #fff0 70%, #fff), linear-gradient(to right, #e9efe1, #fff0 30%), linear-gradient(to top, #fff, #fff0 30%), linear-gradient(to top, #fff0 70%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.embed_google-map-2 {
  width: 100%;
  margin-top: -130px;
  margin-bottom: -150px;
}

.click-to-activate {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.body-light {
  background-color: var(--white);
  color: #303c47;
  background-image: none;
}

.heading {
  color: #acb8c5;
  font-size: 1em;
}

.div-block-104 {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.div-block-104.is-2nd {
  margin-top: .6em;
}

.text-block {
  color: var(--white);
  font-size: 1.5em;
  line-height: 1;
}

.div-block-105 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-image: linear-gradient(10deg, #acb8c500, #acb8c514);
  border: 1px solid #acb8c51f;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: .5em .8em;
  display: flex;
}

.container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  max-width: 76em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em 6em;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 15px;
  }

  .home-serving_item {
    padding: 3em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #0000;
  }

  .cta_content-left {
    grid-template-rows: auto;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .cta_content-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .image-pattern-wrapper {
    height: 45vw;
  }

  .sm_heading.is-banner {
    font-size: 1.3em;
  }

  .sm-box {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .sm-box.is-map {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .sm-box.is-map:hover {
    filter: none;
  }

  .sm-box.is-map.is-2 {
    aspect-ratio: 2.39;
  }

  .embed_google-map, .map-wrapper, .embed_google-map-2 {
    box-shadow: 3px 3px 16px #0000001f;
  }

  .click-to-activate {
    display: none;
  }

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

  .grid.is-map {
    padding-bottom: 3em;
  }
}

@media screen and (max-width: 767px) {
  .heading-xlarge {
    font-size: 2.8em;
  }

  .social-link {
    width: 3em;
  }

  .footer_links-list {
    flex-wrap: wrap;
  }

  .cta_content-left {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
    align-content: start;
  }

  .cta_content-map {
    border-radius: .5em;
    height: 20em;
  }

  .cta_content-item {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section-footer-map {
    font-size: .9em;
  }

  .container-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .sm_icon {
    height: 3.2em;
  }

  .sm-box {
    padding: .4em;
  }

  .sm-box.is-map {
    background-color: #ffffff24;
    min-height: 24em;
  }

  .sm-box.is-map.is-2 {
    aspect-ratio: 2;
    min-height: auto;
  }

  .icon-wrapper {
    width: 4.2em;
    height: 4.2em;
  }

  .video-header {
    height: 12em;
  }

  .profile-link {
    border-width: .3em;
    width: 7em;
    height: 7em;
  }

  .div-block-100 {
    margin-top: -5em;
  }

  .labels-wrapper {
    margin-bottom: 0;
  }

  .label {
    padding: .6em 1em;
  }

  .container {
    grid-template-columns: 1fr 1fr;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-repeat: no-repeat;
    background-size: auto 200%;
  }

  .heading-xlarge {
    line-height: 1.1;
  }

  .form-input {
    letter-spacing: .04em;
  }

  .page-padding {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .footer_content {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .social-link {
    width: 4em;
  }

  .social-icon {
    font-size: 1.1em;
  }

  .footer_link {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer_bottom-content {
    flex-direction: column;
    align-items: center;
    padding-bottom: 2em;
  }

  .social-icons-wrapper {
    border-bottom: 1px solid #ffffff1a;
    width: 100%;
    margin-bottom: 2em;
    padding-bottom: 1em;
    position: relative;
  }

  .cta_content-left {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .cta_content-map {
    height: 90vw;
  }

  .cta_content-item {
    padding-left: 3em;
  }

  .image-pattern-wrapper {
    height: 80vw;
  }

  .home-serving_item {
    padding: 2em 1.2em 2em 1.5em;
    font-size: .85em;
  }

  .unique-logo-link {
    width: 62vw;
    padding: 4vw 0 4vw 2vw;
  }

  .link-block.w--current {
    margin-right: 0;
  }

  .section-footer-map {
    font-size: 1em;
  }

  .container-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .sm_icon {
    height: 3.2em;
  }

  .sm_heading.is-banner {
    margin-bottom: .5em;
  }

  .sm_heading.is-programeaza-te {
    letter-spacing: .1em;
  }

  .sm-info {
    padding-bottom: .2em;
    padding-left: .2em;
  }

  .sm-box {
    flex-direction: column;
    align-items: flex-start;
    padding: .8em .5em .8em .8em;
  }

  .sm-box.is-info {
    width: auto;
    margin-top: -.3em;
    margin-left: -.3em;
    margin-right: -.3em;
    padding: .3em;
  }

  .sm-box.is-main {
    background-image: linear-gradient(150deg, #fff3, #ffffff0f), linear-gradient(150deg, #c519fa, #983cce);
  }

  .sm-box.is-map {
    background-color: #ffffff1a;
    height: 100vw;
  }

  .sm-box.is-map.is-2 {
    aspect-ratio: 1;
    height: auto;
  }

  .sm-box.map-btn {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .video-header {
    border-radius: 1.3em;
    height: 48vw;
  }

  .profile-link {
    width: 8em;
    height: 8em;
  }

  .profile-link.is-logo {
    width: 9em;
    height: 9em;
  }

  .div-block-100 {
    margin-top: -5em;
    padding-bottom: 1em;
  }

  .div-block-103 {
    width: 150%;
  }

  .label {
    font-size: .95em;
  }

  .linie {
    height: 1px;
  }

  .embed_google-map-2 {
    margin-bottom: -173px;
  }

  .container {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-_07ef4e07-ad04-5ded-bb67-9c22082d3844-218fc115, #w-node-_22f88a60-e1d0-17c0-eada-47ca482f4864-218fc115, #w-node-_63cd9217-4be4-e81c-ef54-2f55bd7ec644-218fc115, #w-node-_07ef4e07-ad04-5ded-bb67-9c22082d3844-218fc127, #w-node-_22f88a60-e1d0-17c0-eada-47ca482f4864-218fc127, #w-node-_63cd9217-4be4-e81c-ef54-2f55bd7ec644-218fc127 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_23c2aa7c-81f2-2854-c614-dcb822a2cb5b-218fc127, #Harta.w-node-_271714bb-c6da-581a-2aac-4557f5f4ade6-218fc127, #w-node-c153f049-8329-d609-89d9-5d51ff77c846-218fc127, #Harta.w-node-c153f049-8329-d609-89d9-5d51ff77c847-218fc127 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_07ef4e07-ad04-5ded-bb67-9c22082d3844-218fc115, #w-node-_07ef4e07-ad04-5ded-bb67-9c22082d3844-218fc127, #w-node-_23c2aa7c-81f2-2854-c614-dcb822a2cb5b-218fc127 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Google-Maps.w-node-e2ce58d2-d2d0-5140-c6bc-2738e63aa959-218fc127, #Google-Maps.w-node-b1ef805b-dfdd-ffc4-683f-a8971034a3ba-218fc127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c153f049-8329-d609-89d9-5d51ff77c846-218fc127 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Google-Maps.w-node-c153f049-8329-d609-89d9-5d51ff77c857-218fc127, #Google-Maps.w-node-c153f049-8329-d609-89d9-5d51ff77c861-218fc127 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


