h1 {
  line-height: 3rem;
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

body {
  color: #3e4956;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5rem;

  --color-theme: 74 80 230;
  --color-theme-dark: 49 53 198;
  --color-sub-theme: 249 84 63;
  --color-sub-theme-dark: 223 74 55;
  --color-black: 62 73 86;
  --color-gray: 121 135 147;
  --color-gray-light: 224 230 237;
  --color-red: 249 84 63;
  --color-blue: 74 80 230;
  --color-purple: 100 106 211;
  --color-light: 248 246 239;
  --shadow-block: 4px 12px 32px rgba(73, 53, 192, 0.1);
  --shadow-card: 0px 2px 10px rgba(0, 80, 125, 0.08);
  --shadow-card1: 0px 10px 26px rgba(4, 23, 83, 0.1);
  --shadow-card2: 0px 6px 20px rgba(0, 80, 125, 0.1);
}

.shadow-card,
.shadow-md {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
}

.main-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  position: fixed;
  z-index: 30s;
  height: 76px;
  top: 0;
  z-index: 999;
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}

.container {
  max-width: 69.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

.nav-list {
  list-style: none;
  margin: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.absolute {
  position: absolute;
}

.nav-list a {
  display: flex;
  padding: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-list a:hover {
  border-color: rgb(74, 80, 230);
}

body {
  padding-top: 76px;
}

.hero-section {
  padding-bottom: 4rem;
  padding-top: 3rem;
}

.hero-section .container {
  max-width: 848px;
}

.hero-section__content h1 {
  color: rgb(62, 73, 86);
  font-size: 2.625rem;
  font-weight: 800;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-section__content p {
  padding-bottom: 0;
  text-align: center;
  margin-top: 0;
}

.hero-section > img {
  z-index: -1;
  top: 0;
}

* {
  outline: none;
}

.in-row {
  display: grid;
  grid-template-columns: 1fr 216px;
  margin-bottom: 1rem;
}

.in-row input {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  height: 68px;
  border: none;
}

.in-row input:hover {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ac-btn {
  --tw-bg-opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  column-gap: 1rem;
  font-size: 1.25rem;
  line-height: 2rem;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  background-color: rgb(var(--color-red) / var(--tw-bg-opacity));
  border: none;
  cursor: pointer;
  min-height: 68px;
  min-width: 200px;
}

.ac-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 74 55 / var(--tw-bg-opacity));
}

.h-note {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(62 73 86 / var(--tw-text-opacity));
}

.hero-section__content strong {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-red) / var(--tw-text-opacity));
}

.lokup {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lokup-text,
.what-text,
.why-text {
  max-width: 560px;
}

.lokup-text h2,
.how-text h2,
.what-text h2,
.alpha h2,
.why h2,
.accord-sec h2,
.on-trend h2,
.learn-sec h2,
.lookup-inner h2 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-black) / var(--tw-text-opacity));
  line-height: 2.5rem;
  font-weight: 800;
  font-size: 32px;
  padding-bottom: 1.5rem;
  margin: 0;
}

.lokup-text p,
.how-text p {
  padding-bottom: 1.5rem;
  margin: 0;
}

.how {
  --tw-bg-opacity: 1;
  background-color: rgb(206 231 234 / var(--tw-bg-opacity));
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.how-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.how-text {
  max-width: 500px;
}

p a {
  --tw-text-opacity: 1;
  color: rgb(var(--color-blue) / var(--tw-text-opacity));
}

p a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

li a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: rgb(var(--color-blue) / var(--tw-text-opacity));
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tiles-grid > li {
  --tw-shadow: var(--shadow-card1);
  --tw-shadow-colored: var(--shadow-card1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.375rem;
}

.tiles-grid .pb-2 {
  padding-bottom: 0.5rem;
  font-weight: 700;
  /* word-break: break-all; */
}

.tiles-grid .leading-relaxed {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  line-height: 19px;
}

.what {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 239 / var(--tw-bg-opacity));
  border-bottom-right-radius: 9999px;
}

.what-text h2 {
  padding-bottom: 1.5rem;
  margin: 0;
}

.what-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.table-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.table-sec h2 {
  --tw-text-opacity: 1;
  color: rgb(var(--color-black) / var(--tw-text-opacity));
  font-weight: 800;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}

.table-sec p {
  max-width: 860px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
}

.table-box {
  --tw-shadow: var(--shadow-card2);
  --tw-shadow-colored: var(--shadow-card2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 0.5rem;
}

.table-grid {
  --tw-text-opacity: 1;
  color: rgb(var(--color-black) / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding-top: 2.25rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  row-gap: 0.75rem;
  column-gap: 0.5rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  display: grid;
  list-style: none;
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.alpha {
  --tw-shadow: var(--shadow-card2);
  --tw-shadow-colored: var(--shadow-card2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 6rem;
}

.alpha h2 {
  text-align: center;
  padding-bottom: 0;
}

.alpha-inner {
  margin-top: 2rem;
}

.alpha-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.p-1 {
  padding: 0.25rem;
}

.p-1 > a {
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.125rem;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

.p-1 > a:hover {
  background-color: rgb(74 80 230 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.why {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 249 / var(--tw-bg-opacity));
}

.why-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.why-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.why-text ul li {
  --tw-shadow: var(--shadow-card1);
  --tw-shadow-colored: var(--shadow-card1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.375rem;
}

.why-text ul li .font-bold {
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.why-text ul li p {
  font-size: 0.75rem;
  line-height: 1.625;
}

.nobg {
  background: none;
}

.form-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 249 / var(--tw-bg-opacity));
  border-bottom-left-radius: 9999px;
  margin-bottom: 3rem;
}

.form-sec-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.form-sec-text {
  width: 460px;
}

.form-sec .in-row {
  max-width: 550px;
  width: 100%;
}

.form-sec-text-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(var(--color-black) / var(--tw-text-opacity));
}

.accord-sec {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.accord-sec h2 {
  text-align: center;
  font-weight: 800;
}

.details {
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.375rem;
  margin-bottom: 1rem;
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.details h4 {
  margin: 0;
}

.details h4:hover {
  --tw-text-opacity: 1;
  color: rgb(74 80 230 / var(--tw-text-opacity));
}

.sum {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 10" width="10"><path stroke="rgb(62, 73, 86)" stroke-width="2" d="M5 0v5m0 0H0m5 0h5M5 5v5"/></svg>')
    no-repeat 100%;
}

details[open] summary {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 10 2" width="10"><path stroke="rgb(62, 73, 86)" stroke-width="2" d="M0 1h10"/></svg>');
}

.main-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(57 63 75 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-footer-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-left: auto;
  margin-right: auto;
  gap: 48px;
}

.main-footer-inner .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid {
  display: grid;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-70 {
  opacity: 0.7;
}

.main-footer-inner .font-semibold {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.main-footer-inner .col ul li {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.opacity-50 {
  opacity: 0.5;
}

.disclaimer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(67 73 85 / var(--tw-bg-opacity));
}

.disclaimer-inner {
  font-size: 0.75rem;
  line-height: 1.125rem;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
}

.on-trend h2 {
  text-align: center;
}

.on-trend-desc {
}

.text-center {
  text-align: center;
}

.tabs {
  gap: 80px;
  justify-content: center;
}

.tab {
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 2px solid transparent;
}

.tab:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-theme) / var(--tw-text-opacity));
}

.tab.active {
  --tw-text-opacity: 1;
  color: rgb(var(--color-theme) / var(--tw-text-opacity));
  border-color: rgb(var(--color-theme) / var(--tw-border-opacity));
}

.tab-content {
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 6px 20px rgba(0, 80, 125, 0.1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.5rem;
  row-gap: 0.75rem;
  column-gap: 2rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  display: grid;
  list-style: none;

  margin: 0;
  display: none;
}

.tab-content.active {
  display: grid;
}

.pr-4 {
  padding-right: 1rem;
}

.text-\[\#798793\] {
  --tw-text-opacity: 1;
  color: rgb(121 135 147 / var(--tw-text-opacity));
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.font-semibold {
  font-weight: 600;
}

.text-theme {
  --tw-text-opacity: 1;
  color: rgb(var(--color-theme) / var(--tw-text-opacity));
}

.mt-6 {
  margin-top: 1.5rem;
}

.bottom-link {
  --tw-text-opacity: 1;
  color: rgb(var(--color-theme) / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
  border-bottom-width: 1px;
  align-items: center;
  display: inline-flex;
}

.bottom-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-theme) / var(--tw-border-opacity));
}

footer {
  margin-top: 100px;
}

.s-slide {
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(206 231 234 / var(--tw-bg-opacity));
  border-radius: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(var(--color-red) / var(--tw-text-opacity));
}

.pl-5 {
  padding-left: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.leading-snug {
  line-height: 1.375;
}

.font-extrabold {
  font-weight: 800;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

* {
  box-sizing: border-box;
}

.single-slider {
  padding-bottom: 8rem;
  padding-top: 6rem;
}

.single-slider .container {
  position: relative;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rounded-full {
  border-radius: 9999px;
}

.\!w-20 {
  width: 5rem !important;
}
.\!h-20 {
  height: 5rem !important;
}
.\!-left-10 {
  left: -2.5rem !important;
}

.\!-right-10 {
  right: -2.5rem !important;
}

.single-slider .swiper-button-prev:after,
.single-slider .swiper-button-next:after {
  display: none;
}

.single-slider .swiper-button-prev svg {
  transform: rotate(180deg);
}

.learn-sec h2 {
  text-align: center;
}

.learn-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(252 237 194 / var(--tw-bg-opacity));
  border-bottom-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.learn-sec-inner {
  padding-bottom: 4rem;
  padding-top: 6rem;
}

.learn-sec-desc {
}

.cards-slider .swiper-slide a {
  --tw-shadow: var(--shadow-block);
  --tw-shadow-colored: var(--shadow-block);
  box-shadow: 0 0 #0000, 0 0 #0000, 4px 12px 32px rgba(73, 53, 192, 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.5rem;
  height: 100%;
  display: block;
}

.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.font-bold {
  font-weight: 700;
}
.text-\[16px\] {
  font-size: 16px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\!w-\[52px\] {
  width: 52px !important;
}
.\!h-\[52px\] {
  height: 52px !important;
}
.\!mt-0 {
  margin-top: 0 !important;
}
.\!left-\[-86px\] {
  left: -86px !important;
}
.\!right-\[-86px\] {
  right: -86px !important;
}

.learn-sec .swiper-button-prev:after,
.learn-sec .swiper-button-next:after {
  display: none;
}

.learn-sec .swiper {
  padding-top: 62px;
}

.shadow-card3,
.shadow-xl {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.lookup-inner h2 {
  text-align: center;
}

.lookup-inner p {
  text-align: center;
  margin-bottom: 3rem;
}

.lookup {
  --tw-bg-opacity: 1;
  background-color: rgb(206 231 234 / var(--tw-bg-opacity));
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  border-top-left-radius: 400px;
}

.lookup-inner {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.t-tabs {
  padding-left: 0.5rem;
  overflow-x: auto;
  align-items: flex-end;
  display: flex;
  margin: 0;
}

.t-tab {
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  opacity: 0.7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  --tw-bg-opacity: 1;
  background-color: rgb(127 199 164 / var(--tw-bg-opacity));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  min-width: 70px;
  height: 2.25rem;
  margin: 0;
  margin-left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.t-tab.active {
  opacity: 1 !important;
  height: 42px !important;
}

.t-tab-content {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 10px 26px rgba(4, 23, 83, 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.25rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  display: grid;
}

.pl-5 {
  padding-left: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.flex-col {
  flex-direction: column;
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(var(--color-gray) / var(--tw-text-opacity));
}
.font-semibold {
  font-weight: 600;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.border-\[\#CEE7EA\] {
  border-bottom: 1px solid transparent;
  --tw-border-opacity: 1;
  border-color: rgb(206 231 234 / var(--tw-border-opacity)) !important;
}
.border-b {
  border-bottom-width: 1px;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.text-\[\#4882FF\] {
  --tw-text-opacity: 1;
  color: rgb(72 130 255 / var(--tw-text-opacity));
}
.font-semibold {
  font-weight: 600;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.inline-flex {
  display: inline-flex;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

body,
html {
  overflow-x: hidden;
}

.main-footer-inner,
.disclaimer {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1290px) {
  .nav-list {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }

  .nav-list a {
    padding: 1rem;
  }

  .nav-list.active {
    display: flex;
  }

  .bread-nav {
    display: block;
  }

  .main-header {
    display: flex;
    align-items: center;
    height: 50px;
  }

  body {
    padding-top: 50px;
  }

  .lookup,
  .learn-sec,
  .form-sec,
  .what,
  .how {
    border-radius: 0;
  }

  .hero-section {
    --tw-bg-opacity: 1;
    background-color: rgb(248 246 239 / var(--tw-bg-opacity));
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .\!h-20 {
    height: 3rem !important;
  }
  .\!w-20 {
    width: 3rem !important;
  }

  .\!-left-10 {
    left: 0rem !important;
  }

  .\!-right-10 {
    right: 0rem !important;
  }

  .\!h-\[52px\] {
    height: 3rem !important;
  }
  .\!w-\[52px\] {
    width: 3rem !important;
  }

  .\!left-\[-86px\] {
    left: 0 !important;
  }

  .\!right-\[-86px\] {
    right: 0 !important;
  }
}

@media (max-width: 768px) {
  .form-sec .flex {
    flex-direction: column;
    row-gap: 40px;
    text-align: center;
  }

  .main-footer-inner {
    flex-direction: column !important;
  }

  .form-sec-inner,
  .how-inner,
  .learn-sec-inner,
  .lookup-inner,
  .table-sec,
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .why-inner,
  .what-inner,
  .how-inner,
  .lokup {
    flex-direction: column;
    text-align: center;
    row-gap: 40px;
  }

  .lokup-text h2,
  .how-text h2,
  .what-text h2,
  .alpha h2,
  .why h2,
  .accord-sec h2,
  .on-trend h2,
  .learn-sec h2,
  .lookup-inner h2,
  .table-sec h2 {
    --tw-text-opacity: 1;
    color: rgb(var(--color-black) / var(--tw-text-opacity));
    line-height: 2rem;
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 1.5rem;
    margin: 0;
  }

  .tiles-grid {
    grid-template-columns: 100%;
  }

  .table-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .t-tab-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tab-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main-footer-inner {
    grid-template-columns: 100%;
  }

  .text-2xl {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .s-slide {
    padding: 2rem;
  }

  .in-row {
    grid-template-columns: 100%;
    margin-bottom: 1rem;
  }

  .ac-btn {
    height: 50px;
  }

  .hero-section__content h1 {
    color: rgb(62, 73, 86);
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
    text-align: center;
    padding-bottom: 1rem;
  }

  section > svg,
  section > div > svg {
    width: 100%;
  }

  .form-sec-text {
    width: 100%;
  }
}

.checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 24px;
}

.checkbox-row span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333;
}

* {
  outline: none;
}

.checkbox-row span a {
  color: inherit;
  text-decoration: underline;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .checkbox-row {
    text-align: left;
  }

  .checkbox {
    margin-right: 10px;
  }
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.checkbox input:checked ~ .mask svg {
  opacity: 1;
}

.checkbox .mask {
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox .mask svg {
  opacity: 0;
}

.btn--fix {
  padding: 0 47px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}

.text-block {
  margin-left: auto;
  margin-right: auto;
}

.text-block strong {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 105.6%;
  color: #333;
  margin-bottom: 24px;
}

.list {
  max-width: 429px;
  margin-left: auto;
}

.list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #333;
  gap: 15px;
  text-align: left;
}

.list .item svg {
  margin-right: 12px;
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.list .item + .item {
  margin-top: 24px;
}

.checkbox-row + .btn {
  margin-top: 40px;
}

.form-block h1 {
  text-align: center;
}

.btn {
  color: #fff;
}

@media (max-width: 980px) {
  .hero-section__content h1 {
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .hgrid {
    grid-template-columns: 100% !important;
  }

  .logo {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .list {
    max-width: 100%;
    margin-left: 0;
  }

  .ac-btn {
    height: 50px;
    min-height: 50px;
  }

  .hero-section {
    padding-top: 1rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-footer {
  margin-top: auto;
}

.on-trend {
  padding-bottom: 6rem;
}

/* Progress / Loading Screen Styles */
.step-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.loading-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem 2.5rem;
  box-shadow: var(--shadow-card1);
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

.loading-icon-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar-circle {
  position: absolute;
  border: 2px solid rgba(74, 80, 230, 0.2);
  border-radius: 50%;
  animation: radar-pulse 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  opacity: 0;
}

.circle-1 {
  width: 60px;
  height: 60px;
  animation-delay: 0s;
}

.circle-2 {
  width: 80px;
  height: 80px;
  animation-delay: 0.6s;
}

.circle-3 {
  width: 100px;
  height: 100px;
  animation-delay: 1.2s;
}

.radar-core {
  position: relative;
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, rgb(74, 80, 230) 0%, rgb(100, 106, 211) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(74, 80, 230, 0.4);
  z-index: 2;
  animation: float-core 3s ease-in-out infinite;
}

@keyframes radar-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes float-core {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.loading-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: rgb(var(--color-black));
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.loading-subtitle {
  color: rgb(var(--color-gray));
  font-size: 1rem;
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.progress-container {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.progress-status {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgb(var(--color-black));
}

.progress-percentage {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgb(var(--color-theme));
}

.progress-bar-track {
  width: 100%;
  height: 8px;
  background-color: rgb(var(--color-gray-light));
  border-radius: 9999px;
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, rgb(var(--color-theme)) 0%, rgb(var(--color-sub-theme)) 100%);
  border-radius: 9999px;
  width: 0%;
  transition: width 0.35s linear;
}

.sources-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  max-width: 600px;
  margin: 0 auto;
}

.source-tag {
  font-size: 0.825rem;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  background-color: #f8fafc;
  border: 1px solid rgb(var(--color-gray-light));
  color: rgb(var(--color-gray));
  transition: all 0.3s ease;
}

.source-tag.active {
  background-color: rgba(74, 80, 230, 0.1);
  border-color: rgb(74, 80, 230);
  color: rgb(74, 80, 230);
  box-shadow: 0 0 10px rgba(74, 80, 230, 0.15);
  transform: scale(1.05);
}

.source-tag.completed {
  background-color: rgba(34, 197, 94, 0.1);
  border-color: rgb(34, 197, 94);
  color: rgb(34, 197, 94);
}

@media (max-width: 640px) {
  .loading-card {
    padding: 2rem 1.5rem;
  }
  .loading-title {
    font-size: 1.4rem;
  }
  .loading-subtitle {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .progress-container {
    margin-bottom: 1.5rem;
  }
  .source-tag {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }
}

@media (max-width: 768px) {
  a.logo img {
    height: 45px;
  }
}

/* Registration Agreement Styles */
.registration-agreement {
  max-width: 848px;
  margin: 1.5rem auto 0;
  text-align: center;
  box-sizing: border-box;
}

.agreement-label {
  display: inline-flex;
  align-items: flex-start;
  text-align: left;
  gap: 10px;
  cursor: pointer;
  font-size: 0.825rem;
  line-height: 1.4;
  color: rgb(var(--color-gray));
  user-select: none;
  max-width: 780px;
  margin-bottom: 1.5rem;
}

.agreement-label input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}

.subscription-info {
  margin-bottom: 1.25rem;
  padding: 0 1rem;
}

.subscription-info .info-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(var(--color-gray));
  margin-bottom: 0.25rem;
  text-align: center;
}

.subscription-info .info-text {
  font-size: 0.775rem;
  line-height: 1.5;
  color: rgb(var(--color-gray));
  opacity: 0.85;
  margin: 0;
  text-align: center;
}

.agreement-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 1rem;
}

.agreement-links a {
  font-size: 0.825rem;
  font-weight: 600;
  color: #3ab57c;
  text-decoration: none;
  transition: opacity 0.2s;
}

.agreement-links a:hover {
  text-decoration: underline;
  opacity: 0.85;
}
     .hidde {
        display: none;
      }

      .form-hidden {
        display: none;
      }

      .form-loader {
        font-weight: 600;
        font-size: 12px;
        line-height: 120%;
        margin-top: 4px;
        color: #000;
        position: absolute;
      }

      .form-error {
        color: #ff0000;
        font-size: 12px;
        position: absolute;
      }

      .loading {
        color: #000;
      }

      .display-none {
        display: none;
      }

      .in-row-new input {
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        font-size: 1.125rem;
        line-height: 1.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border-top-left-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
        height: 68px;
        border: none;
      }

      .form-row {
        display: grid;
        grid-template-columns: 1fr 200px;
        grid-column-gap: 8px;
        grid-row-gap: 10px;
      }
      
      @media (max-width: 768px) { 
      .form-row {
        grid-template-columns: 1fr;
      } 
}