header {
  overflow: hidden;
  position: sticky;
  top: 0px;
  z-index: 9999;
}

.usetips[data-astro-cid-a2hsod4r] {
  transition: opacity ease .25s;
  padding: 10px 16px;
  background-color: #737373e6;
  font-size: 14px
}

@media (max-width: 768px) {
  .usetips[data-astro-cid-a2hsod4r] {
    font-size: 12px;
    padding: 6px 12px
  }
}

.usetips[data-astro-cid-a2hsod4r] .usetips-ls[data-astro-cid-a2hsod4r] {
  margin-left: 1.25rem
}

.usetips[data-astro-cid-a2hsod4r] .usetips-item[data-astro-cid-a2hsod4r] {
  color: #333;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  margin-right: 10px;
  height: 28px;
  line-height: 26px;
  font-size: 13px
}

@media (max-width: 768px) {
  .usetips[data-astro-cid-a2hsod4r] .usetips-item[data-astro-cid-a2hsod4r] {
    height: 24px;
    line-height: 22px;
    font-size: 11px
  }
}

.policy[data-astro-cid-txonw7kt] {
  padding: 40px 64px
}

.policy[data-astro-cid-txonw7kt] .title[data-astro-cid-txonw7kt] {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.25rem
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] {
  margin-top: 1rem
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] {
  width: 50%;
  margin: 0 auto
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] p[data-astro-cid-txonw7kt] {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] input[data-astro-cid-txonw7kt] {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 2.5;
  margin-bottom: 1rem;
  text-indent: 1rem;
  box-shadow: 0 0 3px #bdbdbd inset
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] textarea[data-astro-cid-txonw7kt] {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  text-indent: 1rem;
  padding-top: .5rem;
  box-shadow: 0 0 3px #bdbdbd inset
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] .submit[data-astro-cid-txonw7kt] {
  cursor: pointer
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] .succse[data-astro-cid-txonw7kt] {
  border-color: #2db8aa;
  box-shadow: 0 0 3px #2db8aa inset
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] .fail[data-astro-cid-txonw7kt] {
  border-color: red;
  box-shadow: 0 0 3px red inset
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] .submit[data-astro-cid-txonw7kt] {
  font-size: 1.2rem;
  transition: all .3s;
  background: #f5f6f8;
  pointer-events: none
}

.policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] .is-ok[data-astro-cid-txonw7kt] {
  background: #2db8aa;
  color: #fff;
  pointer-events: auto
}

@media (max-width: 768px) {
  .policy[data-astro-cid-txonw7kt] {
    padding: 20px 0 40px
  }

  .policy[data-astro-cid-txonw7kt] .title[data-astro-cid-txonw7kt] {
    font-size: 24px;
    line-height: 29px
  }

  .policy[data-astro-cid-txonw7kt] .subwrapper[data-astro-cid-txonw7kt] form[data-astro-cid-txonw7kt] {
    width: 100%
  }
}

@layer base {
  :root {
    --theme-primary: #e83e8c;
    --theme-primary-bg: #fffce8;
    --theme-primary-hover: #e6cc17;
    --theme-primary-light: #ffec75
  }

  .custom-red {
    --theme-primary: #d33c3c;
    --theme-primary-bg: #ffe3e3;
    --theme-primary-hover: #c82333;
    --theme-primary-light: #e4606d
  }

  .custom-orange {
    --theme-primary: #ffc107;
    --theme-primary-bg: #fff8e1;
    --theme-primary-hover: darken(#ffc107, 10%);
    --theme-primary-light: lighten(#ffc107, 10%)
  }

  .custom-yellow {
    --theme-primary: #ffe019;
    --theme-primary-bg: #fffce8;
    --theme-primary-hover: #e6cc17;
    --theme-primary-light: #ffec75
  }

  .custom-green {
    --theme-primary: #28a745;
    --theme-primary-bg: #e6f9eb;
    --theme-primary-hover: #218838;
    --theme-primary-light: #4caf50
  }

  .custom-cyan {
    --theme-primary: #17a2b8;
    --theme-primary-header: #2d3e50;
    --theme-primary-bg: #d9e5e7;
    --theme-primary-hover: #17a2b8;
    --theme-primary-light: #d8fff9
  }

  .custom-teal {
    --theme-primary: #20c997;
    --theme-primary-bg: #e6f9eb;
    --theme-primary-hover: #1ba87e;
    --theme-primary-light: #4dd0e1
  }

  .custom-turquoise {
    --theme-primary: #00a6aa;
    --theme-primary-bg: #ccf0f1;
    --theme-primary-hover: #008f96;
    --theme-primary-light: #00888a
  }

  .custom-blue {
    --theme-primary: #007bff;
    --theme-primary-bg: #e6f0ff;
    --theme-primary-hover: #0069d9;
    --theme-primary-light: #4dabff
  }

  .custom-indigo {
    --theme-primary: #6610f2;
    --theme-primary-bg: #f3e5f5;
    --theme-primary-hover: #5a0bd9;
    --theme-primary-light: #9c27b0
  }

  .custom-purple {
    --theme-primary: #6f42c1;
    --theme-primary-bg: #f3e5f5;
    --theme-primary-hover: #5a32a3;
    --theme-primary-light: #9c27b0
  }

  .custom-pink {
    --theme-primary: #e83e8c;
    --theme-primary-bg: #fcf0f5;
    --theme-primary-hover: #d91a72;
    --theme-primary-light: #f670ad
  }
}

.long-intro {
  font-size: 16px;
  color: #333
}

.long-intro h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px
}

.long-intro p {
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .long-intro {
    font-size: 12px;
    margin-bottom: 6px
  }

  .long-intro h3 {
    font-size: 14px;
    margin-bottom: 6px
  }
}

.slider-over[data-astro-cid-fxfqsa27] {
  overflow: hidden
}

.slider-container[data-astro-cid-fxfqsa27] {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto
}

.slider-outer[data-astro-cid-fxfqsa27] {
  position: relative;
  margin-top: 1.5rem
}

.slider-wrapper[data-astro-cid-fxfqsa27] {
  display: flex;
  transition: transform .5s
}

.slider-btn[data-astro-cid-fxfqsa27] {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  border: none;
  z-index: 100;
  background: 0 0
}

.slider-btn[data-astro-cid-fxfqsa27] .slider-btn-prev[data-astro-cid-fxfqsa27],
.slider-btn[data-astro-cid-fxfqsa27] .slider-btn-next[data-astro-cid-fxfqsa27] {
  position: relative;
  z-index: 99;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 2px 0 5px #666
}

.slider-btn[data-astro-cid-fxfqsa27] .slider-btn-prev[data-astro-cid-fxfqsa27]:after,
.slider-btn[data-astro-cid-fxfqsa27] .slider-btn-next[data-astro-cid-fxfqsa27]:after {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border: 2px solid #555;
  border-width: 2px 2px 0 0
}

.slider-btn[data-astro-cid-fxfqsa27] .slider-btn-prev[data-astro-cid-fxfqsa27] {
  transform: rotate(-180deg)
}

.slider-indicators[data-astro-cid-fxfqsa27] {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 10px
}

.slider-indicators[data-astro-cid-fxfqsa27] span[data-astro-cid-fxfqsa27] {
  width: 12px;
  height: 12px;
  background-color: #7b7b7b80;
  border-radius: 12px;
  margin: 0 5px;
  cursor: pointer
}

.slider-indicators[data-astro-cid-fxfqsa27] .slider-indicator-active[data-astro-cid-fxfqsa27] {
  background-color: var(--theme-primary)
}

.home-banner[data-astro-cid-fxfqsa27] {
  position: relative;
  overflow: hidden;
  align-items: center;
  flex: 0 0 100%;
  width: 100%;
  border-radius: 8px;
  max-width: 100%;
  height: 265px
}

.home-banner[data-astro-cid-fxfqsa27]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 20
}

.home-banner[data-astro-cid-fxfqsa27]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 20
}

@media (max-width: 768px) {

  .home-banner[data-astro-cid-fxfqsa27]:before,
  .home-banner[data-astro-cid-fxfqsa27]:after {
    display: none
  }
}

.home-banner[data-astro-cid-fxfqsa27] .home-banner-pic[data-astro-cid-fxfqsa27] {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  height: 100%;
  left: 20px;
  right: 20px;
  border-radius: 8px;
  overflow: hidden
}

.home-banner[data-astro-cid-fxfqsa27] .home-banner-pic[data-astro-cid-fxfqsa27] source[data-astro-cid-fxfqsa27],
.home-banner[data-astro-cid-fxfqsa27] .home-banner-pic[data-astro-cid-fxfqsa27] img[data-astro-cid-fxfqsa27] {
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.error[data-astro-cid-7zjdibcs] {
  min-height: calc(100vh - 164px)
}

.title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 24px;
}

.subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #999;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .subtitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 18px;
  }
}

.breadcrumb[data-astro-cid-dowv5jz3] a[data-astro-cid-dowv5jz3]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
  margin: 0 8px 0 2px;
  position: relative;
}

.breadcrumb[data-astro-cid-dowv5jz3] a[data-astro-cid-dowv5jz3]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(-45deg);
  margin: 0 8px 0 2px;
  position: relative;
}

.extra-info span:not(:last-child) {
  position: relative;

  &::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 10px;
    background-color: #a7a7a7;
    bottom: 0;
    margin: auto;
  }
}

.mobile-btn {
  position: relative;

  &::before {
    position: absolute;
    left: 9px;
    top: 11px;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid;
    border-width: 2px;
    border-color: transparent #fff #fff transparent;
    transform: rotate(-45deg);
  }
}

.view-more {
  &::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--theme-primary);
    border-bottom: 1px solid var(--theme-primary);
    transform: rotate(-45deg);
    margin: 0 8px 0 2px;
    position: relative;
  }
}

.pagination-container {
  margin: 24px 0;

  .pagination-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    font-weight: 500;

    &:hover {
      text-decoration: none;
    }
  }
}

@media (max-width: 767px) {
  .pagination-container {
    .pagination-btn {
      min-width: 36px;
      height: 36px;
      font-size: 14px;
    }

    .load-more-btn {
      width: 160px;
      height: 44px;
      font-size: 14px;
    }
  }
}

/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
@layer theme {

  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1/.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25/.875);
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75/1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75/1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2/1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono)
  }
}

@layer base {

  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0
  }

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
  }

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

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

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

  b,
  strong {
    font-weight: bolder
  }

  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em
  }

  small {
    font-size: 80%
  }

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

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
  }

  :-moz-focusring {
    outline: auto
  }

  progress {
    vertical-align: baseline
  }

  summary {
    display: list-item
  }

  ol,
  ul,
  menu {
    list-style: none
  }

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

  img,
  video {
    max-width: 100%;
    height: auto;
    color: var(--theme-primary);
    text-align: center;
  }

  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px
  }

  ::file-selector-button {
    margin-inline-end: 4px
  }

  ::placeholder {
    opacity: 1
  }

  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent)
    }
  }

  textarea {
    resize: vertical
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit
  }

  ::-webkit-datetime-edit {
    display: inline-flex
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0
  }

  ::-webkit-datetime-edit {
    padding-block: 0
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0
  }

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

  button,
  input:where([type=button], [type=reset], [type=submit]) {
    appearance: button
  }

  ::file-selector-button {
    appearance: button
  }

  ::-webkit-inner-spin-button {
    height: auto
  }

  ::-webkit-outer-spin-button {
    height: auto
  }

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible
  }

  .absolute {
    position: absolute
  }

  .fixed {
    position: fixed
  }

  .relative {
    position: relative
  }

  .static {
    position: static
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing)*0)
  }

  .-top-5 {
    top: calc(var(--spacing)*-5)
  }

  .-top-\[7px\] {
    top: -7px
  }

  .top-0 {
    top: calc(var(--spacing)*0)
  }

  .top-\[-7px\] {
    top: -7px
  }

  .top-\[9px\] {
    top: 9px
  }

  .top-\[38px\] {
    top: 38px
  }

  .right-0 {
    right: calc(var(--spacing)*0)
  }

  .right-3 {
    right: calc(var(--spacing)*3)
  }

  .bottom-0 {
    bottom: calc(var(--spacing)*0)
  }

  .bottom-3\.5 {
    bottom: calc(var(--spacing)*3.5)
  }

  .-left-5 {
    left: calc(var(--spacing)*-5)
  }

  .left-0 {
    left: calc(var(--spacing)*0)
  }

  .left-5 {
    left: calc(var(--spacing)*5)
  }

  .z-10 {
    z-index: 10
  }

  .z-\[1000\] {
    z-index: 1000
  }

  .m-1 {
    margin: calc(var(--spacing)*1)
  }

  .mx-2 {
    margin-inline: calc(var(--spacing)*2)
  }

  .mx-2\.5 {
    margin-inline: calc(var(--spacing)*2.5)
  }

  .mx-auto {
    margin-inline: auto
  }

  .my-3\.5 {
    margin-block: calc(var(--spacing)*3.5)
  }

  .my-5 {
    margin-block: calc(var(--spacing)*5)
  }

  .my-7\.5 {
    margin-block: calc(var(--spacing)*7.5)
  }

  .\!mt-4 {
    margin-top: calc(var(--spacing)*4) !important
  }

  .mt-1 {
    margin-top: calc(var(--spacing)*1)
  }

  .mt-2 {
    margin-top: calc(var(--spacing)*2)
  }

  .mt-2\.5 {
    margin-top: calc(var(--spacing)*2.5)
  }

  .mt-3 {
    margin-top: calc(var(--spacing)*3)
  }

  .mt-4 {
    margin-top: calc(var(--spacing)*4)
  }

  .mt-4\.5 {
    margin-top: calc(var(--spacing)*4.5)
  }

  .mt-5 {
    margin-top: calc(var(--spacing)*5)
  }

  .mt-6 {
    margin-top: calc(var(--spacing)*6)
  }

  .mt-7 {
    margin-top: calc(var(--spacing)*7)
  }

  .mt-8 {
    margin-top: calc(var(--spacing)*8)
  }

  .mt-10 {
    margin-top: calc(var(--spacing)*10)
  }

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

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

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

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

  .mr-5 {
    margin-right: calc(var(--spacing)*5)
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing)*1)
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing)*2)
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing)*2.5)
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing)*3)
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing)*4)
  }

  .mb-4\.5 {
    margin-bottom: calc(var(--spacing)*4.5)
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing)*5)
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing)*6)
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing)*8)
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing)*10)
  }

  .mb-11 {
    margin-bottom: calc(var(--spacing)*11)
  }

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

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

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

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

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

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

  .ml-2 {
    margin-left: calc(var(--spacing)*2)
  }

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

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

  .block {
    display: block
  }

  .contents {
    display: contents
  }

  .flex {
    display: flex
  }

  .grid {
    display: grid
  }

  .hidden {
    display: none
  }

  .inline-block {
    display: inline-block
  }

  .inline-flex {
    display: inline-flex
  }

  .aspect-square {
    aspect-ratio: 1
  }

  .h-4 {
    height: calc(var(--spacing)*4)
  }

  .h-5 {
    height: calc(var(--spacing)*5)
  }

  .h-6 {
    height: calc(var(--spacing)*6)
  }

  .h-7 {
    height: calc(var(--spacing)*7)
  }

  .h-8 {
    height: calc(var(--spacing)*8)
  }

  .h-10 {
    height: calc(var(--spacing)*10)
  }

  .h-12 {
    height: calc(var(--spacing)*12)
  }

  .h-15 {
    height: calc(var(--spacing)*15)
  }

  .h-16 {
    height: calc(var(--spacing)*16)
  }

  .h-\[3\.125rem\] {
    height: 3.125rem
  }

  .h-\[3rem\] {
    height: 3rem
  }

  .h-\[5\.375rem\] {
    height: 5.375rem
  }

  .h-\[5\.625rem\] {
    height: 5.625rem
  }

  .h-\[7\.5rem\] {
    height: 7.5rem
  }

  .h-\[18px\] {
    height: 18px
  }

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

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

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

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

  .h-\[38px\] {
    height: 38px
  }

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

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

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

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

  .h-\[64px\] {
    height: 64px
  }

  .h-\[74px\] {
    height: 74px
  }

  .h-\[80px\] {
    height: 80px
  }

  .h-\[86px\] {
    height: 86px
  }

  .h-\[90px\] {
    height: 90px
  }

  .h-\[93px\] {
    height: 93px
  }

  .h-\[94px\] {
    height: 94px
  }

  .h-\[102px\] {
    height: 102px
  }

  .h-\[116px\] {
    height: 116px
  }

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

  .h-\[124px\] {
    height: 124px
  }

  .h-\[162px\] {
    height: 162px
  }

  .h-\[180px\] {
    height: 180px
  }

  .h-\[196px\] {
    height: 196px
  }

  .h-auto {
    height: auto
  }

  .h-full {
    height: 100%
  }

  .min-h-\[85vh\] {
    min-height: 85vh
  }

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

  .min-h-screen {
    min-height: 100vh
  }

  .w-4 {
    width: calc(var(--spacing)*4)
  }

  .w-5 {
    width: calc(var(--spacing)*5)
  }

  .w-6 {
    width: calc(var(--spacing)*6)
  }

  .w-8 {
    width: calc(var(--spacing)*8)
  }

  .w-15 {
    width: calc(var(--spacing)*15)
  }

  .w-24 {
    width: calc(var(--spacing)*24)
  }

  .w-40 {
    width: calc(var(--spacing)*40)
  }

  .w-48 {
    width: calc(var(--spacing)*48)
  }

  .w-\[3rem\] {
    width: 3rem
  }

  .w-\[5\.375rem\] {
    width: 5.375rem
  }

  .w-\[8\.75rem\] {
    width: 8.75rem
  }

  .w-\[9\.375rem\] {
    width: 9.375rem
  }

  .w-\[10rem\] {
    width: 10rem
  }

  .w-\[20px\] {
    width: 20px
  }

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

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

  .w-\[36px\] {
    width: 36px
  }

  .w-\[38px\] {
    width: 38px
  }

  .w-\[40px\] {
    width: 40px
  }

  .w-\[70px\] {
    width: 70px
  }

  .w-\[74px\] {
    width: 74px
  }

  .w-\[76px\] {
    width: 76px
  }

  .w-\[82px\] {
    width: 82px
  }

  .w-\[86\%\] {
    width: 86%
  }

  .w-\[86px\] {
    width: 86px
  }

  .w-\[88px\] {
    width: 88px
  }

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

  .w-\[122px\] {
    width: 122px
  }

  .w-\[134px\] {
    width: 134px
  }

  .w-\[138px\] {
    width: 138px
  }

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

  .w-\[162px\] {
    width: 162px
  }

  .w-\[173px\] {
    width: 173px
  }

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

  .w-\[260px\] {
    width: 260px
  }

  .w-\[292px\] {
    width: 292px
  }

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

  .w-\[320px\] {
    width: 320px
  }

  .w-auto {
    width: auto
  }

  .w-full {
    width: 100%
  }

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

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

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

  .flex-1 {
    flex: 1
  }

  .flex-shrink-0 {
    flex-shrink: 0
  }

  .border-separate {
    border-collapse: separate
  }

  .rotate-180 {
    rotate: 180deg
  }

  .transform {
    transform: var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)
  }

  .cursor-pointer {
    cursor: pointer
  }

  .resize {
    resize: both
  }

  .resize-none {
    resize: none
  }

  .list-disc {
    list-style-type: disc
  }

  .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))
  }

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

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

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

  .flex-col {
    flex-direction: column
  }

  .flex-nowrap {
    flex-wrap: nowrap
  }

  .flex-wrap {
    flex-wrap: wrap
  }

  .items-center {
    align-items: center
  }

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

  .items-stretch {
    align-items: stretch
  }

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

  .justify-center {
    justify-content: center
  }

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

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

  .gap-1 {
    gap: calc(var(--spacing)*1)
  }

  .gap-1\.5 {
    gap: calc(var(--spacing)*1.5)
  }

  .gap-2 {
    gap: calc(var(--spacing)*2)
  }

  .gap-2\.5 {
    gap: calc(var(--spacing)*2.5)
  }

  .gap-3 {
    gap: calc(var(--spacing)*3)
  }

  .gap-4 {
    gap: calc(var(--spacing)*4)
  }

  .gap-4\.5 {
    gap: calc(var(--spacing)*4.5)
  }

  .gap-5 {
    gap: calc(var(--spacing)*5)
  }

  .gap-6 {
    gap: calc(var(--spacing)*6)
  }

  .gap-8 {
    gap: calc(var(--spacing)*8)
  }

  .gap-16 {
    gap: calc(var(--spacing)*16)
  }

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

  .gap-\[52px\] {
    gap: 52px
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing)*4)
  }

  .gap-x-5 {
    column-gap: calc(var(--spacing)*5)
  }

  .gap-x-8 {
    column-gap: calc(var(--spacing)*8)
  }

  .gap-x-\[38px\] {
    column-gap: 38px
  }

  .gap-y-1 {
    row-gap: calc(var(--spacing)*1)
  }

  .gap-y-4 {
    row-gap: calc(var(--spacing)*4)
  }

  .gap-y-4\.5 {
    row-gap: calc(var(--spacing)*4.5)
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing)*6)
  }

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

  .overflow-hidden {
    overflow: hidden
  }

  .overflow-x-auto {
    overflow-x: auto
  }

  .rounded {
    border-radius: .25rem
  }

  .rounded-\[5px\] {
    border-radius: 5px
  }

  .rounded-\[6px\] {
    border-radius: 6px
  }

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

  .rounded-\[12px_0_12px_0\] {
    border-radius: 12px 0
  }

  .rounded-\[25px\] {
    border-radius: 25px
  }

  .rounded-\[30px\] {
    border-radius: 30px
  }

  .rounded-\[32px\] {
    border-radius: 32px
  }

  .rounded-\[40px\] {
    border-radius: 40px
  }

  .rounded-full {
    border-radius: 3.40282e38px
  }

  .rounded-lg {
    border-radius: var(--radius-lg)
  }

  .rounded-md {
    border-radius: var(--radius-md)
  }

  .rounded-xl {
    border-radius: var(--radius-xl)
  }

  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md)
  }

  .rounded-tl-xl {
    border-top-left-radius: var(--radius-xl)
  }

  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg)
  }

  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md)
  }

  .rounded-br-xl {
    border-bottom-right-radius: var(--radius-xl)
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px
  }

  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px
  }

  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed
  }

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

  .border-\[\#000\] {
    border-color: #000
  }

  .border-\[\#ccc\] {
    border-color: #ccc
  }

  .border-\[\#ddd\] {
    border-color: #ddd
  }

  .border-\[\#e1e1e1\] {
    border-color: #e1e1e1
  }

  .border-\[\#e8e8e8\] {
    border-color: #e8e8e8
  }

  .border-\[\#eee\] {
    border-color: #eee
  }

  .border-\[\#f1f1f1\] {
    border-color: #f1f1f1
  }

  .border-\[var\(--theme-primary\)\] {
    border-color: var(--theme-primary)
  }

  .border-white {
    border-color: var(--color-white)
  }

  .border-l-\[\#ccd3db\] {
    border-left-color: #ccd3db
  }

  .bg-\[\#f4faff\] {
    background-color: #f4faff
  }

  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5
  }

  .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6
  }

  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8
  }

  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9
  }

  .bg-\[rgba\(0\,0\,0\,0\.55\)\] {
    background-color: #0000008c
  }

  .bg-\[var\(--theme-primary\)\] {
    background-color: var(--theme-primary)
  }

  .bg-\[var\(--theme-primary-bg\)\] {
    background-color: var(--theme-primary-bg)
  }

  .bg-\[var\(--theme-primary-light\)\] {
    background-color: var(--theme-primary-light)
  }

  .bg-white {
    background-color: var(--color-white)
  }

  .object-contain {
    object-fit: contain
  }

  .object-cover {
    object-fit: cover
  }

  .p-0 {
    padding: calc(var(--spacing)*0)
  }

  .p-2 {
    padding: calc(var(--spacing)*2)
  }

  .p-2\.5 {
    padding: calc(var(--spacing)*2.5)
  }

  .p-3 {
    padding: calc(var(--spacing)*3)
  }

  .p-4 {
    padding: calc(var(--spacing)*4)
  }

  .p-5 {
    padding: calc(var(--spacing)*5)
  }

  .p-\[4px\] {
    padding: 4px
  }

  .p-\[5px\] {
    padding: 5px
  }

  .p-\[10px\] {
    padding: 10px
  }

  .px-1 {
    padding-inline: calc(var(--spacing)*1)
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing)*1.5)
  }

  .px-2 {
    padding-inline: calc(var(--spacing)*2)
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing)*2.5)
  }

  .px-3 {
    padding-inline: calc(var(--spacing)*3)
  }

  .px-4 {
    padding-inline: calc(var(--spacing)*4)
  }

  .px-5 {
    padding-inline: calc(var(--spacing)*5)
  }

  .px-6 {
    padding-inline: calc(var(--spacing)*6)
  }

  .px-7 {
    padding-inline: calc(var(--spacing)*7)
  }

  .px-7\.5 {
    padding-inline: calc(var(--spacing)*7.5)
  }

  .px-8 {
    padding-inline: calc(var(--spacing)*8)
  }

  .px-9 {
    padding-inline: calc(var(--spacing)*9)
  }

  .px-10 {
    padding-inline: calc(var(--spacing)*10)
  }

  .px-\[10px\] {
    padding-inline: 10px
  }

  .px-\[12px\] {
    padding-inline: 12px
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing)*.5)
  }

  .py-1 {
    padding-block: calc(var(--spacing)*1)
  }

  .py-2 {
    padding-block: calc(var(--spacing)*2)
  }

  .py-3 {
    padding-block: calc(var(--spacing)*3)
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing)*3.5)
  }

  .py-4 {
    padding-block: calc(var(--spacing)*4)
  }

  .py-4\.5 {
    padding-block: calc(var(--spacing)*4.5)
  }

  .py-5 {
    padding-block: calc(var(--spacing)*5)
  }

  .py-6 {
    padding-block: calc(var(--spacing)*6)
  }

  .py-\[2px\] {
    padding-block: 2px
  }

  .py-\[10px\] {
    padding-block: 10px
  }

  .py-\[14px\] {
    padding-block: 14px
  }

  .py-\[24px\] {
    padding-block: 24px
  }

  .pt-0 {
    padding-top: calc(var(--spacing)*0)
  }

  .pt-2 {
    padding-top: calc(var(--spacing)*2)
  }

  .pt-4 {
    padding-top: calc(var(--spacing)*4)
  }

  .pt-4\.5 {
    padding-top: calc(var(--spacing)*4.5)
  }

  .pt-5 {
    padding-top: calc(var(--spacing)*5)
  }

  .pt-10 {
    padding-top: calc(var(--spacing)*10)
  }

  .pr-4 {
    padding-right: calc(var(--spacing)*4)
  }

  .pr-4\.5 {
    padding-right: calc(var(--spacing)*4.5)
  }

  .pr-\[30px\] {
    padding-right: 30px
  }

  .pr-\[173px\] {
    padding-right: 173px
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing)*4)
  }

  .pb-4\.5 {
    padding-bottom: calc(var(--spacing)*4.5)
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing)*5)
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing)*6)
  }

  .pb-7 {
    padding-bottom: calc(var(--spacing)*7)
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing)*16)
  }

  .pl-0 {
    padding-left: calc(var(--spacing)*0)
  }

  .pl-3 {
    padding-left: calc(var(--spacing)*3)
  }

  .pl-5 {
    padding-left: calc(var(--spacing)*5)
  }

  .pl-6 {
    padding-left: calc(var(--spacing)*6)
  }

  .text-center {
    text-align: center
  }

  .text-left {
    text-align: left
  }

  .text-right {
    text-align: right
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height))
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height))
  }

  .text-3xl\/\[2\.25rem\] {
    font-size: var(--text-3xl);
    line-height: 2.25rem
  }

  .text-\[1\.5rem\]\/\[1\.8125rem\] {
    font-size: 1.5rem;
    line-height: 1.8125rem
  }

  .text-\[1\.25rem\]\/\[1\.5rem\] {
    font-size: 1.25rem;
    line-height: 1.5rem
  }

  .text-\[1\.125rem\]\/\[1\.375rem\] {
    font-size: 1.125rem;
    line-height: 1.375rem
  }

  .text-\[12px\]\/\[1\.25rem\] {
    font-size: 12px;
    line-height: 1.25rem
  }

  .text-\[12px\]\/\[18px\] {
    font-size: 12px;
    line-height: 18px
  }

  .text-\[13px\]\/\[1\.5\] {
    font-size: 13px;
    line-height: 1.5
  }

  .text-\[13px\]\/\[16px\] {
    font-size: 13px;
    line-height: 16px
  }

  .text-\[13px\]\/\[18px\] {
    font-size: 13px;
    line-height: 18px
  }

  .text-\[14px\]\/\[1\.5\] {
    font-size: 14px;
    line-height: 1.5
  }

  .text-\[14px\]\/\[1\.25rem\] {
    font-size: 14px;
    line-height: 1.25rem
  }

  .text-\[14px\]\/\[17px\] {
    font-size: 14px;
    line-height: 17px
  }

  .text-\[14px\]\/\[18px\] {
    font-size: 14px;
    line-height: 18px
  }

  .text-\[16px\]\/\[19px\] {
    font-size: 16px;
    line-height: 19px
  }

  .text-\[16px\]\/\[22px\] {
    font-size: 16px;
    line-height: 22px
  }

  .text-\[16px\]\/\[24px\] {
    font-size: 16px;
    line-height: 24px
  }

  .text-\[16px\]\/\[30px\] {
    font-size: 16px;
    line-height: 30px
  }

  .text-\[18px\]\/\[24px\] {
    font-size: 18px;
    line-height: 24px
  }

  .text-\[18px\]\/\[27px\] {
    font-size: 18px;
    line-height: 27px
  }

  .text-\[20px\]\/\[1\.1\] {
    font-size: 20px;
    line-height: 1.1
  }

  .text-\[20px\]\/\[1\.4\] {
    font-size: 20px;
    line-height: 1.4
  }

  .text-\[20px\]\/\[1\] {
    font-size: 20px;
    line-height: 1
  }

  .text-\[20px\]\/\[24px\] {
    font-size: 20px;
    line-height: 24px
  }

  .text-\[20px\]\/\[38px\] {
    font-size: 20px;
    line-height: 38px
  }

  .text-\[22px\]\/\[24px\] {
    font-size: 22px;
    line-height: 24px
  }

  .text-\[24px\]\/\[1\.2\] {
    font-size: 24px;
    line-height: 1.2
  }

  .text-\[24px\]\/\[1\.4\] {
    font-size: 24px;
    line-height: 1.4
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height))
  }

  .text-base\/\[19px\] {
    font-size: var(--text-base);
    line-height: 19px
  }

  .text-base\/\[20px\] {
    font-size: var(--text-base);
    line-height: 20px
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height))
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height))
  }

  .text-sm\/\[1rem\] {
    font-size: var(--text-sm);
    line-height: 1rem
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height))
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height))
  }

  .text-\[1\.5rem\] {
    font-size: 1.5rem
  }

  .text-\[1\.25rem\] {
    font-size: 1.25rem
  }

  .text-\[1rem\] {
    font-size: 1rem
  }

  .text-\[2\.5rem\] {
    font-size: 2.5rem
  }

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

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

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

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

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

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

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

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

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

  .leading-5 {
    --tw-leading: calc(var(--spacing)*5);
    line-height: calc(var(--spacing)*5)
  }

  .leading-10 {
    --tw-leading: calc(var(--spacing)*10);
    line-height: calc(var(--spacing)*10)
  }

  .leading-\[3\.125rem\] {
    --tw-leading: 3.125rem;
    line-height: 3.125rem
  }

  .leading-\[7\.5rem\] {
    --tw-leading: 7.5rem;
    line-height: 7.5rem
  }

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

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

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

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold)
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium)
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal)
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold)
  }

  .text-nowrap {
    text-wrap: nowrap
  }

  .break-words {
    overflow-wrap: break-word
  }

  .whitespace-nowrap {
    white-space: nowrap
  }

  .text-\[\#1ec0ff\] {
    color: #1ec0ff
  }

  .text-\[\#7b7b7b\] {
    color: #7b7b7b
  }

  .text-\[\#8c8c8c\] {
    color: #8c8c8c
  }

  .text-\[\#222\] {
    color: #222
  }

  .text-\[\#241c17\] {
    color: #241c17
  }

  .text-\[\#333\] {
    color: #333
  }

  .text-\[\#555\] {
    color: #555
  }

  .text-\[\#666\] {
    color: #666
  }

  .text-\[\#777\] {
    color: #777
  }

  .text-\[\#999\] {
    color: #999
  }

  .text-\[\#3374b5\] {
    color: #3374b5
  }

  .text-\[\#3899e6\] {
    color: #3899e6
  }

  .text-\[\#606060\] {
    color: #606060
  }

  .text-\[\#A7A7A7\] {
    color: #a7a7a7
  }

  .text-\[\#E1E1E1\] {
    color: #e1e1e1
  }

  .text-\[\#a7a7a7\] {
    color: #a7a7a7
  }

  .text-\[\#b0b0b0\] {
    color: #b0b0b0
  }

  .text-\[\#b3b3b3\] {
    color: #b3b3b3
  }

  .text-\[\#ddd\] {
    color: #ddd
  }

  .text-\[\#e1e1e1\] {
    color: #e1e1e1
  }

  .text-\[\#f05b72\] {
    color: #f05b72
  }

  .text-\[\#ff3b3b\] {
    color: #ff3b3b
  }

  .text-\[\#ff7c10\] {
    color: #ff7c10
  }

  .text-\[\#fff\] {
    color: #fff
  }

  .text-\[var\(--theme-primary\)\] {
    color: var(--theme-primary)
  }

  .text-\[var\(--theme-primary-light\)\] {
    color: var(--theme-primary-light)
  }

  .text-gray-500 {
    color: var(--color-gray-500)
  }

  .text-gray-600 {
    color: var(--color-gray-600)
  }

  .text-gray-800 {
    color: var(--color-gray-800)
  }

  .text-white {
    color: var(--color-white)
  }

  .capitalize {
    text-transform: capitalize
  }

  .uppercase {
    text-transform: uppercase
  }

  .underline {
    text-decoration-line: underline
  }

  .opacity-100 {
    opacity: 1
  }

  .shadow-\[0_0\.062rem_0\.375rem_rgba\(0\,0\,0\,\.06\)\] {
    --tw-shadow: 0 .062rem .375rem var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_1px_10px_0_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 1px 10px 0 var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_2px_6px_0_rgba\(0\,0\,0\,\.12\)\],
  .shadow-\[0_2px_6px_0_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 2px 6px 0 var(--tw-shadow-color, #0000001f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-\[0_2px_8px_0_rgba\(0\,0\,0\,0\.22\)\] {
    --tw-shadow: 0 2px 8px 0 var(--tw-shadow-color, #00000038);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration))
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s
  }

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none
  }

  @media (hover:hover) {
    .group-hover\:bg-\[var\(--theme-primary\)\]:is(:where(.group):hover *) {
      background-color: var(--theme-primary)
    }

    .group-hover\:bg-\[var\(--theme-primary-hover\)\]:is(:where(.group):hover *) {
      background-color: var(--theme-primary-hover)
    }

    .group-hover\:font-bold:is(:where(.group):hover *) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold)
    }

    .group-hover\:text-\[\#000\]:is(:where(.group):hover *) {
      color: #000
    }

    .group-hover\:text-\[\#3899e6\]:is(:where(.group):hover *) {
      color: #3899e6
    }

    .group-hover\:text-\[var\(--theme-primary\)\]:is(:where(.group):hover *) {
      color: var(--theme-primary)
    }

    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline
    }

    .group-hover\:shadow-\[0_2px_6px_0_rgba\(0\,0\,0\,\.12\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0 2px 6px 0 var(--tw-shadow-color, #0000001f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
  }

  .group-aria-expanded\:rotate-0:is(:where(.group)[aria-expanded=true] *) {
    rotate: none
  }

  .placeholder\:text-sm::placeholder {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height))
  }

  .placeholder\:text-\[\#999\]::placeholder {
    color: #999
  }

  .placeholder\:text-\[\#bbb\]::placeholder {
    color: #bbb
  }

  .last\:border-0:last-child {
    border-style: var(--tw-border-style);
    border-width: 0
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0
  }

  @media (hover:hover) {
    .hover\:border-\[var\(--theme-primary\)\]:hover {
      border-color: var(--theme-primary)
    }

    .hover\:bg-\[\#f1f1f1\]:hover {
      background-color: #f1f1f1
    }

    .hover\:bg-\[var\(--theme-primary\)\]:hover {
      background-color: var(--theme-primary)
    }

    .hover\:bg-\[var\(--theme-primary-bg\)\]:hover {
      background-color: var(--theme-primary-bg)
    }

    .hover\:bg-\[var\(--theme-primary-hover\)\]:hover {
      background-color: var(--theme-primary-hover)
    }

    .hover\:text-\[\#666\]:hover {
      color: #666
    }

    .hover\:text-\[\#3899e6\]:hover {
      color: #3899e6
    }

    .hover\:text-\[var\(--theme-primary\)\]:hover {
      color: var(--theme-primary)
    }

    .hover\:text-\[var\(--theme-primary-hover\)\]:hover {
      color: var(--theme-primary-hover)
    }

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

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

    .hover\:shadow-\[0_2px_8px_0_rgba\(0\,0\,0\,\.22\)\]:hover,
    .hover\:shadow-\[0_2px_8px_0_rgba\(0\,0\,0\,0\.22\)\]:hover {
      --tw-shadow: 0 2px 8px 0 var(--tw-shadow-color, #00000038);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .hover\:shadow-\[1px_3px_8px_\#e8e8e8\]:hover {
      --tw-shadow: 1px 3px 8px var(--tw-shadow-color, #e8e8e8);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }
  }

  @media (width>=48rem) {
    .md\:w-4\/5 {
      width: 80%
    }
  }

  @media (width<=1024px) {
    .tablet\:absolute {
      position: absolute
    }

    .tablet\:top-1\/2 {
      top: 50%
    }

    .tablet\:right-5 {
      right: calc(var(--spacing)*5)
    }

    .tablet\:left-5 {
      left: calc(var(--spacing)*5)
    }

    .tablet\:-mr-4 {
      margin-right: calc(var(--spacing)*-4)
    }

    .tablet\:-ml-4 {
      margin-left: calc(var(--spacing)*-4)
    }

    .tablet\:block {
      display: block
    }

    .tablet\:hidden {
      display: none
    }

    .tablet\:w-0 {
      width: calc(var(--spacing)*0)
    }

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

    .tablet\:w-full {
      width: 100%
    }

    .tablet\:-translate-y-1\/2 {
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x)var(--tw-translate-y)
    }

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

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

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

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

    .tablet\:flex-col {
      flex-direction: column
    }

    .tablet\:justify-center {
      justify-content: center
    }

    .tablet\:gap-0 {
      gap: calc(var(--spacing)*0)
    }

    .tablet\:p-0 {
      padding: calc(var(--spacing)*0)
    }

    .tablet\:px-5 {
      padding-inline: calc(var(--spacing)*5)
    }

    .tablet\:opacity-0 {
      opacity: 0
    }
  }

  @media (width<=767px) {
    .mobile\:absolute {
      position: absolute
    }

    .mobile\:static {
      position: static
    }

    .mobile\:right-3 {
      right: calc(var(--spacing)*3)
    }

    .mobile\:bottom-3 {
      bottom: calc(var(--spacing)*3)
    }

    .mobile\:mx-\[6px\] {
      margin-inline: 6px
    }

    .mobile\:mx-auto {
      margin-inline: auto
    }

    .mobile\:mt-0 {
      margin-top: calc(var(--spacing)*0)
    }

    .mobile\:mt-2 {
      margin-top: calc(var(--spacing)*2)
    }

    .mobile\:mt-3 {
      margin-top: calc(var(--spacing)*3)
    }

    .mobile\:mr-4 {
      margin-right: calc(var(--spacing)*4)
    }

    .mobile\:mb-0 {
      margin-bottom: calc(var(--spacing)*0)
    }

    .mobile\:mb-2 {
      margin-bottom: calc(var(--spacing)*2)
    }

    .mobile\:mb-3 {
      margin-bottom: calc(var(--spacing)*3)
    }

    .mobile\:mb-4 {
      margin-bottom: calc(var(--spacing)*4)
    }

    .mobile\:mb-5 {
      margin-bottom: calc(var(--spacing)*5)
    }

    .mobile\:mb-6 {
      margin-bottom: calc(var(--spacing)*6)
    }

    .mobile\:mb-\[7\.5px\] {
      margin-bottom: 7.5px
    }

    .mobile\:\!ml-0 {
      margin-left: calc(var(--spacing)*0) !important
    }

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

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

    .mobile\:block {
      display: block
    }

    .mobile\:hidden {
      display: none
    }

    .mobile\:h-9 {
      height: calc(var(--spacing)*9)
    }

    .mobile\:h-10 {
      height: calc(var(--spacing)*10)
    }

    .mobile\:h-16 {
      height: calc(var(--spacing)*16)
    }

    .mobile\:h-\[6\.25rem\] {
      height: 6.25rem
    }

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

    .mobile\:h-\[56px\] {
      height: 56px
    }

    .mobile\:h-\[64px\] {
      height: 64px
    }

    .mobile\:h-\[90px\] {
      height: 90px
    }

    .mobile\:h-\[100px\] {
      height: 100px
    }

    .mobile\:h-\[210px\] {
      height: 210px
    }

    .mobile\:w-16 {
      width: calc(var(--spacing)*16)
    }

    .mobile\:w-22 {
      width: calc(var(--spacing)*22)
    }

    .mobile\:w-\[6\.25rem\] {
      width: 6.25rem
    }

    .mobile\:w-\[20\%\] {
      width: 20%
    }

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

    .mobile\:w-\[56px\] {
      width: 56px
    }

    .mobile\:w-\[60\%\] {
      width: 60%
    }

    .mobile\:w-\[68px\] {
      width: 68px
    }

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

    .mobile\:w-\[93px\] {
      width: 93px
    }

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

    .mobile\:w-auto {
      width: auto
    }

    .mobile\:w-full {
      width: 100%
    }

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

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

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

    .mobile\:flex-col {
      flex-direction: column
    }

    .mobile\:flex-row {
      flex-direction: row
    }

    .mobile\:items-center {
      align-items: center
    }

    .mobile\:items-start {
      align-items: flex-start
    }

    .mobile\:gap-0 {
      gap: calc(var(--spacing)*0)
    }

    .mobile\:gap-1\.5 {
      gap: calc(var(--spacing)*1.5)
    }

    .mobile\:gap-3 {
      gap: calc(var(--spacing)*3)
    }

    .mobile\:gap-5 {
      gap: calc(var(--spacing)*5)
    }

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

    .mobile\:gap-\[6px\] {
      gap: 6px
    }

    .mobile\:bg-transparent {
      background-color: #0000
    }

    .mobile\:p-2 {
      padding: calc(var(--spacing)*2)
    }

    .mobile\:p-2\.5 {
      padding: calc(var(--spacing)*2.5)
    }

    .mobile\:p-3 {
      padding: calc(var(--spacing)*3)
    }

    .mobile\:p-\[2px\] {
      padding: 2px
    }

    .mobile\:p-\[7\.5px\] {
      padding: 7.5px
    }

    .mobile\:px-0 {
      padding-inline: calc(var(--spacing)*0)
    }

    .mobile\:px-3 {
      padding-inline: calc(var(--spacing)*3)
    }

    .mobile\:px-6 {
      padding-inline: calc(var(--spacing)*6)
    }

    .mobile\:px-8 {
      padding-inline: calc(var(--spacing)*8)
    }

    .mobile\:px-\[7\.5px\] {
      padding-inline: 7.5px
    }

    .mobile\:py-1 {
      padding-block: calc(var(--spacing)*1)
    }

    .mobile\:py-3 {
      padding-block: calc(var(--spacing)*3)
    }

    .mobile\:py-4 {
      padding-block: calc(var(--spacing)*4)
    }

    .mobile\:py-4\.5 {
      padding-block: calc(var(--spacing)*4.5)
    }

    .mobile\:py-6 {
      padding-block: calc(var(--spacing)*6)
    }

    .mobile\:py-\[8px\] {
      padding-block: 8px
    }

    .mobile\:py-\[9px\] {
      padding-block: 9px
    }

    .mobile\:pt-3 {
      padding-top: calc(var(--spacing)*3)
    }

    .mobile\:pr-0 {
      padding-right: calc(var(--spacing)*0)
    }

    .mobile\:pr-4 {
      padding-right: calc(var(--spacing)*4)
    }

    .mobile\:pb-3 {
      padding-bottom: calc(var(--spacing)*3)
    }

    .mobile\:text-center {
      text-align: center
    }

    .mobile\:text-\[12px\]\/\[18px\] {
      font-size: 12px;
      line-height: 18px
    }

    .mobile\:text-\[14px\]\/\[17px\] {
      font-size: 14px;
      line-height: 17px
    }

    .mobile\:text-\[14px\]\/\[19px\] {
      font-size: 14px;
      line-height: 19px
    }

    .mobile\:text-\[14px\]\/\[21px\] {
      font-size: 14px;
      line-height: 21px
    }

    .mobile\:text-\[15px\]\/\[20px\] {
      font-size: 15px;
      line-height: 20px
    }

    .mobile\:text-\[16px\]\/\[22px\] {
      font-size: 16px;
      line-height: 22px
    }

    .mobile\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .mobile\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .mobile\:text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .mobile\:text-\[8px\] {
      font-size: 8px
    }

    .mobile\:text-\[10px\] {
      font-size: 10px
    }

    .mobile\:text-\[11px\] {
      font-size: 11px
    }

    .mobile\:text-\[14px\] {
      font-size: 14px
    }

    .mobile\:text-\[15px\] {
      font-size: 15px
    }

    .mobile\:text-\[24px\] {
      font-size: 24px
    }

    .mobile\:leading-6 {
      --tw-leading: calc(var(--spacing)*6);
      line-height: calc(var(--spacing)*6)
    }

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

  @media (width<=515px) {
    .small-mobile\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr))
    }
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0)
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0)
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0)
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0)
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0)
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

body {
  font-family: PingFang SC, sans-serif;
  color: #333;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4
}

body ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #eee
}

body ::-webkit-scrollbar-track {
  background: transparent
}

body ::-webkit-scrollbar-thumb {
  background-color: #ff4a64;
  border-radius: 2px
}

body .main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 73.5rem
}

@media (max-width: 767px) {
  body .main-container {
    padding-left: 16px;
    padding-right: 16px
  }
}

body button {
  cursor: pointer
}

body .ad .ad-title {
  font-size: 12px;
  text-align: left;
  color: #333;
  line-height: 20px
}

body .ad .ad-afc {
  background-color: #d9d9d9
}

input,
button,
select,
textarea {
  font-family: PingFang SC, sans-serif;
  outline: none
}

@media (max-width: 414px) {

  body,
  html {
    font-size: .75rem
  }
}

.policy-content p {
  color: #666;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px
}

.policy-content a {
  color: #1b1d25
}

.policy-content a:hover {
  text-decoration: underline
}

.policy-content h2,
.policy-content h3,
.policy-content h4 {
  margin-top: 40px;
  color: #000;
  font-family: inherit;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600
}

.policy-content h3,
.policy-content h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600
}

.policy-content ul,
.policy-content ol {
  padding-left: 20px
}

.policy-content ul li,
.policy-content ol li {
  color: #666;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px
}

.policy-content ul li {
  list-style: disc
}

.policy-content ol li {
  list-style: decimal
}

@media (max-width: 768px) {

  .policy-content p,
  .policy-content ul li {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px
  }

  .policy-content h2 {
    margin-top: 32px;
    font-size: 18px;
    line-height: 22px
  }

  .policy-content h3,
  .policy-content h4 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px
  }
}

html,
body {
  margin: 0;
  width: 100%
}

.expand[data-astro-cid-nyw3r63z] {
  opacity: 1;
  width: calc(100vw - 65px);
  position: absolute;
  right: 15px;
  z-index: 999;
  padding: 0 1rem
}

#sideMask[data-astro-cid-nyw3r63z].show {
  display: block !important;
  opacity: 1
}

#sidePanel[data-astro-cid-nyw3r63z].show {
  transform: translate(0) !important
}