.global-styles {
  display: none;
}

.navbar_component {
  background-color: #000;
}

.footer {
  background-color: #000;
}

.section-header {
  background-color: #000;
}

.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.section-portfolio {
  position: relative;
  z-index: 1;
}

.section-team {
  padding-top: 120px;
  padding-bottom: 120px;
  border-top: 2px solid #000;
  background-color: #cf0;
}

.text-block {
  display: inline;
}

.text-medium {
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 150%;
}

.text-medium.is-footer-copyright {
  color: #fff;
}

.body {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.text-xxlarge {
  font-size: 1.875rem;
  line-height: 30px;
}

.heading-medium {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.875rem;
  line-height: 30px;
  font-weight: 700;
}

.heading-medium.is-navbar-title {
  margin-right: 56px;
  color: #fff;
  letter-spacing: -0.05em;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__item-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar__item-link {
  color: #fff;
  text-decoration: none;
}

.navbar__social-icons {
  display: none;
}

.navbar__title-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__social-icon {
  width: 24px;
  height: 24px;
}

.navbar__social-icon.is-twitter {
  margin-right: 35px;
}

.navbar__social-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__social-icon-wrapper.is-twitter {
  margin-right: 16px;
}

.header-component {
  position: relative;
  padding-bottom: 400px;
}

.heading-xxl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 5rem;
  line-height: 110%;
}

.heading-xxl.is-header-title {
  max-width: 834px;
  padding-top: 200px;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
}

.text-highlight {
  color: #cf0;
  text-decoration: none;
}

.header-circle-slogan {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
}

.text-large {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 150%;
}

.text-large.is-subtitle {
  width: auto;
  max-width: 546px;
  margin-top: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.text-large.is-team-description {
  max-width: 480px;
  color: #000;
}

.header-circle-slogan-image {
  margin-top: 56px;
}

.portfolio-component {
  margin-top: -280px;
  padding-bottom: 100px;
}

.portfolio-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 2px solid #000;
}

.portfolio-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.portfolio-item-content-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 56px;
  padding-right: 56px;
  padding-left: 56px;
  background-color: #a8e34b;
}

.portfolio-item-content-left.is-yogasm {
  background-color: #ff652e;
}

.portfolio-item-content-left.is-dundees {
  background-color: #d7f2ff;
}

.portfolio-item-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.heading {
  font-family: Plusjakartasans, sans-serif;
}

.heading-copy {
  font-family: Plusjakartasans, sans-serif;
}

.heading-large {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 600;
}

.heading-large.is-navbar-title {
  margin-right: 56px;
  color: #fff;
  letter-spacing: -0.05em;
}

.heading-large.is-portfolio-item-title {
  margin-bottom: 16px;
}

.heading-xsmall {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
  font-weight: 600;
}

.heading-xsmall.is-navbar-title {
  margin-right: 56px;
  color: #fff;
  letter-spacing: -0.05em;
}

.heading-xsmall.is-portfolio-item-subtitle {
  opacity: 0.4;
}

.heading-regular {
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.5rem;
  line-height: 110%;
  font-weight: 600;
}

.heading-regular.is-navbar-title {
  margin-right: 56px;
  color: #fff;
  letter-spacing: -0.05em;
}

.portfolio__item-description {
  margin-top: 40px;
  margin-bottom: 0px;
  line-height: 150%;
}

.portfolio__item-link-template {
  margin-right: 8px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.portfolio__item-link-template-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-decoration: none;
}

.portfolio__item-link-template-wrapper:hover {
  color: #505050;
}

.portfolio-image {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
}

.portfolio__coming-soon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-xl {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: Plusjakartasans, sans-serif;
  font-size: 3.5rem;
  line-height: 110%;
  font-weight: 600;
}

.heading-xl.is-header-title {
  max-width: 834px;
  padding-top: 200px;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
}

.heading-xl.is-team-title {
  margin-bottom: 20px;
}

.heading-xl.is-contact-us-title {
  color: #fff;
  line-height: 120%;
}

.team-title-members {
  opacity: 1;
}

.team-title-lets-meet {
  opacity: 0.4;
}

.team__description {
  line-height: 150%;
}

.team-content-left {
  margin-right: 20px;
}

.team__member-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team__member-item.is-left {
  margin-right: 32px;
}

.team__member-item.is-right {
  margin-top: 108px;
}

.team__member-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team__member-img-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.team__member-img {
  width: 225px;
  height: 225px;
  max-width: none;
  border: 2px solid #000;
  border-radius: 99%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__member-wave {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 99%;
  background-color: #fff;
}

.team__member-wave-icon {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-right: 3px;
  margin-bottom: 0px;
  font-size: 35px;
}

.heading-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 600;
}

.heading-small.is-navbar-title {
  margin-right: 56px;
  color: #fff;
  letter-spacing: -0.05em;
}

.heading-small.is-portfolio-item-subtitle {
  opacity: 0.4;
}

.heading-small.is-member-title {
  margin-bottom: 6px;
}

.text-regular {
  line-height: 22px;
}

.footer-content {
  padding-top: 200px;
  padding-bottom: 100px;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.link {
  text-decoration: none;
}

.navbar__item-wrapper-hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar__social-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar__social-icon-wrapper.is-twitter {
    margin-right: 16px;
  }

  .heading-xxl.is-header-title {
    width: auto;
    max-width: 622px;
    font-size: 3.5rem;
  }

  .text-large.is-team-description {
    max-width: 357px;
    font-size: 1.125rem;
  }

  .header-circle-slogan-image {
    width: 120px;
    height: 120px;
  }

  .portfolio-item-content-left {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .portfolio-item-content-right {
    padding: 40px;
  }

  .team-component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-xl.is-header-title {
    width: auto;
    max-width: 622px;
    font-size: 3.5rem;
  }

  .heading-xl.is-team-title {
    font-size: 2.5rem;
  }

  .heading-xl.is-contact-us-title {
    max-width: 662px;
    font-size: 2.5rem;
  }

  .team-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team__content-right {
    margin-top: 80px;
  }

  .team__member-item.is-right {
    margin-top: 0px;
  }

  .footer-content {
    padding-top: 150px;
    padding-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_component {
    width: 100%;
  }

  .section-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbar__item-wrapper {
    display: none;
  }

  .heading-xxl.is-header-title {
    max-width: 435px;
    font-size: 2.5rem;
  }

  .text-large.is-team-description {
    max-width: 100%;
  }

  .html-embed {
    display: none;
  }

  .header-circle-slogan-image {
    margin-top: 30px;
  }

  .portfolio-item {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .portfolio-item-content-left {
    max-height: 380px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .portfolio-item-content-right {
    padding: 24px;
  }

  .portfolio__item-description {
    margin-top: 24px;
  }

  .portfolio__item-link-template {
    font-size: 16px;
  }

  .portfolio__item-link-template-wrapper {
    margin-top: 40px;
  }

  .portfolio-image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .portfolio-coming-soon {
    margin-top: 24px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .heading-xl.is-header-title {
    max-width: 435px;
    font-size: 2.5rem;
  }

  .team-content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team__content-right {
    margin-top: 56px;
  }

  .footer-content {
    padding-top: 150px;
    padding-bottom: 56px;
  }

  .footer-copyright {
    margin-top: 100px;
  }

  .navbar__item-wrapper-hidden {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-team {
    border: 2px solid #000;
  }

  .navbar__item-wrapper {
    display: none;
  }

  .header-component {
    padding-bottom: 160px;
  }

  .heading-xxl.is-header-title {
    padding-top: 264px;
  }

  .text-large {
    margin-bottom: 0px;
    color: #000;
    font-size: 1.125rem;
  }

  .text-large.is-subtitle {
    width: auto;
    text-align: left;
  }

  .text-large.is-team-description {
    text-align: left;
  }

  .text-large.is-coming-soon {
    text-align: center;
  }

  .header-circle-slogan-image {
    margin-top: 24px;
  }

  .portfolio-component {
    margin-top: -80px;
    padding-bottom: 80px;
  }

  .portfolio-item {
    grid-row-gap: 0px;
  }

  .portfolio-item-content-left {
    max-height: 245px;
  }

  .heading-large.is-portfolio-item-title {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

  .heading-xsmall.is-portfolio-item-subtitle {
    font-size: 1rem;
  }

  .portfolio__item-description {
    color: #000;
  }

  .portfolio__item-link-template-wrapper {
    margin-top: 40px;
  }

  .heading-xl.is-header-title {
    padding-top: 264px;
  }

  .heading-xl.is-team-title {
    font-size: 2rem;
    line-height: 110%;
  }

  .heading-xl.is-contact-us-title {
    max-width: none;
    font-size: 1.6rem;
    line-height: 120%;
  }

  .team__member-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team__member-img {
    width: 120px;
    height: 120px;
  }

  .team__member-wave {
    width: 40px;
    height: 40px;
  }

  .team__member-wave-icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 0px;
    font-size: 24px;
  }

  .heading-small.is-portfolio-item-subtitle {
    font-size: 1rem;
  }

  .footer-content {
    padding-top: 100px;
  }

  .footer-copyright {
    margin-top: 80px;
  }
}

#w-node-_288df513-a5cb-cabb-dc17-5fd9d5180e4e-6e66aa3d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_37954227-38c0-5aed-1ea2-adcddea7b875-6e66aa3d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_63b84195-1d1d-a1e0-62af-f8d3af38261a-6e66aa3d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}