.v {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.v .top-app-bar-dark {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m-3sysdarksurface);
  backdrop-filter: blur(128px) brightness(100%);
  -webkit-backdrop-filter: blur(128px) brightness(100%);
}

.v .headline {
  position: relative;
  width: fit-content;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  color: transparent;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: nowrap;
}

.v .text-wrapper {
  color: #f5d5ba;
}

.v .span {
  color: #badaf5;
}

.v .text-wrapper-2 {
  color: #ebebeb;
}

.v .text-wrapper-3 {
  color: #bcf5ba;
}

.v .text-wrapper-4 {
  color: #f3baf5;
}

.v .trailing-icon {
  justify-content: flex-end;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.v .state-layer-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
}

.v .state-layer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .img {
  position: relative;
  width: 18px;
  height: 18px;
}

.v .label-text {
  color: var(--m3-greensysdarkprimary);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.v .div {
  color: var(--m3-bluesysdarkprimary);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.v .section {
  flex-wrap: wrap;
  justify-content: center;
  gap: 96px 80px;
  padding: 80px 16px 96px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m-3sysdarksurface);
  display: flex;
  align-items: center;
  position: relative;
}

.v .section-text {
  width: 340px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.v .top {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .main-headline {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 700;
  color: var(--m3sysdarkon-surface);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.v .secondary-headline {
  font-weight: 500;
  color: var(--m3sysdarkon-surface-variant);
  font-size: 28px;
  line-height: 36px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  text-align: center;
  letter-spacing: 0;
}

.v .paragraph {
  color: var(--m3syslightsurface-variant);
  letter-spacing: 0.15px;
  line-height: 24px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.v .buttons-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .div-wrapper {
  flex-direction: column;
  justify-content: center;
  background-color: var(--m3-greensysdarkprimary);
  border-radius: 100px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.v .state-layer-2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px 10px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.v .label-text-2 {
  color: var(--m3-greensysdarkon-primary);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.v .trailing-icon-2 {
  flex-direction: column;
  justify-content: center;
  background-color: var(--m3-bluesysdarkprimary);
  border-radius: 100px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.v .label-text-3 {
  color: var(--m3-bluesysdarkon-primary);
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.v .img-2 {
  position: relative;
  flex: 0 0 auto;
  max-width: 288px; /* Adjust this value as needed */
  height: auto; /* This maintains the aspect ratio */
}

.v .section-2 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 64px;
  padding: 96px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3-orangesyslightsurface);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--m3-orangesyslightoutline-variant);
  display: flex;
  align-items: center;
  position: relative;
}

.v .section-text-2 {
  flex-direction: column;
  width: 300px;
  gap: 32px;
  display: flex;
  align-items: center;
  position: relative;
}

.v .secondary-headline-wrapper {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .secondary-headline-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 700;
  color: var(--m3-orangesyslightprimary);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 35.2px;
}

.v .p {
  color: var(--m3-orangesyslightprimary);
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.v .img-3 {
  position: relative;
  width: 288px;
  height: 428px;
}

.v .section-3 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 64px;
  padding: 96px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3-bluesyslightsurface);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--m3-bluesyslightoutline-variant);
  display: flex;
  align-items: center;
  position: relative;
}

.v .secondary-headline-3 {
  margin-top: -1px;
  font-weight: 700;
  color: var(--m3-bluesyslightprimary);
  font-size: 32px;
  line-height: 35.2px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  text-align: center;
  letter-spacing: 0;
}

.v .paragraph-2 {
  color: var(--m3-bluesyslightprimary);
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.v .section-4 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 64px;
  padding: 96px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3-greensyslightsurface);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--m3-greensyslightoutline-variant);
  display: flex;
  align-items: center;
  position: relative;
}

.v .secondary-headline-4 {
  margin-top: -1px;
  font-weight: 700;
  color: var(--m3-greensyslightprimary);
  font-size: 32px;
  line-height: 35.2px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  text-align: center;
  letter-spacing: 0;
}

.v .paragraph-3 {
  color: var(--m3-greensyslightprimary);
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.v .section-5 {
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 64px;
  padding: 96px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3-purplesyslightsurface);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--m3-purplesyslightoutline-variant);
  display: flex;
  align-items: center;
  position: relative;
}

.v .secondary-headline-5 {
  margin-top: -1px;
  font-weight: 700;
  color: var(--m3-purplesyslightprimary);
  font-size: 32px;
  line-height: 35.2px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  text-align: center;
  letter-spacing: 0;
}

.v .paragraph-4 {
  color: var(--m3-purplesyslightprimary);
  letter-spacing: 0;
  line-height: 22.4px;
  position: relative;
  align-self: stretch;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.v .plans-screenshot {
  position: relative;
  width: 288.2px;
  height: 428px;
}

.v .section-text-wrapper {
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 96px 16px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3syslightsurface-container-high);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: var(--m3-bluesyslightoutline-variant);
  display: flex;
  align-items: center;
  position: relative;
}

.v .section-text-3 {
  width: 288px;
  gap: 32px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.v .main-headline-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 700;
  color: var(--m3syslighton-surface);
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.v .trailing-icon-3 {
  display: inline-flex;
  flex-direction: column;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--m3-greensyslightprimary);
  border-radius: 100px;
  overflow: hidden;
}

.v .state-layer-3 {
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px 10px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.v .label-text-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  color: var(--m3-bluesyslighton-primary);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  line-height: 20px;
  white-space: nowrap;
}

.v .trailing-icon-4 {
  display: inline-flex;
  flex-direction: column;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--m3-bluesyslightprimary);
  border-radius: 100px;
  overflow: hidden;
}

.v .footer-responsive {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  padding: 96px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--m3syslightsurface-container-low);
}

.v .footer-components {
  flex-direction: column;
  padding: 0px 16px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.v .link-name-wrapper {
  display: inline-flex;
  padding: 4px 12px;
  background-color: #1e1e1e;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.v .link-name {
  font-weight: 600;
  color: transparent;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.v .columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 64px 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .footer-components-2 {
  gap: 8px;
  padding: 12px 0px;
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.v .link-name-2 {
  font-weight: 700;
  color: #181c20;
  font-size: 16px;
  line-height: 17.6px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.v .links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.v .footer-components-3 {
  display: flex;
  justify-content: center;
  padding: 12px 0px;
  align-self: stretch;
  width: 100%;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.v .link-name-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  color: #181c20;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}

.v .footer-components-4 {
  display: inline-flex;
  justify-content: center;
  padding: 12px 0px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.v .link-name-4 {
  font-weight: 700;
  color: #181c20;
  font-size: 16px;
  line-height: 22.4px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.v .link-name-5 {
  font-weight: 500;
  color: #181c20;
  font-size: 16px;
  text-align: center;
  line-height: 22.4px;
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  letter-spacing: 0;
  white-space: nowrap;
}

.v .footer-components-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 16px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .img-4 {
  position: relative;
  width: 24px;
  height: 24px;
}

.v .app-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;  /* Increased for better spacing */
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.app-store-badge{
  height: 40px;
  width: auto;
}

.google-play-badge {
  height: 58px;
  width: auto;
}

.v .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.v .overlap-group {
  position: relative;
  width: 135px;
  height: 40px;
  background-image: url(https://c.animaapp.com/oxip12X5/img/vector-14@2x.png);
  background-size: 100% 100%;
}

.v .vector {
  position: absolute;
  width: 135px;
  height: 40px;
  top: 0;
  left: 0;
}

.v .text-wrapper-5 {
  position: absolute;
  top: 5px;
  left: 41px;
  font-family: "Open Sans", Helvetica;
  font-weight: 400;
  color: #ebeef3;
  font-size: 8.4px;
  letter-spacing: 0;
  line-height: normal;
}

.v .disclaimer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.v .companyname-all {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Quicksand", Helvetica;
  font-weight: 500;
  color: #181c20;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22.4px;
}
