:root {
  --waves-library--black: #131313;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --waves-library--background: #faebe3;
}

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

.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;
  }
}

.waves-navbar-1 {
  z-index: 105;
  color: #fff;
  background-color: #000;
  border: 1px #000;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-master-nav-1 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-brand-link {
  height: 24px;
}

.waves---brand {
  max-width: none;
  height: 100%;
}

.waves---nav-link {
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
}

.waves---nav-link.w--current {
  color: #c2e6fa;
}

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves---nav-cta {
  background-color: #1295d5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-top: 0;
  padding: 8px 24px 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.body {
  color: #f22;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 110vh;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading {
  color: #fff;
  width: auto;
  font-size: 75px;
  line-height: 120px;
}

.text-block {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 55px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  background-color: #1295d5;
  min-width: 200px;
}

.waves---main-container {
  color: var(--waves-library--white);
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  color: #000;
  width: 100%;
  height: auto;
  min-height: 110vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins {
  color: var(--waves-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--waves-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.waves-wide-tile-features-7 {
  color: #000;
  background-color: #f2f2f5;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #f2f2f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: #f2f2f5;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.text-block-2 {
  font-size: 16px;
  line-height: 25px;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-4 {
  font-size: 16px;
  line-height: 25px;
}

.text-block-5 {
  color: var(--waves-library--black);
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-6, .text-block-7, .text-block-8 {
  color: var(--waves-library--black);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.waves---section-medium-2 {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.waves---paragraph-big {
  color: var(--waves-library--black);
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---paragraph-regular {
  font-size: 16px;
  font-weight: 200;
  line-height: 25px;
}

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

.waves-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-image-team-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.button {
  color: #fff;
  background-color: #1295d5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---section-medium-3 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---field-label {
  color: var(--waves-library--black);
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-label {
  color: var(--waves-library--black);
  font-size: 16px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-icon-33 {
  width: 24px;
  height: 24px;
}

.waves-footer-1 {
  color: #000;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 64px;
}

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

.waves-brand-link-footer-1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  color: #fff;
  text-decoration: none;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  border: .5px solid #fff;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-icon-34 {
  width: 24px;
  height: 24px;
}

.text-block-9 {
  color: #fff;
  margin-left: 10px;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  text-decoration: none;
}

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

.text-block-10 {
  font-size: 18px;
}

.text-block-11 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.heading-2 {
  font-size: 48px;
  line-height: 48px;
}

.progressbar {
  background-image: linear-gradient(85deg, #79cff6, #79cff6);
  width: 100%;
  height: 8px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-block {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  margin-left: 10px;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.text-block-13 {
  color: var(--waves-library--black);
}

@media screen and (max-width: 991px) {
  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--black);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 110vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 60px;
    line-height: 65px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves---section-medium-2, .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .waves---nav-menu {
    border-radius: 0 0 25px 25px;
    margin-top: 0;
    box-shadow: 0 20px 20px -1px #b9a3fa38;
  }

  .waves---nav-cta {
    display: none;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 25px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }
}

#w-node-e4d33d05-dcb3-4364-0f2d-affada4dc828-d38b6daa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a1d82fc-c98a-e91d-f52a-5bf87de3bf7c-d38b6daa, #w-node-_2a1d82fc-c98a-e91d-f52a-5bf87de3bf8e-d38b6daa, #w-node-_2a1d82fc-c98a-e91d-f52a-5bf87de3bfa0-d38b6daa, #w-node-_282894c3-deaa-c99f-7ad2-9698da3f63fd-d38b6daa, #w-node-_282894c3-deaa-c99f-7ad2-9698da3f6401-d38b6daa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e4d33d05-dcb3-4364-0f2d-affada4dc828-d38b6daa {
    grid-column: span 1 / span 1;
  }
}


