/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@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-gray-50: oklch(98.5% 0.002 247.839);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-3xl: 1.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-bai-jamjure: "Bai Jamjuree", sans-serif;
    --green-500: oklch(0.711 0.122 179.57);
    --blue-100: oklch(0.6181 0.2064 273.12);
    --gray-700: oklch(0.4421 0.0175 248.22);
    --gray-500: oklch(0.7341 0.017 230.99);
    --space-3xs: clamp(0.25rem, 0.228rem + 0.0939vw, 0.3125rem);
    --space-xs: clamp(0.6875rem, 0.5995rem + 0.3756vw, 0.9375rem);
    --space-s: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem);
    --space-l: clamp(1.75rem, 1.4859rem + 1.1268vw, 2.5rem);
    --space-xl: clamp(2.625rem, 2.2289rem + 1.6901vw, 3.75rem);
    --space-2xl: clamp(3.5rem, 2.9718rem + 2.2535vw, 5rem);
    --space-3xl: clamp(5.25rem, 4.4577rem + 3.3803vw, 7.5rem);
    --space-2xl-3xl: clamp(3.5rem, 2.0915rem + 6.0094vw, 7.5rem);
    --step-0: clamp(0.875rem, 0.743rem + 0.5634vw, 1.25rem);
    --step-1: clamp(1.05rem, 0.8695rem + 0.77vw, 1.5625rem);
    --step-2: clamp(1.26rem, 1.0159rem + 1.0413vw, 1.9531rem);
    --step-3: clamp(1.512rem, 1.1847rem + 1.3963vw, 2.4414rem);
    --step-4: clamp(1.8144rem, 1.3787rem + 1.8589vw, 3.0518rem);
    --step-5: clamp(2.1773rem, 1.6007rem + 2.46vw, 3.8147rem);
  }
}
@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 {
  .static {
    position: static;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[1\.8rem\] {
    margin-inline: 1.8rem;
  }
  .mx-\[1rem\] {
    margin-inline: 1rem;
  }
  .my-\[1rem\] {
    margin-block: 1rem;
  }
  .my-\[2rem\] {
    margin-block: 2rem;
  }
  .my-\[3rem\] {
    margin-block: 3rem;
  }
  .my-\[5rem\] {
    margin-block: 5rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2\.5rem\] {
    margin-top: 2.5rem;
  }
  .mt-\[2rem\] {
    margin-top: 2rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[5rem\] {
    margin-top: 5rem;
  }
  .mt-\[6rem\] {
    margin-top: 6rem;
  }
  .mt-\[8rem\] {
    margin-top: 8rem;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .-ml-\[40px\] {
    margin-left: calc(40px * -1);
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-\[1px\] {
    column-gap: 1px;
  }
  .gap-x-\[1rem\] {
    column-gap: 1rem;
  }
  .gap-x-\[2px\] {
    column-gap: 2px;
  }
  .gap-x-\[12px\] {
    column-gap: 12px;
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-center {
    align-self: center;
  }
  .justify-self-center {
    justify-self: center;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\(--blue-100\) {
    background-color: var(--blue-100);
  }
  .bg-\(--green-500\) {
    background-color: var(--green-500);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-\(--space-s\) {
    padding: var(--space-s);
  }
  .p-\(--space-xs\) {
    padding: var(--space-xs);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .text-center {
    text-align: center;
  }
  .font-\(family-name\:--font-bai-jamjure\) {
    font-family: var(--font-bai-jamjure);
  }
  .text-\(length\:--step-0\) {
    font-size: var(--step-0);
  }
  .text-\(length\:--step-1\) {
    font-size: var(--step-1);
  }
  .text-\(length\:--step-2\) {
    font-size: var(--step-2);
  }
  .text-\(length\:--step-3\) {
    font-size: var(--step-3);
  }
  .text-\(length\:--step-4\) {
    font-size: var(--step-4);
  }
  .text-\(length\:--step-5\) {
    font-size: var(--step-5);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\(--gray-500\) {
    color: var(--gray-500);
  }
  .text-\(--gray-700\) {
    color: var(--gray-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_3px_\#219F89\] {
    --tw-shadow: 0 3px var(--tw-shadow-color, #219F89);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_3px_\#5161DA\] {
    --tw-shadow: 0 3px var(--tw-shadow-color, #5161DA);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .\[grid-area\:complete\] {
    grid-area: complete;
  }
  .\[grid-area\:contact\] {
    grid-area: contact;
  }
  .\[grid-area\:faq\] {
    grid-area: faq;
  }
  .\[grid-area\:icloud\] {
    grid-area: icloud;
  }
  .\[grid-area\:img\] {
    grid-area: img;
  }
  .\[grid-area\:install\] {
    grid-area: install;
  }
  .\[grid-area\:nama\] {
    grid-area: nama;
  }
  .\[grid-area\:press\] {
    grid-area: press;
  }
  .\[grid-area\:privacy\] {
    grid-area: privacy;
  }
  .\[grid-area\:quick\] {
    grid-area: quick;
  }
  .\[grid-area\:sosmed\] {
    grid-area: sosmed;
  }
  .\[grid-area\:tabel\] {
    grid-area: tabel;
  }
  .max-md\:bg-\[url\(\.\.\.\)\] {
    @media (width < 48rem) {
      background-image: url(...);
    }
  }
  .max-md\:bg-\[url\(\/images\/bg-header-desktop\.png\)\] {
    @media (width < 48rem) {
      background-image: url(/images/bg-header-desktop.png);
    }
  }
  .max-sm\:flex {
    @media (width < 40rem) {
      display: flex;
    }
  }
  .max-sm\:flex-col {
    @media (width < 40rem) {
      flex-direction: column;
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .sm\:m-auto {
    @media (width >= 40rem) {
      margin: auto;
    }
  }
  .sm\:mx-\[20rem\] {
    @media (width >= 40rem) {
      margin-inline: 20rem;
    }
  }
  .sm\:mx-\[24rem\] {
    @media (width >= 40rem) {
      margin-inline: 24rem;
    }
  }
  .sm\:mx-\[25rem\] {
    @media (width >= 40rem) {
      margin-inline: 25rem;
    }
  }
  .sm\:mt-\(--space-2xl\) {
    @media (width >= 40rem) {
      margin-top: var(--space-2xl);
    }
  }
  .sm\:mt-\(--space-3xl\) {
    @media (width >= 40rem) {
      margin-top: var(--space-3xl);
    }
  }
  .sm\:mt-\(--space-l\) {
    @media (width >= 40rem) {
      margin-top: var(--space-l);
    }
  }
  .sm\:mt-\(--space-xl\) {
    @media (width >= 40rem) {
      margin-top: var(--space-xl);
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-\[1\.8rem\] {
    @media (width >= 40rem) {
      margin-top: 1.8rem;
    }
  }
  .sm\:mt-\[1\.9rem\] {
    @media (width >= 40rem) {
      margin-top: 1.9rem;
    }
  }
  .sm\:mt-\[2\.2rem\] {
    @media (width >= 40rem) {
      margin-top: 2.2rem;
    }
  }
  .sm\:mt-\[2\.3rem\] {
    @media (width >= 40rem) {
      margin-top: 2.3rem;
    }
  }
  .sm\:mt-\[2rem\] {
    @media (width >= 40rem) {
      margin-top: 2rem;
    }
  }
  .sm\:ml-\[1rem\] {
    @media (width >= 40rem) {
      margin-left: 1rem;
    }
  }
  .sm\:w-\[50\%\] {
    @media (width >= 40rem) {
      width: 50%;
    }
  }
  .sm\:w-\[56\%\] {
    @media (width >= 40rem) {
      width: 56%;
    }
  }
  .sm\:w-\[60\%\] {
    @media (width >= 40rem) {
      width: 60%;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:w-\[80\%\] {
    @media (width >= 40rem) {
      width: 80%;
    }
  }
  .sm\:w-\[90\%\] {
    @media (width >= 40rem) {
      width: 90%;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-\[2rem\] {
    @media (width >= 40rem) {
      padding-inline: 2rem;
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:text-\(length\:--step-0\) {
    @media (width >= 40rem) {
      font-size: var(--step-0);
    }
  }
  .sm\:text-\(length\:--step-2\) {
    @media (width >= 40rem) {
      font-size: var(--step-2);
    }
  }
  .sm\:text-\(length\:--step-3\) {
    @media (width >= 40rem) {
      font-size: var(--step-3);
    }
  }
  .md\:mx-\[2rem\] {
    @media (width >= 48rem) {
      margin-inline: 2rem;
    }
  }
  .md\:mx-\[5rem\] {
    @media (width >= 48rem) {
      margin-inline: 5rem;
    }
  }
  .md\:mx-\[12rem\] {
    @media (width >= 48rem) {
      margin-inline: 12rem;
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\(--space-xl\) {
    @media (width >= 48rem) {
      margin-top: var(--space-xl);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[--space-l\] {
    @media (width >= 48rem) {
      margin-top: --space-l;
    }
  }
  .md\:mt-\[1rem\] {
    @media (width >= 48rem) {
      margin-top: 1rem;
    }
  }
  .md\:mt-\[2rem\] {
    @media (width >= 48rem) {
      margin-top: 2rem;
    }
  }
  .md\:mt-\[3rem\] {
    @media (width >= 48rem) {
      margin-top: 3rem;
    }
  }
  .md\:mb-\(--space-3xl\) {
    @media (width >= 48rem) {
      margin-bottom: var(--space-3xl);
    }
  }
  .md\:mb-\(--space-l\) {
    @media (width >= 48rem) {
      margin-bottom: var(--space-l);
    }
  }
  .md\:mb-\(--space-xl\) {
    @media (width >= 48rem) {
      margin-bottom: var(--space-xl);
    }
  }
  .md\:mb-\[--space-3xl\] {
    @media (width >= 48rem) {
      margin-bottom: --space-3xl;
    }
  }
  .md\:mb-\[--space-l\] {
    @media (width >= 48rem) {
      margin-bottom: --space-l;
    }
  }
  .md\:mb-\[--space-xl\] {
    @media (width >= 48rem) {
      margin-bottom: --space-xl;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:size-auto {
    @media (width >= 48rem) {
      width: auto;
      height: auto;
    }
  }
  .md\:size-full {
    @media (width >= 48rem) {
      width: 100%;
      height: 100%;
    }
  }
  .md\:size-svw {
    @media (width >= 48rem) {
      width: 100svw;
      height: 100svw;
    }
  }
  .md\:h-5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:min-h-\[150px\] {
    @media (width >= 48rem) {
      min-height: 150px;
    }
  }
  .md\:min-h-\[550px\] {
    @media (width >= 48rem) {
      min-height: 550px;
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .md\:w-\[10\%\] {
    @media (width >= 48rem) {
      width: 10%;
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 48rem) {
      width: 20%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 48rem) {
      width: 80%;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[1000px\] {
    @media (width >= 48rem) {
      width: 1000px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[1000px\] {
    @media (width >= 48rem) {
      max-width: 1000px;
    }
  }
  .md\:grid-flow-col {
    @media (width >= 48rem) {
      grid-auto-flow: column;
    }
  }
  .md\:auto-rows-fr {
    @media (width >= 48rem) {
      grid-auto-rows: minmax(0, 1fr);
    }
  }
  .md\:grid-cols-\[10\%\,50\%\,30\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 10%,50%,30%;
    }
  }
  .md\:grid-cols-\[20\%\,50\%\,30\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 20%,50%,30%;
    }
  }
  .md\:grid-cols-\[auto_1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: auto 1fr auto;
    }
  }
  .md\:grid-cols-\[repeat\(3\,1fr\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,1fr);
    }
  }
  .md\:grid-cols-\[repeat\(3\,5rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,5rem);
    }
  }
  .md\:grid-cols-\[repeat\(3\,7rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,7rem);
    }
  }
  .md\:grid-cols-\[repeat\(3\,8rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,8rem);
    }
  }
  .md\:grid-cols-\[repeat\(3\,10rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,10rem);
    }
  }
  .md\:grid-cols-\[repeat\(3\,12rem\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,12rem);
    }
  }
  .md\:grid-cols-\[repeat\(3\,25\%\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,25%);
    }
  }
  .md\:grid-cols-\[repeat\(3\,45\%\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,45%);
    }
  }
  .md\:grid-cols-\[repeat\(3\,50\%\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3,50%);
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(4rem\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(4rem,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(5rem\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(5rem,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(8rem\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(8rem,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(10rem\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(10rem,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(80px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(100px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(120px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(120px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(130px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(130px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(150px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(180px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(220px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(280px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(280px\,50\%\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(280px,50%));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(280px\,600px\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(280px,600px));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(280px\,800px\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(280px,800px));
    }
  }
  .md\:grid-cols-\[repeat\(auto-fit\,minmax\(980px\,1fr\)\)\] {
    @media (width >= 48rem) {
      grid-template-columns: repeat(auto-fit,minmax(980px,1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-evenly {
    @media (width >= 48rem) {
      justify-content: space-evenly;
    }
  }
  .md\:gap-\[1rem\] {
    @media (width >= 48rem) {
      gap: 1rem;
    }
  }
  .md\:gap-\[11rem\] {
    @media (width >= 48rem) {
      gap: 11rem;
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-x-\[100px\] {
    @media (width >= 48rem) {
      column-gap: 100px;
    }
  }
  .md\:gap-y-6 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-y-\[10px\] {
    @media (width >= 48rem) {
      row-gap: 10px;
    }
  }
  .md\:gap-y-\[100px\] {
    @media (width >= 48rem) {
      row-gap: 100px;
    }
  }
  .md\:place-self-start {
    @media (width >= 48rem) {
      place-self: start;
    }
  }
  .md\:justify-self-start {
    @media (width >= 48rem) {
      justify-self: flex-start;
    }
  }
  .md\:bg-\[url\(\.\.\.\)\] {
    @media (width >= 48rem) {
      background-image: url(...);
    }
  }
  .md\:bg-\[url\(\/images\/bg-header-desktop\.png\)\] {
    @media (width >= 48rem) {
      background-image: url(/images/bg-header-desktop.png);
    }
  }
  .md\:bg-size-\[100\%\] {
    @media (width >= 48rem) {
      background-size: 100%;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\(length\:--step-0\) {
    @media (width >= 48rem) {
      font-size: var(--step-0);
    }
  }
  .md\:text-\(length\:--step-1\) {
    @media (width >= 48rem) {
      font-size: var(--step-1);
    }
  }
  .md\:\[grid-area\:icloud\] {
    @media (width >= 48rem) {
      grid-area: icloud;
    }
  }
  .md\:\[grid-template-areas\:\'faq_privacy_install\'\'contact_press\'\] {
    @media (width >= 48rem) {
      grid-template-areas: 'faq privacy install''contact press';
    }
  }
  .md\:\[grid-template-areas\:\'faq_privacy_install\'\'contact_press_\.\'\] {
    @media (width >= 48rem) {
      grid-template-areas: 'faq privacy install''contact press .';
    }
  }
  .md\:\[grid-template-areas\:\'faq_privacy_install\'\,\'contact_press\'\] {
    @media (width >= 48rem) {
      grid-template-areas: 'faq privacy install','contact press';
    }
  }
  .md\:\[grid-template-areas\:\'img_tabel_sosmed\'\] {
    @media (width >= 48rem) {
      grid-template-areas: 'img tabel sosmed';
    }
  }
  .lg\:mx-\(--space-3xl\) {
    @media (width >= 64rem) {
      margin-inline: var(--space-3xl);
    }
  }
  .lg\:mx-\(--space-3xs\) {
    @media (width >= 64rem) {
      margin-inline: var(--space-3xs);
    }
  }
  .lg\:mx-\(--space-xl\) {
    @media (width >= 64rem) {
      margin-inline: var(--space-xl);
    }
  }
  .lg\:mx-\(--space-xs\) {
    @media (width >= 64rem) {
      margin-inline: var(--space-xs);
    }
  }
  .lg\:mx-\[1rem\] {
    @media (width >= 64rem) {
      margin-inline: 1rem;
    }
  }
  .lg\:mx-\[2rem\] {
    @media (width >= 64rem) {
      margin-inline: 2rem;
    }
  }
  .lg\:mx-\[5rem\] {
    @media (width >= 64rem) {
      margin-inline: 5rem;
    }
  }
  .lg\:mx-\[12rem\] {
    @media (width >= 64rem) {
      margin-inline: 12rem;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-\[20rem\] {
    @media (width >= 64rem) {
      margin-right: 20rem;
    }
  }
  .lg\:mr-\[30\%\] {
    @media (width >= 64rem) {
      margin-right: 30%;
    }
  }
  .lg\:mr-\[30rem\] {
    @media (width >= 64rem) {
      margin-right: 30rem;
    }
  }
  .lg\:mr-\[100\%\] {
    @media (width >= 64rem) {
      margin-right: 100%;
    }
  }
  .lg\:mr-\[3000px\] {
    @media (width >= 64rem) {
      margin-right: 3000px;
    }
  }
  .lg\:-ml-\[20px\] {
    @media (width >= 64rem) {
      margin-left: calc(20px * -1);
    }
  }
  .lg\:-ml-\[40px\] {
    @media (width >= 64rem) {
      margin-left: calc(40px * -1);
    }
  }
  .lg\:-ml-\[50px\] {
    @media (width >= 64rem) {
      margin-left: calc(50px * -1);
    }
  }
  .lg\:-ml-\[80px\] {
    @media (width >= 64rem) {
      margin-left: calc(80px * -1);
    }
  }
  .lg\:-ml-\[90px\] {
    @media (width >= 64rem) {
      margin-left: calc(90px * -1);
    }
  }
  .lg\:-ml-\[100px\] {
    @media (width >= 64rem) {
      margin-left: calc(100px * -1);
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:gap-x-\[20px\] {
    @media (width >= 64rem) {
      column-gap: 20px;
    }
  }
  .lg\:gap-x-\[80px\] {
    @media (width >= 64rem) {
      column-gap: 80px;
    }
  }
  .lg\:gap-x-\[100px\] {
    @media (width >= 64rem) {
      column-gap: 100px;
    }
  }
  .lg\:gap-x-\[120px\] {
    @media (width >= 64rem) {
      column-gap: 120px;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:p-\(--space-2xl\) {
    @media (width >= 64rem) {
      padding: var(--space-2xl);
    }
  }
  .lg\:p-\(--space-l\) {
    @media (width >= 64rem) {
      padding: var(--space-l);
    }
  }
  .lg\:p-\(--space-xl\) {
    @media (width >= 64rem) {
      padding: var(--space-xl);
    }
  }
  .lg\:text-\(length\:--step-3\) {
    @media (width >= 64rem) {
      font-size: var(--step-3);
    }
  }
  .xl\:mx-\(--space-2xl\) {
    @media (width >= 80rem) {
      margin-inline: var(--space-2xl);
    }
  }
  .xl\:mx-\(--space-xl\) {
    @media (width >= 80rem) {
      margin-inline: var(--space-xl);
    }
  }
  .xl\:mx-\[3rem\] {
    @media (width >= 80rem) {
      margin-inline: 3rem;
    }
  }
  .xl\:mx-\[6rem\] {
    @media (width >= 80rem) {
      margin-inline: 6rem;
    }
  }
  .xl\:mx-\[10rem\] {
    @media (width >= 80rem) {
      margin-inline: 10rem;
    }
  }
  .xl\:mx-\[11rem\] {
    @media (width >= 80rem) {
      margin-inline: 11rem;
    }
  }
  .xl\:mx-\[12rem\] {
    @media (width >= 80rem) {
      margin-inline: 12rem;
    }
  }
  .xl\:mx-\[16rem\] {
    @media (width >= 80rem) {
      margin-inline: 16rem;
    }
  }
  .xl\:mx-\[20rem\] {
    @media (width >= 80rem) {
      margin-inline: 20rem;
    }
  }
  .xl\:mx-\[24rem\] {
    @media (width >= 80rem) {
      margin-inline: 24rem;
    }
  }
  .xl\:mx-\[26rem\] {
    @media (width >= 80rem) {
      margin-inline: 26rem;
    }
  }
  .xl\:mr-\(--space-2xl-3xl\) {
    @media (width >= 80rem) {
      margin-right: var(--space-2xl-3xl);
    }
  }
  .xl\:mr-\(--space-3xl\) {
    @media (width >= 80rem) {
      margin-right: var(--space-3xl);
    }
  }
  .xl\:mr-\[10rem\] {
    @media (width >= 80rem) {
      margin-right: 10rem;
    }
  }
  .xl\:mr-\[11rem\] {
    @media (width >= 80rem) {
      margin-right: 11rem;
    }
  }
  .xl\:mr-\[13rem\] {
    @media (width >= 80rem) {
      margin-right: 13rem;
    }
  }
  .xl\:mr-\[15rem\] {
    @media (width >= 80rem) {
      margin-right: 15rem;
    }
  }
  .xl\:mr-\[16rem\] {
    @media (width >= 80rem) {
      margin-right: 16rem;
    }
  }
  .xl\:mr-\[17rem\] {
    @media (width >= 80rem) {
      margin-right: 17rem;
    }
  }
  .xl\:mr-\[110rem\] {
    @media (width >= 80rem) {
      margin-right: 110rem;
    }
  }
  .xl\:-ml-\[50px\] {
    @media (width >= 80rem) {
      margin-left: calc(50px * -1);
    }
  }
  .xl\:w-\(--space-2xl\) {
    @media (width >= 80rem) {
      width: var(--space-2xl);
    }
  }
  .xl\:w-\(--space-3xl\) {
    @media (width >= 80rem) {
      width: var(--space-3xl);
    }
  }
  .xl\:w-\(--space-3xs\) {
    @media (width >= 80rem) {
      width: var(--space-3xs);
    }
  }
  .xl\:w-\(--space-s\) {
    @media (width >= 80rem) {
      width: var(--space-s);
    }
  }
  .xl\:w-\(--space-xl\) {
    @media (width >= 80rem) {
      width: var(--space-xl);
    }
  }
  .xl\:w-\[--space-3xl\] {
    @media (width >= 80rem) {
      width: --space-3xl;
    }
  }
  .xl\:w-\[--space-3xs\] {
    @media (width >= 80rem) {
      width: --space-3xs;
    }
  }
  .xl\:w-\[--space-s\] {
    @media (width >= 80rem) {
      width: --space-s;
    }
  }
  .xl\:w-\[40\%\] {
    @media (width >= 80rem) {
      width: 40%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[60\%\] {
    @media (width >= 80rem) {
      width: 60%;
    }
  }
  .xl\:grid-cols-\[repeat\(3\,12rem\)\] {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3,12rem);
    }
  }
  .xl\:px-\(--space-2xl\) {
    @media (width >= 80rem) {
      padding-inline: var(--space-2xl);
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
