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

@font-face {
  font-family: DMSansItalic;
  src: url('../fonts/DMSans-Italic-VariableFont_opszwght.ttf') format("truetype");
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
}

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

@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 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image {
  max-width: 60%;
}

.intro-logo {
  cursor: pointer;
  max-width: 60%;
}

.logo-link {
  text-align: center;
}

.body-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo-navbar {
  height: 48px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  font-family: DM Sans;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brand {
  flex: 1;
  align-self: center;
}

.nav-active {
  color: #21281b;
  text-underline-offset: 8px;
  text-decoration: underline;
}

.nav-active.nav {
  color: #000;
}

.main-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  padding-top: 60px;
  display: flex;
}

.heading {
  color: #000;
  font-family: DMSans, sans-serif;
  font-size: 68px;
  font-weight: 600;
  line-height: 64px;
}

.nav {
  color: #000;
  font-family: DMSans, sans-serif;
}

.nav:hover {
  color: #000;
  text-underline-offset: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav.w--current {
  color: #a2c67f;
  font-weight: 500;
}

.nav.w--current:hover {
  text-decoration: none;
}

.nav-link-2 {
  color: #21281b;
}

.footer {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content.half {
  flex: 0 auto;
}

.content.content-team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.default-text {
  color: #000;
  font-family: DMSans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  list-style-type: square;
}

.default-text:hover {
  text-underline-offset: 8px;
  text-decoration: none;
}

.default-text.green {
  color: #a2c67f;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.default-text.green:hover {
  text-decoration: none;
}

.default-text.thin {
  font-family: DMSans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.default-text.thin.mobile {
  text-decoration: none !important;
}

.footer-link {
  color: #000;
  font-family: DM Sans;
  font-size: 24px;
  line-height: 32px;
}

.footer-link:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
}

.div-block {
  flex: 1;
  width: 100%;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.container-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 550px;
  display: flex;
}

.team {
  flex: 0 auto;
  order: -1;
  align-self: auto;
  max-width: 100%;
  max-height: 550px;
  display: block;
}

.team_title {
  color: #000;
  font-family: DMSans, sans-serif;
  font-size: 40px;
  line-height: 32px;
}

.column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

.team-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.team_row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.spacer {
  height: 60px;
}

.div-block-6 {
  flex: 1;
  max-width: 600px;
}

.filmograhpie {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.filmograhpie:hover {
  color: #000;
  text-underline-offset: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .intro-logo {
    max-width: 80%;
  }

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

  .main-container {
    padding-top: 30px;
  }

  .icon {
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
  }

  .menu-button {
    font-family: DM Sans;
    font-weight: 200;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #000;
  }

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

  .default-text.thin {
    text-decoration: none;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .team {
    max-height: 550px;
  }

  .div-block-5 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .team_row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-6 {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .intro-logo {
    max-width: 90%;
  }

  .body-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
  }

  .default-text {
    order: 1;
  }

  .default-text.thin {
    order: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-navbar {
    height: 32px;
  }

  .heading {
    text-overflow: clip;
    overflow-wrap: anywhere;
  }

  .footer {
    flex-flow: column;
    height: auto;
  }

  .team_title {
    font-size: 30px;
    line-height: 42px;
  }
}