.HeaderV2-EJS {
  height: 3.75rem;
}
.HeaderV2-EJS .StockAlgos-Logo {
  height: 2rem;
}
.HeaderV2-EJS .NavLinks .btn {
  font-size: 0.9375rem;
  height: 2.125rem;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
.HeaderV2-EJS .NavLinks .btn img {
  max-height: 1.125rem;
}
.HeaderV2-EJS .NavLinks .btn.btn-dashboard {
  border: 1px solid #e7e7e7;
  font-size: 1rem;
}
.HeaderV2-EJS .NavLinks .btn:hover {
  background-color: rgba(231, 231, 231, 0.7);
}

@media (max-width: 991px) {
  body:has(.Header-NavLinks-Check:checked) {
    overflow: hidden;
  }
  .HeaderV2-EJS {
    border-bottom: none;
  }
  .HeaderV2-EJS .NavLinks {
    padding: 4rem 0 1rem 0 !important;
  }
  .HeaderV2-EJS .NavLinks li {
    border-top: 1px solid #e7e7e7;
  }
  .HeaderV2-EJS .NavLinks .btn {
    padding: 1rem 2rem !important;
    height: initial;
    justify-content: flex-start;
  }
  .HeaderV2-EJS .NavLinks .btn.btn-dashboard {
    margin: 1rem;
    font-size: 0.9375rem;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .HeaderV2-EJS .NavLinks .btn {
    padding: calc(1rem - 1px) !important;
  }
}
@media (max-width: 991px) {
  .Header-NavLinks-Check:not(:checked) ~ .NavLinks {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: top center;
  }
  .Header-NavLinks-Check:checked ~ div .Menu-Button svg:first-child {
    display: none !important;
  }
  .Header-NavLinks-Check:checked ~ div .Menu-Button svg:nth-child(2) {
    display: block !important;
  }
  .NavLinks {
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    flex-direction: column;
    background-color: #fff;
    z-index: 7;
    padding: 4.25rem 1rem 1rem 1rem !important;
    border-top: 1px solid #e7e7e7;
  }
  .NavLinks li {
    width: 100%;
  }
}
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthQOCfhsCkAj7g.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthfOCfhsCkAj7g.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthROCfhsCkA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.font-kalam {
  font-family: "Kalam", cursive;
}

:root {
  --cont: 36.25rem;
}

.cont-l,
.cont {
  margin-left: calc(50% - var(--cont));
}

.cont-r,
.cont {
  margin-right: calc(50% - var(--cont));
}

.cont-pl,
.cont-p {
  padding-left: calc(50% - var(--cont));
}

.cont-pr,
.cont-p {
  padding-right: calc(50% - var(--cont));
}

@media (max-width: 1200px) {
  .cont-l,
  .cont {
    margin-left: 4rem;
  }
  .cont-r,
  .cont {
    margin-right: 4rem;
  }
  .cont-pl,
  .cont-p {
    padding-left: 4rem;
  }
  .cont-pr,
  .cont-p {
    padding-right: 4rem;
  }
  .cont-gap {
    gap: 4rem;
  }
}
@media (max-width: 900px) {
  .cont-l,
  .cont {
    margin-left: 2rem;
  }
  .cont-r,
  .cont {
    margin-right: 2rem;
  }
  .cont-pl,
  .cont-p {
    padding-left: 2rem;
  }
  .cont-pr,
  .cont-p {
    padding-right: 2rem;
  }
  .cont-gap {
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  .cont-l,
  .cont {
    margin-left: 1.25rem;
  }
  .cont-r,
  .cont {
    margin-right: 1.25rem;
  }
  .cont-pl,
  .cont-p {
    padding-left: 1.25rem;
  }
  .cont-pr,
  .cont-p {
    padding-right: 1.25rem;
  }
  .cont-gap {
    gap: 1.25rem;
  }
}
@media (max-width: 380px) {
  .cont-l,
  .cont {
    margin-left: 1rem;
  }
  .cont-r,
  .cont {
    margin-right: 1rem;
  }
  .cont-pl,
  .cont-p {
    padding-left: 1rem;
  }
  .cont-pr,
  .cont-p {
    padding-right: 1rem;
  }
  .cont-gap {
    gap: 1rem;
  }
}
.contv2-l,
.contv2 {
  margin-left: calc(50% - 44.38rem);
}

.contv2-r,
.contv2 {
  margin-right: calc(50% - 44.38rem);
}

.contv2-pl,
.contv2-p {
  padding-left: calc(50% - 44.38rem);
}

.contv2-pr,
.contv2-p {
  padding-right: calc(50% - 44.38rem);
}

@media (max-width: 1400px) {
  .contv2-l,
  .contv2 {
    margin-left: 4rem;
  }
  .contv2-r,
  .contv2 {
    margin-right: 4rem;
  }
  .contv2-pl,
  .contv2-p {
    padding-left: 4rem;
  }
  .contv2-pr,
  .contv2-p {
    padding-right: 4rem;
  }
  .contv2-gap {
    gap: 4rem;
  }
}
@media (max-width: 900px) {
  .contv2-l,
  .contv2 {
    margin-left: 2rem;
  }
  .contv2-r,
  .contv2 {
    margin-right: 2rem;
  }
  .contv2-pl,
  .contv2-p {
    padding-left: 2rem;
  }
  .contv2-pr,
  .contv2-p {
    padding-right: 2rem;
  }
  .contv2-gap {
    gap: 2rem;
  }
}
@media (max-width: 700px) {
  .contv2-l,
  .contv2 {
    margin-left: 1.25rem;
  }
  .contv2-r,
  .contv2 {
    margin-right: 1.25rem;
  }
  .contv2-pl,
  .contv2-p {
    padding-left: 1.25rem;
  }
  .contv2-pr,
  .contv2-p {
    padding-right: 1.25rem;
  }
  .contv2-gap {
    gap: 1.25rem;
  }
}
@media (max-width: 380px) {
  .contv2-l,
  .contv2 {
    margin-left: 1rem;
  }
  .contv2-r,
  .contv2 {
    margin-right: 1rem;
  }
  .contv2-pl,
  .contv2-p {
    padding-left: 1rem;
  }
  .contv2-pr,
  .contv2-p {
    padding-right: 1rem;
  }
  .contv2-gap {
    gap: 1rem;
  }
}
main {
  color: #151B26;
  font-size: 1.25rem;
  line-height: 1.5;
}
main img {
  max-width: 100%;
}
main h1 {
  font-size: 2.8em;
}
main h1, main h2, main h3, main h4 {
  line-height: 1.2;
}
main h4, main .h4 {
  font-size: 1.6em;
}

.__App-Footer {
  position: absolute !important;
}

.list-check {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  gap: 0.9em;
  /* max-width: 4em; */
}

.list-check li {
  display: grid;
  gap: 0.75em;
  grid-template-columns: 1em 1fr;
}

.list-check li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--accent-3);
}

@media (max-width: 1200px) {
  main h1 {
    font-size: 2.56em;
  }
  main h4, main .h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 800px) {
  main {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  main h1 {
    font-size: 2.5em;
  }
  main h4, main .h4 {
    font-size: 1.3em;
  }
}
:root {
  --page-spacing: 5rem;
  --cont: 40rem;
}

h1 {
  line-height: 1.15;
}

h3 {
  line-height: 1.1;
}

body {
  min-height: 513rem;
}

b {
  font-size: 1.25rem;
  font-weight: 500 !important;
}

h6,
h4 {
  font-weight: 500 !important;
}

p {
  font-size: 1rem;
  color: var(--accent-4);
}

.hero-section {
  background-image: url("/public/agentic/background.svg");
  background-color: #151B26;
}

.list-check li::before {
  content: "";
  background: url("/public/check_circle.svg") no-repeat top center;
}

.btn-agentic {
  font-weight: 500;
  gap: 0.875em;
  height: 2.875em;
  background-color: var(--primary);
  border-radius: 0.75em;
  padding: 0 3px 0 1.5625em;
  --border: var(--primary);
  box-shadow: inset 0px 0px 0px 1px var(--border);
  color: white;
  justify-content: space-between;
}
.btn-agentic::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url("/public/arrow-right_2.svg") no-repeat center center;
  order: 1;
  background-color: currentColor;
  border-radius: 0.5625em;
  transition: inherit;
}
.btn-agentic.bg-surface-1, .btn-agentic:hover {
  background-color: var(--surface-1);
  color: var(--text);
}
.btn-agentic.bg-surface-1::before, .btn-agentic:hover::before {
  color: var(--primary);
  background-image: url("/public/arrow-right_white_2.svg");
}
.btn-agentic:hover {
  --border: #e7e7e7;
}
.btn-agentic.bg-surface-1:hover {
  --border: #FFFFFF3D;
  background-color: var(--primary) !important;
  color: var(--surface-1);
}
.btn-agentic.bg-surface-1:hover::before {
  background-color: var(--surface-1);
  background-image: url("/public/arrow-right_2.svg");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #151B26;
}

b,
h3 {
  color: #151B26;
}

.FineTech-btn {
  font-size: 0.645rem;
  width: 10.4651em;
  color: #FF6154 !important;
  border-radius: 0.734em !important;
  padding: 0 0.734em;
  justify-content: flex-start;
  line-height: 1;
  height: 2.7539em;
  border: 1px solid #FF6154 !important;
}
.FineTech-btn small {
  font-size: 0.44379em !important;
}
.FineTech-btn svg {
  width: 1.61em !important;
}

.AI-Updates-Wrapper {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  gap: 1rem;
}

.AI-Update-Item {
  background-color: var(--surface-1);
  text-align: left;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0.5rem;
  grid-column: span 2;
}
.AI-Update-Item p {
  color: var(--accent-4);
  margin: 0 1rem 1rem 1rem;
  display: block;
}
.AI-Update-Item b {
  display: block;
  margin: 1rem 1rem 0.6rem 1rem;
}
.AI-Update-Item .img-wrapper {
  padding-top: 73%;
  border-radius: inherit;
  margin: 0.5rem 0.5rem -0.5rem 0.5rem;
}
.AI-Update-Item .img-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 65.07%);
  height: 4.5625rem;
}
.AI-Update-Item:nth-last-child(-n+2) {
  grid-column: span 3;
}
.AI-Update-Item:nth-last-child(-n+2) .img-wrapper {
  padding-top: 51%;
}

.how-it-works-item .content-wrapper {
  display: flex;
  position: relative;
}
.how-it-works-item .content-wrapper > div {
  padding: 1rem 0;
}
.how-it-works-item .content-wrapper svg {
  display: block;
  height: 2.5rem;
  margin-bottom: 1.5rem;
}
.how-it-works-item .description {
  display: grid;
  transition: linear 0.3s all;
  grid-template-rows: 1fr;
  margin-top: 0.625rem;
}
.how-it-works-item .description p {
  overflow: hidden;
  margin: 0;
}

.AI-Generated-Main {
  width: 60rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.AI-Generated-Main::after {
  content: "";
  padding-top: 76.9%;
  width: 100%;
  background: url("/public/agentic/mac.avif") no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.AI-Generated-Main::before {
  content: "";
  height: 1.8688%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.37) 0%, rgba(102, 102, 102, 0) 100%);
  bottom: -1%;
  position: absolute;
  width: 48.77%;
  z-index: -1;
}
@media (max-width: 767px) {
  .AI-Generated-Main {
    overflow: hidden;
  }
  .AI-Generated-Main::after {
    content: "";
    width: 22rem;
    min-width: 22rem;
    height: 29rem;
    padding-top: 0;
    background: url("/public/agentic/iphone_16.avif") no-repeat;
    background-size: 26.4rem auto;
    background-position-x: 1.24rem;
    background-position-y: -0.75rem;
  }
  .AI-Generated-Main .AI-Generated-Wrapper {
    top: 35%;
    left: 50%;
    width: 16rem;
    height: 19rem;
    transform: translateX(-50%);
  }
}

.AI-Generated-Wrapper {
  width: 97.45%;
  height: 72.2%;
  top: 0;
  left: 1.273%;
  top: 1.65%;
  font-size: 0.76rem;
  overflow: auto;
}
.AI-Generated-Wrapper h2 {
  font-size: 1.75rem;
}
.AI-Generated-Wrapper h2,
.AI-Generated-Wrapper h3,
.AI-Generated-Wrapper h4,
.AI-Generated-Wrapper b,
.AI-Generated-Wrapper h5 {
  color: var(--primary);
}
.AI-Generated-Wrapper h3 {
  font-size: 0.9375rem;
}

.Faqs-Wrapper {
  max-width: 40.625rem;
}

.faq-item p {
  display: grid;
  overflow: hidden;
  margin: 0;
  transition: linear 0.2s all;
  grid-template-rows: 1fr;
}
.faq-item p span {
  overflow: hidden;
}
.faq-item .btn {
  padding: 0.5rem 0;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-wrap: initial !important;
  text-align: left;
  justify-content: space-between;
}
.faq-item .btn::after, .faq-item .btn::before {
  content: "";
  height: 2.5px;
  min-width: 18.33px;
  margin-left: auto;
  background-color: #C7C7C7;
  transition: linear 0.2s all;
}
.faq-item .btn::after {
  opacity: 0;
}
.faq-item .btn::before {
  position: absolute;
  right: 0;
}
.faq-item:not(.active) .btn::before {
  transform: rotate(-90deg);
}
.faq-item:not(.active) .btn::after {
  opacity: 1;
}
.faq-item:not(.active) p {
  grid-template-rows: 0fr;
  opacity: 0;
}

@media (min-width: 767px) {
  .how-it-works-container {
    max-width: 68.5625rem;
    margin: auto;
  }
  .how-it-works-container > div {
    width: 33.75rem;
    max-width: calc(50% - 0.75rem);
  }
  .how-it-works-container > img {
    width: 30.8125rem;
    max-width: calc(50% - 0.75rem);
  }
  .how-it-works-item.active .content-wrapper::after {
    animation: HowITWorksBorder 8s ease-out forwards;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid var(--primary);
  }
  .how-it-works-item .content-wrapper {
    cursor: pointer;
  }
  .how-it-works-item .content-wrapper::before {
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .how-it-works-item .content-wrapper > div {
    padding: 1rem 1.5rem;
  }
  .how-it-works-item:not(.active) .description {
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .hero-section .left-section {
    max-width: 41%;
  }
  .hero-section .hero-img-wrapper {
    max-width: 52%;
    width: 39.875rem;
  }
}
@keyframes HowITWorksBorder {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.updates-card {
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F8F9 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #D5D4D9 0%, #D5D4D9 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1019607843);
}

.FormField-V2 {
  padding-left: 1.1875rem;
}
@media (max-width: 575px) {
  .FormField-V2 {
    padding-left: 1.125rem;
  }
}

.text-accent-4 .Subscription-Confirmation h5 {
  color: #000 !important;
}

.border-b {
  border-bottom: 1px solid #D4D6D9;
}

.cont-heading {
  max-width: 37rem;
}

.package-card {
  border-radius: 1rem;
  padding: 0.5rem;
  flex: 1;
  max-width: 22rem;
}
.package-card h3 {
  font-weight: normal;
  display: flex;
  gap: 0.375rem;
  align-items: center;
  margin: 1rem 0 1.5rem 0;
}
.package-card h3::after {
  content: "/monthly";
  font-size: 1rem;
  font-weight: 600;
  color: #B4B9C9;
}
.package-card .package-card-header {
  padding: 2rem 1.5rem;
}
.package-card .package-card-header b {
  font-size: 1.125rem;
}
.package-card .package-card-body {
  padding: 1.75rem 1.5rem;
}
.package-card .btn-primary {
  font-size: 0.875rem;
  width: 100%;
  height: 2.5rem;
}
.package-card ul {
  color: #151B26;
  margin-top: 1.5rem;
  gap: 0.75rem;
}
.package-card ul li::before {
  color: inherit !important;
}
.package-card.recommended {
  border: 2px solid #0AC171;
  position: relative;
  background: #E0F9EE;
  z-index: 1;
}
.package-card.recommended::before {
  content: "Recommended";
  position: absolute;
  background-color: #0AC171;
  padding: 0 0.75rem;
  border-radius: 0.75rem 0.75rem 0 0;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  top: -1.875rem;
  left: 50%;
  transform: translateX(-50%);
  height: 1.875rem;
  display: flex;
  align-items: center;
  z-index: -1;
}
.package-card.recommended .package-card-header {
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.0784313725);
}

@media (max-width: 1200px) {
  body {
    min-height: 500rem;
  }
}
@media (max-width: 991px) {
  :root {
    --page-spacing: 3.75rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h1 {
    font-size: 3rem !important;
  }
  .AI-Updates-Wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .AI-Updates-Wrapper .AI-Update-Item {
    grid-column: span 1;
  }
  .AI-Updates-Wrapper .AI-Update-Item .img-wrapper {
    padding-top: 73%;
  }
  b {
    font-size: 1.125rem;
  }
  p {
    font-size: 0.875rem;
  }
  .subtitle {
    font-size: 1rem !important;
  }
  .Faqs-Wrapper {
    max-width: 100%;
  }
}
@media (max-width: 574px) {
  body {
    min-height: 660rem;
  }
  .AI-Updates-Wrapper {
    grid-template-columns: 1fr;
  }
  .hero-section img {
    height: initial;
  }
  .hero-img {
    width: 115% !important;
    margin-bottom: -37.4%;
  }
  .package-card:not(.recommended) .package-card-header {
    padding: 1rem;
  }
}

/*# sourceMappingURL=index.css.map */
