body {
  background: rgb(38, 17, 66);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgba(49, 133, 252, 0.3);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgba(49, 133, 252, 0.3);
  color: rgb(255, 255, 255);
}

#chromeframe {
  background: rgb(49, 133, 252);
  color: rgb(255, 255, 255);
}

#gen-logo .gen-icon {
  fill: rgb(49, 133, 252);
}
#gen-logo .gen-wordmark {
  fill: rgb(255, 255, 255);
}
#gen-logo:hover .gen-wordmark {
  fill: rgb(49, 133, 252);
}

a {
  color: rgb(49, 133, 252);
}

p a:hover {
  color: rgb(255, 255, 255);
}

#intro {
  background: rgb(49, 133, 252);
}

#home-hero {
  background: linear-gradient(360deg, rgb(49, 133, 252) 40%, rgb(38, 17, 66) 100%);
}
#home-hero:before {
  background: rgb(38, 17, 66);
}

form label.radio {
  border-color: rgb(236, 236, 236);
}
form label.radio:hover {
  border-color: rgba(38, 17, 66, 0.2);
  box-shadow: 0 2px 12px 0 rgba(38, 17, 66, 0.1);
}
form label.radio small {
  color: rgb(38, 17, 66);
}
form label.selected {
  box-shadow: 0 2px 12px 0 rgba(38, 17, 66, 0.1);
}
form input, form select {
  border-color: rgb(236, 236, 236);
}
form input:hover, form input:focus, form select:hover, form select:focus {
  border-color: rgba(38, 17, 66, 0.2);
  box-shadow: 0 2px 12px 0 rgba(38, 17, 66, 0.1);
}
form input[type=radio] {
  border-color: rgb(236, 236, 236);
}
form input[type=radio]:not(:disabled):checked {
  border-color: rgb(49, 133, 252);
  background-color: rgb(49, 133, 252);
}
form input[type=radio]:disabled {
  background-color: rgb(236, 236, 236);
}
form input[type=radio]:disabled:checked {
  background-image: radial-gradient(circle, rgb(38, 17, 66) 0%, rgb(38, 17, 66) 50%, transparent 50%, transparent 100%);
}

small {
  color: rgb(49, 133, 252);
}

a svg {
  fill: rgb(49, 133, 252);
}

a:hover svg {
  fill: rgb(255, 255, 255);
}

#sub-features {
  background: rgb(255, 255, 255);
}
#sub-features h4, #sub-features p {
  color: rgb(36, 36, 36);
}

#get-started {
  background: rgb(255, 255, 255);
}
#get-started h5, #get-started p, #get-started li, #get-started legend, #get-started label {
  color: rgb(36, 36, 36);
}

footer {
  background: linear-gradient(0deg, rgb(215, 231, 255) 10%, rgb(255, 255, 255) 100%);
}
footer h6, footer p {
  color: rgb(49, 133, 252);
}
footer a:hover {
  color: rgb(36, 36, 36);
}

@font-face {
  font-family: "jagger-bold";
  src: url("fonts/jagger-bold.eot");
  src: url("fonts/jagger-bold.eot?#iefix") format("embedded-opentype"), url("fonts/jagger-bold.woff") format("woff"), url("fonts/jagger-bold.woff2") format("woff2"), url("fonts/jagger-bold.ttf") format("truetype"), url("fonts/jagger-bold.svg#jagger-bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "jagger-regular";
  src: url("fonts/jagger-regular.eot");
  src: url("fonts/jagger-regular.eot?#iefix") format("embedded-opentype"), url("fonts/jagger-regular.woff") format("woff"), url("fonts/jagger-regular.woff2") format("woff2"), url("fonts/jagger-regular.ttf") format("truetype"), url("fonts/jagger-regular.svg#jagger-regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6, nav a, p a, form label.radio b {
  font-family: "jagger-bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

body {
  font-family: "jagger-regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* ==========================================================================
   Custom Skinny Reset
   ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, footer, header, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html, body {
  height: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: none;
}

a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
strong, p a {
  font-weight: normal;
}

h1, h2, h3, h4 {
  display: block;
  font-weight: normal;
  line-height: 1em;
  margin: 0 auto;
  width: 100%;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

p {
  margin: 1em 0;
}

small {
  font-size: 80%;
}

/* ==========================================================================
   Lists
   ========================================================================== */
ol, ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: none;
}

button, input {
  line-height: normal;
}

button {
  border: none;
}

input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

*:focus {
  outline: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  scroll-behavior: smooth;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

li, input, select, strong, label, textarea, a, a:hover, a:visited, button, path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#wrapper {
  height: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  margin: 0 auto;
}

.hidden {
  visibility: hidden;
}

.nolist {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

p {
  line-height: 1.3em;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bullets, .alpha, .numerals {
  padding: 1em 0 0 18px;
}
.bullets li, .alpha li, .numerals li {
  margin-bottom: 1em;
}

.bullets {
  list-style: disc;
}

.alpha {
  list-style: lower-roman;
}

.v-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.h-align {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.align {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

sup {
  font-size: 40%;
  vertical-align: super;
}

/* Chrome Frame */
#chromeframe {
  display: block;
  padding: 1em 10%;
  position: fixed;
  text-align: center;
  bottom: -1em;
  width: 80%;
  z-index: 1000;
}

a {
  text-decoration: none;
}

a.link-arrow svg {
  transition: 0.2s;
  margin: 0.05em 0 -0.05em 0.3em;
}
a.link-arrow:hover svg {
  margin: 0.05em 0 -0.05em 0.5em;
}

button, a.btn {
  background: rgb(49, 133, 252);
  display: inline-block;
  font: inherit;
  line-height: 1;
  padding: 0.9em 1.1em;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  transition: 0.4s;
}
button:hover, button:focus, a.btn:hover, a.btn:focus {
  scale: 1.02;
  box-shadow: 0 0 15px 0 rgba(49, 133, 252, 0.7), 0 0 5px 0 rgba(49, 133, 252, 0.9);
}

form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
form fieldset {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
form fieldset label {
  position: relative;
  flex-basis: 100%;
  flex: 1 1 calc(50% - 1vw);
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  user-select: none;
  box-sizing: border-box;
  padding: 2em 1em 1.4em;
}
form fieldset label:not(:last-child) {
  margin-right: 1vw;
}
form fieldset label.radio {
  display: block;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
}
form fieldset label.radio b {
  font-size: clamp(1em, 5.4vw, 1.5em);
  display: block;
}
form fieldset label.radio small {
  display: block;
}
form label {
  margin-top: 1em;
}
form input, form select {
  padding: 0.7em;
  margin-top: 0.5em;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
}
form input[type=radio] {
  position: absolute;
  top: 0.5em;
  right: 1em;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form input[type=radio]:hover {
  cursor: pointer;
}
form input[type=radio]:not(:disabled):checked {
  background-clip: content-box;
  background: url("./images/check-white.svg") no-repeat center center;
  background-size: cover;
  width: 26px;
  height: 26px;
  background-color: rgb(49, 133, 252);
}
form button {
  max-width: 200px;
  cursor: pointer;
  margin: 2em 0;
  align-self: flex-end;
}

#get-started section #form-container div#thank-you-message {
  flex: 2 1 calc(50% - 4vw) !important;
  border: 1px solid rgb(236, 236, 236);
}
#get-started section #form-container div#thank-you-message p {
  color: #20BC4C;
  text-align: center;
  margin: 0 auto;
  padding: 15vw 3vw;
}
#get-started section #form-container div#thank-you-message p b {
  font-size: clamp(1.2em, 5.4vw, 1.8em);
  display: block;
  padding: 1vw 0;
}

/* ==========================================================================
   Keyframes
   ========================================================================== */
@keyframes fadeBackground {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(2vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(2vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Transitions
   ========================================================================== */
.slide-up {
  animation: slideUp 0.5s ease-in-out forwards;
}

.slide-left {
  animation: slideLeft 0.5s ease-in-out forwards;
}

/* ==========================================================================
   Header
   ========================================================================== */
nav {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5vw 3vw 0.5vw;
  min-height: 70px;
  z-index: 10; /* Ensures it stays on top */
  background: linear-gradient(to bottom, rgba(38, 17, 66, 0.4), rgba(38, 17, 66, 0));
}
nav .btn {
  font-size: 0.9em;
}

/* ==========================================================================
   Not Found
   ========================================================================== */
#not-found article {
  bottom: 0;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

/* ==========================================================================
   Home
   ========================================================================== */
#intro section {
  max-width: 1250px;
  width: 90vw;
  margin: 0 auto;
  padding: 4vh 0 10vh;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2rem;
  align-items: top center;
}
#intro section h2 {
  padding: 0;
  margin: 0;
  font-size: clamp(1.2em, 5.4vw, 2.8em);
}
#intro section p {
  margin: 0;
  padding: 0 0 0.75em;
  font-size: 1.2rem;
}

#features {
  overflow: hidden;
}
#features section {
  max-width: 1250px;
  width: 90vw;
  margin: 0 auto;
  padding: 4vh 0 10vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: center;
}
#features section h3 {
  padding: 0;
  margin: 0.3em 0 0.5em;
  font-size: clamp(1.2em, 5.4vw, 2.8em);
}
#features section p {
  margin: 0;
  padding: 0 0 0.75em;
  font-size: 1.2rem;
}
#features #home-feature1 img {
  border-radius: 10px;
  padding: 0;
  margin: 0 -30vw 0 0;
  display: block;
  max-width: 1600px;
  width: 55vw;
  height: auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
#features #home-feature1 img.slide {
  opacity: 1; /* Ensure images are visible if no JavaScript */
  transition: opacity 0.2s ease-out, transform 0.8s ease-out; /* Smooth transition */
  transform: translateX(2vw); /* Initial position to slide up from */
}
#features #home-feature1 img.slide.in-view {
  opacity: 1 !important;
  transform: translateX(0); /* Apply desired transformations */
}
#features #home-feature2 .content {
  margin-top: -80%;
}
#features #home-feature2 #feature-android {
  position: relative;
  padding-bottom: 10%;
}
#features #home-feature2 #feature-android img {
  border-radius: 26px;
  padding: 0;
  margin: 0;
  display: block;
  max-width: 387px;
  width: 25vw;
  height: auto;
  box-shadow: 0 0 30px 0 rgba(38, 17, 66, 0.4);
}
#features #home-feature2 #feature-android img:first-child {
  position: absolute;
  z-index: 1;
  left: 30%;
  top: 10%;
}
#features #home-feature2 .slide {
  opacity: 1;
}
#features #home-feature2 .slide img {
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.6s ease-out; /* Smooth transition */
  transform: translateY(2vh); /* Initial position to slide up from */
}
#features #home-feature2 .slide img:first-child {
  transition-delay: 0.5s;
}
#features #home-feature2 .slide.in-view {
  opacity: 1 !important;
}
#features #home-feature2 .slide.in-view img {
  opacity: 1;
  transform: translateY(0); /* Apply desired transformations */
}

#sub-features {
  margin: 0 auto;
}
#sub-features section #card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  max-width: 1360px;
  width: 90vw;
  padding: 25vw 0 5vw;
  margin: -20vw auto 0; /* Center the container */
}
#sub-features section #card-container div {
  background-color: rgb(244, 243, 245);
  border-radius: 20px;
  padding: 3vw 0 0;
  overflow: hidden;
}
#sub-features section #card-container div:nth-child(1), #sub-features section #card-container div:nth-child(2) {
  flex: 1 1 46%; /* Two columns in the first row */
}
#sub-features section #card-container div:nth-child(1) img, #sub-features section #card-container div:nth-child(2) img {
  max-width: 450px;
}
#sub-features section #card-container div:nth-child(3), #sub-features section #card-container div:nth-child(4), #sub-features section #card-container div:nth-child(5) {
  flex: 1 1 29.003%; /* Three columns in the second row */
}
#sub-features section #card-container div:nth-child(3) img, #sub-features section #card-container div:nth-child(4) img, #sub-features section #card-container div:nth-child(5) img {
  max-width: 400px;
}
#sub-features section #card-container div:nth-child(4) img, #sub-features section #card-container div:nth-child(5) img {
  margin: 0;
  float: right;
}
#sub-features section #card-container div img.slide {
  opacity: 1; /* Ensure images are visible if no JavaScript */
}
#sub-features section #card-container div img.slide.in-view {
  opacity: 1 !important;
}
#sub-features section #card-container div:nth-child(1) img.slide {
  transition: opacity 0.2s ease-out, transform 0.8s ease-out;
  transform: translateY(2vw);
  transition-delay: 0.2s;
}
#sub-features section #card-container div:nth-child(1) img.slide.in-view {
  transform: translateY(0);
}
#sub-features section #card-container div:nth-child(2) img.slide {
  transition: opacity 0.2s ease-out, transform 0.8s ease-out;
  transform: translateY(3vw) scale(0.95);
  transition-delay: 0.4s;
}
#sub-features section #card-container div:nth-child(2) img.slide.in-view {
  transform: translateY(0) scale(1);
}
#sub-features section #card-container div:nth-child(3) img.slide {
  transition: opacity 0.2s ease-out, transform 0.6s ease-out;
  transform: translateY(1vw) scale(0.8);
}
#sub-features section #card-container div:nth-child(3) img.slide.in-view {
  transform: translateY(0) scale(1);
}
#sub-features section #card-container div:nth-child(4) img.slide {
  transition: opacity 0.2s ease-out, transform 0.6s ease-out;
  transform: translateX(2vw);
  transition-delay: 0.3s;
}
#sub-features section #card-container div:nth-child(4) img.slide.in-view {
  transform: translateX(0);
}
#sub-features section #card-container div:nth-child(5) img.slide {
  transition: opacity 0.2s ease-out, transform 0.6s ease-out;
  transform: translateX(-4vw);
  transition-delay: 0.5s;
  float: none;
  margin: 0 auto;
}
#sub-features section #card-container div:nth-child(5) img:last-child.slide {
  transition: opacity 0.2s ease-out, transform 0.6s ease-out;
  transform: translateX(2vw);
  transition-delay: 0.7s;
  float: right;
}
#sub-features section #card-container div:nth-child(5) img.slide.in-view {
  transform: translateX(0);
}
#sub-features section #card-container div h4, #sub-features section #card-container div p {
  text-align: center;
}
#sub-features section #card-container div h4 {
  font-size: clamp(1.2em, 2.2vw, 1.4em);
}
#sub-features section #card-container div p {
  margin: 0 auto;
  max-width: 500px;
  font-size: clamp(0.9em, 1.1vw, 1em);
  padding: 1vw 1.5vw;
}
#sub-features section #card-container div img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

#get-started {
  margin: 0 auto;
}
#get-started section #form-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  max-width: 1100px;
  width: 90vw;
  padding: 5vw 0;
  margin: 0 auto; /* Center the container */
}
#get-started section #form-container form {
  flex: 2 1 calc(50% - 2vw);
}
#get-started section #form-container div {
  flex: 0.5 1 calc(50% - 2vw);
}
#get-started section #form-container div h5 {
  font-size: clamp(1.2em, 3.2vw, 2.8em);
  margin: 1em 0 0;
  padding: 0;
}
#get-started section #form-container div p {
  margin: 0.5em 0;
  padding: 0;
}
#get-started section #form-container div ul {
  list-style: none;
  padding: 1em 0;
}
#get-started section #form-container div ul span {
  display: none;
}
#get-started section #form-container div ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.7em;
}
#get-started section #form-container div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  background: url("./images/check-green.svg") no-repeat center center;
  background-size: contain;
}

/* ==========================================================================
   Hero
   ========================================================================== */
#home-hero {
  position: relative;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  z-index: 0;
}
#home-hero:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  animation: fadeBackground 2.3s ease-in-out;
  z-index: -1;
}
#home-hero section {
  text-align: center;
  padding: 8vh 5vw 0;
  width: 90vw;
  overflow: hidden;
  /*img{
     opacity:0;
     border-radius:10px;
     padding:0;
     margin:8vh auto 8vh;
     display:block;
     max-width:1264px;
     width:90vw;
     height:auto;
     box-shadow: 0 0 30px 0 $gen-dark-blue;
     animation-delay: 1.2s;
  }*/
}
#home-hero section h1 {
  margin: 0 auto;
  max-width: 1200px;
  font-size: clamp(1.5em, 9.4vw, 6.8em);
}
#home-hero section p {
  margin: 5vh auto;
  max-width: 950px;
  font-size: clamp(1em, 2vw, 1.4em);
  animation-delay: 0.1s;
}
#home-hero section a.btn {
  animation-delay: 0.1s;
}
#home-hero section a#intro-link {
  opacity: 1;
  display: block;
  padding: 0;
  margin: 8vh auto 0;
  max-width: 1264px;
  transition: transform 0.2s linear;
}
#home-hero section a#intro-link img {
  opacity: 1;
  border-radius: 10px;
  padding: 0;
  margin: 8vh auto;
  display: block;
  max-width: 1264px;
  width: 90vw;
  height: auto;
  box-shadow: 0 0 30px 0 rgb(38, 17, 66);
  transition: box-shadow 0.2s linear;
}
#home-hero section a#intro-link:hover img {
  box-shadow: 0 0 30px 0 #3185fc, 0 0 15px 0 rgba(49, 133, 252, 0.9);
}
#home-hero section a#intro-link.slide-up {
  opacity: 0;
  animation-delay: 1.2s;
  transition: transform 0.2s linear;
}

body {
  font-size: 1.2em;
  line-height: 1.4;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
   Footer
   ========================================================================== */
footer section {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
footer section div {
  width: 100vw;
  margin: 0 auto;
  padding: 5vh 0;
}
footer section div h6 {
  padding: 0;
  margin: 0 0 0 5vw;
  width: 70vw;
  max-width: 1100px;
  font-size: clamp(2.6em, 7.8vw, 6.5em);
  line-height: 1.1em;
}
footer section div h6.slide {
  opacity: 1; /* Ensure images are visible if no JavaScript */
  transition: opacity 0.5s ease-out, transform 0.6s ease-out; /* Smooth transition */
  transform: translateY(2vw); /* Initial position to slide up from */
}
footer section div h6.slide.in-view {
  opacity: 1 !important;
  transform: translateY(0); /* Apply desired transformations */
}
footer section p {
  flex: 1 1 calc(48% - 4vw);
  flex-wrap: nowrap;
  padding: 1vw 2vw;
}
footer section p:nth-child(3) {
  text-align: right;
}

/* < 2200 ------------------------------------------ */
/* < 1550 ------------------------------------------ */
/* < 1440 ------------------------------------------ */
/* < 1350 ------------------------------------------ */
/* < 1200 ------------------------------------------ */
/* < 1024 ------------------------------------------ */
@media (max-width: 1024px) {
  #home-hero {
    min-height: 30vh;
  }
  #intro section {
    grid-template-columns: 1fr;
  }
  #features section#home-feature1, #features section#home-feature2 {
    grid-template-columns: 1fr;
    width: 90vw;
    gap: 0;
  }
  #features #home-feature1 img {
    margin: 3em auto 0;
    width: 90vw;
  }
  #features #home-feature1 img.slide {
    transform: translateY(2vw); /* Initial position to slide up from */
  }
  #features #home-feature1 img.slide.in-view {
    transform: translateY(0); /* Apply desired transformations */
  }
  #features #home-feature2 .content {
    margin-top: 0;
  }
  #features #home-feature2 #feature-android {
    position: relative;
    padding-bottom: 0;
  }
  #features #home-feature2 #feature-android img {
    margin: 0 auto 5em;
    width: 40vw;
  }
  #features #home-feature2 #feature-android img:first-child {
    right: 5%;
    top: 10%;
  }
  #features #home-feature2 #feature-android img:nth-child(2) {
    margin-left: 15%;
  }
  #sub-features section #card-container {
    flex-direction: column;
    padding: 10vw 0;
    margin: 0 auto; /* Center the container */
    row-gap: 5vw;
  }
  #sub-features section #card-container div {
    flex: 1 1 100%; /* Single column layout */
  }
  #get-started section #form-container {
    flex-direction: column;
    padding: 10vw 0;
    margin: 0 auto; /* Center the container */
  }
  #get-started section #form-container div, #get-started section #form-container form {
    flex: 1 1 100%; /* Single column layout */
  }
  #get-started section #form-container form {
    max-width: 1000px;
    width: 90vw;
  }
}
/* < 900 ------------------------------------------ */
@media screen and (max-width: 900px) {
  body {
    font-size: 1em;
  }
}
/* < 650 ------------------------------------------ */
/* < 500 ------------------------------------------ */
/* Portrait Only -------------------------- */
/* < 750 Device Landscape Only -------------------- */
/* < 650 Landscape Only -------------------------- */
/* < 750 Landscape Only -------------------------- */
/* < 700 < 1024 Landscape Only -------------------------- */
/* < 767 Portrait Only -------------------------- */
/* < 950 Max Height -------------------------- */
/* < 800 Max Height -------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
