:root {
  --black: black;
  --white: white;
  --hot-pink: #ff86d3;
  --forest-green: #009637;
  --medium-violet-red: #ad006e;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1.02564vw;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.section {
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section.about {
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.section.assdasd {
  display: none;
}

.section.staff {
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  height: 100svh;
  position: fixed;
}

.container {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.vertical {
  height: 100%;
}

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

.video_cards_wrapper {
  z-index: 100;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 80svh;
  overflow: hidden;
}

.video {
  object-fit: cover;
  width: 34vw;
  height: 53em;
  position: static;
  transform: scale(1.1);
}

.logo {
  cursor: default;
}

.nav_bar {
  z-index: 10;
  background-color: #000;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}

.nav_bar.staff {
  filter: hue-rotate(180deg);
  color: #000;
  background-color: rgba(173, 0, 110, .34);
  padding-top: 1em;
  padding-bottom: 1em;
}

.nav_bar.about {
  background-color: var(--black);
  padding: 1em 0;
}

.nav_link {
  color: var(--white);
  font-size: 1.5em;
  line-height: 100%;
}

.logo_txt {
  color: #ffe7c9;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 131%;
}

.bold_txt-logo {
  color: var(--white);
  font-size: 1.26em;
  line-height: 70%;
}

.hero_wrapper {
  flex-direction: column;
  flex: 1;
  height: 100svh;
  display: flex;
  position: static;
}

.hero_wrapper.staff {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card_txt {
  padding-bottom: 0;
  padding-right: 0;
  transition: all .555s;
}

.card_txt:hover {
  color: var(--hot-pink);
}

.card_txt._1 {
  color: var(--white);
  background-image: url('../images/Frame-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  padding-top: 0;
  padding-right: 0;
  font-size: 2.5em;
  font-weight: 300;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_txt._2 {
  color: var(--white);
  background-image: url('../images/Frame-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  padding-top: 0;
  padding-right: 0;
  font-size: 2.5em;
  font-weight: 300;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_txt._3 {
  color: var(--white);
  background-image: url('../images/Frame-3.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60px 100px;
  padding-top: 0;
  padding-right: 0;
  font-size: 2.5em;
  font-weight: 300;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  text-decoration: none;
  position: absolute;
}

.video_wrapp {
  height: auto;
  position: relative;
  overflow: hidden;
}

.video_wrapp:hover {
  box-shadow: none;
}

.h1.logo_txt {
  font-size: 2em;
}

.center_txt {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_txt._1 {
  align-items: flex-end;
  margin-bottom: 2.5em;
}

.center_txt._2 {
  align-items: flex-end;
}

.title {
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 120%;
}

.vi {
  box-shadow: inset 0 0 0 1px var(--white);
  position: relative;
}

.vi:hover {
  box-shadow: none;
}

.video_wrapp-2 {
  box-shadow: inset 0 0 0 1px var(--white);
  position: relative;
}

.video_wrapp-2:hover {
  box-shadow: none;
}

.video_wrapp-3 {
  box-shadow: inset 0 0 0 1px var(--white);
  position: relative;
}

.video_wrapp-3:hover {
  box-shadow: none;
}

.center_txt-1 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_txt-1._1 {
  align-items: flex-end;
  margin-bottom: 2.5em;
}

.center_txt-1._2 {
  align-items: flex-end;
}

.center_txt-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_txt-2._1 {
  align-items: flex-end;
  margin-bottom: 2.5em;
}

.center_txt-2._2 {
  align-items: flex-end;
}

.center_txt-copy {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_txt-copy._1 {
  align-items: flex-end;
  margin-bottom: 2.5em;
}

.center_txt-copy._2 {
  align-items: flex-end;
}

.center_txt-3 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center_txt-3._1 {
  align-items: flex-end;
  margin-bottom: 2.5em;
}

.center_txt-3._2 {
  align-items: flex-end;
}

.paragraph {
  color: var(--black);
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5em;
  line-height: 140%;
}

.paragraph.short {
  color: rgba(0, 0, 0, .64);
  text-align: left;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 160%;
  display: inline-block;
}

.paragraph.green {
  color: #009236;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  font-weight: 300;
  display: inline-block;
}

.paragraph.green.first {
  margin-bottom: 0;
  font-size: 1.2em;
}

.paragraph.navigation-bottom {
  box-shadow: 0 0 0 2px var(--forest-green);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .8em 2em;
  transition: all .5s;
}

.paragraph.navigation-bottom:hover {
  background-color: var(--forest-green);
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.paragraph.navigation-bottom.white {
  color: var(--white);
}

.btn {
  box-shadow: inset 0 0 0 1px var(--hot-pink);
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: .8em 2em;
  font-size: 1.5em;
  font-weight: 500;
  transition: all .555s;
}

.btn:hover {
  color: var(--white);
  background-color: #9b3375;
  margin-bottom: .69em;
}

.btn.call {
  box-shadow: inset 0 0 0 2px var(--medium-violet-red);
  color: var(--black);
  margin-top: 1.8em;
  margin-bottom: 0;
  padding: 1em 3em;
}

.btn.call:hover {
  background-color: var(--medium-violet-red);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
}

.link_mail {
  color: var(--white);
  font-size: 1.7em;
  font-weight: 300;
  text-decoration: none;
  transition: all .555s;
  box-shadow: inset 0 -19px 0 -13px rgba(35, 165, 83, .5);
}

.link_mail:hover {
  color: var(--hot-pink);
  box-shadow: inset 0 -19px 0 -13px rgba(255, 134, 211, .25);
}

.link_mail.contacts {
  box-shadow: none;
  color: var(--black);
  font-size: 2.2em;
  font-weight: 700;
}

.link_mail.contacts:hover {
  box-shadow: none;
  color: var(--medium-violet-red);
  font-weight: 700;
}

.nav_menu {
  grid-column-gap: 1.28em;
  align-items: center;
  display: flex;
}

.bold_rose {
  color: rgba(173, 0, 110, .8);
  text-transform: uppercase;
}

.bold_rose.light {
  color: rgba(173, 0, 110, .6);
}

.social_wrapper {
  grid-column-gap: 2.56em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 1.28em;
  display: flex;
}

.social_wrapp {
  grid-column-gap: 1.75em;
  justify-content: space-around;
  padding-right: 1em;
  display: flex;
}

.social_wrapp.contacts {
  z-index: 1100;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social {
  width: 2.9em;
  transition: all .555s;
}

.social:hover {
  filter: hue-rotate(225deg);
}

.social.contacts {
  width: 5em;
}

.txt_social {
  color: #fff;
  font-size: .8em;
  font-weight: 100;
}

.txt_social.black {
  color: var(--black);
  font-size: 2em;
}

.social_content {
  flex-direction: column;
  align-items: center;
  padding: 0 0 0;
  transition: all .555s;
  display: flex;
}

.social_content:hover {
  transform: scale(1.1);
}

.social_content.contacts {
  flex-direction: row;
  justify-content: center;
}

.whatsapp, .facebook {
  text-decoration: none;
}

.section-about {
  z-index: 2;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-about.about {
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.section-about.assdasd {
  display: none;
}

.section-staff {
  z-index: 2;
  background-color: var(--forest-green);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100svh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-staff.about {
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.section-staff.assdasd {
  display: none;
}

.section-contact {
  z-index: 2;
  background-color: var(--hot-pink);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100svh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-contact.about {
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.section-contact.assdasd {
  display: none;
}

.flex {
  padding: 0;
}

.img_bryan {
  object-fit: cover;
  width: 30em;
  position: relative;
}

.grid_two_columns {
  z-index: 100;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-top: 2.5em;
}

.column1 {
  position: relative;
}

.column1:hover {
  box-shadow: none;
}

.column2 {
  box-shadow: inset 0 0 0 1px var(--white);
  overflow: visible;
}

.column2:hover {
  box-shadow: none;
}

.about_wrapper {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.lottie {
  width: 35em;
  position: absolute;
  top: 1.79em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lottie1 {
  z-index: 2;
  position: absolute;
  top: 9.84em;
  left: 4.2em;
}

.lottie2 {
  z-index: 1;
  width: 35em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(-18deg);
}

.lottie3 {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.click-txt {
  z-index: 2;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  width: 260px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.lottie_click_wrapper {
  z-index: 1;
  pointer-events: none;
  align-items: center;
  width: 12em;
  height: 12.6em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3.19em;
}

.navigation_wrapper-bottom {
  text-align: center;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

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

.nav-link-btm {
  width: 32%;
  text-decoration: none;
}

.gallery_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 50svh;
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.lightbox_staff {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image_staff {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_staff.lez {
  max-height: 368px;
}

.circle {
  z-index: 5;
  box-shadow: 0 0 0 5px white, inset 0 0 0 3px var(--hot-pink);
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.rukoiad {
  background-color: var(--hot-pink);
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: 3px;
  right: -12px;
  transform: rotate(37deg);
}

.line-min {
  background-color: var(--hot-pink);
  width: 20px;
  height: 3px;
  position: relative;
  top: 2px;
}

.line-mini {
  background-color: var(--hot-pink);
  width: 20px;
  height: 3px;
  position: relative;
  top: -1px;
  transform: rotate(90deg);
}

.h2.white {
  color: #d8d8d8;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
}

.heading {
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
}

.background-white {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-wrapper {
  z-index: 1000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-contacts {
  flex: none;
  width: 34em;
}

.contact-wrapp {
  z-index: 20000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-wrapp.contacts {
  z-index: 1100;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center-block {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-div {
  background-color: var(--black);
  opacity: .7;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
}

.homepage-txt {
  color: var(--white);
  font-size: 4em;
  font-weight: 400;
}

.social-wrapp {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.69em;
  display: flex;
}

.play-pause-button {
  padding-right: 0;
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-staff-mob {
  z-index: 1;
  background-color: var(--black);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100svh;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-staff-mob.about {
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.section-staff-mob.assdasd {
  display: none;
}

.section-staff-mob.staff {
  z-index: 3;
  display: block;
  position: fixed;
}

.paragraph-mob {
  color: var(--black);
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5em;
  line-height: 140%;
  display: none;
}

.paragraph-mob.short {
  color: rgba(0, 0, 0, .64);
  text-align: left;
  flex: none;
  margin-bottom: 1.23em;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  display: inline-block;
}

.paragraph-mob.green {
  color: #009236;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  display: inline-block;
}

.paragraph-mob.navigation-bottom {
  box-shadow: 0 0 0 2px var(--forest-green);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .8em 2em;
  transition: all .5s;
}

.paragraph-mob.navigation-bottom:hover {
  background-color: var(--forest-green);
  color: rgba(255, 255, 255, .8);
  font-weight: 400;
}

.paragraph-mob.navigation-bottom.white {
  color: var(--white);
}

.contact-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .video_cards_wrapper {
    height: 55em;
  }

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

  .image_staff.lez {
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    z-index: 2;
    border-style: none;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    display: block;
    position: relative;
  }

  .section.staff {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: static;
    overflow: visible;
  }

  .container {
    width: 100%;
    height: 100%;
  }

  .container.nav {
    flex-direction: column;
    padding-top: 13vw;
  }

  .container.nav.hide {
    display: none;
  }

  .container.vertical {
    z-index: 10000000;
    flex-direction: column;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .video_cards_wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .video {
    width: 100%;
    height: 80svh;
    transform: scale(1.2);
  }

  .logo {
    cursor: default;
  }

  .nav_bar {
    flex-direction: column;
    padding-top: 0;
    position: static;
  }

  .nav_bar.staff.hide, .nav_bar.about {
    display: none;
  }

  .hero_wrapper {
    background-color: var(--black);
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video_wrapp {
    box-shadow: none;
  }

  .h1.logo_txt {
    font-size: 10vw;
  }

  .title {
    font-size: 16vw;
  }

  .center_txt-1, .center_txt-2, .center_txt-3 {
    display: none;
  }

  .paragraph {
    font-size: 7vw;
  }

  .paragraph.short {
    text-align: center;
    font-size: 5vw;
    display: none;
  }

  .paragraph.green, .paragraph.green.first {
    font-size: 6vw;
  }

  .btn.call {
    margin-top: 0;
    padding: 7vw 15vw;
    font-size: 8vw;
  }

  .link_mail.contacts {
    font-size: 6vw;
  }

  .nav_menu {
    display: none;
  }

  .social.contacts {
    width: 12vw;
  }

  .txt_social.black {
    font-size: 7vw;
  }

  .social_content.contacts {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .section-about {
    z-index: 1;
    background-color: #fff;
    align-items: center;
    height: auto;
    padding-top: 10vw;
    display: block;
    position: relative;
    overflow: hidden;
  }

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

  .grid_two_columns {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    background-color: #fff;
    flex-direction: column-reverse;
    grid-template-columns: 1.75fr;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .column1 {
    background-color: var(--white);
    width: 100%;
  }

  .about_wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vw;
  }

  .lottie2 {
    display: none;
  }

  .lottie3 {
    opacity: 0;
  }

  .lightbox {
    width: 100%;
  }

  .click-txt {
    width: auto;
    font-size: 2.8vw;
    font-weight: 700;
    position: absolute;
  }

  .click-txt.contacts {
    width: auto;
    left: 15.3vw;
  }

  .click-txt.white {
    color: var(--white);
    font-size: 10vw;
    font-weight: 600;
    line-height: 110%;
  }

  .lottie_click_wrapper {
    flex-direction: column;
    width: 50vw;
    height: 50vw;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navigation_wrapper-bottom {
    display: none;
  }

  .nav-link-btm {
    width: auto;
  }

  .gallery_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 4.25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
  }

  .lightbox_staff {
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .image_staff {
    align-self: stretch;
    margin-top: 10vw;
  }

  .image_staff.lez {
    max-height: none;
  }

  .image_staff._10vw {
    margin-top: 10vw;
  }

  .h2.white, .heading {
    font-size: 8vw;
  }

  .lottie-contacts {
    width: 60vw;
    height: 12svh;
    margin-bottom: 4vw;
    display: none;
  }

  .contact-wrapp {
    z-index: 10000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: fixed;
  }

  .center-block {
    justify-content: center;
    width: 100%;
    height: 50svh;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close-div {
    opacity: 1;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 50svh;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .homepage-txt {
    font-size: 8vw;
  }

  .social-wrapp {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .menu-button, .icon {
    display: none;
  }

  .overflow {
    overflow: hidden;
  }

  .play-pause-button-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .play-pause-button-3 {
    flex-direction: column;
    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .play-pause-button-3-copy, .play-pause-button-4 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-staff-mob {
    border-style: none;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: block;
    position: relative;
  }

  .section-staff-mob.staff {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    position: static;
    overflow: visible;
  }

  .paragraph-mob {
    margin-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
  }

  .paragraph-mob.short {
    text-align: center;
    font-size: 5vw;
  }

  .paragraph-mob.green {
    font-size: 6vw;
  }

  .lottie-animation {
    z-index: 100;
    width: 50vw;
  }

  .contact-btn {
    z-index: 200000;
    margin-top: 20vh;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 62.3vw;
    right: 0%;
  }

  .txt-wrapp {
    z-index: 20000;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .play-state {
    opacity: 0;
  }
}

#w-node-cf37a023-89b7-56da-489e-bafe01f314e8-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cf37a023-89b7-56da-489e-bafe01f314f1-721d7605, #w-node-cf37a023-89b7-56da-489e-bafe01f314fc-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e3f582-f2b8-df1a-3411-f88f108ad1bf-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_77e3f582-f2b8-df1a-3411-f88f108ad1c8-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1beed096-302b-effd-9537-f292f6b559af-721d7605 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1beed096-302b-effd-9537-f292f6b559b5-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1beed096-302b-effd-9537-f292f6b559bb-721d7605 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1beed096-302b-effd-9537-f292f6b559c1-721d7605, #w-node-_1beed096-302b-effd-9537-f292f6b559c7-721d7605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1beed096-302b-effd-9537-f292f6b559cd-721d7605 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-cf37a023-89b7-56da-489e-bafe01f314e8-721d7605 {
    align-self: auto;
  }

  #w-node-_1beed096-302b-effd-9537-f292f6b559c7-721d7605 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1beed096-302b-effd-9537-f292f6b559cd-721d7605 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf37a023-89b7-56da-489e-bafe01f314e8-721d7605, #w-node-_1beed096-302b-effd-9537-f292f6b559af-721d7605 {
    justify-self: stretch;
  }

  #w-node-_1beed096-302b-effd-9537-f292f6b559b5-721d7605 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


