.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100vw;
  margin-top: 80px;
  padding: 0 80px;
  @media only screen and (min-width: 900px) {
    height: 100vh;
    margin-top: 0;
  }
}

.hero-record-logo-container {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  @media only screen and (min-width: 767px) {
    margin-bottom: 50px;
  }
}

#logo-rec {
  width: calc(370.13px * .3);
  margin-right: calc(19.02px * .3);
  @media only screen and (min-width: 767px) {
    width: calc(370.13px * .7);
    margin-right: calc(19.02px * .7);
  }
}

#logo-o {
  width: calc(328.59px * .3);
  animation: rotation 4000ms infinite linear;
  @media only screen and (min-width: 767px) {
    width: calc(328.59px * .7);
  }
}

#logo-rd {
  width: calc(233.48px * .3);
  margin-left: calc(27.78px * .3);
  margin-top: -11px;
  @media only screen and (min-width: 767px) {
    width: calc(233.48px * .7);
    margin-left: calc(27.78px * .7);
    margin-top: -22px;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  @media only screen and (min-width: 767px) {
    font-size: 22px;
  }
}

.prototype-image {
  border-radius: 20px;
}

.meet-the-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  margin-top: 10px;
}

.team-member-row {
  display: flex;
  flex-direction: column;
  @media only screen and (min-width: 767px) {
    flex-direction: row;
  }
}

.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 40px;
}

.team-member-img {
  overflow: hidden;
  width: 200px;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  margin-bottom: 12px;
}

.team-member-name {
  font-size: 24px;
  font-weight: 600;
}

.team-member-role {
  font-size: 18px;
  opacity: 0.5;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;;
}

.underline-overline {
  text-decoration: underline overline;
}

.a-block {
  display: block;
  font-size: inherit;
}

.center {
  text-align: center;
}

.coming-soon {
  opacity: 0.4;
}

#custom-u-shape-rectangle {
  display: none;
  @media only screen and (min-width: 900px) {
    display: block;
  }
}

#custom-u-container-layout {
  height: 300px;
  @media only screen and (min-width: 900px) {
    height: auto;
  }
}

#custom-u-image-1 {
  @media only screen and (max-width: 900px) {
    width: 100%;
  }
}

#custom-u-layout-cell-1 {
  display: block;
  @media only screen and (min-width: 767px) {
    display: none;
  }
}

#custom-u-layout-cell-2 {
  display: none;
  @media only screen and (min-width: 767px) {
    display: flex;
    align-items: center;
  }
}

#custom-u-black {
  display: none;
  @media only screen and (min-width: 767px) {
    display: block;
  }
}

#custom-u-image-2 {
  @media only screen and (max-width: 767px) {
    width: 100%;
    height: auto;
    margin-top: -50px;
    margin-bottom: 20px;
    box-shadow: none;
  }
  @media only screen and (max-width: 575px) {
    margin-top: -100px;
  }
}

#custom-u-layout-cell-3 {
  display: none;
  @media only screen and (min-width: 767px) {
    display: flex;
  }
}

#custom-u-section-3 {
  display: none;
  @media only screen and (min-width: 992px) {
    display: block;
  }
}

#custom-u-black-expanded {
  display: none;
  @media only screen and (min-width: 992px) {
    display: block;
  }
}

#custom-u-image-3, #custom-u-image-4, #custom-u-image-5, #custom-u-image-6  {
  display: none;
  @media only screen and (min-width: 992px) {
    display: block;
  }
}

#custom-u-layout-cell-4 {
  text-align: left;
}

#custom-u-section-4 {
  min-height: auto;
  /* display: none; */
  @media only screen and (min-width: 992px) {
    /* display: block; */
  }
}

#custom-u-shape-rectangle-2 {
  display: none;
  @media only screen and (min-width: 992px) {
    display: block;
  }
}

#custom-u-layout-wrap-1 {
  @media only screen and (max-width: 992px) {
    margin-left: auto;
    margin-right: auto;
  }
}

#custom-u-shape-rectangle-3 {
  display: none;
  @media only screen and (min-width: 767px) {
    display: block;
  }
}

#custom-u-text-1 {
  margin: 0 auto 20px;
  font-weight: 500;
  text-align: center;
}

#custom-u-layout-wrap-2 {
  @media only screen and (max-width: 767px) {
    margin: 0;
    width: 100%;
  }
}

#custom-u-section-6 {
  @media only screen and (max-width: 767px) {
    background-color: black;
    color: white;
  }
}

#custum-u-clearfix {
  @media only screen and (max-width: 992px) {
    width: 100%;
    margin: 0;
    padding-top: 50px;
  }
}

#embedded-videos {
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 992px) {
    align-items: center;
  }
}

.video-heading {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
}

.video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 647px;
  padding-bottom: 18px;
  @media only screen and (max-width: 767px) {
    width: calc(100% - 74px);
  }
}

/* #demo-video-container {
  padding-bottom: 20px;
} */

#concept-video-container {
  @media only screen and (max-width: 767px) {
    padding-bottom: 0;
  }
}

#demo-video-placeholder {
  width: 100%;
  height: 100%;
  height: 363px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  opacity: 0.5;
  @media only screen and (max-width: 767px) {
    height: 191px;
  }
}

#learn-more-h2 {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

#learn-more-p {
  margin-bottom: 18px;
}