:root {
  --containter: 980px;
}

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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 980px;
  text-align: left;
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1)), url('../images/cheetah-bg.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.navbar {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.brand {
  text-align: left;
}

.section {
  height: 0;
  max-width: 1366px;
  background-image: url('../images/cheetah-bg-desktop.jpeg');
  background-position: 100%;
  background-size: contain;
}

.hero-img {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
}

.hero-img.black-txt {
  color: #000;
  margin-top: 10px;
}

.container-lg {
  max-width: var(--containter);
}

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

.container-3 {
  background-image: linear-gradient(#ececec, #ececec);
}

.body {
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.columns {
  position: absolute;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block.hero-text-wrap {
  overflow: visible;
}

.div-block-2 {
  background-image: linear-gradient(rgba(7, 7, 7, .9), rgba(7, 7, 7, .9));
  margin-left: 0;
  margin-right: auto;
  padding: 10px 20px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
}

.hero-txt-block {
  padding: 10px 20px;
}

.hero-txt-block.red-bg-90 {
  background-image: linear-gradient(rgba(219, 32, 39, .9), rgba(219, 32, 39, .9));
}

.hero-txt-block.gray-bg-90 {
  background-image: linear-gradient(rgba(99, 100, 102, .9), rgba(99, 100, 102, .9));
}

.hero-txt-block.black-bg-90 {
  background-image: linear-gradient(rgba(7, 7, 7, .9), rgba(7, 7, 7, .9));
}

.hero-img-wrap {
  padding: 40px 40px 0;
  overflow: hidden;
}

.container-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.theme-container {
  width: auto;
  max-width: 980px;
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.theme-container.gray-bg {
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1));
  justify-content: center;
  padding-top: 0;
  display: block;
  position: relative;
}

.theme-container.gray-bg.modal-overlay {
  display: none;
}

.theme-container.text-center {
  text-align: left;
  justify-content: center;
}

.div-block-3 {
  background-image: linear-gradient(#000, #000);
  flex: 1;
  margin-right: 10px;
}

.div-block-4 {
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1));
  flex: 1;
  margin-left: 10px;
  display: flex;
}

.section-2 {
  margin-top: 20px;
}

._2col-content-block {
  border: 1px #000;
}

.intro-block {
  flex: 1;
  padding: 20px;
}

.intro-block.black-bg {
  background-image: linear-gradient(#000, #000), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 1;
  margin-right: 5px;
  overflow: hidden;
}

.intro-block.gray-bg {
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1));
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: 5px;
  padding: 30px;
  display: flex;
}

.intro-block-img {
  padding: 25px 40px;
}

.section-sub-heading {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
}

.section-sub-heading.red-txt {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26px;
}

.section-sub-heading.gray-txt {
  color: #636466;
  font-weight: 600;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.1rem;
  font-weight: 800;
}

.section-hdg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 800;
}

.section-hdg.black-txt {
  color: #000;
  line-height: 44px;
}

.btn-standard {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(red, red);
  border: 2px solid red;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-alternate {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 40px;
  font-size: 1.125rem;
  font-weight: 700;
}

.check-list {
  color: #707070;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.list-item {
  margin-bottom: 15px;
}

.list-item.font-weight-bold {
  font-weight: 700;
}

.list-item-2 {
  margin-bottom: 15px;
  font-weight: 400;
}

.list-item-3 {
  font-weight: 400;
}

.image {
  margin-top: 40px;
}

.lp-content-section.section-gap {
  margin-top: 30px;
}

.gray-bg {
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1));
}

.gray-bg.glamour-img {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

.modal-btn {
  width: 50px;
  height: 50px;
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 100%;
  padding: 0;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  transition: transform 1s;
}

.modal-btn:hover {
  color: #fff;
  background-color: #000;
}

.modal-trigger {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.paragraph {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.paragraph.body-txt {
  color: #636466;
  margin-bottom: 0;
}

.black-txt {
  color: #000;
}

.body-txt-container {
  margin-top: 50px;
}

.modal-body-txt {
  font-size: 1.25rem;
  line-height: 2rem;
}

.modal-reveal {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.modal-start {
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.glamour-section.velox-advantage {
  margin-top: 40px;
}

.glamour-section.section-gap-xl {
  margin-top: 100px;
}

.glamour-sub-hdg {
  text-transform: uppercase;
}

.glamour-sub-hdg.gray-txt {
  color: #636466;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.glamour-hdg {
  margin-top: 2px;
  font-weight: 600;
}

.glamour-hdg.white-txt {
  color: #fff;
}

.glamour-hdg-wrap {
  max-width: 0;
  min-width: 100%;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

.half-col {
  width: 50%;
  flex-direction: column;
  display: block;
}

.half-col.gray-bg {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-image: linear-gradient(rgba(186, 185, 185, .1), rgba(186, 185, 185, .1));
  display: flex;
}

.half-col.center-flex {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-span, .text-span-2, .text-span-3 {
  color: #000;
}

.modal-image {
  margin-bottom: 10px;
}

.lp-standard-section.section-gap, .lp-standard-section.section-gap-xl {
  margin-top: 100px;
}

.lp-standard-section.black-bg.pre-footer {
  background-image: linear-gradient(#000, #000);
  padding-top: 60px;
  padding-bottom: 60px;
}

.fw-container {
  max-width: 980px;
}

.fw-container.fw-img-section {
  margin-top: 10px;
  overflow: hidden;
}

.black-text, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #000;
}

._2col-no-gap {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.col-content {
  height: auto;
  overflow: hidden;
}

.col-content.black-bg {
  background-image: linear-gradient(#000, #000);
}

.col-content.black-bg.spec-wrap {
  padding: 20px;
}

.image-2 {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

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

.pre-footer-txt.white-txt {
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  line-height: 28px;
}

.recycle-icon {
  margin-bottom: 20px;
}

.footer.copyright.black-bg {
  border-top: 2px solid red;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-5 {
  text-align: center;
}

.copyright-txt {
  margin-top: 10px;
  margin-bottom: 0;
}

.scroll-track {
  height: 300vh;
  position: relative;
}

.the-sticky {
  aspect-ratio: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.headshot-1 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/control-room.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
}

.laptop-1 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/experience-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  margin-top: 20px;
  padding-top: 0;
}

.page-load {
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pl-logo-wrap {
  width: 100%;
}

.overlay {
  z-index: 50;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loader-wrapper {
  width: 450px;
  height: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 2px 5px #000;
}

.shapes-overlay {
  z-index: 10;
  width: 440px;
  height: 440px;
  position: absolute;
  left: 50px;
}

.shapes-group {
  width: 429px;
  height: 429px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -213px;
  left: -10px;
  transform: translate(-54.8%);
}

.bar {
  width: 286px;
  height: 2px;
  flex: none;
  position: relative;
  overflow: visible;
}

.clipper {
  z-index: 10;
  width: 286px;
  height: 2px;
  background-color: #1e1e1e;
  position: relative;
  overflow: hidden;
}

.clipped-light {
  z-index: 21;
  width: 200%;
  height: 130%;
  position: relative;
  transform: translate(-51%);
}

.clipped-light.clipped-light-1 {
  z-index: 21;
}

.preloader {
  z-index: 1003;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  z-index: 520;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 6px;
  position: relative;
}

.loader-section {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader-div {
  opacity: 0;
  transform: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.left-div {
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  justify-content: flex-end;
  display: flex;
  position: relative;
  transform: none;
}

.left-animation-line-div {
  width: 5px;
  height: 100%;
  background-color: #623cea;
  border-radius: 0;
}

.right-div {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  position: relative;
  transform: none;
}

.right-animation-line-div {
  width: 5px;
  height: 100%;
  background-color: #623cea;
  border-radius: 0;
}

.image-5 {
  width: 100%;
}

.page-load {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .hero-img.black-txt {
    margin-left: 10px;
    padding-right: 10px;
  }

  .theme-container {
    flex-direction: column;
    padding-left: 0;
  }

  .theme-container.gray-bg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._2col-content-block {
    flex-direction: row;
  }

  .intro-block.black-bg {
    margin-left: 10px;
    margin-right: 10px;
  }

  .intro-block.gray-bg {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-sub-heading.red-txt {
    font-size: 1rem;
  }

  .section-hdg.black-txt {
    font-size: 1.9rem;
    line-height: 40px;
  }

  .list-item.font-weight-bold {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .lp-content-section.section-gap {
    margin-top: 30px;
  }

  .body-txt-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .modal-reveal {
    overflow: scroll;
  }

  .glamour-hdg-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lp-standard-section.section-gap {
    height: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lp-standard-section.section-gap-xl {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2col-no-gap {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .col-content.black-bg.spec-wrap {
    margin-top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.body-txt {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .pre-footer-txt.white-txt {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

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

  .div-block {
    align-items: flex-end;
  }

  .div-block.hero-text-wrap {
    width: 100%;
    text-align: left;
    justify-content: flex-end;
  }

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

  .hero-txt-block.red-bg-90 {
    width: 100%;
    text-align: left;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
  }

  .hero-txt-block.gray-bg-90, .hero-txt-block.black-bg-90 {
    width: 100%;
  }

  .hero-img-wrap {
    padding-top: 0;
  }

  .image {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 43px;
  }

  .modal-reveal {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    overflow: auto;
  }

  .modal-start {
    height: auto;
    padding-top: 40px;
  }

  .modal-image {
    max-height: none;
    max-width: none;
    padding-top: 0;
  }

  .image-3 {
    width: auto;
    height: auto;
    max-width: none;
  }
}


