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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.relative {
  position: relative;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-full {
  height: 100%;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

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

.border {
  border-width: 1px;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.opacity-0 {
  opacity: 0;
}

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

* {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
  font-optical-sizing: auto;
  font-style: normal;
}

.an-container {
  max-width: none;
}

@media (min-width: 640px) {
  .an-container {
    max-width: none;
  }
}

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

@media (min-width: 1024px) {
  .an-container {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .an-container {
    max-width: 1440px;
  }
}

.an-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .an-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .an-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1440px) {
  .an-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

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

.an-divider {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
}

/* Section: Header */

.an-header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  min-height: 5rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-backdrop-blur: blur(16px);
  -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);
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: row;
  }
  .an-wrap {
    align-items: center;
  }
  .an-wrap {
    justify-content: space-between;
  }
  .an-wrap {
    row-gap: 1rem;
  }
  .an-wrap {
    -moz-column-gap: 55.5px;
         column-gap: 55.5px;
  }
  .an-wrap {
    /* Logo */
    .an-logo {
      height: 29.99px;
    }
    .an-logo {
      width: auto;
    }
    /* Logo */
    /* Navigation */
    .an-nav {
      display: none;
    }
    @media (min-width: 1024px) {
      .an-nav {
        display: block;
      }
    }
    .an-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: row;
      }
      ul {
        align-items: center;
      }
      ul {
        justify-content: center;
      }
      ul {
        gap: 30px;
      }
      ul {
        li {
          .an-item {
            display: flex;
          }
          .an-item {
            cursor: pointer;
          }
          .an-item {
            flex-direction: row;
          }
          .an-item {
            align-items: center;
          }
          .an-item {
            gap: 0.5rem;
          }
          .an-item {
            span {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            span {
              font-weight: 500;
            }
            span {
              line-height: 1.5rem;
            }
            span {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            i {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            &:hover {
              span, i {
                --tw-text-opacity: 1;
                color: rgb(255 45 133 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
    }
    /* Navigation */
    /* CTA */
    .an-btn-login {
      display: none;
    }
    @media (min-width: 1024px) {
      .an-btn-login {
        display: inline-block;
      }
    }
    .an-btn-login {
      span {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 1.5rem;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(58 58 60 / var(--tw-text-opacity, 1));
      }
      span {
        text-decoration-color: #FF2D85;
      }
      span {
        text-decoration-thickness: 2px;
      }
      span {
        text-underline-offset: 8px;
      }
      &:hover {
        span {
          text-decoration-line: underline;
        }
      }
    }
    .an-btn-trial {
      display: none;
    }
    .an-btn-trial {
      border-radius: 0.75rem;
    }
    .an-btn-trial {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .an-btn-trial {
      --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .an-btn-trial {
      --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
    }
    .an-btn-trial {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .an-btn-trial {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .an-btn-trial {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn-trial:hover {
      opacity: 0.7;
    }
    @media (min-width: 1024px) {
      .an-btn-trial {
        display: inline-block;
      }
    }
    .an-btn-trial {
      border: 1px solid;
      border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0px 0px 0px 1px #FF2D85;
      box-shadow: 0px 1px 2px 0px #FF2D857A;
      span {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 1.5rem;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
    .an-btn-toggle {
      display: inline-block;
    }
    .an-btn-toggle {
      border-radius: 9999px;
    }
    .an-btn-toggle {
      --tw-bg-opacity: 1;
      background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
    }
    .an-btn-toggle {
      padding: 0.75rem;
    }
    @media (min-width: 1024px) {
      .an-btn-toggle {
        display: none;
      }
    }
    .an-btn-toggle {
      .an-icon {
        height: auto;
      }
      .an-icon {
        width: 1.5rem;
      }
    }
    /* CTA */
  }
  /* Wrap */
  /* Backdrop */
  .an-backdrop-submenu {
    position: absolute;
  }
  .an-backdrop-submenu {
    top: 0px;
  }
  .an-backdrop-submenu {
    left: 0px;
  }
  .an-backdrop-submenu {
    z-index: 11;
  }
  .an-backdrop-submenu {
    display: none;
  }
  .an-backdrop-submenu {
    height: 100vh;
  }
  .an-backdrop-submenu {
    width: 100%;
  }
  /* Backdrop */
  /* Submenu */
  .an-wrap-submenu {
    position: absolute;
  }
  .an-wrap-submenu {
    top: 100%;
  }
  .an-wrap-submenu {
    margin-top: -1rem;
  }
  .an-wrap-submenu {
    width: 100%;
  }
  .an-wrap-submenu {
    /* Popup */
    .an-popup {
      position: relative;
    }
    .an-popup {
      z-index: 12;
    }
    .an-popup {
      margin-left: auto;
      margin-right: auto;
    }
    .an-popup {
      display: none;
    }
    .an-popup {
      border-radius: 1rem;
    }
    .an-popup {
      border-width: 1px;
    }
    .an-popup {
      --tw-border-opacity: 1;
      border-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
    }
    .an-popup {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-popup {
      box-shadow: 0px 2px 8px 0px #00000014;
      /* Submenu */
      .an-submenu > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
      }
      .an-submenu {
        /* Label */
        .an-label {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
        .an-label {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-label {
          font-weight: 700;
        }
        .an-label {
          text-transform: uppercase;
        }
        .an-label {
          line-height: 1.25rem;
        }
        .an-label {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        /* Label */
        /* Navigation */
        .an-nav {
          ul {
            display: flex;
          }
          ul {
            flex-direction: column;
          }
          ul {
            li {
              cursor: pointer;
            }
            li {
              border-radius: 0.5rem;
            }
            li {
              background-color: transparent;
            }
            li {
              padding: 0.75rem;
            }
            li:hover {
              --tw-bg-opacity: 1;
              background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
            }
            li {
              .an-item {
                display: flex;
              }
              .an-item {
                flex-direction: row;
              }
              .an-item {
                align-items: center;
              }
              .an-item {
                gap: 0.5rem;
              }
              .an-item {
                span {
                  font-size: 1rem;
                  line-height: 1.5rem;
                }
                span {
                  font-weight: 400;
                }
                span {
                  line-height: 1.5rem;
                }
                span {
                  --tw-text-opacity: 1;
                  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                }
                i {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                i {
                  --tw-text-opacity: 1;
                  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                }
                .an-icon {
                  height: auto;
                }
                .an-icon {
                  width: 1.25rem;
                }
              }
            }
          }
        }
        /* Navigation */
      }
      /* Submenu */
      /* Post */
      .an-post > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
      }
      .an-post {
        /* Thumbnail */
        .an-thumbnail {
          height: 100px;
        }
        .an-thumbnail {
          width: 100%;
        }
        .an-thumbnail {
          border-radius: 0.5rem;
        }
        .an-thumbnail {
          -o-object-fit: cover;
             object-fit: cover;
        }
        /* Thumbnail */
        /* Title */
        .an-title {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
        }
        .an-title {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-title {
          font-weight: 600;
        }
        .an-title {
          line-height: 1.25rem;
        }
        .an-title {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        /* Title */
        /* Description */
        .an-desc {
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
        }
        .an-desc {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .an-desc {
          font-weight: 400;
        }
        .an-desc {
          line-height: 1.25rem;
        }
        .an-desc {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        /* Description */
        /* Link */
        .an-link {
          display: inline-flex;
        }
        .an-link {
          flex-direction: row;
        }
        .an-link {
          align-items: center;
        }
        .an-link {
          gap: 0.5rem;
        }
        .an-link {
          span {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          span {
            font-weight: 700;
          }
          span {
            line-height: 1.25rem;
          }
          span {
            --tw-text-opacity: 1;
            color: rgb(255 45 133 / var(--tw-text-opacity, 1));
          }
          i {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(255 45 133 / var(--tw-text-opacity, 1));
          }
        }
        /* Link */
      }
      /* Post */
    }
    /* Popup */
  }
  /* Submenu */
}

/* Section: Header */

/* Section: Hero */

.an-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-hero {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: center;
  }
  .an-wrap {
    justify-content: space-between;
  }
  .an-wrap {
    gap: 56px;
  }
  .an-wrap {
    text-align: center;
  }
  @media (min-width: 1280px) {
    .an-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      align-items: flex-start;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      gap: 85px;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      text-align: start;
    }
  }
  .an-wrap {
    /* Title */
    .an-title {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title {
      max-width: 704px;
    }
    .an-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 44px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 60px;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        max-width: none;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle {
      max-width: 704px;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      .an-subtitle {
        max-width: none;
      }
    }
    /* Subtitle */
    /* Button */
    .an-btn {
      display: inline-flex;
    }
    .an-btn {
      justify-content: center;
    }
    .an-btn {
      gap: 0.5rem;
    }
    .an-btn {
      border-radius: 1rem;
    }
    .an-btn {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .an-btn {
      --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .an-btn {
      --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
    }
    .an-btn {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .an-btn {
      padding-left: 28px;
      padding-right: 28px;
    }
    .an-btn {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn:hover {
      opacity: 0.7;
    }
    @media (min-width: 640px) {
      .an-btn {
        justify-content: flex-start;
      }
    }
    .an-btn {
      border: 1px solid;
      border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0px 0px 0px 1px #FF2D85;
      box-shadow: 0px 1px 2px 0px #FF2D857A;
      span {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 2.25rem;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      span {
        &.an-accent {
          font-weight: 400;
        }
        &.an-accent {
          color: #FFFFFFCC;
        }
      }
    }
    /* Button */
    /* Image */
    .an-image {
      margin-left: auto;
      margin-right: auto;
    }
    .an-image {
      height: 192px;
    }
    .an-image {
      width: 100%;
    }
    .an-image {
      max-width: 311px;
    }
    .an-image {
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (min-width: 768px) {
      .an-image {
        height: 402px;
      }
    }
    @media (min-width: 768px) {
      .an-image {
        max-width: 652px;
      }
    }
    /* Image */
  }
  /* Wrap */
}

/* Section: Hero */

/* Section: Divider Custom */

.an-divider-custom-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 246 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-divider-custom-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-divider-custom-1 {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: center;
  }
  .an-wrap {
    gap: 20px;
  }
  .an-wrap {
    .an-title-1 {
      /* Ukuran font dan leading diubah */
    }
    .an-title-1 {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title-1 {
      max-width: 704px;
    }
    .an-title-1 {
      font-size: 3rem;
      line-height: 1;
    }
    .an-title-1 {
      font-weight: 700;
    }
    .an-title-1 {
      line-height: 60px;
    }
    .an-title-1 {
      letter-spacing: -0.02em;
    }
    .an-title-1 {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title-1 {
        font-size: 3.75rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title-1 {
        line-height: 72px;
      }
    }
    @media (min-width: 1280px) {
      .an-title-1 {
        max-width: none;
      }
    }
    .an-title-2 {
      /* Ukuran font dan leading diubah */
    }
    .an-title-2 {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title-2 {
      max-width: 704px;
    }
    .an-title-2 {
      text-align: center;
    }
    .an-title-2 {
      font-size: 3rem;
      line-height: 1;
    }
    .an-title-2 {
      font-weight: 700;
    }
    .an-title-2 {
      line-height: 60px;
    }
    .an-title-2 {
      letter-spacing: -0.02em;
    }
    .an-title-2 {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title-2 {
        font-size: 3.75rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title-2 {
        line-height: 72px;
      }
    }
    @media (min-width: 1280px) {
      .an-title-2 {
        max-width: none;
      }
    }
    .an-title-2 {
      text-decoration-line: underline;
    }
    .an-title-2 {
      text-decoration-color: #FF2D85;
    }
    .an-title-2 {
      text-underline-offset: 7px;
    }
    .an-title-2 {
      -webkit-text-decoration-skip-ink: none;
              text-decoration-skip-ink: none;
    }
  }
  /* Wrap */
}

/* Section: Divider Custom */

/* Section: Introduction */

.an-introduction {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-introduction {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-introduction {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: flex-start;
  }
  .an-wrap {
    justify-content: space-between;
  }
  .an-wrap {
    gap: 1.5rem;
  }
  @media (min-width: 1280px) {
    .an-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      gap: 109px;
    }
  }
  .an-wrap {
    /* Title */
    .an-title {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title {
      max-width: 704px;
    }
    .an-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 44px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 60px;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        max-width: none;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle {
      max-width: 704px;
    }
    .an-subtitle {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 1.5rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    @media (min-width: 768px) {
      .an-subtitle {
        line-height: 2rem;
      }
    }
    @media (min-width: 1280px) {
      .an-subtitle {
        max-width: none;
      }
    }
    /* Subtitle */
    /* List */
    .an-list {
      margin-left: auto;
      margin-right: auto;
    }
    .an-list {
      display: flex;
    }
    .an-list {
      max-width: 704px;
    }
    .an-list {
      flex-direction: column;
    }
    .an-list {
      gap: 1rem;
    }
    @media (min-width: 1280px) {
      .an-list {
        max-width: none;
      }
    }
    .an-list {
      li {
        display: flex;
      }
      li {
        flex-direction: row;
      }
      li {
        gap: 0.75rem;
      }
      li {
        .an-icon {
          position: relative;
        }
        .an-icon {
          margin-top: 0.25rem;
        }
        .an-icon {
          height: 1.5rem;
        }
        .an-icon {
          width: 1.5rem;
        }
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        span {
          font-weight: 500;
        }
        span {
          line-height: 1.5rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 768px) {
          span {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 768px) {
          span {
            line-height: 2rem;
          }
        }
      }
    }
    /* List */
    /* Image */
    .an-image {
      height: 240px;
    }
    .an-image {
      width: 343px;
    }
    .an-image {
      border-radius: 32px;
    }
    .an-image {
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (min-width: 768px) {
      .an-image {
        height: 521px;
      }
    }
    @media (min-width: 768px) {
      .an-image {
        width: 704px;
      }
    }
    @media (min-width: 1280px) {
      .an-image {
        width: 543px;
      }
    }
    /* Image */
  }
  /* Wrap */
}

/* Section: Introduction */

/* Section: Info */

.an-info {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-info {
    padding-top: 60px;
    padding-bottom: 52px;
  }
}

.an-info {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: center;
  }
  .an-wrap {
    gap: 30px;
  }
  .an-wrap {
    /* Title */
    .an-title {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title {
      max-width: 733px;
    }
    .an-title {
      text-align: center;
    }
    .an-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 44px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 60px;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle {
      max-width: 1020px;
    }
    .an-subtitle {
      text-align: center;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    /* Subtitle */
  }
  /* Wrap */
}

/* Section: Info */

/* Section: Content */

.an-content {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-content {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: flex-start;
  }
  .an-wrap {
    justify-content: space-between;
  }
  .an-wrap {
    gap: 1.5rem;
  }
  @media (min-width: 1280px) {
    .an-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      align-items: center;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      gap: 109px;
    }
  }
  .an-wrap {
    /* Title */
    .an-title {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title {
      max-width: 704px;
    }
    .an-title {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 38px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 44px;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        max-width: none;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        line-height: 60px;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle {
      max-width: 704px;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      .an-subtitle {
        max-width: none;
      }
    }
    /* Subtitle */
    /* Link */
    .an-link {
      display: inline-flex;
    }
    .an-link {
      flex-direction: row;
    }
    .an-link {
      align-items: center;
    }
    .an-link {
      gap: 0.5rem;
    }
    .an-link {
      span {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      span {
        font-weight: 600;
      }
      span {
        line-height: 2rem;
      }
      span {
        letter-spacing: 0%;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 45 133 / var(--tw-text-opacity, 1));
      }
      i {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      i {
        --tw-text-opacity: 1;
        color: rgb(255 45 133 / var(--tw-text-opacity, 1));
      }
    }
    /* Link */
    /* Image */
    .an-image {
      height: 219.73px;
    }
    .an-image {
      width: 100%;
    }
    .an-image {
      max-width: 343px;
    }
    .an-image {
      border-radius: 32px;
    }
    .an-image {
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (min-width: 768px) {
      .an-image {
        height: 451px;
      }
    }
    @media (min-width: 768px) {
      .an-image {
        max-width: 704px;
      }
    }
    @media (min-width: 1280px) {
      .an-image {
        height: 402px;
      }
    }
    @media (min-width: 1280px) {
      .an-image {
        max-width: 628px;
      }
    }
    /* Image */
  }
  /* Wrap */
}

/* Section: Content */

/* Section: Content-custom-1 */

.an-content-custom-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-content-custom-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-content-custom-1 {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: flex-start;
  }
  .an-wrap {
    justify-content: space-between;
  }
  .an-wrap {
    gap: 1.5rem;
  }
  @media (min-width: 1280px) {
    .an-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      align-items: center;
    }
  }
  @media (min-width: 1280px) {
    .an-wrap {
      gap: 109px;
    }
  }
  .an-wrap {
    /* Title */
    .an-title {
      margin-left: auto;
      margin-right: auto;
    }
    .an-title {
      max-width: 704px;
    }
    .an-title {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 38px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 44px;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        max-width: none;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        line-height: 60px;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle {
      max-width: 704px;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      .an-subtitle {
        max-width: none;
      }
    }
    /* Subtitle */
    /* Subtitle Bold */
    .an-subtitle-bold {
      margin-left: auto;
      margin-right: auto;
    }
    .an-subtitle-bold {
      max-width: 704px;
    }
    .an-subtitle-bold {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle-bold {
      font-weight: 500;
    }
    .an-subtitle-bold {
      line-height: 2rem;
    }
    .an-subtitle-bold {
      letter-spacing: 0%;
    }
    .an-subtitle-bold {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      .an-subtitle-bold {
        max-width: none;
      }
    }
    /* Subtitle Bold */
    /* Button */
    .an-btn {
      display: inline-flex;
    }
    .an-btn {
      justify-content: center;
    }
    .an-btn {
      gap: 0.5rem;
    }
    .an-btn {
      border-radius: 1rem;
    }
    .an-btn {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .an-btn {
      --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .an-btn {
      --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
    }
    .an-btn {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .an-btn {
      padding-left: 28px;
      padding-right: 28px;
    }
    .an-btn {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn:hover {
      opacity: 0.7;
    }
    @media (min-width: 640px) {
      .an-btn {
        justify-content: flex-start;
      }
    }
    .an-btn {
      border: 1px solid;
      border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0px 0px 0px 1px #FF2D85;
      box-shadow: 0px 1px 2px 0px #FF2D857A;
      span {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 2.25rem;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      span {
        &.an-accent {
          font-weight: 400;
        }
        &.an-accent {
          color: #FFFFFFCC;
        }
      }
    }
    /* Button */
    /* Image */
    .an-image {
      height: 100%;
    }
    .an-image {
      width: 100%;
    }
    .an-image {
      max-width: 343px;
    }
    .an-image {
      border-radius: 32px;
    }
    .an-image {
      -o-object-fit: cover;
         object-fit: cover;
    }
    @media (min-width: 768px) {
      .an-image {
        max-width: 704px;
      }
    }
    @media (min-width: 1280px) {
      .an-image {
        max-width: 628px;
      }
    }
    /* Image */
  }
  /* Wrap */
}

/* Section: Content-custom-1 */

/* Section: Steps */

.an-steps {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
}

@media (min-width: 1280px) {
  .an-steps {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.an-steps {
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    gap: 60px;
  }
  .an-wrap {
    /* Title */
    .an-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 44px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 60px;
      }
    }
    /* Title */
    /* Subtitle */
    .an-subtitle {
      max-width: 845px;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    /* Subtitle */
    /* Card */
    .an-card > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .an-card {
      border-radius: 32px;
    }
    .an-card {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-card {
      padding: 1.5rem;
    }
    @media (min-width: 768px) {
      .an-card {
        padding: 2.25rem;
      }
    }
    .an-card {
      box-shadow: 0px 2px 8px 0px #00000014;
      .an-badge {
        display: inline-flex;
      }
      .an-badge {
        flex-direction: row;
      }
      .an-badge {
        align-items: center;
      }
      .an-badge {
        justify-content: center;
      }
      .an-badge {
        border-radius: 40px;
      }
      .an-badge {
        --tw-bg-opacity: 1;
        background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
      }
      .an-badge {
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .an-badge {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
      .an-badge {
        span {
          font-size: 1.5rem;
          line-height: 2rem;
        }
        span {
          font-weight: 700;
        }
        span {
          line-height: 2.25rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
      }
      .an-card-title {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .an-card-title {
        font-weight: 700;
      }
      .an-card-title {
        line-height: 2.25rem;
      }
      .an-card-title {
        letter-spacing: 0%;
      }
      .an-card-title {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      .an-card-subtitle {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .an-card-subtitle {
        font-weight: 400;
      }
      .an-card-subtitle {
        line-height: 1.5rem;
      }
      .an-card-subtitle {
        letter-spacing: 0%;
      }
      .an-card-subtitle {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-card-subtitle {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 768px) {
        .an-card-subtitle {
          line-height: 2rem;
        }
      }
    }
    /* Card */
  }
  /* Wrap */
}

/* Section: Steps */

/* Section: Testimonial */

.an-testimonial {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
  .an-wrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80px * var(--tw-space-y-reverse));
  }
  .an-wrap {
    /* Rating */
    .an-icon {
      height: 36px;
    }
    .an-icon {
      width: auto;
    }
    @media (min-width: 768px) {
      .an-icon {
        height: 48px;
      }
    }
    /* Rating */
    /* Heading */
    .an-heading {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .an-heading {
      font-weight: 700;
    }
    .an-heading {
      line-height: 38px;
    }
    .an-heading {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-heading {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-heading {
        line-height: 60px;
      }
    }
    @media (min-width: 768px) {
      .an-heading {
        letter-spacing: -0.02em;
      }
    }
    /* Heading */
    /* Description */
    .an-desc {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .an-desc {
      font-weight: 400;
    }
    .an-desc {
      line-height: 1.5rem;
    }
    .an-desc {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-desc {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
    }
    @media (min-width: 768px) {
      .an-desc {
        line-height: 2rem;
      }
    }
    /* Description */
    /* User */
    .an-user {
      height: 36px;
    }
    .an-user {
      width: auto;
    }
    @media (min-width: 768px) {
      .an-user {
        height: 48px;
      }
    }
    /* User */
    /* Readmore */
    .an-btn-readmore {
      border-radius: 0.75rem;
    }
    .an-btn-readmore {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-btn-readmore {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .an-btn-readmore {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .an-btn-readmore {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn-readmore:hover {
      opacity: 0.7;
    }
    .an-btn-readmore {
      border: 1px solid;
      border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0px 0px 0px 1px #F0F1F5;
      box-shadow: 0px 1px 2px 0px #F0F1F57A;
      span {
        font-size: 1rem;
        line-height: 1.5rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 1.5rem;
      }
      span {
        letter-spacing: 0;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
    }
    /* Readmore */
    /* Items */
    .an-testimonial-items {
      display: grid;
    }
    .an-testimonial-items {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .an-testimonial-items {
      gap: 1.5rem;
    }
    .an-testimonial-items {
      .an-card {
        display: flex;
      }
      .an-card {
        flex-direction: column;
      }
      .an-card {
        gap: 1.5rem;
      }
      .an-card {
        border-radius: 32px;
      }
      .an-card {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .an-card {
        padding: 1.5rem;
      }
      .an-card {
        border: 1px solid #E5E5EA;
        .an-wrap-content > :not([hidden]) ~ :not([hidden]) {
          --tw-space-y-reverse: 0;
          margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
          margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
        }
        .an-wrap-content {
          .an-text {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .an-text {
            font-weight: 400;
          }
          .an-text {
            line-height: 1.5rem;
          }
          .an-text {
            letter-spacing: 1%;
          }
          .an-text {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
        }
        .an-wrap-user {
          display: block;
        }
        .an-wrap-user {
          .an-profile {
            height: 42px;
          }
          .an-profile {
            width: 42px;
          }
          .an-profile {
            border-radius: 9999px;
          }
          .an-profile {
            -o-object-fit: cover;
               object-fit: cover;
          }
          .an-fullname {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .an-fullname {
            font-weight: 600;
          }
          .an-fullname {
            line-height: 1.25rem;
          }
          .an-fullname {
            letter-spacing: 0.1%;
          }
          .an-fullname {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          .an-source {
            height: 1rem;
          }
          .an-source {
            width: auto;
          }
          .an-username {
            font-size: 0.75rem;
            line-height: 1rem;
          }
          .an-username {
            font-weight: 400;
          }
          .an-username {
            line-height: 1rem;
          }
          .an-username {
            letter-spacing: 0.4%;
          }
          .an-username {
            --tw-text-opacity: 1;
            color: rgb(142 142 147 / var(--tw-text-opacity, 1));
          }
          .an-rating {
            height: 1.25rem;
          }
          .an-rating {
            width: auto;
          }
        }
      }
    }
    /* Items */
    /* Wrap */
    .an-wrap-testimonial {
      position: absolute;
    }
    .an-wrap-testimonial {
      bottom: 0px;
    }
    .an-wrap-testimonial {
      left: 0px;
    }
    .an-wrap-testimonial {
      height: 580px;
    }
    .an-wrap-testimonial {
      width: 100%;
    }
    .an-wrap-testimonial {
      background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    }
    .an-wrap-testimonial {
      --tw-gradient-from: transparent var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .an-wrap-testimonial {
      --tw-gradient-to: #F8F9FB var(--tw-gradient-to-position);
    }
    /* Wrap */
    /* CTA */
    .an-btn-cta {
      border-radius: 1rem;
    }
    .an-btn-cta {
      border-width: 2px;
    }
    .an-btn-cta {
      border-style: solid;
    }
    .an-btn-cta {
      --tw-border-opacity: 1;
      border-color: rgb(18 18 18 / var(--tw-border-opacity, 1));
    }
    .an-btn-cta {
      background-color: transparent;
    }
    .an-btn-cta {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .an-btn-cta {
      padding-left: 1.75rem;
      padding-right: 1.75rem;
    }
    .an-btn-cta {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn-cta:hover {
      opacity: 0.7;
    }
    .an-btn-cta {
      box-shadow: 0px 0px 0px 2px #121212;
      box-shadow: 0px 1px 12px 0px #1212127A;
      span {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 2.25rem;
      }
      span {
        letter-spacing: 0%;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
    }
    /* CTA */
  }
}

/* Section: Testimonial */

/* Section: FAQ */

.an-faq {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
  /* Wrap */
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: row;
  }
  .an-wrap {
    justify-content: center;
  }
  .an-wrap {
    /* Content */
    .an-content-faq {
      width: 100%;
    }
    .an-content-faq {
      max-width: none;
    }
    .an-content-faq > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(30px * var(--tw-space-y-reverse));
    }
    @media (min-width: 768px) {
      .an-content-faq {
        max-width: 704px;
      }
    }
    @media (min-width: 1280px) {
      .an-content-faq {
        max-width: 846px;
      }
    }
    .an-content-faq {
      .an-title {
        text-align: center;
      }
      .an-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
      }
      .an-title {
        font-weight: 700;
      }
      .an-title {
        line-height: 38px;
      }
      .an-title {
        letter-spacing: 0%;
      }
      .an-title {
        --tw-text-opacity: 1;
        color: rgb(18 18 18 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 768px) {
        .an-title {
          font-size: 3rem;
          line-height: 1;
        }
      }
      @media (min-width: 768px) {
        .an-title {
          line-height: 60px;
        }
      }
      @media (min-width: 768px) {
        .an-title {
          letter-spacing: -0.02em;
        }
      }
    }
    /* Content */
    /* Items */
    .an-faq-items {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        gap: 0.75rem;
      }
      ul {
        li {
          border-radius: 1.5rem;
        }
        li {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        li {
          padding: 2rem;
        }
        li {
          box-shadow: 0px 2px 8px 0px #00000014;
          .an-faq-title {
            display: flex;
          }
          .an-faq-title {
            cursor: pointer;
          }
          .an-faq-title {
            flex-direction: row;
          }
          .an-faq-title {
            align-items: center;
          }
          .an-faq-title {
            justify-content: space-between;
          }
          .an-faq-title {
            gap: 1.5rem;
          }
          .an-faq-title {
            h3 {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            h3 {
              font-weight: 700;
            }
            h3 {
              line-height: 2rem;
            }
            h3 {
              letter-spacing: 0%;
            }
            h3 {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            i {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            i {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            i {
              transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
          }
          .an-faq-content {
            margin-top: 0px;
          }
          .an-faq-content {
            max-height: 0px;
          }
          .an-faq-content {
            overflow: hidden;
          }
          .an-faq-content {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
          }
          .an-faq-content {
            p {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            p {
              font-weight: 400;
            }
            p {
              line-height: 2rem;
            }
            p {
              letter-spacing: 0%;
            }
            p {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            p {
              strong {
                font-weight: 700;
              }
            }
          }
          &.show {
            .an-faq-title {
              i {
                --tw-rotate: 180deg;
                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));
              }
            }
            .an-faq-content {
              margin-top: 1rem;
            }
            .an-faq-content {
              max-height: none;
            }
          }
        }
      }
    }
    /* Items */
  }
  /* Wrap */
}

/* Section: FAQ */

/* Section: Collab */

.an-collab {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 251 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 60px;
  --tw-backdrop-blur: blur(16px);
  -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);
  .an-wrap {
    border-radius: 40px;
  }
  .an-wrap {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .an-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .an-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 1024px) {
    .an-wrap {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: flex-start;
  }
  .an-wrap {
    gap: 2rem;
  }
  .an-wrap {
    text-align: center;
  }
  @media (min-width: 1024px) {
    .an-wrap {
      flex-direction: row;
    }
  }
  @media (min-width: 1024px) {
    .an-wrap {
      gap: 60px;
    }
  }
  @media (min-width: 1024px) {
    .an-wrap {
      text-align: start;
    }
  }
  .an-wrap {
    /* Title */
    .an-title {
      max-width: 704px;
    }
    .an-title {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
    .an-title {
      font-weight: 700;
    }
    .an-title {
      line-height: 44px;
    }
    .an-title {
      letter-spacing: -0.02em;
    }
    .an-title {
      --tw-text-opacity: 1;
      color: rgb(248 249 251 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-title {
        font-size: 3rem;
        line-height: 1;
      }
    }
    @media (min-width: 768px) {
      .an-title {
        line-height: 60px;
      }
    }
    @media (min-width: 1280px) {
      .an-title {
        max-width: none;
      }
    }
    /* Subtitle */
    .an-subtitle {
      max-width: 704px;
    }
    .an-subtitle {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .an-subtitle {
      font-weight: 400;
    }
    .an-subtitle {
      line-height: 2rem;
    }
    .an-subtitle {
      letter-spacing: 0%;
    }
    .an-subtitle {
      --tw-text-opacity: 1;
      color: rgb(248 249 251 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 768px) {
      .an-subtitle {
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    @media (min-width: 1280px) {
      .an-subtitle {
        max-width: none;
      }
    }
    .an-subtitle {
      margin-top: 0.75rem;
    }
    /* Button */
    .an-btn {
      display: inline-flex;
    }
    .an-btn {
      justify-content: center;
    }
    .an-btn {
      gap: 0.5rem;
    }
    .an-btn {
      border-radius: 1rem;
    }
    .an-btn {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    .an-btn {
      --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .an-btn {
      --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
    }
    .an-btn {
      padding-top: 18px;
      padding-bottom: 18px;
    }
    .an-btn {
      padding-left: 28px;
      padding-right: 28px;
    }
    .an-btn {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-btn:hover {
      opacity: 0.7;
    }
    @media (min-width: 640px) {
      .an-btn {
        justify-content: flex-start;
      }
    }
    .an-btn {
      border: 1px solid;
      border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
      box-shadow: 0px 0px 0px 1px #FF2D85;
      box-shadow: 0px 1px 2px 0px #FF2D857A;
      span {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      span {
        font-weight: 700;
      }
      span {
        line-height: 2.25rem;
      }
      span {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
      span {
        &.an-accent {
          font-weight: 400;
        }
        &.an-accent {
          color: #FFFFFFCC;
        }
      }
    }
  }
}

/* Section: Collab */

/* Footer */

.an-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 124px;
  --tw-backdrop-blur: blur(16px);
  -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);
  /* Wrap */
  .an-wrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  @media (min-width: 1280px) {
    .an-wrap > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(346px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(346px * var(--tw-space-y-reverse));
    }
  }
  .an-wrap {
    /* Logo */
    .an-logo-footer {
      height: 38px;
    }
    .an-logo-footer {
      width: auto;
    }
    /* Logo */
    /* App Store */
    .an-app-store-badge {
      height: 52px;
    }
    .an-app-store-badge {
      width: auto;
    }
    @media (min-width: 1280px) {
      .an-app-store-badge {
        height: auto;
      }
    }
    @media (min-width: 1280px) {
      .an-app-store-badge {
        width: 200px;
      }
    }
    /* App Store */
    /* Google Play */
    .an-google-play-badge {
      height: 52px;
    }
    .an-google-play-badge {
      width: auto;
    }
    @media (min-width: 1280px) {
      .an-google-play-badge {
        height: auto;
      }
    }
    @media (min-width: 1280px) {
      .an-google-play-badge {
        width: 200px;
      }
    }
    /* Google Play */
    /* Label */
    .an-footer-label {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .an-footer-label {
      font-weight: 700;
    }
    .an-footer-label {
      line-height: 1.5rem;
    }
    .an-footer-label {
      letter-spacing: 0%;
    }
    .an-footer-label {
      --tw-text-opacity: 1;
      color: rgb(18 18 18 / var(--tw-text-opacity, 1));
    }
    /* Label */
    /* Nav */
    .an-nav {
      ul {
        display: flex;
      }
      ul {
        flex-direction: column;
      }
      ul {
        gap: 1rem;
      }
      ul {
        li {
          span {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          span {
            font-weight: 400;
          }
          span {
            line-height: 1.5rem;
          }
          span {
            letter-spacing: 0%;
          }
          span {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          span:hover {
            --tw-text-opacity: 1;
            color: rgb(58 58 60 / var(--tw-text-opacity, 1));
          }
        }
      }
    }
    /* Nav */
    /* Image */
    .an-image {
      height: auto;
    }
    .an-image {
      width: 190px;
    }
    /* Image */
    /* Footbar */
    .an-footbar {
      display: flex;
    }
    .an-footbar {
      flex-direction: row;
    }
    .an-footbar {
      align-items: center;
    }
    .an-footbar {
      justify-content: space-between;
    }
    .an-footbar {
      gap: 0.5rem;
    }
    .an-footbar {
      border-top-width: 1px;
    }
    .an-footbar {
      --tw-border-opacity: 1;
      border-top-color: rgb(229 229 234 / var(--tw-border-opacity, 1));
    }
    .an-footbar {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem;
    }
    .an-footbar {
      .an-privacy-policy {
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        span {
          font-weight: 400;
        }
        span {
          line-height: 1.5rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
        span:hover {
          --tw-text-opacity: 1;
          color: rgb(58 58 60 / var(--tw-text-opacity, 1));
        }
      }
      .an-copyright {
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        span {
          font-weight: 400;
        }
        span {
          line-height: 1.5rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(142 142 147 / var(--tw-text-opacity, 1));
        }
      }
    }
    /* Footbar */
  }
  /* Wrap */
}

/* Footer */

/* Section: Menu Mobile */

.an-menu-mobile {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 12;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(18 18 18 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -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);
  /* Wrap */
  .an-wrap {
    position: relative;
  }
  .an-wrap {
    display: flex;
  }
  .an-wrap {
    height: 100%;
  }
  .an-wrap {
    flex-direction: column;
  }
  .an-wrap {
    align-items: flex-end;
  }
  .an-wrap {
    justify-content: flex-start;
  }
  .an-wrap {
    /* Card */
    .an-card-menu {
      position: absolute;
    }
    .an-card-menu {
      top: 0px;
    }
    .an-card-menu {
      right: 0px;
    }
    .an-card-menu {
      height: 100vh;
    }
    .an-card-menu {
      width: 100%;
    }
    .an-card-menu {
      max-width: 375px;
    }
    .an-card-menu {
      --tw-translate-x: 375px;
      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));
    }
    .an-card-menu {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .an-card-menu {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .an-card-menu {
      transition-duration: 300ms;
    }
    .an-card-menu {
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
    .an-card-menu {
      /* Close */
      .an-nav-close {
        display: flex;
      }
      .an-nav-close {
        flex-direction: row;
      }
      .an-nav-close {
        justify-content: flex-end;
      }
      .an-nav-close {
        .an-btn-close {
          display: flex;
        }
        .an-btn-close {
          height: 3rem;
        }
        .an-btn-close {
          width: 3rem;
        }
        .an-btn-close {
          flex-direction: row;
        }
        .an-btn-close {
          align-items: center;
        }
        .an-btn-close {
          justify-content: center;
        }
        .an-btn-close {
          border-radius: 9999px;
        }
        .an-btn-close {
          --tw-bg-opacity: 1;
          background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
        }
        .an-btn-close {
          .an-icon {
            height: 1.5rem;
          }
          .an-icon {
            width: auto;
          }
        }
      }
      /* Close */
      /* Nav */
      .an-nav-mobile {
        > ul {
          display: flex;
        }
        > ul {
          flex-direction: column;
        }
        > ul {
          gap: 30px;
        }
        > ul {
          li {
            .an-label {
              display: flex;
            }
            .an-label {
              cursor: pointer;
            }
            .an-label {
              flex-direction: row;
            }
            .an-label {
              align-items: center;
            }
            .an-label {
              justify-content: space-between;
            }
            .an-label {
              span {
                font-size: 1.25rem;
                line-height: 1.75rem;
              }
              span {
                font-weight: 700;
              }
              span {
                line-height: 2rem;
              }
              span {
                letter-spacing: 0%;
              }
              span {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
              i {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              i {
                --tw-text-opacity: 1;
                color: rgb(18 18 18 / var(--tw-text-opacity, 1));
              }
            }
            .an-submenu-wrap {
              margin-top: 1.5rem;
            }
            .an-submenu-wrap {
              display: none;
            }
            .an-submenu-wrap {
              /* Submenu */
              .an-submenu > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
              }
              .an-submenu {
                /* Label */
                .an-label {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .an-label {
                  font-weight: 700;
                }
                .an-label {
                  text-transform: uppercase;
                }
                .an-label {
                  line-height: 1.25rem;
                }
                .an-label {
                  letter-spacing: 0%;
                }
                .an-label {
                  --tw-text-opacity: 1;
                  color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                }
                /* Label */
                /* Navigation */
                .an-nav {
                  ul {
                    display: flex;
                  }
                  ul {
                    flex-direction: column;
                  }
                  ul {
                    gap: 1.5rem;
                  }
                  ul {
                    li {
                      cursor: pointer;
                    }
                    li {
                      background-color: transparent;
                    }
                    li {
                      .an-item {
                        display: flex;
                      }
                      .an-item {
                        flex-direction: row;
                      }
                      .an-item {
                        align-items: center;
                      }
                      .an-item {
                        gap: 0.5rem;
                      }
                      .an-item {
                        span {
                          font-size: 1rem;
                          line-height: 1.5rem;
                        }
                        span {
                          font-weight: 400;
                        }
                        span {
                          line-height: 1.5rem;
                        }
                        span {
                          letter-spacing: 0%;
                        }
                        span {
                          --tw-text-opacity: 1;
                          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                        }
                        i {
                          font-size: 0.875rem;
                          line-height: 1.25rem;
                        }
                        i {
                          --tw-text-opacity: 1;
                          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                        }
                        .an-icon {
                          height: auto;
                        }
                        .an-icon {
                          width: 1.25rem;
                        }
                      }
                    }
                  }
                }
                /* Navigation */
              }
              /* Submenu */
              /* Post */
              .an-post > :not([hidden]) ~ :not([hidden]) {
                --tw-space-y-reverse: 0;
                margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
                margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
              }
              .an-post {
                /* Thumbnail */
                .an-thumbnail {
                  height: 190px;
                }
                .an-thumbnail {
                  width: 100%;
                }
                .an-thumbnail {
                  border-radius: 0.5rem;
                }
                .an-thumbnail {
                  -o-object-fit: cover;
                     object-fit: cover;
                }
                /* Thumbnail */
                /* Title */
                .an-title {
                  overflow: hidden;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                }
                .an-title {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .an-title {
                  font-weight: 600;
                }
                .an-title {
                  line-height: 1.25rem;
                }
                .an-title {
                  letter-spacing: 0%;
                }
                .an-title {
                  --tw-text-opacity: 1;
                  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                }
                /* Title */
                /* Description */
                .an-desc {
                  overflow: hidden;
                  display: -webkit-box;
                  -webkit-box-orient: vertical;
                  -webkit-line-clamp: 2;
                }
                .an-desc {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .an-desc {
                  font-weight: 400;
                }
                .an-desc {
                  line-height: 1.25rem;
                }
                .an-desc {
                  letter-spacing: 0%;
                }
                .an-desc {
                  --tw-text-opacity: 1;
                  color: rgb(142 142 147 / var(--tw-text-opacity, 1));
                }
                /* Description */
                /* Link */
                .an-link {
                  display: inline-flex;
                }
                .an-link {
                  flex-direction: row;
                }
                .an-link {
                  align-items: center;
                }
                .an-link {
                  gap: 0.5rem;
                }
                .an-link {
                  span {
                    font-size: 0.875rem;
                    line-height: 1.25rem;
                  }
                  span {
                    font-weight: 700;
                  }
                  span {
                    line-height: 1.25rem;
                  }
                  span {
                    letter-spacing: 0%;
                  }
                  span {
                    --tw-text-opacity: 1;
                    color: rgb(255 45 133 / var(--tw-text-opacity, 1));
                  }
                  i {
                    font-size: 0.875rem;
                    line-height: 1.25rem;
                  }
                  i {
                    --tw-text-opacity: 1;
                    color: rgb(255 45 133 / var(--tw-text-opacity, 1));
                  }
                }
                /* Link */
              }
              /* Post */
            }
            &.active {
              .an-label {
                span, i {
                  --tw-text-opacity: 1;
                  color: rgb(255 45 133 / var(--tw-text-opacity, 1));
                }
                i {
                  --tw-rotate: 180deg;
                  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));
                }
              }
              .an-submenu-wrap {
                display: block;
              }
            }
          }
        }
      }
      /* Nav */
      /* Button: Login */
      .an-btn-login {
        display: block;
      }
      .an-btn-login {
        width: 100%;
      }
      .an-btn-login {
        border-radius: 1rem;
      }
      .an-btn-login {
        --tw-bg-opacity: 1;
        background-color: rgb(242 242 247 / var(--tw-bg-opacity, 1));
      }
      .an-btn-login {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      .an-btn-login {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      .an-btn-login {
        text-align: center;
      }
      .an-btn-login {
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        span {
          font-weight: 700;
        }
        span {
          line-height: 1.5rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
      }
      /* Button: Login */
      /* Button: Tryout */
      .an-btn-tryout {
        display: block;
      }
      .an-btn-tryout {
        width: 100%;
      }
      .an-btn-tryout {
        border-radius: 1rem;
      }
      .an-btn-tryout {
        background-image: linear-gradient(to top, var(--tw-gradient-stops));
      }
      .an-btn-tryout {
        --tw-gradient-from: #FF2D85 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(255 45 133 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
      }
      .an-btn-tryout {
        --tw-gradient-to: #FF5099 var(--tw-gradient-to-position);
      }
      .an-btn-tryout {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      .an-btn-tryout {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
      .an-btn-tryout {
        text-align: center;
      }
      .an-btn-tryout {
        border: 1px solid;
        border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%);
        box-shadow: 0px 0px 0px 1px #FF2D85;
        box-shadow: 0px 1px 2px 0px #FF2D857A;
        span {
          font-size: 1rem;
          line-height: 1.5rem;
        }
        span {
          font-weight: 700;
        }
        span {
          line-height: 1.5rem;
        }
        span {
          letter-spacing: 0%;
        }
        span {
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
      }
      /* Button: Tryout */
      &.show {
        --tw-translate-x: 0px;
        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));
      }
    }
    /* Card */
  }
  /* Wrap */
  /* Toggle */
  &.show {
    display: block;
  }
  /* Toggle */
}

/* Section: Menu Mobile */

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .md\:hidden {
    display: none;
  }

  .tablet\:mb-\[246px\] {
    margin-bottom: 246px;
  }

  .tablet\:mb-\[84px\] {
    margin-bottom: 84px;
  }

  .tablet\:mb-\[88\.19px\] {
    margin-bottom: 88.19px;
  }

  .tablet\:grid {
    display: grid;
  }

  .tablet\:hidden {
    display: none;
  }

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

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

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

  .tablet\:gap-\[96px\] {
    gap: 96px;
  }
}

@media (min-width: 1024px) {
  .lg\:w-\[1020px\] {
    width: 1020px;
  }

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:grow {
    flex-grow: 1;
  }

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:mb-\[137px\] {
    margin-bottom: 137px;
  }

  .xl\:mb-\[211\.19px\] {
    margin-bottom: 211.19px;
  }

  .xl\:mb-\[405px\] {
    margin-bottom: 405px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:w-auto {
    width: auto;
  }

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

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

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

  .xl\:flex-none {
    flex: none;
  }

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

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

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[122px\] {
    gap: 122px;
  }
}

@media (min-width: 1440px) {
  .desktop\:\!px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}