@media only screen and (max-width: 1280px) {
  .navbar .navigation ul {
    display: none;
  }
  body {
    font-size: 14px;
  }
  section.hero .hero-text {
    max-width: 620px;
  }
  h1 {
    font-size: 3em;
    font-variation-settings: "wght" 445, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  }
  h2 {
    font-size: 2.3em;
    font-variation-settings: "wght" 445, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  }
  h3 {
    font-variation-settings: "wght" 350, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar .navigation ul {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  main {
    margin: 0;
  }
  h1 {
    font-size: 2.2em;
    font-variation-settings: "wght" 485, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }
  h2 {
    font-size: 1.85em;
    line-height: 1em;
    font-variation-settings: "wght" 459, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
  }
  h3 {
    font-variation-settings: "wght" 390, "YTDE" -203, "wdth" 110, "YTLC" 650, "YTFI" 738;
    letter-spacing: 0.05em;
  }
  .navbar {
    height: 75px;
    width: 100vw;
  }
  .navbar .cta {
    display: none;
  }
  .navbar div {
    margin: auto 0;
    width: 100%;
  }
  .navbar .navigation ul {
    display: none;
  }
  section.revolution .revolutionneeded {
    font-size: 2.2em;
    padding: 15px;
  }
  section.hero .hero-text {
    max-width: 620px;
    width: 80%;
    padding-left: 20px;
    padding-top: 20px;
    bottom: 45px;
    position: absolute;
    margin-left: 0;
  }
  section.hero .videoembed {
    height: 100vh;
  }
  section.hero .hero-text .sub {
    margin-top: 25px;
  }
  section.boxes {
    padding: 0;
    row-gap: 0;
  }
  section.boxes .box {
    padding: 25px;
    border-radius: 0;
    border-bottom: 1px solid rgb(240, 240, 240);
  }
  section.boxes .box p {
    margin: 15px auto;
  }
  section.boxes .boxes-title {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  section.boxes .box,
  section.bookdemo .content .text,
  section.bookdemo .inputbox {
    width: 100%;
  }
  section.boxes .box p {
    max-width: 100%;
  }
  section.revolution .revolutionneeded img {
    width: 100%;
  }
  section.revolution .revolutionneeded.rev-change {
    font-size: 3em;
    transition: all 0.4s;
    width: 100vw;
  }
  footer .footer-columns {
    min-height: unset;
  }
  footer .footer-columns > *:not(:first-child) {
    display: none;
  }
  footer .foot-base ul {
    display: inline-block;
  }
  footer .foot-base ul li {
    padding-top: 10px;
  }
  footer .foot-base {
    justify-content: left;
    font-size: 1em;
  }
}
