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

@font-face {
  font-family: Typewriterrevo;
  src: url('../fonts/TypewriterRevo-Bold.woff') format("woff"), url('../fonts/TypewriterRevo-Bold.ttf') format("truetype"), url('../fonts/TypewriterRevo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Typewriterrevo;
  src: url('../fonts/TypewriterRevo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Typewriterrevo;
  src: url('../fonts/TypewriterRevo-Bold.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --white-smoke: #f3f3f3;
  --main-brand-colour: #6057c3;
}

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

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Cabin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cormorant, sans-serif;
  font-size: 51px;
  font-weight: 700;
  line-height: .9;
}

p {
  color: #f3f3f3cc;
  max-width: 350px;
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.hero-section {
  background-color: #202020;
  min-height: 100vh;
}

.hero-section.hero {
  background-color: #20202000;
  flex-direction: column;
  min-height: 90vh;
  margin-bottom: 0;
  display: flex;
}

.hero-section.foooter {
  background-color: #000;
  min-height: 0;
}

.container {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.container.hero {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.navbar {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1.2;
}

.nav-link.last {
  order: 1;
  margin-right: 0;
  font-family: Typewriterrevo, Georgia, sans-serif;
}

.nav-link.last.w--current {
  padding: 10px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.nav-link.last.hidden.w--current, .nav-link.last.mobile.w--current {
  display: none;
}

.submit-button {
  color: var(--black);
  background-color: #dfdfdf;
  align-self: flex-end;
  width: 100%;
  margin-top: 15px;
}

.logo {
  text-align: left;
  vertical-align: baseline;
  flex: 0 auto;
  align-self: center;
  max-width: 300px;
}

.link-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  max-height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 20px #00000047;
}

.hero-wrapper {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.hero-wrapper.body-text {
  margin-top: 80px;
  margin-bottom: 80px;
}

.hero-wrapper.cta-panel {
  margin-top: 20px;
}

.h4 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-subheading {
  color: #f3f3f3bf;
  max-width: none;
  font-size: 16px;
}

.hero-text-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  height: 100%;
  padding-right: 0;
  font-weight: 700;
  display: flex;
}

.hero-image-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  align-items: center;
  padding: 60px;
  box-shadow: 14px 14px 70px #000;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 100%;
  display: grid;
}

.body {
  background-color: #29292900;
  background-image: url('../images/Screenshot-2024-08-12-at-16.30.57.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
}

.contact-heading {
  color: #fff;
  width: 13ch;
  margin-top: 0;
  font-size: 42px;
  line-height: 1.1;
}

.footer-grid {
  grid-column-gap: 55px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-heading-2 {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 270px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  opacity: 1;
}

.content-section {
  background-color: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  background-color: #000;
}

.text-field {
  background-color: #eee;
  border: 0 solid #000;
  margin-bottom: 15px;
}

.text-field::placeholder {
  color: #0006;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 400px;
}

.paragraph {
  width: 40ch;
}

.about-heading {
  color: #000;
  width: 13ch;
  margin-top: 0;
  font-size: 47px;
  line-height: .9;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7607c5;
  margin-top: 6px;
  padding: 15px 40px;
  font-size: 11px;
}

.div-block {
  background-image: url('../images/humphrey-muleba-Y83f26VFCcg-unsplash-1.jpg');
  background-position: 50% 42%;
  background-size: cover;
  overflow: hidden;
}

.form {
  flex-direction: column;
  display: flex;
}

.field-label {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}

.form-block {
  margin-bottom: 0;
}

.paragraph-dark {
  color: #0009;
}

.contact-section {
  background-color: #202020;
  padding-top: 60px;
  padding-bottom: 60px;
}

.track {
  height: 400vw;
  margin-bottom: 100px;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 40px;
}

.image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed, .section {
  margin-top: 50px;
}

.section-2 {
  display: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.image-2 {
  width: 300px;
}

.code-embed-2 {
  display: none;
}

.image-3 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bold-text {
  width: 100%;
}

.paragraph-2 {
  color: #000c;
  max-width: 702px;
  font-size: 22px;
  font-weight: 400;
}

.body-grid {
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
  height: 100%;
}

.body-grid.right-aligned {
  grid-template-columns: 2fr;
}

.body-grid.cta-grid {
  grid-row-gap: 30px;
}

.paragraph-3 {
  color: #000c;
  letter-spacing: -2px;
  max-width: 750px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}

.bold-text-2 {
  font-weight: 600;
}

.h2 {
  color: var(--black);
  width: 100%;
  max-width: none;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 22px;
}

.heading-2 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.bold-text-3 {
  max-width: 750px;
}

.button-2 {
  background-color: #000;
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-bottom: 80px;
  padding: 15px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-2:hover {
  color: #000;
  background-color: #fff0;
  border: 2px solid #000;
}

.paragraph-4 {
  color: #000c;
  letter-spacing: -.5px;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.navbar-logo-center-2 {
  display: flex;
  position: static;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  clear: none;
  color: #1a1b1f;
  letter-spacing: -2px;
  order: 1;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.nav-link-accent-2.w--current {
  vertical-align: baseline;
  letter-spacing: -2px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link-accent-2.hack.w--current {
  margin-right: -25px;
  font-size: 14px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-4 {
  align-self: auto;
}

.image-4.hack {
  margin-top: 0;
}

.footer-dark {
  border-bottom: 0 #e4ebf3;
  padding: 150px 30px 50px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr auto .75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  max-width: 100%;
  display: grid;
}

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

.title-small {
  color: var(--black);
  text-transform: capitalize;
  letter-spacing: -.5px;
  margin-bottom: 12px;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: underline;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
  text-decoration: none;
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-5 {
  text-align: center;
  align-content: center;
  margin-left: 0;
}

.image-6 {
  width: 75px;
  margin-top: 0;
  margin-left: 0;
  margin-right: -30px;
  display: block;
}

.column-3 {
  padding-left: 20px;
}

.mobile-dbl {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block {
  color: var(--black);
  text-align: right;
  padding-top: 10px;
  padding-right: 0;
  font-family: Typewriterrevo, Georgia, sans-serif;
  font-size: 16px;
}

.track-2 {
  height: 400vw;
}

.item-3 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

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

.track-3 {
  height: 400vw;
}

.item-4 {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 40px;
}

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

.column-4 {
  padding-right: 0;
}

@media screen and (min-width: 1920px) {
  .hero-section.hero.body-copy {
    color: var(--black);
    font-family: Typewriterrevo, Georgia, sans-serif;
    font-size: 28px;
    font-weight: 700;
  }

  .container {
    max-width: 1600px;
  }

  .container.navbar {
    align-self: auto;
  }

  .nav-link.last.w--current {
    padding: 10px;
    font-size: 25px;
  }

  .logo {
    vertical-align: middle;
    order: 0;
    max-width: 400px;
    display: block;
  }

  .h4 {
    font-size: 35px;
  }

  .div-block-2 {
    width: auto;
  }

  .paragraph-3 {
    max-width: 900px;
    font-size: 28px;
    line-height: 40px;
  }

  .h2 {
    font-size: 28px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .button-2 {
    text-align: left;
    width: 340px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Typewriterrevo, Georgia, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .paragraph-4 {
    color: #000c;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
  }

  .navbar-logo-center-2 {
    margin-bottom: 20px;
  }

  .nav-link-accent-2, .nav-link-accent-2.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .title-small {
    font-size: 20px;
  }
}

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

  .hero-section.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.last {
    font-family: Typewriterrevo, Georgia, sans-serif;
  }

  .nav-link.last.w--current {
    font-weight: 400;
    text-decoration: none;
  }

  .nav-link.last.w--current:lang(en) {
    font-weight: 700;
  }

  .hero-wrapper.body-text {
    margin-top: 0;
  }

  .h4 {
    width: auto;
    font-size: 25px;
  }

  .hero-subheading {
    font-size: 10px;
  }

  .hero-text-wrapper, .hero-text-wrapper.hero-one {
    height: 80%;
  }

  .contact-heading {
    width: auto;
    font-size: 45px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-heading {
    width: auto;
    font-size: 45px;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .button-2 {
    width: 40%;
  }

  .paragraph-4 {
    font-size: 20px;
  }

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

  .navbar-wrapper-three-2 {
    flex-flow: column;
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .icon-3 {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
    font-size: 30px;
  }

  .image-4 {
    float: none;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .mobile-dbl {
    display: none;
  }

  .track-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-3 {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .track-3 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-4 {
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    max-width: 165px;
    font-size: 30px;
  }

  .hero-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-section.hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container, .container.flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero {
    flex-flow: row;
    padding: 0 40px;
  }

  .container.navbar {
    justify-content: space-between;
  }

  .link-wrapper {
    display: none;
  }

  .h4 {
    font-size: 20px;
  }

  .hero-subheading {
    font-size: 14px;
  }

  .hero-text-wrapper {
    width: 100%;
    height: auto;
  }

  .hero-text-wrapper.hero-one {
    align-items: stretch;
  }

  .contact-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 40px;
  }

  .hero-grid {
    grid-row-gap: 17px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .contact-heading {
    font-size: 75px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    width: 26ch;
  }

  .about-heading {
    max-width: 425px;
    font-size: 50px;
  }

  .paragraph-dark {
    margin-bottom: 0;
  }

  .track, .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    color: var(--black);
    padding-right: 0;
  }

  .brand {
    flex: 1;
    padding-left: 0;
  }

  .heading {
    max-width: 196px;
    font-size: 37px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-3 {
    align-self: center;
  }

  .icon-2 {
    color: var(--black);
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .button-2 {
    width: 60%;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent-2.hack.w--current {
    display: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .image-6, .mobile-dbl, .text-block {
    display: none;
  }

  .track-2, .item-3, .track-3, .item-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .hero-section.hero {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.last.w--current {
    text-align: center;
    display: block;
  }

  .nav-link.last.hidden.w--current {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .nav-link.last.mobile.w--current {
    text-transform: none;
    margin-left: 0;
    display: block;
  }

  .submit-button {
    align-self: stretch;
  }

  .link-wrapper {
    justify-content: flex-start;
    display: none;
  }

  .hero-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-wrapper.body-text {
    margin-top: 0;
  }

  .h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .contact-grid {
    padding: 20px;
  }

  .hero-grid {
    grid-template-rows: auto;
  }

  .contact-heading {
    font-size: 50px;
  }

  .footer-grid {
    grid-column-gap: 12px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph {
    width: 19ch;
  }

  .about-heading {
    max-width: 310px;
    font-size: 37px;
  }

  .div-block {
    min-height: 220px;
  }

  .item {
    padding: 10px 20px;
  }

  .icon {
    color: var(--black);
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .nav-link-accent {
    text-align: left;
  }

  .image-2 {
    margin-left: 0;
    display: inline-block;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .heading-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 16px;
  }

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

  .navbar-wrapper-three-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .nav-link-accent-2.hack.w--current {
    display: none;
  }

  .footer-dark {
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .footer-block {
    text-align: center;
  }

  .footer-link-2 {
    line-height: 20px;
    text-decoration: underline;
  }

  .image-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-3 {
    margin-top: -25px;
  }

  .image-6 {
    display: none;
  }

  .column-3 {
    padding-left: 140px;
  }

  .mobile-dbl {
    margin-top: 20px;
    display: none;
  }

  .text-block {
    display: none;
  }

  .item-3, .item-4 {
    padding: 10px 20px;
  }
}

#w-node-_5c3c282e-4c29-5e4c-a55d-d9bd7ce593b1-c6dc0f45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ecadc59-3890-e73e-5c52-2d18a2b65506-c6dc0f45, #w-node-_26c0c349-8417-5330-224e-2abe60194e47-c6dc0f45 {
  justify-self: start;
}

#w-node-fd28a3ff-2c18-c91c-f7e1-88c758c51a2b-c6dc0f45, #w-node-d1397713-348a-008a-6b05-e068560a38c5-c6dc0f45 {
  justify-self: end;
}

#w-node-_8cdf88ee-e887-affa-8209-2904b549458e-c6dc0f45 {
  justify-self: start;
}

#w-node-_166b6bff-e178-34ba-286d-7779a4cc7a69-c6dc0f45, #w-node-_09773c4f-e5ab-12b7-b71b-abe56d9aa92e-c6dc0f45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_166b6bff-e178-34ba-286d-7779a4cc7a72-c6dc0f45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5c3c282e-4c29-5e4c-a55d-d9bd7ce593b1-c6dc0f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8ecadc59-3890-e73e-5c52-2d18a2b65506-c6dc0f46, #w-node-_26c0c349-8417-5330-224e-2abe60194e47-c6dc0f46 {
  justify-self: start;
}

#w-node-fd28a3ff-2c18-c91c-f7e1-88c758c51a2b-c6dc0f46, #w-node-d1397713-348a-008a-6b05-e068560a38c5-c6dc0f46 {
  justify-self: end;
}

#w-node-_8cdf88ee-e887-affa-8209-2904b549458e-c6dc0f46 {
  justify-self: start;
}

#w-node-_7a0edb9e-5eaf-40db-6295-b03212005687-c6dc0f46 {
  align-self: auto;
}

#w-node-_166b6bff-e178-34ba-286d-7779a4cc7a69-c6dc0f46, #w-node-_09773c4f-e5ab-12b7-b71b-abe56d9aa92e-c6dc0f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_166b6bff-e178-34ba-286d-7779a4cc7a72-c6dc0f46, #w-node-a0683d5d-aa2f-375d-c651-01f4de75a190-c6dc0f46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_5c3c282e-4c29-5e4c-a55d-d9bd7ce593b1-c6dc0f45 {
    align-self: center;
  }

  #w-node-_8cdf88ee-e887-affa-8209-2904b549458e-c6dc0f45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7a0edb9e-5eaf-40db-6295-b03212005687-c6dc0f45 {
    align-self: auto;
  }

  #w-node-_5c3c282e-4c29-5e4c-a55d-d9bd7ce593b1-c6dc0f46 {
    align-self: center;
  }

  #w-node-_8cdf88ee-e887-affa-8209-2904b549458e-c6dc0f46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_7a0edb9e-5eaf-40db-6295-b03212005687-c6dc0f46 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a0edb9e-5eaf-40db-6295-b03212005687-c6dc0f45, #w-node-_7a0edb9e-5eaf-40db-6295-b03212005687-c6dc0f46 {
    place-self: auto;
  }
}


@font-face {
  font-family: 'Typewriterrevo';
  src: url('../fonts/TypewriterRevo.woff') format('woff'), url('../fonts/TypewriterRevo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typewriterrevo';
  src: url('../fonts/TypewriterRevo-Bold.woff') format('woff'), url('../fonts/TypewriterRevo-Bold.ttf') format('truetype'), url('../fonts/TypewriterRevo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Typewriterrevo';
  src: url('../fonts/TypewriterRevo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Typewriterrevo';
  src: url('../fonts/TypewriterRevo-Bold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}