/* @tailwind base; */

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

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

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 924px) {
  .\!container {
    max-width: 924px !important;
  }

  .container {
    max-width: 924px;
  }
}

/* Regular Headings */

.text-h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

@media (min-width: 768px) {
  .text-h1 {
    letter-spacing: 0.75px;
  }
}

.text-h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

@media (min-width: 768px) {
  .text-h3 {
    line-height: 24px;
    letter-spacing: 1px;
  }
}

.text-h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-family: "Aleo";
}

@media (min-width: 768px) {
  .text-h4 {
    letter-spacing: 1px;
  }
}

.text-h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

@media (min-width: 768px) {
  .text-h5 {
    letter-spacing: 1px;
  }
}

/* Important Headings */

/* Regular Noto Sans Headings */

/* Important Noto Sans Headings */

/* Regular Subheadings */

.text-sh1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-sh1 {
    line-height: 20px;
  }
}

.text-sh2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-sh2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}

/* Important Subheadings */

/* Regular Body Text */

.text-b1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

@media (min-width: 768px) {
  .text-b1 {
    line-height: 24px;
  }
}

.text-b1-linked {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "Aleo";
}

.text-b2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

.text-b3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
}

/* Important Body Text */

/* Regular Noto Sans Text */

.text-n1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-n1 {
    font-size: 28px;
  }
}

.text-n2 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-n2 {
    font-size: 20px;
  }
}

/* Important Noto Sans Text */

/* Regular Link Text */

.text-l1 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-l1 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}

.\!text-l2 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .\!text-l2 {
    letter-spacing: 1px;
  }
}

.text-l2 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-l2 {
    letter-spacing: 1px;
  }
}

.text-l2-linked {
  font-size: 16px;
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .text-l2-linked {
    font-weight: 500;
    letter-spacing: 1px;
  }
}

.text-l3 {
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans";
}

.\!text-l3-linked {
  font-size: 12px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-family: "Noto Sans";
}

@media (min-width: 768px) {
  .\!text-l3-linked {
    font-weight: 600;
  }
}

/* Important Link Text */

.imp-text-l2 {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Noto Sans" !important;
}

@media (min-width: 768px) {
  .imp-text-l2 {
    letter-spacing: 1px !important;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-100px\] {
  bottom: -100px;
}

.bottom-\[45px\] {
  bottom: 45px;
}

.left-0 {
  left: 0px;
}

.left-\[-20px\] {
  left: -20px;
}

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

.right-0 {
  right: 0px;
}

.right-\[-4px\] {
  right: -4px;
}

.right-\[-8px\] {
  right: -8px;
}

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

.top-0 {
  top: 0px;
}

.top-\[-12px\] {
  top: -12px;
}

.top-\[-40px\] {
  top: -40px;
}

.top-\[-4px\] {
  top: -4px;
}

.top-\[-60px\] {
  top: -60px;
}

.top-\[-8px\] {
  top: -8px;
}

.top-\[54px\] {
  top: 54px;
}

.top-\[6px\] {
  top: 6px;
}

.top-\[8px\] {
  top: 8px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.\!m-0 {
  margin: 0px !important;
}

.m-0 {
  margin: 0px;
}

.m-12 {
  margin: 24px;
}

.m-24 {
  margin: 48px;
}

.m-6 {
  margin: 12px;
}

.m-auto {
  margin: auto;
}

.\!my-24 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-12 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-18 {
  margin-left: 36px;
  margin-right: 36px;
}

.mx-6 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-7 {
  margin-left: 14px;
  margin-right: 14px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-12 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-7 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 20px;
}

.mb-16 {
  margin-bottom: 32px;
}

.mb-18 {
  margin-bottom: 36px;
}

.mb-2 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 10px;
}

.mb-6 {
  margin-bottom: 12px;
}

.ml-1\.5 {
  margin-left: 3px;
}

.mr-1\.5 {
  margin-right: 3px;
}

.mr-6 {
  margin-right: 12px;
}

.mt-10 {
  margin-top: 20px;
}

.mt-12 {
  margin-top: 24px;
}

.mt-18 {
  margin-top: 36px;
}

.mt-4 {
  margin-top: 8px;
}

.mt-6 {
  margin-top: 12px;
}

.mt-8 {
  margin-top: 16px;
}

.mt-\[-5px\] {
  margin-top: -5px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.\!h-\[112px\] {
  height: 112px !important;
}

.\!h-\[36px\] {
  height: 36px !important;
}

.\!h-\[48px\] {
  height: 48px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 20px;
}

.h-12 {
  height: 24px;
}

.h-18 {
  height: 36px;
}

.h-2 {
  height: 4px;
}

.h-20 {
  height: 40px;
}

.h-3 {
  height: 6px;
}

.h-45 {
  height: 90px;
}

.h-5 {
  height: 10px;
}

.h-8 {
  height: 16px;
}

.h-\[100dvh\] {
  height: 100dvh;
}

.h-\[125px\] {
  height: 125px;
}

.h-\[150vh\] {
  height: 150vh;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[200vh\] {
  height: 200vh;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-\[96px\] {
  height: 96px;
}

.h-fit {
  height: -webkit-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-10 {
  max-height: 20px;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-\[104px\] {
  max-height: 104px;
}

.max-h-\[250px\] {
  max-height: 250px;
}

.max-h-\[295px\] {
  max-height: 295px;
}

.max-h-\[30px\] {
  max-height: 30px;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.max-h-\[60dvh\] {
  max-height: 60dvh;
}

.max-h-\[700px\] {
  max-height: 700px;
}

.min-h-10 {
  min-height: 20px;
}

.min-h-\[104px\] {
  min-height: 104px;
}

.min-h-\[126px\] {
  min-height: 126px;
}

.min-h-\[195px\] {
  min-height: 195px;
}

.min-h-\[35px\] {
  min-height: 35px;
}

.min-h-\[3px\] {
  min-height: 3px;
}

.min-h-\[48px\] {
  min-height: 48px;
}

.\!w-\[140px\] {
  width: 140px !important;
}

.\!w-\[158px\] {
  width: 158px !important;
}

.\!w-\[220px\] {
  width: 220px !important;
}

.\!w-\[400px\] {
  width: 400px !important;
}

.\!w-fit {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 20px;
}

.w-12 {
  width: 24px;
}

.w-20 {
  width: 40px;
}

.w-3 {
  width: 6px;
}

.w-3\/4 {
  width: 75%;
}

.w-5 {
  width: 10px;
}

.w-8 {
  width: 16px;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[102px\] {
  width: 102px;
}

.w-\[104px\] {
  width: 104px;
}

.w-\[114px\] {
  width: 114px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[157px\] {
  width: 157px;
}

.w-\[209px\] {
  width: 209px;
}

.w-\[232px\] {
  width: 232px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[440px\] {
  width: 440px;
}

.w-\[44px\] {
  width: 44px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[70vw\] {
  width: 70vw;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[90vw\] {
  width: 90vw;
}

.w-\[96px\] {
  width: 96px;
}

.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -webkit-max-content;
  width: max-content;
}

.\!min-w-\[296px\] {
  min-width: 296px !important;
}

.min-w-\[120px\] {
  min-width: 120px;
}

.min-w-\[136px\] {
  min-width: 136px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[230px\] {
  min-width: 230px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.min-w-full {
  min-width: 100%;
}

.\!max-w-\[296px\] {
  max-width: 296px !important;
}

.\!max-w-\[340px\] {
  max-width: 340px !important;
}

.max-w-3 {
  max-width: 6px;
}

.max-w-8 {
  max-width: 16px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[688px\] {
  max-width: 688px;
}

.max-w-\[693px\] {
  max-width: 693px;
}

.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

.max-w-full {
  max-width: 100%;
}

.\!flex-1 {
  flex: 1 1 0% !important;
}

.flex-1 {
  flex: 1 1 0%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-auto {
  cursor: auto;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.resize {
  resize: both;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.break-before-avoid {
  break-before: avoid;
}

.break-before-all {
  break-before: all;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

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

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-items-end {
  justify-items: end;
}

.\!gap-12 {
  gap: 24px !important;
}

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 20px;
}

.gap-12 {
  gap: 24px;
}

.gap-13 {
  gap: 26px;
}

.gap-14 {
  gap: 28px;
}

.gap-15 {
  gap: 30px;
}

.gap-16 {
  gap: 32px;
}

.gap-18 {
  gap: 36px;
}

.gap-2 {
  gap: 4px;
}

.gap-20 {
  gap: 40px;
}

.gap-24 {
  gap: 48px;
}

.gap-3 {
  gap: 6px;
}

.gap-30 {
  gap: 60px;
}

.gap-4 {
  gap: 8px;
}

.gap-45 {
  gap: 90px;
}

.gap-5 {
  gap: 10px;
}

.gap-6 {
  gap: 12px;
}

.gap-7 {
  gap: 14px;
}

.gap-8 {
  gap: 16px;
}

.gap-9 {
  gap: 18px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[93px\] {
  gap: 93px;
}

.gap-x-10 {
  column-gap: 20px;
}

.gap-x-12 {
  column-gap: 24px;
}

.gap-y-6 {
  row-gap: 12px;
}

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

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.\!rounded-md {
  border-radius: 0.375rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.\!border {
  border-width: 1px !important;
}

.\!border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.\!border-t {
  border-top-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-\[4px\] {
  border-left-width: 4px;
}

.border-l-\[6px\] {
  border-left-width: 6px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.\!border-solid {
  border-style: solid !important;
}

.border-solid {
  border-style: solid;
}

.\!border-none {
  border-style: none !important;
}

.border-none {
  border-style: none;
}

.\!border-state-error-light {
  border-color: var(--state-error-light) !important;
}

.\!border-state-success-light {
  border-color: var(--state-success-light) !important;
}

.\!border-surface-dark {
  border-color: var(--surface-dark) !important;
}

.\!border-surface-foreground {
  border-color: var(--surface-foreground) !important;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-brand-lavender {
  border-color: var(--brand-lavender);
}

.border-state-error-dark {
  border-color: var(--state-error-dark);
}

.border-state-success-dark {
  border-color: var(--state-success-dark);
}

.border-surface-background {
  border-color: var(--surface-background);
}

.border-surface-dark {
  border-color: var(--surface-dark);
}

.border-surface-foreground {
  border-color: var(--surface-foreground);
}

.border-surface-outline {
  border-color: var(--surface-outline);
}

.border-text-dark {
  border-color: var(--text-dark);
}

.border-text-dark-disabled {
  border-color: var(--text-dark-disabled);
}

.border-text-secondary {
  border-color: var(--text-secondary);
}

.border-text-tertiary {
  border-color: var(--text-tertiary);
}

.border-transparent {
  border-color: transparent;
}

.\!bg-brand-neutral {
  background-color: var(--brand-neutral) !important;
}

.\!bg-state-error-light {
  background-color: var(--state-error-light) !important;
}

.\!bg-state-success-light {
  background-color: var(--state-success-light) !important;
}

.\!bg-surface-foreground {
  background-color: var(--surface-foreground) !important;
}

.\!bg-surface-secondary {
  background-color: var(--surface-secondary) !important;
}

.bg-\[\#464643\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 67 / var(--tw-bg-opacity));
}

.bg-\[\#bbbbbb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}

.bg-brand-lavender {
  background-color: var(--brand-lavender);
}

.bg-brand-neutral {
  background-color: var(--brand-neutral);
}

.bg-brand-yellow {
  background-color: var(--brand-yellow);
}

.bg-brand-yellow-disabled {
  background-color: var(--brand-yellow-disabled);
}

.bg-state-error-dark {
  background-color: var(--state-error-dark);
}

.bg-state-error-light {
  background-color: var(--state-error-light);
}

.bg-state-success-light {
  background-color: var(--state-success-light);
}

.bg-surface-20 {
  background-color: var(--surface-20);
}

.bg-surface-background {
  background-color: var(--surface-background);
}

.bg-surface-dark {
  background-color: var(--surface-dark);
}

.bg-surface-foreground {
  background-color: var(--surface-foreground);
}

.bg-surface-medium-20 {
  background-color: var(--surface-medium-20);
}

.bg-surface-outline {
  background-color: var(--surface-outline);
}

.bg-surface-secondary {
  background-color: var(--surface-secondary);
}

.bg-text-dark {
  background-color: var(--text-dark);
}

.bg-text-dark-disabled {
  background-color: var(--text-dark-disabled);
}

.bg-transparent {
  background-color: transparent;
}

.object-contain {
  object-fit: contain;
}

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

.\!p-0 {
  padding: 0px !important;
}

.\!p-12 {
  padding: 24px !important;
}

.\!p-3 {
  padding: 6px !important;
}

.\!p-4 {
  padding: 8px !important;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 20px;
}

.p-12 {
  padding: 24px;
}

.p-16 {
  padding: 32px;
}

.p-2 {
  padding: 4px;
}

.p-3 {
  padding: 6px;
}

.p-4 {
  padding: 8px;
}

.p-5 {
  padding: 10px;
}

.p-6 {
  padding: 12px;
}

.p-7 {
  padding: 14px;
}

.p-8 {
  padding: 16px;
}

.p-9 {
  padding: 18px;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!px-4 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.\!py-3 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.\!py-4 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-12 {
  padding-left: 24px;
  padding-right: 24px;
}

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

.px-18 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-2 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-20 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-30 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-8 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-9 {
  padding-left: 18px;
  padding-right: 18px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-11 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-12 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-14 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-15 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-16 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-18 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-24 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-3 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-4 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-6 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-8 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-3 {
  padding-bottom: 6px !important;
}

.\!pr-6 {
  padding-right: 12px !important;
}

.pb-10 {
  padding-bottom: 20px;
}

.pb-12 {
  padding-bottom: 24px;
}

.pb-18 {
  padding-bottom: 36px;
}

.pb-2 {
  padding-bottom: 4px;
}

.pb-24 {
  padding-bottom: 48px;
}

.pb-6 {
  padding-bottom: 12px;
}

.pb-8 {
  padding-bottom: 16px;
}

.pb-9 {
  padding-bottom: 18px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[68px\] {
  padding-bottom: 68px;
}

.pb-\[89px\] {
  padding-bottom: 89px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-12 {
  padding-left: 24px;
}

.pl-6 {
  padding-left: 12px;
}

.pl-7 {
  padding-left: 14px;
}

.pl-8 {
  padding-left: 16px;
}

.pl-9 {
  padding-left: 18px;
}

.pl-\[12px\] {
  padding-left: 12px;
}

.pr-10 {
  padding-right: 20px;
}

.pr-12 {
  padding-right: 24px;
}

.pr-6 {
  padding-right: 12px;
}

.pr-8 {
  padding-right: 16px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 20px;
}

.pt-12 {
  padding-top: 24px;
}

.pt-18 {
  padding-top: 36px;
}

.pt-20 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 6px;
}

.pt-4 {
  padding-top: 8px;
}

.pt-6 {
  padding-top: 12px;
}

.pt-9 {
  padding-top: 18px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[62px\] {
  padding-top: 62px;
}

.pt-\[63px\] {
  padding-top: 63px;
}

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

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.\!text-10 {
  font-size: 20px !important;
}

.\!text-12 {
  font-size: 24px !important;
}

.\!text-7 {
  font-size: 14px !important;
}

.\!text-8 {
  font-size: 16px !important;
}

.\!text-9 {
  font-size: 18px !important;
}

.text-10 {
  font-size: 20px;
}

.text-11 {
  font-size: 22px;
}

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

.text-14 {
  font-size: 28px;
}

.text-15 {
  font-size: 30px;
}

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

.text-17 {
  font-size: 34px;
}

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

.text-7 {
  font-size: 14px;
}

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

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

.text-\[52px\] {
  font-size: 52px;
}

.text-\[64px\] {
  font-size: 64px;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.tracking-\[0\.15px\] {
  letter-spacing: 0.15px;
}

.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}

.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}

.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.tracking-\[1\%\] {
  letter-spacing: 1%;
}

.\!text-state-error-dark {
  color: var(--state-error-dark) !important;
}

.\!text-state-success-dark {
  color: var(--state-success-dark) !important;
}

.\!text-text-primary {
  color: var(--text-primary) !important;
}

.\!text-text-secondary {
  color: var(--text-secondary) !important;
}

.text-brand-yellow {
  color: var(--brand-yellow);
}

.text-state-error-dark {
  color: var(--state-error-dark);
}

.text-surface-background {
  color: var(--surface-background);
}

.text-surface-foreground {
  color: var(--surface-foreground);
}

.text-text-dark {
  color: var(--text-dark);
}

.text-text-link {
  color: var(--text-link);
}

.text-text-medium {
  color: var(--text-medium);
}

.text-text-primary {
  color: var(--text-primary);
}

.text-text-secondary {
  color: var(--text-secondary);
}

.text-text-tertiary {
  color: var(--text-tertiary);
}

.\!underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft {
  --tw-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 3px 4px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  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: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* Aleo font */

.font-aleo {
  font-family: "Aleo";
}

.\!font-noto-sans {
  font-family: "Noto Sans" !important;
}

.font-noto-sans {
  font-family: "Noto Sans";
}

.webkit-text-dark {
  -webkit-text-fill-color: var(--text-dark);
}

:root {
  --brand-yellow: #fcff7a;
  --brand-yellow-20: #fcff7a33;
  --brand-yellow-40: #fdffa2;
  --brand-yellow-disabled: #feffd7;
  --brand-lavender: #b5b4f8;
  --brand-lavender-20: #b5b4f833;
  --brand-blue: #bce7f0;
  --brand-lime: #c5f1c7;
  --brand-neutral: #eeeef0;
  --text-primary: #f2f2f2;
  --text-medium: #ddddd1;
  --text-secondary: #6f7069;
  --text-tertiary: #9b9b94;
  --text-dark: #20201f;
  --text-dark-disabled: #20201f80;
  --text-link: #5653f9;
  --surface-foreground: #ffffff;
  --surface-background: #f7f5f0;
  --surface-secondary: #dfdfff;
  --surface-dark: #252523;
  --surface-dark-disabled: #25252380;
  --surface-20: #f4f4f334;
  --surface-outline: #c9c6c5;
  --surface-medium-20: #c9c6c533;
  --state-error-light: #ffdad4;
  --state-error-dark: #eb5f4c;
  --state-success-light: #c5f1c7;
  --state-success-dark: #258328;
}

body {
  color: var(--text-dark);
  line-height: 1.5;
}

p {
  margin-bottom: 0px !important;
}

a {
  cursor: pointer;
}

input,
input:focus-visible {
  outline: 0 !important;
}

iframe {
  width: 100%;
}

.react-transform-wrapper {
  /* overflow: visible !important; */
  width: 100vw !important;
  height: 100vh !important;
}

.custom-a-top {
  font-size: 20px;
  font-family: "Noto Sans";
  font-weight: 600;
  text-align: center;
  color: var(--text-dark);
  text-decoration: none;
}

.custom-a-top-hover:hover {
  color: #41009b;
}

.marquee-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.marquee-wrapper .marquee-content {
  /* animation: marquee 20s linear infinite; */
  padding-left: 100%;
}

/* Share Button animations */

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateX(-8px);
  }

  100% {
    opacity: 1;
  }
}

/* insight card grid bg */

.background-grid {
  background-image: repeating-linear-gradient(
      var(--background-grid-color),
      var(--background-grid-color) 1px,
      transparent 1px,
      transparent 10px
    ),
    repeating-linear-gradient(
      90deg,
      var(--background-grid-color),
      var(--background-grid-color) 1px,
      transparent 1px,
      transparent 10px
    );
}

/* linear-gradient(
      90deg,
      var(--background-grid-color) 1px,
      transparent 1px,
      transparent calc(100% - 1px),
      var(--background-grid-color) calc(100% - 1px)
    ); */

* {
  margin: 0px;
  font-family: "Aleo";
  box-sizing: border-box;
}

@media (max-width: 786px) {
  body {
    scrollbar-color: var(--brand-lavender) var(--surface-foreground);
  }
}

/*CSS for embedded twitter cards  */

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.search-input-placeholder::placeholder {
  font-size: 16px;
}

.article-container {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 624px) {
  .article-container {
    max-width: 624px;
  }
}

/* 
.text-h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.75px;
  font-family: "Aleo";
  font-weight: 700;
}

.text-h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 700;
}

.text-h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-family: "Aleo";
  font-weight: 700;
}

.text-h5 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 700;
}

.text-h5-ns {
  font-size: 16px;
  line-height: 20px;
  font-family: "Noto Sans";
  font-weight: 700;
}

.text-sh1 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Noto Sans";
  font-weight: 600;
}

.text-sh2 {
  font-size: 14px;
  line-height: 20px;
  font-family: "Noto Sans";
  font-weight: 500;
}

.text-b1 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 400;
}

.text-b1-linked {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 600;
  text-decoration: underline;
}

.text-b1-bold {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 700;
}

.text-b2 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-family: "Aleo";
  font-weight: 400;
}

.text-b3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5%;
  font-family: "Aleo";
  font-weight: 400;
}

.text-n1 {
  font-size: 24px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 700;
}

.text-n2 {
  font-size: 18px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 700;
}

.text-l1 {
  font-size: 18px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 600;
}

.text-l2 {
  font-size: 16px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 500;
}

.text-l2-linked {
  font-size: 16px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 600;
  text-decoration: underline;
}

.text-l3 {
  font-size: 12px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 500;
}

.text-l3-linked {
  font-size: 12px;
  line-height: auto;
  font-family: "Noto Sans";
  font-weight: 500;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .text-h1 {
    letter-spacing: 0.75px;
  }

  .text-h2 {
    line-height: 32px;
    letter-spacing: 0.5px;
  }

  .text-h3 {
    line-height: 24px;
    letter-spacing: 1px;
  }

  .text-h4 {
    letter-spacing: 1px;
  }

  .text-h5 {
    letter-spacing: 1px;
  }

  .text-h5-ns {
    letter-spacing: 0.5px;
  }

  .text-sh1 {
    line-height: 20px;
  }

  .text-sh2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }

  .text-b1 {
    line-height: 24px;
  }

  .text-b1-bold {
    letter-spacing: 0.25px;
  }

  .text-b3 {
    line-height: auto;
  }

  .text-n1 {
    font-size: 28px;
  }

  .text-n2 {
    font-size: 20px;
  }

  .text-l1 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
  }

  .text-l2 {
    letter-spacing: 1px;
  }

  .text-l2-linked {
    letter-spacing: 1px;
    font-weight: 500;
  }

  .text-l3-linked {
    font-weight: 600;
  }
} */

@media (min-width: 768px) {
  .md\:text-h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family: "Aleo";
  }

  @media (min-width: 768px) {
    .md\:text-h3 {
      line-height: 24px;
      letter-spacing: 1px;
    }
  }

  .md\:text-b1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-family: "Aleo";
  }

  @media (min-width: 768px) {
    .md\:text-b1 {
      line-height: 24px;
    }
  }

  .md\:text-l1 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans";
  }

  @media (min-width: 768px) {
    .md\:text-l1 {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 1px;
    }
  }

  .md\:text-l2 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans";
  }

  @media (min-width: 768px) {
    .md\:text-l2 {
      letter-spacing: 1px;
    }
  }
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:\!border-surface-dark:hover {
  border-color: var(--surface-dark) !important;
}

.hover\:\!border-surface-foreground:hover {
  border-color: var(--surface-foreground) !important;
}

.hover\:border-surface-outline:hover {
  border-color: var(--surface-outline);
}

.hover\:\!bg-brand-neutral:hover {
  background-color: var(--brand-neutral) !important;
}

.hover\:\!bg-brand-yellow:hover {
  background-color: var(--brand-yellow) !important;
}

.hover\:\!bg-surface-dark:hover {
  background-color: var(--surface-dark) !important;
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-surface-20:hover {
  background-color: var(--surface-20);
}

.hover\:bg-surface-medium-20:hover {
  background-color: var(--surface-medium-20);
}

.hover\:text-brand-yellow:hover {
  color: var(--brand-yellow);
}

.hover\:text-text-dark:hover {
  color: var(--text-dark);
}

.hover\:text-text-link:hover {
  color: var(--text-link);
}

.hover\:text-text-medium:hover {
  color: var(--text-medium);
}

.hover\:text-text-primary:hover {
  color: var(--text-primary);
}

.hover\:text-text-secondary:hover {
  color: var(--text-secondary);
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:border-surface-dark:active {
  border-color: var(--surface-dark);
}

@media (min-width: 640px) {
  .sm\:px-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:py-24 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .sm\:py-32 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sm\:py-8 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:pt-28 {
    padding-top: 56px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[-150px\] {
    top: -150px;
  }

  .md\:top-\[-58px\] {
    top: -58px;
  }

  .md\:top-\[-80px\] {
    top: -80px;
  }

  .md\:m-8 {
    margin: 16px;
  }

  .md\:\!my-30 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-12 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:mx-9 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-14 {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .md\:my-8 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 24px;
  }

  .md\:mb-\[89px\] {
    margin-bottom: 89px;
  }

  .md\:ml-3 {
    margin-left: 6px;
  }

  .md\:mr-20 {
    margin-right: 40px;
  }

  .md\:mr-3 {
    margin-right: 6px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 24px;
  }

  .md\:mt-2 {
    margin-top: 4px;
  }

  .md\:mt-24 {
    margin-top: 48px;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[21\/9\] {
    aspect-ratio: 21/9;
  }

  .md\:h-\[120px\] {
    height: 120px;
  }

  .md\:h-\[207px\] {
    height: 207px;
  }

  .md\:h-\[327px\] {
    height: 327px;
  }

  .md\:h-\[360px\] {
    height: 360px;
  }

  .md\:h-\[36px\] {
    height: 36px;
  }

  .md\:h-\[54px\] {
    height: 54px;
  }

  .md\:h-\[58px\] {
    height: 58px;
  }

  .md\:h-\[60px\] {
    height: 60px;
  }

  .md\:max-h-\[142px\] {
    max-height: 142px;
  }

  .md\:max-h-\[32px\] {
    max-height: 32px;
  }

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

  .md\:min-h-\[142px\] {
    min-height: 142px;
  }

  .md\:min-h-\[244px\] {
    min-height: 244px;
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:\!w-\[136px\] {
    width: 136px !important;
  }

  .md\:\!w-\[212px\] {
    width: 212px !important;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[104px\] {
    width: 104px;
  }

  .md\:w-\[120px\] {
    width: 120px;
  }

  .md\:w-\[194px\] {
    width: 194px;
  }

  .md\:w-\[224px\] {
    width: 224px;
  }

  .md\:w-\[54px\] {
    width: 54px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:\!min-w-\[334px\] {
    min-width: 334px !important;
  }

  .md\:\!min-w-\[450px\] {
    min-width: 450px !important;
  }

  .md\:min-w-\[300px\] {
    min-width: 300px;
  }

  .md\:min-w-\[600px\] {
    min-width: 600px;
  }

  .md\:\!max-w-\[334px\] {
    max-width: 334px !important;
  }

  .md\:max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:max-w-\[688px\] {
    max-width: 688px;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:\!gap-8 {
    gap: 16px !important;
  }

  .md\:gap-10 {
    gap: 20px;
  }

  .md\:gap-12 {
    gap: 24px;
  }

  .md\:gap-16 {
    gap: 32px;
  }

  .md\:gap-18 {
    gap: 36px;
  }

  .md\:gap-2 {
    gap: 4px;
  }

  .md\:gap-20 {
    gap: 40px;
  }

  .md\:gap-23 {
    gap: 46px;
  }

  .md\:gap-24 {
    gap: 48px;
  }

  .md\:gap-3 {
    gap: 6px;
  }

  .md\:gap-30 {
    gap: 60px;
  }

  .md\:gap-34 {
    gap: 68px;
  }

  .md\:gap-4 {
    gap: 8px;
  }

  .md\:gap-45 {
    gap: 90px;
  }

  .md\:gap-5 {
    gap: 10px;
  }

  .md\:gap-6 {
    gap: 12px;
  }

  .md\:gap-8 {
    gap: 16px;
  }

  .md\:gap-9 {
    gap: 18px;
  }

  .md\:gap-\[28px\] {
    gap: 28px;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:\!border-0 {
    border-width: 0px !important;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-\[10px\] {
    border-left-width: 10px;
  }

  .md\:border-l-\[8px\] {
    border-left-width: 8px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-surface-outline {
    border-color: var(--surface-outline);
  }

  .md\:bg-surface-foreground {
    background-color: var(--surface-foreground);
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:\!p-6 {
    padding: 12px !important;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 20px;
  }

  .md\:p-12 {
    padding: 24px;
  }

  .md\:p-16 {
    padding: 32px;
  }

  .md\:p-20 {
    padding: 40px;
  }

  .md\:p-24 {
    padding: 48px;
  }

  .md\:p-6 {
    padding: 12px;
  }

  .md\:p-8 {
    padding: 16px;
  }

  .md\:p-9 {
    padding: 18px;
  }

  .md\:\!px-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .md\:\!px-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .md\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:\!py-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .md\:\!py-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-16 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-30 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:px-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-9 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-12 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:py-15 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:py-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-24 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .md\:py-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-4 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:py-6 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:py-7 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:py-8 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:\!pb-4 {
    padding-bottom: 8px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-12 {
    padding-bottom: 24px;
  }

  .md\:pb-24 {
    padding-bottom: 48px;
  }

  .md\:pb-30 {
    padding-bottom: 60px;
  }

  .md\:pb-4 {
    padding-bottom: 8px;
  }

  .md\:pb-45 {
    padding-bottom: 90px;
  }

  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .md\:pb-\[94px\] {
    padding-bottom: 94px;
  }

  .md\:pl-12 {
    padding-left: 24px;
  }

  .md\:pl-16 {
    padding-left: 32px;
  }

  .md\:pl-20 {
    padding-left: 40px;
  }

  .md\:pr-16 {
    padding-right: 32px;
  }

  .md\:pr-24 {
    padding-right: 48px;
  }

  .md\:pt-12 {
    padding-top: 24px;
  }

  .md\:pt-20 {
    padding-top: 40px;
  }

  .md\:pt-24 {
    padding-top: 48px;
  }

  .md\:pt-3 {
    padding-top: 6px;
  }

  .md\:pt-5 {
    padding-top: 10px;
  }

  .md\:pt-8 {
    padding-top: 16px;
  }

  .md\:pt-\[78px\] {
    padding-top: 78px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .md\:text-10 {
    font-size: 20px;
  }

  .md\:text-12 {
    font-size: 24px;
  }

  .md\:text-14 {
    font-size: 28px;
  }

  .md\:text-17 {
    font-size: 34px;
  }

  .md\:text-18 {
    font-size: 36px;
  }

  .md\:text-21 {
    font-size: 42px;
  }

  .md\:text-6 {
    font-size: 12px;
  }

  .md\:text-7 {
    font-size: 14px;
  }

  .md\:text-8 {
    font-size: 16px;
  }

  .md\:text-9 {
    font-size: 18px;
  }

  .md\:text-\[128px\] {
    font-size: 128px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }

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

  .md\:font-medium {
    font-weight: 500;
  }

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

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-\[130px\] {
    line-height: 130px;
  }

  .md\:leading-\[22px\] {
    line-height: 22px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[38\.5px\] {
    line-height: 38.5px;
  }

  .md\:leading-\[42px\] {
    line-height: 42px;
  }

  .md\:leading-\[46px\] {
    line-height: 46px;
  }

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:tracking-\[0\.15px\] {
    letter-spacing: 0.15px;
  }

  .md\:tracking-\[0\.1px\] {
    letter-spacing: 0.1px;
  }

  .md\:tracking-\[0\.2px\] {
    letter-spacing: 0.2px;
  }

  .md\:tracking-\[0\.6px\] {
    letter-spacing: 0.6px;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:\!text-surface-foreground {
    color: var(--surface-foreground) !important;
  }

  .md\:text-surface-foreground {
    color: var(--surface-foreground);
  }

  .md\:text-text-dark {
    color: var(--text-dark);
  }

  .md\:font-aleo {
    font-family: "Aleo";
  }

  .md\:hover\:\!border-surface-dark:hover {
    border-color: var(--surface-dark) !important;
  }

  .md\:hover\:\!border-surface-foreground:hover {
    border-color: var(--surface-foreground) !important;
  }

  .md\:hover\:\!bg-surface-dark:hover {
    background-color: var(--surface-dark) !important;
  }

  .md\:hover\:\!bg-surface-foreground:hover {
    background-color: var(--surface-foreground) !important;
  }

  .md\:hover\:bg-brand-lavender-20:hover {
    background-color: var(--brand-lavender-20);
  }

  .md\:hover\:bg-brand-yellow-40:hover {
    background-color: var(--brand-yellow-40);
  }

  .md\:hover\:text-text-dark:hover {
    color: var(--text-dark);
  }

  .md\:active\:bg-brand-lavender:active {
    background-color: var(--brand-lavender);
  }

  .md\:active\:bg-brand-yellow:active {
    background-color: var(--brand-yellow);
  }
}

@media (min-width: 924px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:min-w-\[400px\] {
    min-width: 400px;
  }

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

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:px-24 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-16 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:py-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:text-15 {
    font-size: 30px;
  }

  .lg\:text-16 {
    font-size: 32px;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:text-text-secondary {
    color: var(--text-secondary);
  }
}
