:root {
  --silver: #b9b9b9;
  --dark-slate-grey: #3c3c3c;
}

a {
  color: #3a6eff;
  text-decoration: none;
  transition: font-variation-settings .4s cubic-bezier(.23, 1, .32, 1);
}

a:hover {
  text-decoration: underline;
}

li {
  color: #636363;
  line-height: 24px;
}

.site {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.nav {
  z-index: 9999;
  width: 100%;
  max-width: 1600px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px 16px;
  display: flex;
  position: fixed;
}

.vectors-wrapper-5 {
  width: 141.647px;
  height: 28px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-481502 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-2 {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.frame-481504 {
  width: 100%;
  height: 100%;
  min-height: 800px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 122px;
  display: flex;
  position: relative;
}

.content-4 {
  z-index: 5;
  max-width: 800px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-copy-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h1-2 {
  max-width: 620px;
  color: #fff;
  letter-spacing: -.04em;
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 88px;
}

.h1-2.dark {
  max-width: none;
  color: #414141;
}

.h1-2.dark.thin {
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 400;
}

.h1-2.thine {
  font-weight: 400;
}

.b1-4 {
  color: rgba(255, 255, 255, .69);
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 40px;
  margin-top: 0.5em;
}

/* Base styles */
.frame-preamble {
    width: 100%;
    /* max-width: 1280px; /\* Limit maximum width for very large screens *\/ */
    margin: 3em auto 0; /* Center the frame and add top margin */
    background-color: #f8f8f8;
    border-radius: 16px; /* Apply border radius to all corners */
    padding: 3rem 1.5rem;
    box-sizing: border-box;
}

.aeonic-preamble {
    color: #212327;
    letter-spacing: -0.02em;
    font-family: Inter, sans-serif;
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    /* max-width: 800px; /\* Limit line length for better readability *\/ */
    margin: 0 auto; /* Center the text block */
}

/* Media query for medium-sized screens */
@media screen and (min-width: 768px) {
    .frame-preamble {
        padding: 4rem 3rem;
	/* max-width: 90%; */
    }

    .aeonic-preamble {
        font-size: 1.5rem;
        letter-spacing: -0.03em;
	font-weight: 200;
    }
}

/* Media query for larger screens */
@media screen and (min-width: 1024px) {
    .frame-preamble {
        padding: 5rem 4rem;
	/* max-width: 90%; */
    }

    .aeonic-preamble {
        font-size: 2.5rem;
        letter-spacing: -0.04em;
        line-height: 1.5;
	font-weight: 200;
    }
}


.button-primary {
  height: 56px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 73, 255, .8);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-primary:hover {
  background-color: #0049ff;
  text-decoration: none;
}

.text-11 {
  color: #fff;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.vid-action {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}

.text-12 {
  opacity: .8;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
}

.text-12:hover {
  opacity: 1;
}

.play-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid #0049ff;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  display: flex;
}

.frame-481505 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 64px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.vectors-wrapper-6 {
  width: 27px;
  height: 27px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-2 {
  width: 100%;
  height: 800px;
  max-width: 1600px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-5 {
  width: 87%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-5-img {
  width: 45%;
}

.quote-text-2 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-13 {
  color: #f90;
  letter-spacing: -.04em;
  font-family: DM Sans, sans-serif;
  font-size: 300px;
  font-weight: 500;
  line-height: 88px;
}

.h2-2 {
  max-width: 600px;
  color: #212327;
  letter-spacing: -.04em;
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.image-placeholder-2 {
  object-fit: cover;
  border-radius: 16px;
}

.benefits-2 {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.frame-benefits {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f8f8f8;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 104px;
  display: flex;
}

.header-lockup-2 {
  width: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h5-a {
  color: #0049ff;
  letter-spacing: .41em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.h5-a.white {
  color: #fff;
}

.items-2 {
  width: 100%;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
}

.frame-481508 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefit {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.benefit-title {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-content {
  width: 100%;
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-7 {
  width: 42px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-a {
  color: #212327;
  letter-spacing: -.04em;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.b1-a {
  max-width: none;
  color: #555a65;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.frame-481512 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #80838b;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-14 {
  color: #fff;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.onboarding-2 {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.onboardong-content {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 104px;
  background-color: #e9e9e9;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 8%;
  /* padding-top: 64px;
  padding-bottom: 64px; */
  display: flex;
}

.h5-5 {
  color: #1e1e1e;
  letter-spacing: .41em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.no-wrap {
  white-space: nowrap;
  align-self: center;
}

.h5-5.no-spacing {
  letter-spacing: 0.1em;
}

.h5-5.orange {
  color: #f90;
}

.b1-6 {
  color: #434343;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}

.nested-2 {
  width: 100%;
  max-width: none;
  grid-column-gap: -40px;
  grid-row-gap: -40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plans-2 {
  width: 100%;
  max-width: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  display: flex;
}

.plan-cards-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card {
  width: 340px;
  height: auto;
  max-width: 316px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e9e9e9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 16px 40px 24px;
  display: flex;
}

.card.blue {
  background-color: #0049ff;
  /* border-top-right-radius: 0;
  border-bottom-right-radius: 0; */
}

.plan-details {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-3 {
  color: #000;
  letter-spacing: -.04em;
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.h3-3.white {
  color: #fff;
}

.mt-0 {
  margin-top: 0;
}

.h5-5.white {
  color: #fff;
}

.b2-m-5 {
  color: #343843;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.blue-card {
  width: 100%;
  height: 424px;
  max-width: 316px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0049ff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 24px 24px;
  display: flex;
}

.h5-6 {
  color: #fff;
  letter-spacing: .41em;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.h3-4 {
  color: #f8f8f8;
  letter-spacing: -.04em;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 56px;
}

.b2-m-6 {
  color: #f8f8f8;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.black-card {
  width: 100%;
  height: 384px;
  max-width: 316px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #212327;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 56px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.b2-m-7 {
  color: #b4b6bc;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.b2-m-8 {
  color: #f90;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.footer-2 {
  width: 100vw;
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: #2c2f36;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -40px;
  padding: 193px 40px 30px;
  display: flex;
}

.content-6 {
  width: 80%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copy-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buttons-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.email-3 {
  object-fit: cover;
}

.button-single-sign-on {
  height: 56px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-single-sign-on:hover {
  background-color: #fff;
  text-decoration: none;
}

.text-15 {
  color: #3c3c3c;
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.vectors-wrapper-8 {
  width: 100%;
  height: 1px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #4d4d4d;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-items-2 {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-16 {
  color: var(--silver);
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--silver);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.spacer {
  width: 10%;
}

.button-3 {
  background-color: var(--dark-slate-grey);
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.button-3:hover {
  background-color: #202020;
}

.link {
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.logo-lockup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-items {
  width: 100%;
  max-width: 1600px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-page-container {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 72px 104px;
  display: flex;
  position: relative;
}

.text-content {
  width: 70%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .32;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lightbox-link {
  z-index: 999;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 40px;
}

.lightbox-link:hover {
  text-decoration: none;
}

.slider {
  width: 55%;
  height: 490px;
}

.right-arrow {
  display: none;
}

.slide {
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.slide-nav {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.quote-body {
  color: #8b8b8b;
  padding-top: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.quote-name {
  width: 70%;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: #ff9a01;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  width: 100%;
  padding-top: 24px;
}

.list {
  padding-left: 24px;
  list-style-type: disc;
}

.list-item {
  line-height: 24px;
}

.list-item.white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .frame-481504 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1-2 {
    font-size: 52px;
    line-height: 70px;
  }

  .b1-4 {
    font-size: 18px;
    line-height: 32px;
  }

  .button-primary {
    width: auto;
  }

  .button-primary.span-width {
    width: 100%;
  }

  .quote-2 {
    height: auto;
    margin-top: 155px;
    margin-bottom: 122px;
  }

  .content-5 {
    flex-direction: column;
  }

  .text-13 {
    font-size: 230px;
  }

  .h2-2 {
    font-size: 36px;
  }

  .image-placeholder-2 {
    display: none;
  }

  .items-2 {
    grid-row-gap: 10px;
  }


  .benefits-content {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }

  .onboardong-content, .plans-2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .onboardong-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }
  .card {
    height: auto;
  }

  .blue-card {
    height: 460px;
  }

  .black-card {
    height: 420px;
  }

  .buttons-2 {
    width: 320px;
    flex-direction: column;
  }

  .button-single-sign-on {
    width: 100%;
  }

  .spacer {
    display: none;
  }

  .sub-page-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-content {
    width: 100%;
  }

  .slider {
    width: 70vw;
  }

  .quote-name {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .frame-481504 {
    height: auto;
    min-height: 650px;
  }

  .h1-2 {
    font-size: 40px;
    line-height: 52px;
  }

  .b1-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .button-primary {
    height: 48px;
  }

  .text-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-12 {
    font-size: 18px;
  }

  .frame-481505 {
    padding: 16px;
  }

  .vectors-wrapper-6 {
    width: 17px;
    height: 17px;
  }

  .h2-2 {
    font-size: 28px;
    line-height: 48px;
  }

  .benefits-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h4-a {
    font-size: 24px;
  }

  .b1-a {
    font-size: 16px;
    line-height: 32px;
  }

  .onboardong-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .b1-6 {
    font-size: 16px;
    line-height: 32px;
  }

  .plan-cards-2 {
    width: 100%;
    flex-direction: column;
  }

  .card {
    width: 90%;
    height: auto;
    max-width: none;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    padding-bottom: 56px;
  }

  .h3-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .blue-card {
    height: auto;
    max-width: none;
    padding-bottom: 56px;
  }

  .h3-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .black-card {
    width: 80%;
    height: auto;
    max-width: none;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    padding-bottom: 56px;
  }

  .footer-2 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    padding-top: 121px;
  }

  .button-3, .link {
    font-size: 14px;
  }

  .text-block {
    display: none;
  }

  .sub-page-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lightbox-link {
    bottom: 16px;
    right: 16px;
  }

  .quote-body {
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vectors-wrapper-5 {
    height: 27px;
  }

  .frame-481502 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .frame-481504 {
    min-height: 550px;
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-2 {
    font-size: 35px;
    line-height: 44px;
  }

  .vid-action {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    bottom: 16px;
    right: 16px;
  }

  .text-12 {
    font-size: 16px;
  }

  .play-2 {
    width: 60px;
    height: 60px;
  }

  .frame-481505 {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .content-5 {
    width: 90%;
  }

  .h2-2 {
    font-size: 21px;
    line-height: 38px;
  }

  .benefits-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .frame-benefits {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h4-a {
    font-size: 19px;
    line-height: 24px;
  }

  .onboarding-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .plans-2 {
    padding-top: 56px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .card.blue {
    border-top-right-radius: 16px;
  }

  .footer-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .buttons-2 {
    width: 100%;
  }

  .text-items-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .button-3 {
    display: none;
  }

  .sub-page-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider {
    width: 90vw;
    height: 440px;
  }

  .quote-body {
    font-size: 14px;
  }


}

.orange-vec {
    filter: invert(65%) sepia(42%) saturate(3885%) hue-rotate(360deg) brightness(104%) contrast(105%);
}

.orange {
    color: #f90;
}

.demo-gif {
    width: 100%;
    max-width: 1300px;
    margin: clamp(40px, 8vw, 120px) auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
}

.demo-gif .image-container {
    flex: 1 1 auto;
    max-width: 70%;
    padding-right: clamp(20px, 3vw, 40px);
}

.demo-gif img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    border-left: 4px solid black;
    border-bottom: 4px solid black;
    box-sizing: border-box;
}

.demo-gif .heading-container {
    flex: 0 0 auto;
    width: min(300px, 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;    
}

.demo-gif .h2-2 {
    color: #212327;
    letter-spacing: -.04em;
    margin: 0 0 10px 0; /* Added bottom margin */
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.demo-gif .subheader {
    color: #5a5a5a;
    font-family: Inter, sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (max-width: 1100px) {
    .demo-gif {
        flex-direction: column;
        align-items: center;
    }
    .demo-gif .image-container {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: clamp(10px, 2vw, 20px);
    }
    .demo-gif .heading-container {
        width: 100%;
        padding-top: clamp(10px, 2vw, 20px);
        align-items: center;
    }
    .demo-gif .h2-2, .demo-gif .subheader {
        text-align: center;
    }
    .demo-gif .h2-2 {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .demo-gif .h2-2 {
        font-size: clamp(20px, 6vw, 32px);
    }
    .demo-gif .subheader {
        font-size: clamp(12px, 3vw, 16px);
    }
}

.demo-gif {
    width: 100%;
    max-width: 1300px;
    margin: clamp(40px, 8vw, 120px) auto; /* Responsive margin */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: clamp(20px, 3vw, 40px); /* Responsive padding */
    box-sizing: border-box;
}

.demo-gif .image-container {
    flex: 1 1 auto;
    max-width: 70%;
    padding-right: clamp(20px, 3vw, 40px); /* Responsive padding */
}

.demo-gif img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    border-left: 1px solid black;  /* Added black border on the left */
    border-bottom: 1px solid black;  /* Added black border on the bottom */
    border-right: 0.5px solid black;
    box-sizing: border-box;  /* Ensure border doesn't increase image size */
}

.demo-gif .heading-container {
    flex: 0 0 auto;
    width: min(300px, 30%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.demo-gif .h2-2 {
    color: #212327;
    letter-spacing: -.04em;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Inter, sans-serif;
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.demo-gif .subheader {
    color: #555a65;
    letter-spacing: -.02em;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (max-width: 1100px) {
    .demo-gif {
        flex-direction: column;
        align-items: center;
    }
    .demo-gif .image-container {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: clamp(10px, 2vw, 20px);
    }
    .demo-gif .heading-container {
        width: 100%;
        padding-top: clamp(10px, 2vw, 20px);
        align-items: center;
    }
    .demo-gif .h2-2, .demo-gif .subheader {
        text-align: center;
    }
    .demo-gif .h2-2 {
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .demo-gif .subheader {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .demo-gif .h2-2 {
        font-size: clamp(20px, 6vw, 32px);
    }
    .demo-gif .subheader {
        font-size: 16px;
        line-height: 1.4;
    }
}
