.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.container {
  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 {
  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:hover {
  color: rgba(26, 27, 31, .75);
}

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

.nav-link[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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.logotextnotdevs {
  color: #000;
  text-align: center;
  font-family: Major Mono Display, sans-serif;
  font-size: 3rem;
  line-height: 0;
  text-decoration: none;
  position: relative;
}

.container-navbar {
  max-width: 1200px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar {
  background-color: #fff;
  justify-content: flex-start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-class {
  color: #fff;
  background-color: #8a83f6;
  border-radius: 1.5rem;
  font-family: Major Mono Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.brand {
  min-height: auto;
}

.hero-section {
  min-height: 100vh;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-container {
  max-width: 1200px;
}

.hero-heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.features-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid #000;
  border-radius: 100%;
  padding: 52px;
  font-family: Inter, sans-serif;
}

.div-block {
  width: 10rem;
  height: 10rem;
  border: .15rem solid rgba(0, 0, 0, .3);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.text-block {
  color: rgba(0, 0, 0, .3);
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.image {
  color: #141414;
  background-color: #fff;
}

.text-block-2 {
  width: 3rem;
  height: 3rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Material Icons, sans-serif;
  font-size: 3rem;
  display: flex;
}

.icon-div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.more-info-button {
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Material Icons, sans-serif;
  font-size: 3rem;
  overflow: visible;
}

.container-2 {
  min-height: 20vh;
}

.columns {
  min-height: 20vh;
  padding-top: 64px;
  padding-bottom: 64px;
}

.heading {
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.text-block-3 {
  font-family: Major Mono Display, sans-serif;
  font-size: 3rem;
}

.text-block-4 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.text-block-5 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 0 0;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Major Mono Display, sans-serif;
  font-size: 4rem;
  line-height: 1.25;
}

.button-2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #8a83f6;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  border-radius: 1em;
  margin-right: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.button-2.outline {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: none;
  background-clip: padding-box;
  border: 2px #000;
}

.div-block-2 {
  margin-top: 3rem;
}

.services-section {
  min-height: 100vh;
  background-color: #000;
}

.container-3 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.5;
  display: block;
}

.bold-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.skin-bold-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 0%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.muscles-bold-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.bones-bold-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 100%;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-3 {
  max-width: 70vw;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.text-block-7 {
  color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.image-2 {
  background-color: #fff;
  border-radius: 19px;
  padding: 10px;
}

.image-3 {
  border-radius: 10px;
}

.cta-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.div-block-4 {
  width: 80vw;
  min-height: 15vh;
  background-color: #000;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-block-8 {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border: 2px solid #fff;
  border-radius: 2em;
  margin-top: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.boring-stuff {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-9 {
  font-family: Major Mono Display, sans-serif;
  font-size: 1.5rem;
}

.text-block-10 {
  font-family: Inconsolata, monospace;
}

.link {
  color: #8a83f6;
}

.text-block-11 {
  font-family: Material Icons, sans-serif;
}

.link-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heronotdevs.jpg');
  background-position: 50% 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
}

.heading-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

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

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

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

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    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 rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .logotextnotdevs {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .hero-heading {
    max-width: 80vw;
    text-align: center;
  }

  .container-2 {
    max-width: 80vw;
  }

  .button-2.outline {
    border-style: none;
    border-color: #000;
  }

  .text-block-6 {
    max-width: 80vw;
  }

  .container-4 {
    max-width: 80vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .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 {
    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 rgba(0, 0, 0, .05);
  }

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

  .hero-heading {
    max-width: 80vw;
    text-align: center;
  }

  .button-2 {
    border: 1px #000;
  }

  .button-2.outline {
    border-style: none;
    border-color: #000;
  }

  .text-block-6 {
    max-width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .hero-heading {
    max-width: 80vw;
    text-align: center;
    font-size: 2.5rem;
  }

  .text-block-4 {
    font-size: 1.5rem;
  }

  .text-block-5 {
    font-size: 2.5rem;
  }

  .button-2 {
    border: 2px #8a83f6;
    margin-bottom: 1rem;
  }

  .button-2.outline {
    border-style: none;
  }

  .text-block-6 {
    max-width: 80vw;
    font-size: 1rem;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .text-block-7 {
    text-align: center;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 1;
  }

  .text-block-8, .text-block-9 {
    font-size: 1rem;
  }

  .text-block-10 {
    font-size: .5rem;
  }

  .link {
    font-size: .75rem;
  }
}


@font-face {
  font-family: 'Material Icons';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}