/*
! tailwindcss v3.4.3 | 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: #9aa8b8; /* 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: Montserrat, Noto Sans TC, sans-serif; /* 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]) {
  text-decoration: underline;
  -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: #627286; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #627286; /* 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] {
  display: none;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}.container {
  width: 100%;
}@media (min-width: 720px) {

  .container {
    max-width: 720px;
  }
}@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}@media (min-width: 14400px) {

  .container {
    max-width: 14400px;
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.bottom-0 {
  bottom: 0;
}.left-0 {
  left: 0;
}.left-16 {
  left: 16px;
}.right-0 {
  right: 0;
}.top-0 {
  top: 0;
}.z-\[1100\] {
  z-index: 1100;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}.mb-20 {
  margin-bottom: 20px;
}.ml-auto {
  margin-left: auto;
}.mr-auto {
  margin-right: auto;
}.mt-32 {
  margin-top: 32px;
}.mt-8 {
  margin-top: 8px;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-\[1400\/1000\] {
  aspect-ratio: 1400/1000;
}.aspect-\[1400\/950\] {
  aspect-ratio: 1400/950;
}.aspect-\[750\/500\] {
  aspect-ratio: 750/500;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-24 {
  height: 24px;
}.h-35 {
  height: 35px;
}.h-36 {
  height: 36px;
}.h-60 {
  height: 60px;
}.h-\[2px\] {
  height: 2px;
}.h-full {
  height: 100%;
}.w-100 {
  width: 100px;
}.w-24 {
  width: 24px;
}.w-32 {
  width: 32px;
}.w-80 {
  width: 80px;
}.w-full {
  width: 100%;
}.max-w-\[720px\] {
  max-width: 720px;
}.max-w-\[800px\] {
  max-width: 800px;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.table-fixed {
  table-layout: fixed;
}.cursor-pointer {
  cursor: pointer;
}.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-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-10 {
  gap: 10px;
}.gap-16 {
  gap: 16px;
}.gap-20 {
  gap: 20px;
}.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}.gap-y-12 {
  row-gap: 12px;
}.gap-y-16 {
  row-gap: 16px;
}.gap-y-20 {
  row-gap: 20px;
}.gap-y-24 {
  row-gap: 24px;
}.gap-y-32 {
  row-gap: 32px;
}.gap-y-40 {
  row-gap: 40px;
}.gap-y-8 {
  row-gap: 8px;
}.overflow-hidden {
  overflow: hidden;
}.rounded-full {
  border-radius: 9999px;
}.border-1 {
  border-width: 1px;
}.border-\[\#CCC\] {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, 1);
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}.bg-black\/70 {
  background-color: rgba(7, 9, 13, 0.7);
}.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, 1);
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}.pb-12 {
  padding-bottom: 12px;
}.pb-20 {
  padding-bottom: 20px;
}.pb-8 {
  padding-bottom: 8px;
}.pl-20 {
  padding-left: 20px;
}.pl-28 {
  padding-left: 28px;
}.pr-12 {
  padding-right: 12px;
}.pr-20 {
  padding-right: 20px;
}.pt-12 {
  padding-top: 12px;
}.pt-20 {
  padding-top: 20px;
}.pt-60 {
  padding-top: 60px;
}.pt-8 {
  padding-top: 8px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-top {
  vertical-align: top;
}.text-body-l {
  font-size: 17px;
  line-height: 30px;
}.text-h1 {
  font-size: 40px;
  line-height: 48px;
}.text-h2 {
  font-size: 32px;
  line-height: 40px;
}.text-h3 {
  font-size: 24px;
  line-height: 32px;
}.text-h4 {
  font-size: 20px;
  line-height: 28px;
}.text-h5 {
  font-size: 18px;
  line-height: 26px;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.text-\[\#FDFDFD\] {
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, 1);
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(7, 9, 13, 1);
  color: rgba(7, 9, 13, var(--tw-text-opacity));
}.text-error-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(214, 221, 230, 1);
  color: rgba(214, 221, 230, var(--tw-text-opacity));
}.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, 1);
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, 1);
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, 1);
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: blur(12px) 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: blur(12px) 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);
  -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);
}.duration-200 {
  transition-duration: 200ms;
}:root{--color-white: #f8fafc;--color-black: #07090d;--color-primary-500: #3b82f6;--color-danger-500: #ff0000;--color-gray-10: #f5f7fa;--color-gray-50: #d6dde6;--color-gray-500: #4a586a;--color-surface-1: #111827;--color-surface-2: #172033;--color-border-subtle: #334155;--color-text-primary: #f8fafc;--color-text-secondary: #d6dde6;--container-padding-x: 20px;--container-max-md: 720px;--container-max-lg: 1100px;--radius-pill: 25px}@keyframes fade-in{0%{transform:translateX(-100vw)}100%{transform:translateX(0vw)}}@keyframes fade-out{0%{transform:translateX(0vw)}100%{transform:translateX(-100vw)}}.header-logo{width:80px}.header-toggler{overflow:visible;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter}.header-toggler.header-toggler--active .header-toggler-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:rotate(45deg)}.header-toggler.header-toggler--active .header-toggler-inner:before{top:0;transition:top 75ms ease, opacity 75ms ease .12s;opacity:0}.header-toggler.header-toggler--active .header-toggler-inner:after{bottom:0;transition:bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .12s;transform:rotate(-90deg)}.header-toggler-inner{display:block;position:absolute;width:24px;height:2px;top:11px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background-color:#f8fafc;background-color:var(--color-white);transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);transition-duration:75ms}.header-toggler-inner:before{content:"";display:block;position:absolute;width:24px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background-color:#f8fafc;background-color:var(--color-white);top:-8px;transition:top 75ms ease .12s, opacity 75ms ease}.header-toggler-inner:after{content:"";display:block;position:absolute;width:24px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;background-color:#f8fafc;background-color:var(--color-white);bottom:-8px;transition:bottom 75ms ease .12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19)}.header-nav-lv2:before{content:"";background-color:#172033;background-color:var(--color-surface-2);position:absolute;top:0;bottom:-100px;left:0;right:0;margin:auto}.header-nav-lv2+.header-nav-link:after{content:"";display:inline-block;position:relative;border-top:2px solid #334155;border-top:2px solid var(--color-border-subtle);border-left:2px solid #334155;border-left:2px solid var(--color-border-subtle);width:8px;height:8px;margin:auto;transform:rotate(135deg) skew(0deg);top:-2px;transition:left .15s ease-in-out;left:2px}.loading{position:relative;overflow:hidden}.loading:before{display:block;content:"";top:0;left:0;width:100%;height:100%;opacity:.5;position:absolute;border-radius:25px;border-radius:var(--radius-pill);transition:opacity .5s;z-index:900}@media(min-width: 1200px){.header-logo{width:160px;height:57px}.header-nav-item.header-nav-item--hover .header-nav-lv2{display:block;visibility:visible;top:80%;opacity:1}.header-nav-item.header-nav-item--hover .header-nav-lv2+.header-nav-link:after{content:"";display:inline-block;position:relative;border-top:1px solid #abc9bf;border-left:1px solid #abc9bf;width:7px;height:7px;margin:auto;transform:rotate(45deg);top:1px}.header-nav-link[aria-expanded=true]{background-color:rgba(0,0,0,0)}.header-nav-lv2{visibility:hidden;top:100%;transition:top .2s}.header-nav-lv2:before{display:none}.header-nav-lv2+.header-nav-link:after{content:"";display:inline-block;position:relative;border-top:1px solid #334155;border-top:1px solid var(--color-border-subtle);border-left:1px solid #334155;border-left:1px solid var(--color-border-subtle);width:7px;height:7px;margin:auto;transform:rotate(225deg);top:-3px;left:8px}.header-nav-lv2-list{overflow-y:hidden}.header-nav-lv2--align-right{right:0}}@media(max-width: 1199.98px){.header-nav{transform:translateX(-100vw);transition:all .3s;animation:fade-out .25s ease both;position:absolute;top:100%;width:100%;left:0;background-color:#111827;background-color:var(--color-surface-1);min-height:100vh}.header-nav-on .header-nav{animation:fade-in .25s ease both}.header-nav-link[aria-expanded=true]{background-color:#172033;background-color:var(--color-surface-2)}.header-nav-lv2{display:none}.header-nav-lv2.header-nav-lv2--show{display:block}.header-nav-lv2-list{max-height:calc(100vh - 62px);min-height:calc(100vh - 62px);overflow-y:scroll}}@media(min-width: ){.header-nav-lv2+.header-nav-link:after{left:8px}}body{color:#f8fafc;color:var(--color-text-primary);background-color:#07090d;background-color:var(--color-black)}.container{padding-left:20px;padding-left:var(--container-padding-x);padding-right:20px;padding-right:var(--container-padding-x);margin-left:auto;margin-right:auto;width:100%}@media(min-width: 768px){.container{max-width:720px;max-width:var(--container-max-md);padding-left:0;padding-right:0}}@media(min-width: 1200px){.container{max-width:1100px;max-width:var(--container-max-lg)}}.articles b{color:#3b82f6;color:var(--color-primary-500)}.edge-fix{overflow:hidden}.edge-fix>picture{display:block}.edge-fix>picture>img{display:block;width:100%;height:auto;transform:scale(1.01);transform-origin:center center;backface-visibility:hidden}@media(min-width: 768px){.article-tilt{transition:transform .3s ease;will-change:transform}.article-tilt--left{transform:perspective(1700px) rotateY(18deg);transform-origin:right center}.article-tilt--right{transform:perspective(1700px) rotateY(-18deg);transform-origin:left center}.article-tilt.edge-fix>picture>img{transform:scale(1.02)}}.hover\:bg-\[\#DEDEDE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 222, 222, 1);
  background-color: rgba(222, 222, 222, var(--tw-bg-opacity));
}.hover\:text-\[\#666\]:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}.hover\:text-\[\#999\]:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, 1);
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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(1.25) scaleY(1.25);
  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: 720px) {

  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:aspect-\[1400\/550\] {
    aspect-ratio: 1400/550;
  }

  .md\:aspect-\[2000\/700\] {
    aspect-ratio: 2000/700;
  }

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

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

  .md\:gap-y-80 {
    row-gap: 80px;
  }

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

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

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

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

  .md\:text-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-h4 {
    font-size: 20px;
    line-height: 28px;
  }
}@media (min-width: 1200px) {

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-60 {
    height: 60px;
  }

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

  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }

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

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

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

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

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

  .lg\:gap-y-72 {
    row-gap: 72px;
  }

  .lg\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:text-h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .lg\:text-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:text-h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, 1);
    color: rgba(248, 250, 252, var(--tw-text-opacity));
  }
}

/*# sourceMappingURL=style.css.map */