.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Manrope, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Ppformulacondensed, sans-serif;
  font-size: 120px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

ul {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
}

img {
  display: inline-block;
}

.style-guide {
  margin-top: 134px;
  margin-right: 100px;
  margin-left: 100px;
}

.h1.yellow {
  color: #fdc500;
}

.h1.yellow.hero {
  font-size: 140px;
}

.h1.white {
  color: #fff;
}

.h1.small {
  font-size: 56px;
}

.h1.small.blue {
  color: #00c8ff;
}

.h1.small.green {
  color: #00dba7;
}

.h1.blue {
  color: #00c8ff;
}

.h1.green {
  color: #00dba7;
}

.h1.meidum {
  margin-bottom: 20px;
  padding-top: 9px;
  font-size: 60px;
}

.h2.white {
  color: #fff;
}

.h4.white {
  color: #fff;
}

.body-copy.white {
  color: #fff;
}

.body-copy.small {
  color: #fff;
  font-size: 12px;
}

.body-copy.short {
  padding-right: 60px;
}

.hero {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.58)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(70%, transparent)), url('../images/AION_Hero_Image.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.5) 30%, transparent 70%), url('../images/AION_Hero_Image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-text {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.container {
  margin-top: 180px;
  margin-bottom: 180px;
}

.container.footer {
  margin-top: 100px;
  margin-bottom: 60px;
}

.products-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.data-entertainment-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/AION_Data_Entertainment_Image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/AION_Data_Entertainment_Image.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bullets {
  line-height: 2;
}

.heading {
  margin-bottom: 40px;
}

.immersive-training-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/martin-sanchez-sp28h4ugLts-unsplash_v2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/martin-sanchez-sp28h4ugLts-unsplash_v2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sports-data-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/thisisengineering-raeng-BxZSdcdG3Zc-unsplash_v2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/thisisengineering-raeng-BxZSdcdG3Zc-unsplash_v2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.bullet-text {
  line-height: 1.5;
}

.testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: 700;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdc500;
}

.testimonail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 940px;
  height: 500px;
  margin-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/AION_VR_football_training_Maas.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/AION_VR_football_training_Maas.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.quote {
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-details-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  margin-bottom: 0px;
  padding: 10px;
}

.form-block {
  width: 460px;
  margin-bottom: 0px;
}

.submit-button {
  width: 100%;
  height: 45px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: border 200ms ease, color 500ms ease, background-color 500ms ease;
  transition: border 200ms ease, color 500ms ease, background-color 500ms ease;
}

.submit-button:hover {
  border: 1px solid #000;
  background-color: #fdc500;
  color: #000;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.author {
  color: #fdc500;
  font-size: 16px;
  line-height: 1.35;
}

.author.light {
  font-weight: 300;
}

.success-message {
  border-radius: 100px;
  background-color: #000;
}

.div-block {
  color: #fff;
}

.div-block-2 {
  text-align: center;
}

.error-message {
  border-radius: 100px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 50px;
  min-width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.footer-link {
  margin-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #fdc500;
}

.contact-info {
  color: #000;
}

.footer-info {
  margin-bottom: 0px;
  color: #fff;
}

.form {
  padding-top: 0px;
}

.grid-2 {
  min-width: 940px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list {
  margin-right: 0px;
  padding-left: 0px;
}

.grid-3 {
  min-width: 940px;
  margin-top: 80px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-category-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  height: 35px;
  padding-left: 0px;
}

.nav-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.25);
}

.nav-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.nav-link:hover {
  color: #fdc500;
}

.nav-link:focus {
  color: #fdc500;
}

.nav-link.w--current {
  color: #fdc500;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  height: 100%;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.logo:hover {
  opacity: 0.7;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  box-shadow: 0 20px 20px 1px rgba(0, 0, 0, 0.25);
  color: #000;
}

.dropdown-list.w--open:active {
  color: #fdc500;
}

.dropdown-list.w--open:focus {
  color: #fdc500;
}

.load-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.background-video {
  width: 25%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-iphone-vert {
  height: 500px;
  margin-top: -20px;
  margin-left: -20px;
}

.lottie-iphone-horizontal {
  display: none;
}

.lottie-vr {
  margin-left: -40px;
  padding-right: 40px;
}

.lottie-ipad-horizontal {
  display: none;
}

@media screen and (max-width: 991px) {
  .h1.yellow.hero {
    font-size: 120px;
  }

  .h1.meidum {
    margin-bottom: 10px;
  }

  .body-copy.white {
    padding-right: 100px;
  }

  .body-copy.short {
    width: auto;
    padding-right: 0px;
  }

  .hero-image {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-text {
    left: 8%;
    bottom: 8%;
  }

  .container {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .data-entertainment-image {
    height: 65vh;
    padding: 60px 60px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .product-wrapper {
    height: auto;
  }

  .bullet-wrapper {
    display: block;
  }

  .immersive-training-image {
    height: 65vh;
    padding: 60px 60px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sports-data-image {
    height: 65vh;
    padding: 60px 60px 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .testimonials {
    height: auto;
  }

  .contact-us {
    display: block;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .testimonail-wrapper {
    width: auto;
  }

  .form-block {
    width: auto;
  }

  .quote-wrapper {
    width: 85%;
  }

  .footer {
    display: block;
    padding: 1px 20px;
  }

  .grid-2 {
    min-width: auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-info-wrapper {
    padding-right: 25%;
  }

  .grid-3 {
    min-width: auto;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-category-wrapper {
    -ms-grid-rows: 1fr minmax(auto, 0.25fr);
    grid-template-rows: 1fr minmax(auto, 0.25fr);
  }

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

  .image-wrapper {
    padding-right: 35%;
  }

  .lottie-iphone-vert {
    display: none;
  }

  .lottie-iphone-horizontal {
    display: block;
  }

  .lottie-ipad-vert {
    display: none;
  }

  .lottie-ipad-horizontal {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h1.yellow {
    font-size: 80px;
  }

  .h1.yellow.hero {
    font-size: 80px;
  }

  .h1.white {
    font-size: 80px;
  }

  .h1.small {
    font-size: 46px;
  }

  .h1.small.yellow {
    font-size: 46px;
  }

  .h1.meidum.white {
    font-size: 60px;
  }

  .hero-text {
    left: 4%;
    bottom: 4%;
  }

  .container {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.footer {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0px;
  }

  .data-entertainment-image {
    padding: 20px;
  }

  .bullet-wrapper {
    display: block;
    margin-top: 60px;
  }

  .heading {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .immersive-training-image {
    padding: 20px;
  }

  .sports-data-image {
    padding: 20px;
  }

  .quote-wrapper {
    width: auto;
    padding: 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .grid-2 {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-info-wrapper {
    padding-right: 25%;
  }

  .grid-3 {
    grid-row-gap: 60px;
  }

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

  .nav-link {
    background-color: #fff;
  }

  .menu-button {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .icon {
    color: #000;
  }

  .icon:hover {
    color: #fdc500;
  }

  .icon:active {
    color: #fdc500;
  }

  .image-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-vr {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .h1.white.smaller {
    font-size: 60px;
  }

  .h1.meidum {
    font-size: 50px;
  }

  .h1.meidum.white {
    font-size: 50px;
  }

  .body-copy.white {
    width: auto;
    padding-right: 0px;
  }

  .data-entertainment-image {
    height: 50vh;
  }

  .bullet-wrapper {
    display: block;
  }

  .immersive-training-image {
    background-size: auto, 200%;
  }

  .sports-data-image {
    background-position: 0px 0px, 80% 100%;
  }

  .testimonail-wrapper {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/AION_VR_football_training_Maas_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/AION_VR_football_training_Maas_1.jpg');
    background-position: 0px 0px, 90% 50%;
  }

  .quote {
    font-size: 20px;
  }

  .contact-details-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .author {
    margin-bottom: 39px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .product-info-wrapper {
    width: auto;
    padding-right: 0px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    width: auto;
    padding-right: 0px;
  }

  .lottie-vr {
    padding-right: 0px;
  }
}

#Email.w-node-_41d203e5-275a-c68a-3d9e-94ce6c100a90-918b7ca6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-_41d203e5-275a-c68a-3d9e-94ce6c100a91-918b7ca6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_41d203e5-275a-c68a-3d9e-94ce6c100a11-918b7ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Ppformulacondensed';
  src: url('../fonts/PPFormulaCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}