/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-full {
    top: 100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .-translate-y-\[11px\] {
    --tw-translate-y: calc(11px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-10px\] {
    --tw-translate-y: -10px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[11px\] {
    --tw-translate-y: 11px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .md\:pointer-events-auto {
    @media (width >= 48rem) {
      pointer-events: auto;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:left-auto {
    @media (width >= 48rem) {
      left: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:translate-y-0 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[80px\] {
    @media (width >= 48rem) {
      padding-inline: 80px;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:opacity-100 {
    @media (width >= 48rem) {
      opacity: 100%;
    }
  }
  .md\:backdrop-blur-none {
    @media (width >= 48rem) {
      --tw-backdrop-blur:  ;
      -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
      backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }
  }
}
html {
  overflow-y: scroll;
}
body {
  background: rgba(220, 33, 117, 1);
  background: radial-gradient(circle,rgba(220, 33, 117, 1) 0%, rgba(214, 29, 62, 1) 100%);
  font-family: "kanit", sans-serif;
  text-align: center;
  padding-top: 450px;
}
nav a {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.469px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  transition-duration: 0.3s;
}
nav a:hover {
  opacity: 0.7;
}
.grid-spacer {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.grid-spacer--inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-spacer {
  margin-bottom: 80px;
}
.bottom-spacer--padding {
  padding-bottom: 80px;
}
.bottom-spacer--inner {
  margin-bottom: 40px;
}
h1,h2,h3,h4,h5,h6,p,li,a {
  color: white;
}
h1,h2,h3,h4,h5,h6, strong {
  font-weight: 700;
}
.h1 {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: 2.188px;
  margin-bottom: 0.4em;
}
.h2 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.547px;
  margin-bottom: 0.2em;
}
.body-expanded p, .body-expanded li, .body-expanded a {
  font-size: 26px;
  font-weight: 200;
  line-height: 28px;
  letter-spacing: 0.61px;
}
.body-expanded a {
  text-decoration: underline;
}
.body-expanded--lg p, .body-expanded--lg li, .body-expanded--lg a {
  font-size: 45px;
  line-height: 48px;
  letter-spacing: 1.011px;
  font-weight: 200;
}
.body-expanded--sm p, .body-expanded--sm li, .body-expanded--sm a {
  font-size: 18px !important;
  line-height: 22px !important;
  letter-spacing: 1.011px !important;
  font-weight: 200 !important;
  color: white !important;
}
.body-expanded--sm table {
  max-width: 100%;
}
.body-expanded--sm table ul {
  margin: 0px !important;
}
.body-expanded--sm th {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: white !important;
}
.body-expanded--sm table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  border-left: 1px solid rgba(255,255,255,0.12) !important;
  border-right: 1px solid rgba(255,255,255,0.12) !important;
}
.body-expanded--sm td + td, .body-expanded--sm th + th {
  border-left: 1px solid rgba(255,255,255,0.12) !important;
}
.body-expanded--sm ul {
  margin-bottom: 1em;
}
.body-expanded--sm li {
  font-size: 18px;
}
.body-expanded--sm table td, .body-expanded--sm table li, .body-expanded--sm table a {
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 200 !important;
  color: white !important;
}
.body-expanded--sm table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
  margin-bottom: 20px !important;
}
.body-expanded--sm thead th, .body-expanded--sm tbody td {
  text-align: left !important;
  vertical-align: top !important;
  padding: 1rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.body-expanded--sm thead th {
  white-space: nowrap !important;
}
@media (max-width: 1340px) {
  .body-expanded--sm table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.body-expanded.body-expanded--sm ul, .body-expanded--sm ul {
  display: block;
  list-style: disc outside;
  width: auto;
  padding-left: 1.25rem;
  text-align: left;
}
.body-expanded.body-expanded--sm ul li, .body-expanded--sm ul li {
  display: list-item;
  list-style: disc outside;
  padding-left: 0.35rem;
}
.body-expanded.body-expanded--sm ul li::before, .body-expanded--sm ul li::before {
  content: none !important;
  display: none !important;
}
.body-expanded.body-expanded--sm table ul li::marker, .body-expanded--sm table ul li::marker {
  color: white;
  font-size: 0.7em;
}
.body-expanded--sm h3 {
  font-size: 24px;
  line-height: 28px;
}
.body-expanded strong, .body-expanded--lg strong {
  font-weight: 400;
}
strong.text-bold {
  font-weight: 700;
}
.body-expanded p, .body-expanded--lg p {
  margin-bottom: 1em;
}
.body-expanded ul {
  list-style: none;
  display: inline-block;
  padding-left: 18px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.body-expanded ul li::before {
  content: "";
  display: inline-block;
  margin-left: -1em;
  height: 14px;
  width: 14px;
  border: 4px solid rgba(215,32,63, 1);
  border-radius: 100%;
  margin-right: 24px;
}
.body-expanded p:last-child, .body-expanded--lg p:last-child {
  margin-bottom: -0.2em;
}
.form-styles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
input[type="text"], input[type="email"], textarea {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgb(197, 55, 77);
  border-radius: 20px;
  font-size: 26px;
  line-height: 1;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  min-width: 500px;
  max-width: 100%;
  outline: none;
}
.btn {
  border-radius: 40px;
  font-size: 40px;
  line-height: 1;
  padding: 12px 40px;
  font-weight: 400;
  text-transform: uppercase;
  transition-duration: 0.3s;
  transform-origin: center center;
}
.btn:hover {
  transform: scale(1.02);
  opacity: 0.7;
}
.btn--red {
  background-color: rgba(215,32,63, 1);
  color: white;
}
.appstore-link {
  transition-duration: 0.3s;
  transform-origin: center center;
}
.appstore-link:hover {
  transform: scale(1.02);
}
@media only screen and (max-width: 1200px) {
  .grid-spacer,	.grid-spacer--inner {
    margin-left: 40px;
    margin-right: 40px;
    max-width: initial;
  }
  .h1 {
    font-size: 64px;
    line-height: 58px;
    letter-spacing: 1.6px;
  }
  .h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .body-expanded p,	.body-expanded li,	.body-expanded a {
    font-size: 24px;
    line-height: 30px;
  }
  .body-expanded--lg p,	.body-expanded--lg li,	.body-expanded--lg a {
    font-size: 36px;
    line-height: 42px;
  }
  .bottom-spacer {
    margin-bottom: 60px;
  }
  .bottom-spacer--padding {
    padding-bottom: 60px;
  }
  .bottom-spacer--inner {
    margin-bottom: 40px;
  }
  .btn {
    font-size: 34px;
    padding: 12px 34px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 120px;
  }
  .bottom-spacer {
    margin-bottom: 40px;
  }
  .bottom-spacer--padding {
    padding-bottom: 40px;
  }
  .bottom-spacer--inner {
    margin-bottom: 20px;
  }
  img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    padding-top: 120px;
  }
  .grid-spacer,	.grid-spacer--inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .body-expanded p,	.body-expanded li,	.body-expanded a {
    font-size: 18px;
    line-height: 24px;
  }
  .body-expanded--lg p,	.body-expanded--lg li,	.body-expanded--lg a {
    font-size: 24px;
    line-height: 30px;
  }
  .btn {
    font-size: 22px;
    padding: 10px 24px;
  }
  img {
    max-width: 260px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
