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

@font-face {
  font-family: Monosten A;
  src: url('../fonts/Monosten-A.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Recta;
  src: url('../fonts/Recta-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --_collapsed---nav-padding: 40;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

a {
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}

.container {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 100%;
  padding-left: 22px;
  padding-right: 22px;
  position: sticky;
  top: 60px;
}

.container.navbar {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0 0 14px 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: #000;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: Monosten A, sans-serif;
  font-size: 14px;
}

.paragraph {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 13px;
}

.paragraph:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  display: none;
}

.paragraph.p-body {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2.2em;
  line-height: 1.3em;
}

.div-block {
  width: 40%;
  margin-right: auto;
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Monosten A, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-3:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  margin-bottom: 0;
}

.link {
  color: #fff;
  font-family: Monosten A, sans-serif;
}

.cell-2 {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
}

.cell-2:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.button {
  display: none;
}

.footer-subscribe {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 20px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  max-width: 600px;
  margin-bottom: 0;
  padding: 0;
}

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

.footer-form-title {
  font-family: Monosten E, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Monosten E, sans-serif;
}

.footer-form-input::placeholder {
  color: #ffffffa8;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  background-color: #1a1b1f00;
  border: 2px #fff;
  border-radius: 6px;
  padding: 8px 18px;
  font-family: Monosten E, sans-serif;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Monosten E, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #fff;
  font-family: Monosten E, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.swiper-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.swiper-wrapper.swiper-height {
  height: 360px;
}

.slide {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide {
  object-fit: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.swiper-slide.thumb {
  width: auto;
  height: auto;
}

.swiper-pagination {
  margin-bottom: -10px;
  transform: translate(0, 32px);
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper.cover-swiper {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.swiper.swiper1 {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper.swiper2 {
  padding-bottom: 0;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.swiper-slide-image {
  object-fit: cover;
}

.swiper-component {
  background-color: #000;
}

.marquee {
  z-index: 20;
  grid-column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.text-block {
  color: #000;
  text-transform: uppercase;
  font-family: Recta, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
}

.section {
  color: #000;
  background-color: #000;
  padding-left: 100px;
  padding-right: 100px;
}

.background-video {
  width: 100%;
}

.background-video.slide-video {
  object-fit: cover;
  width: 60%;
}

.background-video.proj-video {
  width: 60%;
  height: 400px;
}

.project-heading {
  color: #fff;
  text-align: center;
  font-family: Recta, sans-serif;
  font-weight: 500;
}

.project-heading:hover, .project-heading.swiper-slide-thumb-active {
  color: #fff;
}

.div-block-2 {
  position: sticky;
}

.mainvideo {
  z-index: 2;
  height: 100vh;
}

.team {
  float: left;
  color: #fff;
  text-align: right;
  font-family: Monosten E, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.team.left {
  text-align: left;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  margin-left: auto;
  margin-right: auto;
  font-family: Monosten A, sans-serif;
  display: block;
  position: static;
  inset: 0%;
}

.div-block-3 {
  width: 90%;
  height: 200px;
  margin: 35px auto;
}

.image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quick-stack {
  grid-column-gap: 8px;
  padding-left: 0;
  padding-right: 0;
}

.container-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

.div-block-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-shadow: 2px 1px #00000073;
  flex-flow: column;
  display: flex;
  position: sticky;
  inset: 30% 0% 50%;
}

.proj-heading {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  text-align: right;
  font-family: Recta, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

.proj-heading:hover, .proj-heading.swiper-slide-thumb-active {
  color: #fff;
}

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

.background-video-2 {
  z-index: 0;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.cell-3:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.cm_nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000d9;
  border-top: 1px solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 190px;
  padding: 40px;
  position: fixed;
  inset: 100% 0% 0%;
}

.cm_nav:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  z-index: 25;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000000b0;
  border: 1px solid #fff;
  border-radius: 0;
  height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0% 0% auto;
}

.quick-stack-3 {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
  background-color: #000000c9;
  position: sticky;
  inset: 0% 0% auto;
}

.proj-heading-main {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  text-align: center;
  font-family: Recta, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: none;
}

.proj-heading-main:hover, .proj-heading-main.swiper-slide-thumb-active {
  color: #fff;
}

.proj-heading-main.left {
  text-align: left;
}

.team-main {
  float: left;
  color: #fff;
  text-align: left;
  min-width: 300px;
  font-family: Monosten E, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.team-main.left {
  text-align: left;
}

.main-text {
  z-index: 2;
  color: #fff;
  text-shadow: 2px 1px #00000073;
  flex-flow: column;
  display: flex;
  position: relative;
  inset: 50% 0%;
}

.proj-description {
  float: left;
  color: #fff;
  text-align: justify;
  font-family: Monosten E, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.proj-description.left {
  text-align: left;
}

.text-block-2 {
  color: #fff;
}

.proj-descr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.cm_button {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-family: Monosten E, sans-serif;
  font-size: 12px;
  display: block;
}

.cm_button:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  display: block;
}

.cm_button.disabled {
  color: #ffffff87;
  cursor: not-allowed;
  border-color: #ffffff8f;
}

.cm_button.navbar, .cm_button.navbar:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  display: none;
}

.container-5 {
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.cm_link {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-5 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.cm_form {
  color: #fff;
  background-color: #fff0;
  font-family: Monosten E, sans-serif;
  font-weight: 100;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.cm_events {
  color: #fff;
  font-family: Monosten E, sans-serif;
  text-decoration: none;
  align-content: center;
}

.cm_grid {
  border-bottom: 1px solid #ffffff85;
  grid-template-rows: auto;
  grid-template-columns: .25fr 5fr 1fr;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cm_eventcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cm_thumbnail {
  max-width: 30%;
}

.lightbox-link {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: scroll;
}

.div-block-7 {
  background-image: url('../images/Nick-Gill-left-with-Boom-operator-Bosco-Collado-right.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about_picture {
  max-height: 400px;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  font-family: Monosten E, sans-serif;
}

.cm_heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Recta, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.div-block-9 {
  height: 130vh;
}

.div-block-10 {
  z-index: 4;
  position: fixed;
  inset: 0%;
}

.image-2 {
  z-index: 7;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  position: fixed;
  inset: auto 0% 0%;
}

.container-6 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.cm_thumbnail_events {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.cell-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  vertical-align: top;
  max-width: 90%;
  margin-top: auto;
  display: block;
}

.div-block-11 {
  z-index: 8;
  background-color: red;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.container-7:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.container-8 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.container-8:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.link-block:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.heading-5 {
  color: #fff;
  margin-top: 10px;
  font-family: Monosten A, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 20px;
}

.heading-5:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  display: none;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.footer_links:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
  flex-flow: column;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.events_grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.event {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid #fff;
  flex-flow: column;
  width: 240px;
  padding: 5px 10px;
  display: flex;
}

.event_description {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.cm_membercontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.member {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid #fff;
  flex-flow: column;
  width: 260px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.members_grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cm_thumbnail_member {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.bio {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  display: flex;
}

.cm_bio {
  color: #fff;
  font-family: Monosten E, sans-serif;
  text-decoration: none;
}

.bio_description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.bio_description_text {
  float: left;
  color: #fff;
  text-align: justify;
  font-family: Monosten E, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.bio_description_text.left {
  text-align: left;
}

.image-5 {
  display: block;
}

.bio-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.event-gallery {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.event-heading-sub {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  text-align: center;
  font-family: Monosten A, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.event-heading-sub:hover, .event-heading-sub.swiper-slide-thumb-active {
  color: #fff;
}

.event-heading-sub.left {
  text-align: left;
}

.event-heading-main {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Recta, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: block;
}

.event-heading-main:hover, .event-heading-main.swiper-slide-thumb-active {
  color: #fff;
}

.event-heading-main.left {
  text-align: left;
}

.event-descr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: block;
}

.marquee-small {
  grid-column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-content-small {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.cm_featuredprojects {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.cm_featuredprojectsgrid {
  border-bottom: 1px solid #ffffff85;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr 1fr;
  place-content: center space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cm_projects {
  color: #fff;
  font-family: Monosten E, sans-serif;
  text-decoration: none;
}

.project {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

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

.text-block-small {
  color: #000;
  text-transform: uppercase;
  font-family: Recta, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.space {
  height: 120px;
}

.cm_arrow {
  color: #fff;
  text-align: right;
  font-family: Monosten E, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .slider {
    margin-bottom: 8em;
  }

  .section {
    padding-left: 220px;
    padding-right: 220px;
  }

  .team-main {
    width: 200px;
  }

  .cm_button {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .paragraph.p-body {
    font-size: 1.8em;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .swiper-wrapper {
    height: 360px;
  }

  .swiper-wrapper.swiper-height {
    height: 300px;
  }

  .swiper-slide {
    width: 280px;
    height: 280px;
  }

  .swiper.cover-swiper {
    max-width: 760px;
  }

  .slider {
    display: flex;
  }

  .footer_links {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .events_grid {
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .members_grid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-small {
    font-size: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    border-radius: 0 0 20px 20px;
    position: static;
  }

  .cell {
    display: none;
  }

  .cell:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .container-2 {
    align-items: center;
    display: flex;
  }

  .cell-2 {
    display: none;
  }

  .button {
    display: block;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .swiper-wrapper {
    height: 300px;
  }

  .swiper-wrapper.swiper-height {
    height: 260px;
  }

  .swiper-slide {
    width: 240px;
    height: 240px;
  }

  .swiper.cover-swiper {
    max-width: 480px;
  }

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

  .background-video-2 {
    max-height: 300px;
  }

  .cell-3 {
    display: none;
  }

  .cm_nav:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .proj-descr {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .cm_button, .cm_button.navbar {
    display: block;
  }

  .cm_button.navbar:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    margin-left: 20px;
    display: block;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .cell-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: row;
    align-items: center;
  }

  .image-3:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    width: 30px;
  }

  .image-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    width: 400px;
  }

  .footer_links {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .events_grid {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .bio_description {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

  .event-descr {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

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

  .text-block-small {
    font-size: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.p-body {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6em;
  }

  .cell:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    display: block;
  }

  .container-2:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    justify-content: flex-end;
    align-items: center;
  }

  .cell-2 {
    display: flex;
  }

  .cell-2:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    align-self: center;
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-wrapper {
    height: 240px;
  }

  .swiper-wrapper.swiper-height {
    height: 220px;
  }

  .swiper-slide {
    width: 180px;
    height: 180px;
  }

  .swiper.cover-swiper {
    max-width: 240px;
  }

  .text-block {
    font-size: 12vw;
  }

  .background-video-2 {
    max-height: 200px;
  }

  .cell-3 {
    display: flex;
  }

  .cell-3:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    display: none;
  }

  .cm_nav {
    height: 480px;
  }

  .cm_nav:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    height: auto;
    padding: 20px;
  }

  .cm_button.navbar {
    display: none;
  }

  .cm_button.navbar:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    display: block;
  }

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

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

  .cm_thumbnail {
    max-width: 70%;
  }

  .cell-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .image-3:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    width: 24px;
  }

  .image-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    max-width: 100%;
  }

  .quick-stack-4:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-column-gap: 0px;
  }

  .footer_links {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .events_grid, .members_grid {
    justify-content: center;
    align-self: center;
  }

  .text-block-small {
    font-size: 9vw;
  }
}

#w-node-_5a04e702-254f-3143-9a5c-578ccc22be17-cc22be17 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

#w-node-_184e96ae-0261-b3ba-b384-4b61bd51d838-298661dc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_04a4dcbb-b974-c275-261e-ed770339f1ee-298661dc {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

#w-node-a45b737d-28ff-7f1e-e646-fe854b942fa8-6f73c400 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
  display: none;
}

#w-node-f6822e24-68b9-6d55-f657-68936e515b9b-6f73c400 {
  grid-row: span 2 / span 2;
}

#w-node-a45b737d-28ff-7f1e-e646-fe854b942fa8-f649fd0b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
  display: none;
}

#w-node-f6822e24-68b9-6d55-f657-68936e515b9b-f649fd0b {
  grid-row: span 2 / span 2;
}

#w-node-a1a00180-7f3c-a5ba-ddb2-0e82e486ceee-f649fd0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4901412f-a47d-cdbe-3508-154b14d4d315-da7f27ef, #w-node-_05ab3cea-a5f4-340c-8f43-bed3307bb555-da7f27ef, #w-node-_70223b4d-1f2b-f8e2-60b1-ec860280ac1a-da7f27ef, #w-node-ff9389be-57fa-adfc-3b4e-e068907f26e3-da7f27ef, #w-node-ff9389be-57fa-adfc-3b4e-e068907f26e5-da7f27ef, #w-node-ff9389be-57fa-adfc-3b4e-e068907f26e7-da7f27ef, #w-node-db7036e2-e61b-ecff-4b19-4b6c0c2e7bea-da7f27ef, #w-node-db7036e2-e61b-ecff-4b19-4b6c0c2e7bec-da7f27ef, #w-node-db7036e2-e61b-ecff-4b19-4b6c0c2e7bee-da7f27ef, #w-node-_47fa1b4a-3528-9c96-d63d-dfd4d94fdb4d-da7f27ef, #w-node-_47fa1b4a-3528-9c96-d63d-dfd4d94fdb4f-da7f27ef, #w-node-_47fa1b4a-3528-9c96-d63d-dfd4d94fdb51-da7f27ef, #w-node-e0cac11a-595a-ddf7-5837-80deb648d41f-da7f27ef, #w-node-e0cac11a-595a-ddf7-5837-80deb648d421-da7f27ef, #w-node-e0cac11a-595a-ddf7-5837-80deb648d423-da7f27ef {
  align-self: center;
}

#w-node-a1a00180-7f3c-a5ba-ddb2-0e82e486ceee-20a146a7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a45b737d-28ff-7f1e-e646-fe854b942fa8-9dbee866 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
  display: none;
}

#w-node-f6822e24-68b9-6d55-f657-68936e515b9b-9dbee866 {
  grid-row: span 2 / span 2;
}

#w-node-_694bfa4e-d83e-21e3-4140-3b623a63b44d-9dbee866, #w-node-_694bfa4e-d83e-21e3-4140-3b623a63b44f-9dbee866 {
  align-self: center;
}

#w-node-_694bfa4e-d83e-21e3-4140-3b623a63b451-9dbee866 {
  place-self: center end;
}

#w-node-_34a1e4b4-d484-3efe-6c6e-edd238d08144-9dbee866, #w-node-_34a1e4b4-d484-3efe-6c6e-edd238d08146-9dbee866 {
  align-self: center;
}

#w-node-_34a1e4b4-d484-3efe-6c6e-edd238d08148-9dbee866 {
  place-self: center end;
}

#w-node-abf4485d-11d8-c12f-a939-55fa9febcd21-9dbee866, #w-node-abf4485d-11d8-c12f-a939-55fa9febcd23-9dbee866 {
  align-self: center;
}

#w-node-abf4485d-11d8-c12f-a939-55fa9febcd25-9dbee866 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_184e96ae-0261-b3ba-b384-4b61bd51d838-298661dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_04a4dcbb-b974-c275-261e-ed770339f1ee-298661dc {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a04e702-254f-3143-9a5c-578ccc22be17-cc22be17 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_5a04e702-254f-3143-9a5c-578ccc22be17-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-template-rows: auto;
    grid-template-columns: 7fr 1fr;
  }

  #w-node-_5a04e702-254f-3143-9a5c-578ccc22be20-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a), #w-node-_5a04e702-254f-3143-9a5c-578ccc22be2b-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a04e702-254f-3143-9a5c-578ccc22be17-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-template-rows: auto;
    grid-template-columns: 2fr .5fr;
  }

  #w-node-_5a04e702-254f-3143-9a5c-578ccc22be20-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a), #w-node-_5a04e702-254f-3143-9a5c-578ccc22be2b-cc22be17:where(.w-variant-16f17e8c-b4bc-9bf7-3cf4-98beecd8b86a) {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Monosten E';
  src: url('../fonts/Monosten-E.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monosten A';
  src: url('../fonts/Monosten-A.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Recta';
  src: url('../fonts/Recta-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}