/* [project]/workspace/src/styles/globals.css [client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-geist-mono);
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-muted-foreground: var(--muted-foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
  }
}

@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;
    -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;
  }

  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: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-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;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  html {
    font-family: var(--font-sans);
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

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

  .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-\[\#362BFF\] {
    color: #362bff;
  }

  .text-foreground {
    color: var(--color-foreground);
  }

  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }

  .italic {
    font-style: italic;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .invert {
    --tw-invert: invert(100%);
    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, );
  }

  .filter {
    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, );
  }

  .running {
    animation-play-state: running;
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

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

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

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

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

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

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

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

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

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

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

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

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

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

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

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

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

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

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

/* [project]/workspace/src/styles/webflow/normalize.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* [project]/workspace/src/styles/webflow/webflow.css [client] (css) */
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

pre.w-code-block code > span {
  display: block !important;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: outside;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* [project]/workspace/src/styles/webflow/az-black-plus.webflow.css [client] (css) */
:root {
  --text-gradient-01: #f5f5f8;
  --gradient-text-02: #bbbbbd;
  --black: #161b22;
  --dark-blue: #13171d;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: #81859f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #b4bcd0;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  font-size: 18px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

blockquote {
  text-shadow: 1px 1px 10px #ffffff69;
  border-left: 5px #e2e2e2;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.container.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.wide-container {
  max-width: 1370px;
}

.container.about {
  max-width: 1300px;
}

.nav-menu-container {
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: #212121cc;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 14px 20px #00000036;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  align-items: center;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.white-text {
  color: #fff;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .5s;
}

.button:hover {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 0 13px #ffffff61;
}

.button.big {
  padding: 20px 40px;
}

.button.navbar-button {
  padding: 7px 16px;
  font-size: 14px;
}

.button.from {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 3px;
}

.button.add-to-cart {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #a8a8a8;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline._02, .link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.footer {
  color: #000;
  background-color: #fff;
  align-items: flex-start;
  padding: 2em 0;
}

.footer-image {
  object-position: 0% 50%;
  width: 100%;
}

.nav-link {
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.grey-text {
  color: #b4b4b4;
}

.text-field-form {
  color: #fff;
  background-color: #0d0d1880;
  border: 1px solid #fcfcfc33;
  border-radius: 160px;
  width: 460px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 26px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field-form:focus {
  border-color: #fff;
}

.text-field-form::placeholder {
  color: #a3a4bf;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  grid-column-gap: 60px;
  border: 2px solid #b8b8b8;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.center-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.style-guide-title-holder {
  flex-direction: column;
}

.grid-4-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.success-message {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(to right, #efb7ae 13%, #d9d8e8 78%);
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.headings-holder {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.link-block-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #fff;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.link-block-2.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.x-icon {
  width: 14px;
}

.x-icon.invert {
  filter: invert(63%);
}

.content {
  grid-column-gap: 16px;
  align-items: center;
}

.right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.aa-font {
  font-size: 130px;
}

.colors-container {
  background-color: #fafafa;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--black);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-gray-background {
  background-color: var(--black);
}

.style-guide-gray-background.big-margins {
  margin-top: 90px;
  margin-bottom: 90px;
}

.style-guide-x-button {
  background-color: #141b22;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: .3em 2em auto auto;
}

.style-guide-x-button:hover {
  background-color: var(--black);
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.submit-button-arrow {
  color: #030303;
  background-color: #d9d9d9;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 0 21px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0% auto;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161b22;
  justify-content: space-between;
  margin-top: 30px;
  padding: 45px 70px;
  display: flex;
}

.style-guide-main-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 35px 8px 0 35px;
  display: flex;
  position: sticky;
  top: 50px;
}

.style-guide-home-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.style-guide-home-text.hide-mobile {
  display: block;
}

.headings-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.h6-fixed {
  font-size: 24px;
}

.h6-fixed.bold-text {
  font-weight: 700;
}

.h6-fixed.light-text {
  font-weight: 100;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.subscribe-form {
  position: relative;
}

.sg---color-black {
  background-color: #111;
  width: 235px;
  height: 150px;
}

.paragraph-m {
  font-size: 18px;
  line-height: 1.8;
}

.style-guide-panel-title {
  color: #b3b3b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-container {
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.style-guide-navbar-link {
  flex-direction: column;
  align-items: flex-start;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.borders-2 {
  opacity: .58;
  color: #fff;
  border: 1px solid #b9b9b9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.borders-2.center {
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-empty-container {
  padding: 50px;
}

.style-guide-small-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 50px 380px 50px 50px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-navbar {
  z-index: 30;
  color: #fff;
  background-color: #151b22;
  border-bottom: 1px solid #151b22;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.style-guide-tab-holder {
  color: #fff;
  border-radius: 5px;
  width: 120%;
  margin-left: -25px;
  padding: 11px 25px 11px 49px;
  font-size: 16px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #2b333d;
}

.subscribe-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 30px 109px 30px 17px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .4s;
}

.subscribe-field-text:focus {
  border-color: #ffd660;
}

.subscribe-field-text::placeholder {
  color: #b9b9b9;
}

.contact-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #595959;
  border-radius: 0;
  flex: 1;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .375s;
  display: inline-block;
}

.contact-field-text:hover {
  border-bottom-color: #fff;
}

.contact-field-text:focus {
  border-bottom-color: #ffd660;
}

.contact-field-text::placeholder {
  color: #595959;
  font-weight: 300;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.style-guide-left-panel-holder {
  background-color: #151b22;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.left-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 35%, #c6caf6 72%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 800;
}

.hero-text._02 {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 6%, #c6caf6 61%, #dad9e9 72%);
}

.gradient-button-holder {
  position: relative;
}

.gradient-button {
  filter: blur(20px);
  background-image: linear-gradient(to right, #ffbbae, #c6caf6 73%, #958feb);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.gradient-white-button {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.nav-link-holder {
  color: #81859f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: opacity .2s, color .35s;
  display: flex;
}

.nav-link-holder:hover {
  color: #fff;
}

.nav-link-holder.w--current {
  color: #fff;
  text-shadow: 0 0 4px #ffffff40;
  background-color: #ffffff1a;
}

.nav-button-holder {
  display: flex;
}

.nav-button-holder.nav-button-on-mobile {
  display: none;
}

.brand {
  width: 64px;
  min-width: 64px;
}

.brand-image {
  width: 100%;
}

.nav-link-active-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cricle-active-holder {
  filter: blur(40px);
  background-image: linear-gradient(#eec5bd, #c6caf6 64%, #dad9e9);
  border-radius: 200px;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
  top: 27.8984px;
}

.cricle-active-holder.w--current {
  opacity: .5;
  filter: blur(17px);
  width: 50px;
  height: 50px;
  display: flex;
  top: 11.8984px;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-sticky-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-text-holder {
  grid-column-gap: 60px;
  perspective: 1000px;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.hero-section-text-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 130vh;
  display: flex;
}

.iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  top: 6%;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-section-sticky {
  width: 100%;
  position: sticky;
  top: 50%;
}

.hero-section-paragraph-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 140px;
  display: flex;
}

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.iphone-screen-image.card {
  border-radius: 20px;
}

.iphone-screen-image.mobile {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.iphone-drop-shadow {
  filter: blur(64px);
  background-color: #000;
  width: 120%;
  height: 70%;
  position: absolute;
}

.iphone-drop-shadow.low {
  opacity: .37;
  filter: blur(18px);
  width: 100%;
}

.from-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

.from-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.logo-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.logo-small-container {
  height: 27px;
}

.logo-small {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.center-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.title.smaller {
  margin-bottom: 10px;
  line-height: 1.2;
}

.experience-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.experience-cards-holder {
  perspective: 1000px;
  margin-top: 90px;
}

.experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.experience-card {
  z-index: 5;
  background-color: #30363d;
  border-radius: 26px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-card-content {
  z-index: 5;
  opacity: 1;
  background-color: #161b22;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card-content.mobile {
  z-index: 6;
  flex-direction: row;
}

.experience-card-image-holder {
  width: 100%;
  position: relative;
}

.experience-card-image-holder._02 {
  height: 280px;
}

.experience-card-image-holder.smaller {
  height: 250px;
}

.experience-card-image {
  width: 100%;
}

.experience-card-text-holder {
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.experience-card-text-holder.padding {
  padding-left: 22px;
  padding-right: 22px;
}

.experience-card-text-holder._02 {
  padding-left: 24px;
  padding-right: 24px;
}

.card-title {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.experience-paragraph-holder {
  max-width: 510px;
}

.experience-paragraph-holder._02 {
  max-width: 280px;
}

.experience-gradient {
  background-image: linear-gradient(#151b2200, #151b22);
  height: 70px;
  position: absolute;
  inset: auto 0% -3%;
}

.effortlessly-integration-section {
  background-color: #161b22;
  overflow: hidden;
}

.effortlessly-integration-container {
  padding-top: 120px;
}

.effortlessly-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-holder-effortlessly-integration {
  z-index: 2;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
  position: absolute;
  top: 180px;
}

.iphone-holder-effortlessly-integration {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.effortlessly-integration---iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  display: flex;
  position: relative;
  top: 6%;
}

.logo-holder {
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  display: flex;
  position: relative;
}

.logo-holder.s-size {
  border-radius: 24px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.logo-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-image.blured {
  z-index: 1;
  filter: blur(20px);
}

.logo-image.s-size {
  border-radius: 24px;
}

.workflow-section {
  z-index: 4;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #161b22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.light-holder {
  opacity: .23;
  filter: blur(90px);
  background-image: linear-gradient(to right, #eec5bd, #c6caf6 46%, #dad9e9);
  width: 70%;
  height: 270px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.sticky-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.trusted-white-overlay {
  background-image: linear-gradient(#000, #0000);
  width: 48vw;
  height: 10em;
  position: sticky;
  inset: 0 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #000, #0000 58%);
  height: 20vh;
  top: 80vh;
}

.trusted-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

.trusted-item.last {
  margin-bottom: 0;
}

.trusted-item-header {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.content-sticky {
  position: sticky;
  top: 100px;
}

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.trusted-no {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #eec5bd, #f3b1a5 26%, #c6caf6 74%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -14px;
  margin-right: 10px;
  font-size: 75px;
  font-weight: 800;
}

.download-badge-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.download-badge-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-badge-button {
  width: 242px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.download-badge-button:hover {
  transform: scale(1.1);
}

.download-badge-button.small {
  width: 190px;
}

.dark-and-light-mode-holder {
  background-color: #000;
  width: 100%;
  height: 250vh;
}

.dark-and-light-mode-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.dark-and-light-mode-sticky {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.dark-mode-holder {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-mode-hand-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  margin: 80px 0 0;
  display: flex;
  position: relative;
  inset: 0;
}

.dark-mode-hand {
  z-index: 1;
  width: 400px;
  position: relative;
}

.dark-mode-app-holder {
  padding: 2.6% 26% 26.2% 16%;
  position: absolute;
  inset: 0%;
}

.dark-mode-app {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.white-mode-holder {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.center-iphone {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.cards-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.black-text {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #1b1b1cd9);
  -webkit-background-clip: text;
  background-clip: text;
}

.cards-grid-holder {
  padding-top: 70px;
}

.cards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-background {
  background-color: #f5f5f8;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.card-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 530px;
  display: flex;
  position: relative;
}

.card-container._02 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.card-image-holder {
  width: 100%;
}

.card-image-holder._02 {
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-image {
  width: 100%;
  height: 100%;
}

.card-text-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.card-text-holder._02 {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  padding: 46px 46px 46px 38px;
}

.card-text-holder.small {
  padding-left: 13px;
  padding-right: 13px;
}

.two-cards-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-logo-holder {
  perspective: 1000px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 288px;
  min-height: 288px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-logo-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  display: flex;
  position: relative;
}

.card-bg-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-logo {
  width: 66px;
}

.card-iphone-holder {
  width: 100%;
  margin-top: -190px;
  position: relative;
  top: 190px;
}

.iphone-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  display: flex;
  position: relative;
  left: 24px;
}

.cards-second-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.simple-card-image {
  width: 100%;
}

.social-media-link {
  opacity: 1;
  transition: opacity .2s, color .2s;
}

.social-media-link:hover {
  opacity: .7;
}

.footer-list-item {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 1em;
}

.social-media-content {
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.line {
  background-color: #35373d;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.hero-text-blur {
  opacity: .64;
  filter: blur(40px);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 35%, #c6caf6 72%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 800;
  position: absolute;
}

.card-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 45px;
  display: flex;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-grid.feather-icon {
  justify-content: space-around;
  display: flex;
}

.licensing-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feather-icon-holder {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.logo-to-use-image {
  height: 100%;
}

.licensing-icon {
  filter: invert();
}

.licensing-cards-wrapper {
  grid-row-gap: 45px;
  background-color: #151b22;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-to-use-holder {
  height: 24px;
}

.licensing-cards {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-title {
  font-size: 24px;
  font-weight: 500;
}

.feather-icon {
  width: 100%;
}

.licensing-cards-container {
  background-color: #000;
  margin-top: 50px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.licensing-image-holder {
  width: 100%;
}

.licensing-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
  display: flex;
}

.licensing-link-holder:hover {
  opacity: .7;
}

.left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.experience-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
}

.experience-wrapper:hover {
  color: #fff;
}

.light-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.light {
  opacity: 1;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-inside {
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.light-wrapper-in-front {
  z-index: 6;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.light-outside {
  opacity: .1;
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.buy-template-guide {
  z-index: 20;
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.buy-template-guide:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url("/images/webflow-blue-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.features-hero-holder {
  margin-top: 60px;
  margin-bottom: 200px;
}

.features-hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-hero {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
}

.features-hero-text-holder {
  transform: perspective(1500px);
}

.features-phone-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-phone-container {
  z-index: 1;
  width: 250px;
  position: relative;
}

.features-phone {
  z-index: 1;
  width: 100%;
  position: relative;
}

.features-screenshot-holder {
  padding: .8em;
  position: absolute;
  inset: 0%;
}

.features-screenshot {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.features-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(48deg, #000 22%, #fff0 52%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28.9em;
  font-weight: 800;
  position: absolute;
  inset: -34% auto auto -4%;
}

.features-number._2 {
  background-image: linear-gradient(to right, #000 36%, #fff0 65%), linear-gradient(to right, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  inset: -12% -8% auto auto;
}

.features-number._3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #000 33%, #fff0 56%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  inset: auto auto -27% -5%;
}

.features-number._4 {
  z-index: -1;
  background-image: linear-gradient(#000 32%, #fff0 59%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  inset: auto -8% -47% auto;
}

.company-number-facts-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 100px;
  overflow: hidden;
}

.company-number-facts-container {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-number-facts-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.your-needs-section-holder {
  grid-row-gap: 150px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.your-needs-section-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.your-needs-section-grid.rotated {
  grid-template-columns: 1fr 1.25fr;
}

.your-neeeds-content-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gradient-small-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.white-title {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.25;
}

.your-needs-image-holder {
  border: 1px solid #30363d;
  border-radius: 26px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.your-needs-image-holder.small-image {
  height: 520px;
}

.your-needs-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-features-holder {
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.experience-card-text-holder-left {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.card-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-card-text-holder-small {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
  display: flex;
}

.download-badge-container-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.experience-card-mobile-holder, .experience-card-mobile-container {
  width: 100%;
}

.mobile-accessiblity-holder {
  width: 285px;
}

.mobile-accessibilty-container {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.iphone-screen-mobile {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.1%;
  padding-left: 4.6%;
  padding-right: 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero-content-holder {
  perspective: 1500px;
  width: 100%;
}

.about-hero-content-wrapper {
  grid-row-gap: 9px;
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.about-hero-title {
  font-size: 24px;
  font-weight: 500;
}

.about-hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero-text-holder {
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

.about-hero-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-hero-image-holder {
  perspective: 1500px;
  width: 100%;
}

.about-hero-image {
  width: 100%;
}

.about-black-section {
  grid-row-gap: 80px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.divider {
  background-color: #3b3f45;
  width: 100%;
  height: 1px;
}

.about-black-list-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
}

.about-black-list-container {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.about-black-list-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  display: flex;
}

.about-black-list-icon-holder {
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 30%, #c6caf6 72%, #dad9e9);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about-black-list-icon {
  width: 12px;
}

.about-company-image-holder {
  border-radius: 32px;
  width: 100%;
  height: 510px;
  overflow: hidden;
}

.about-company-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.open-roles-container {
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.open-roles-holder {
  margin-top: 75px;
  margin-bottom: 75px;
}

.role-container {
  grid-row-gap: 6px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.role-title {
  font-size: 24px;
  font-weight: 500;
}

.role-job-locaiton {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.more-info-text {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.normal-link {
  color: #b4bcd0;
  text-decoration: underline;
}

.normal-link:hover {
  color: #fff;
}

.open-roles-cta-holder {
  margin-bottom: 120px;
}

.open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px undefined undefined;
  background-color: #161b22;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
}

.paragraph-open-roles {
  max-width: 520px;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  inset: auto -1% -22% auto;
}

.blog-hero {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-post-holder {
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 18px;
  flex-direction: row;
  align-items: stretch;
  transition: opacity .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  overflow: hidden;
}

.blog-post-holder:hover {
  opacity: .8;
  color: #fff;
  transform: scale(.95);
}

.blog-post-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  display: flex;
}

.blog-post-thumbnail-holder {
  width: 100%;
  height: 100%;
}

.blog-post-thumbnail {
  object-fit: cover;
  border-radius: 18px 0 0 18px;
  width: 100%;
  height: 100%;
}

.blog-category {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 27%, #c6caf6 67%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.blog-title {
  font-size: 32px;
  font-weight: 500;
}

.blog-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.blog-cta-container {
  justify-content: space-between;
  display: flex;
}

.blog-cta-email-holder {
  grid-row-gap: 35px;
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-text {
  font-size: 24px;
  font-weight: 600;
}

.follow-us-holder {
  grid-row-gap: 20px;
  border-bottom: 1px solid #3b3f45;
  border-left: 1px solid #3b3f45;
  flex-direction: column;
  max-width: 250px;
  padding: 20px;
  display: flex;
}

.blog-grid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-holder {
  flex-direction: column;
  height: 100%;
  transition: transform .325s cubic-bezier(.175, .885, .32, 1.275), opacity .35s;
  display: flex;
}

.blog-item-holder:hover {
  opacity: .9;
  color: #fff6f6;
  transform: scale(.96);
}

.blog-item-thumbnail-holder {
  height: 270px;
}

.blog-item-thumbnail {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-category-holder {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.blog-content {
  background-color: var(--black);
  border: 1px solid #30363d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.blog-small-name {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-summery-holder {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.blog-details-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-details-title {
  max-width: 990px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.white-title-medium {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-xl {
  color: #959499;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.blog-main-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-rich-text-holder {
  grid-column-gap: 40px;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.social-media-content-blog {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 20%;
}

.blog-cta-wrapper {
  border-top: 1px solid #3b3f45;
  margin-top: 120px;
  padding-top: 30px;
}

.blog-cta-content-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-cta-content-container {
  grid-row-gap: 6px;
  flex-direction: column;
  max-width: 420px;
  display: flex;
}

.blog-cta-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-rich-text-w {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-category-holder {
  z-index: 3;
  position: relative;
}

.pricing-category-wrapper {
  grid-column-gap: 6px;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 40px;
  padding: 6px;
  display: flex;
}

.pricing-category-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-button {
  background-color: #3d3d3d00;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: color .35s, background-color .425s;
}

.pricing-button:hover {
  color: #fff;
  background-color: #2d32384a;
}

.pricing-hero {
  margin-top: 100px;
  margin-bottom: 50px;
}

.pricing-table-holder {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pricing-table-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-item {
  z-index: 3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  position: relative;
}

.pricing-item.middle {
  z-index: 2;
  border-color: #d4c3df;
  box-shadow: 0 60px 70px #efc0b730, 0 -20px 50px #d2d2ee12, 0 0 60px 9px #f1b2aa24;
}

.pricing-item-container {
  padding: 35px;
}

.pricing-title {
  color: #f3b1a5;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.price-holder {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.price {
  font-size: 36px;
  font-weight: 700;
}

.pricing-indicator {
  color: #b4bcd0;
  margin-bottom: 11px;
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing-divider {
  background-color: #27272a;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-list-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pricing-button-holder {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.faq-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
}

.faq-container {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #161b22;
  border: 1px solid #969696;
  border-radius: 26px;
  padding: 32px;
  transition: background-color .5s;
}

.faq-block:hover {
  background-color: #06080a;
}

.faq-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-question-text {
  color: #f7f7f8;
  font-size: 24px;
  font-weight: 400;
}

.faq-icon-holder {
  border: 2px solid #eec5bd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.faq-icon {
  width: 10px;
}

.faq-answer-holder {
  overflow: hidden;
}

.faq-answer {
  color: #b4bcd0;
  padding-top: 12px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cart-icon {
  width: 17px;
  min-width: 16px;
}

.cart-quantity {
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cart-button {
  grid-column-gap: 6px;
  outline-offset: 0px;
  background-color: #353535;
  border-radius: 30px;
  outline: 0 #96969600;
  padding: 8px 14px;
  transition-property: background-color;
}

.cart-button:hover {
  background-color: #464646;
}

.cart {
  z-index: 3;
  margin-right: 12px;
}

.cart-container {
  background-color: #212121;
  border-radius: 26px;
  min-width: 390px;
  box-shadow: 0 5px 25px #00000040;
}

.cart-wrapper {
  background-color: #0000;
}

.pricing-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-info-container {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  max-width: 780px;
  padding: 35px;
}

.pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-avatar-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.pricing-icon-holder {
  border-radius: 11px;
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  overflow: hidden;
}

.pricing-title-normal {
  color: #f3b1a5;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.pricing-tilte-info {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-info {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-list-wrapper {
  border-left: 1px solid #27272a;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  display: flex;
}

.pricing-long-decsription {
  padding-top: 60px;
}

.pricing-details-hero {
  margin-top: 44px;
  margin-bottom: 44px;
}

.black-list li {
  color: #fff;
  background-image: url("/images/Gradient-Check.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 33px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.black-list ul {
  padding-left: 0;
}

.pricing-link {
  color: #a3a3a3;
}

.pricing-link.w--current {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
}

.checkout-form {
  background-color: #000;
}

.block-header {
  background-color: #fff0;
  border-style: none;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.customer-info {
  background-color: #101010;
  border: 1px solid #161616;
  border-radius: 16px;
}

.field-input {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 11px;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.field-input:hover {
  background-color: var(--dark-blue);
}

.field-input:focus, .field-input.-wfp-focus {
  background-color: var(--dark-blue);
  border-color: #fff3;
}

.field-input::placeholder {
  color: #ffffff4d;
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.animate-on-load-04 {
  width: 100%;
}

.animate-on-load-04._100-width-and-height {
  height: 100%;
}

.cart-x-icon {
  width: 25px;
  min-width: 24px;
}

.close-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: #3b3f45;
  padding: 17px 22px;
}

.cart-icon-holder {
  border-radius: 10px;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  overflow: hidden;
}

.cart-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-quantity-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 9px;
  display: flex;
}

.cart-header-holder {
  width: 100%;
  display: flex;
}

.cart-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cart-item {
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-price-holder {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.cart-price {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.remove-button-icon {
  width: 24px;
  min-width: 24px;
}

.remove-button {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  transition-property: background-color;
  display: flex;
}

.remove-button:hover {
  background-color: #323232;
}

.quantity-wrapper {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.cart-quantity-inside {
  background-color: #323232;
  border-style: none;
  border-radius: 50px;
  margin-bottom: 0;
}

.cart-list {
  max-height: 60vh;
  padding: 0 13px 13px;
}

.cart-footer {
  border-top-style: none;
  padding-top: 0;
}

.empty-state {
  grid-row-gap: 12px;
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 24px;
  flex-direction: column;
  margin: 36px;
  padding: 50px 27px;
  font-size: 16px;
  font-weight: 500;
}

.download-app-content {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  min-width: 490px;
  max-width: 490px;
  padding: 30px;
  display: flex;
}

.iphone-image-home-page {
  z-index: 2;
  height: 100%;
  position: relative;
}

.prespective {
  perspective: 1500px;
  position: relative;
}

.cta-gradient {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 38%, #c6caf6 78%, #dad9e9);
  border-radius: 26px;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 140px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  text-transform: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link {
  color: #323232;
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  border-top: 1px solid #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  padding-top: 30px;
}

.footer-brand-holder {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.black-link {
  color: #000;
}

.order-summery {
  top: 83px;
}

.contact-form-block {
  width: 50%;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .logo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .experience-card-text-holder.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .experience-gradient {
    height: 130px;
  }

  .experience-gradient._02 {
    bottom: -26%;
  }

  .card-image-holder._02 {
    height: 100%;
  }

  .card-text-holder.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-phone-container {
    width: 320px;
  }

  .features-number {
    font-size: 30em;
    top: -22%;
  }

  .features-number._2 {
    top: -3%;
  }

  .features-number._3 {
    bottom: -25%;
  }

  .features-number._4 {
    bottom: -29%;
  }

  .gradient-small-text {
    top: -22%;
  }

  .your-needs-image-holder.small-image {
    height: 580px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  .nav-menu-container {
    grid-column-gap: 0px;
    text-align: center;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    overflow: visible;
  }

  .nav-menu {
    background-color: #1a1a1a;
    border-radius: 20px;
    max-width: 285px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    left: 0;
    right: 0;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #1f1f1f;
    border-radius: 40px;
  }

  .center-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 17px;
    display: grid;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .style-guide-hero-holder {
    padding: 28px;
  }

  .style-guide-tab-holder {
    margin-left: 0;
    padding: 5px 0;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .nav-button-holder {
    margin-top: 10px;
    display: none;
  }

  .nav-button-holder.nav-button-on-mobile {
    display: flex;
  }

  .brand {
    width: 90px;
    min-width: 90px;
    margin-right: 60px;
  }

  .cricle-active-holder.w--current {
    opacity: .22;
    top: -8px;
  }

  .hero-text-holder {
    grid-column-gap: 30px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .effortlessly-integration---iphone-holder {
    width: 320px;
  }

  .logo-holder {
    border-radius: 8px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .logo-image {
    border-radius: 20px;
  }

  .logo-image.blured {
    display: none;
  }

  .workflow-section {
    margin-top: -220px;
    padding: 42px;
  }

  .sticky-section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .trusted-item {
    margin-bottom: 5vh;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-grid {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

  .card-container {
    max-height: none;
  }

  .card-iphone-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cards-second-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-hero-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-hero-content-holder {
    align-items: center;
  }

  .features-hero {
    font-size: 60px;
  }

  .features-phone-holder {
    width: 60%;
  }

  .company-number-facts-holder {
    padding: 34px;
  }

  .your-needs-section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-featured-grid {
    display: flex;
  }

  .mobile-accessiblity-holder {
    width: 220px;
  }

  .mobile-accessibilty-container {
    height: 370px;
  }

  .about-hero-container {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: 10%;
  }

  .blog-hero {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .blog-post-container {
    flex-direction: column;
    display: flex;
  }

  .blog-cta-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .blog-cta-email-holder {
    border-bottom-style: none;
  }

  .follow-us-holder {
    border: 1px #000;
    width: 100%;
    max-width: none;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-xl {
    font-size: 18px;
  }

  .blog-rich-text-holder {
    flex-direction: column-reverse;
    width: 100%;
  }

  .social-media-content-blog {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .pricing-hero {
    margin-top: 30px;
  }

  .pricing-table-container {
    flex-direction: column;
    display: flex;
  }

  .faq-container {
    width: 100%;
  }

  .cart {
    margin-right: 0;
  }

  .cart-container {
    margin-top: 20px;
    margin-right: -110px;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .contact-form-block {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 340px;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-template-columns: 1fr 1fr;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .experience-card-content.mobile {
    flex-direction: column;
  }

  .experience-card-image-holder._02, .experience-card-image-holder.smaller {
    height: auto;
  }

  .experience-card-text-holder._02 {
    padding-top: 3px;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-grid.feather-icon {
    flex-direction: row;
    justify-content: space-between;
  }

  .feather-icon-holder {
    width: 20px;
  }

  .features-phone-holder {
    width: 100%;
  }

  .company-number-facts-container {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .card-features-container {
    grid-template-columns: 1fr 1fr;
  }

  .download-badge-container-cta {
    flex-direction: row;
  }

  .about-black-list-holder {
    width: 100%;
  }

  .blog-post-holder:hover {
    transform: none;
  }

  .blog-post-content {
    padding: 24px;
  }

  .follow-us-holder {
    padding: 0;
  }

  .blog-grid-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .blog-main-image-holder {
    height: 250px;
  }

  .pricing-info-container {
    border-radius: 12px;
    padding: 13px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .pricing-list-wrapper {
    border-top: 1px solid #27272a;
    padding-left: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  blockquote {
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
  }

  .container {
    padding: 1em;
  }

  .nav-menu-container {
    justify-content: center;
  }

  .nav-menu {
    width: 100%;
    left: 0;
    right: 0;
  }

  .button.from {
    width: 100%;
    position: relative;
    right: 0;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-form {
    width: 100%;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .headings-holder {
    padding: 10px;
  }

  .style-guide-x-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    top: .3em;
    right: 0;
  }

  .paragraph-container {
    width: 100%;
  }

  .style-guide-left-panel {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 23px 12px;
    display: flex;
  }

  .style-guide-home-text.hide-mobile {
    display: none;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-panel-title {
    font-size: 18px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-navbar-link {
    justify-content: center;
    align-items: center;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-navbar {
    padding-left: .3em;
    padding-right: .3em;
  }

  .style-guide-tab-holder {
    font-size: 19px;
  }

  .hero-text {
    font-size: 16vw;
  }

  .hero-text-holder {
    grid-column-gap: 11px;
  }

  .hero-section-paragraph-holder {
    padding-top: 40px;
  }

  .iphone-screen-image {
    border-radius: 10px;
  }

  .from-holder {
    grid-row-gap: 6px;
    align-items: center;
  }

  .form-block, .from-wrapper {
    width: 100%;
  }

  .experience-card {
    border-radius: 16px;
  }

  .experience-card-content {
    border-radius: 15px;
  }

  .experience-card-text-holder {
    padding: 15px;
  }

  .card-title {
    font-size: 24px;
  }

  .effortlessly-integration-wrapper {
    margin-top: 32px;
  }

  .logo-holder-effortlessly-integration {
    grid-column-gap: 24px;
    top: 142px;
  }

  .effortlessly-integration---iphone-holder {
    width: 200px;
  }

  .logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .logo-holder.s-size {
    border-radius: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .logo-image {
    border-radius: 9px;
  }

  .logo-image.s-size {
    border-radius: 7px;
  }

  .workflow-section {
    margin-top: -60px;
    padding: 20px;
  }

  .trusted-item {
    grid-row-gap: 8px;
  }

  .trusted-item-header {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .trusted-no {
    font-size: 50px;
  }

  .download-badge-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .dark-mode-hand-holder {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }

  .dark-mode-hand {
    width: 300px;
  }

  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image-holder._02 {
    height: 54%;
    bottom: -5%;
  }

  .card-image {
    position: relative;
  }

  .card-text-holder._02 {
    padding: 20px 20px 78px;
  }

  .card-logo-holder {
    height: 420px;
    min-height: 420px;
  }

  .card-iphone-holder {
    align-items: center;
  }

  .iphone-card {
    left: 0;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .licensing-grid {
    flex-direction: column;
    display: flex;
  }

  .licensing-grid.feather-icon {
    flex-direction: column;
    align-items: center;
  }

  .licensing-grid.feather-icon.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .feather-icon-holder {
    width: auto;
  }

  .licensing-cards-wrapper {
    padding: 27px;
  }

  .licensing-cards-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .left {
    display: block;
  }

  .buy-template-guide {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .features-hero-holder {
    margin-top: 0;
    padding-top: 30px;
  }

  .features-hero {
    font-size: 11vw;
    font-weight: 500;
  }

  .features-number {
    font-size: 19em;
  }

  .features-number._2 {
    top: -25%;
    right: -23%;
  }

  .features-number._3 {
    bottom: -20%;
    left: -17%;
  }

  .features-number._4 {
    bottom: -28%;
  }

  .features-number._1 {
    top: -34%;
  }

  .your-needs-section-grid {
    grid-row-gap: 70px;
  }

  .experience-card-text-holder-left {
    padding: 15px;
  }

  .card-featured-grid {
    flex-direction: column;
  }

  .experience-card-text-holder-small {
    padding: 15px;
  }

  .download-badge-container-cta {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .role-container {
    grid-row-gap: 24px;
    padding: 25px;
  }

  .open-roles-cta {
    border-radius: 26px;
    padding-bottom: 180px;
  }

  .h3-title {
    font-size: 32px;
  }

  .open-roles-illustation {
    width: 250px;
    bottom: -20%;
  }

  .blog-post-container {
    grid-row-gap: 0px;
  }

  .blog-category {
    font-size: 16px;
    font-weight: 400;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-content-holder {
    margin-bottom: 20px;
  }

  .blog-cta-email-holder {
    flex-direction: column;
    justify-content: space-between;
  }

  .subscribe-text {
    font-size: 22px;
  }

  .blog-content {
    padding: 14px;
  }

  .blog-small-name {
    font-weight: 400;
  }

  .blog-summery-holder {
    font-weight: 300;
  }

  .paragraph-xl {
    font-size: 16px;
  }

  .blog-cta-wrapper {
    margin-top: 60px;
  }

  .blog-cta-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-item, .pricing-item.middle {
    border-radius: 12px;
  }

  .pricing-item-container {
    padding: 24px 20px 20px;
  }

  .price-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .price {
    font-size: 28px;
  }

  .faq-block {
    border-radius: 12px;
    padding: 16px;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 21px;
  }

  .faq-answer {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .cart-container {
    border-radius: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 25px;
  }

  .pricing-avatar-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-long-decsription {
    padding-top: 12px;
  }

  .cart-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cart-icon-holder {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .cart-quantity-holder {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .cart-price {
    font-size: 15px;
  }

  .cart-quantity-inside {
    border-radius: 7px;
    height: 30px;
  }

  .cart-list {
    max-height: none;
  }

  .cart-footer {
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .download-app-content {
    min-width: 0;
    max-width: none;
    padding: 15px;
  }

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

  .default-state-2 {
    margin-bottom: 0;
  }

  .footer-wrapper {
    text-align: left;
    align-items: flex-start;
  }

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

  .footer-link {
    text-align: left;
  }

  .contact-form-block {
    width: 100%;
  }
}

#w-node-_085c9765-501c-5617-011b-330ce3c599f9-0a144c54, #w-node-_0deefd36-474e-9b1c-4f05-307961aee71c-0a144c54, #w-node-_4ff05d65-0965-ed38-980d-1d68b8cfcfc2-0a144c54, #w-node-_085c9765-501c-5617-011b-330ce3c59a02-0a144c54, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-d9af3b6e, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-d9af3b6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-d9af3b6e, #w-node-c9a3eb7f-e26e-bb52-e19d-39f848eddb94-d9af3b6e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-d9af3b6e, #w-node-_7c769986-af35-2c7e-a088-51a92c6e6099-d9af3b6e, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-d9af3b6e, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4d-d9af3b6e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-d9af3b6e, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f98870-d9af3b6e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd17-d9af3b6e, #w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd1f-d9af3b6e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202f7-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb20301-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb2030b-0bb202c0, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670687-7faf3b76, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670689-7faf3b76, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068b-7faf3b76, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068d-7faf3b76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c331566-379f-cbef-9da9-4f92e2bbed1a-72af3b78, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed27-72af3b78, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed88-72af3b78, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed8e-72af3b78, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed93-72af3b78, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed98-72af3b78 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_375774ea-ffbc-052e-f720-5714ce596736-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-92b19f82, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-92b19f82, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-92b19f82, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-92b19f82, #w-node-f194965a-bbc7-d407-56bf-553dc41406ae-92b19f82, #w-node-f194965a-bbc7-d407-56bf-553dc41406a4-92b19f82, #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-92b19f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77fb7304-23b7-063e-5e90-8822816690ad-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_32392e41-ee06-ee24-24d2-a841c7b7fccc-92b19f82, #w-node-_9844e7cd-262c-6419-9582-b6a82a55c16a-92b19f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deb95fe1-5576-cd6e-d707-87432df62a1e-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0b7bb496-0244-b976-a66f-5923a4a35471-92b19f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ee7b944-f444-155e-25f2-851c6a5a47a9-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-deb6c071-b9f9-b374-4ba4-ccc1809647d3-92b19f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9c6b325-8a7d-e7cf-d2eb-314af7b475f4-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417930-92b19f82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417931-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-92b19f82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde800-92b19f82 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-248d6fb6, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-248d6fb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ecca6df-2a0f-fb0c-c590-081f4c1c12e4-248d6fb6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c59db0e2-42cb-45bb-b899-0a897bca219c-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-248d6fb6, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-248d6fb6, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-248d6fb6, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-248d6fb6, #w-node-_27dc780f-c46d-97fd-b84b-d41942f2a8cc-248d6fb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c41893f6-77f1-aba0-bdf5-c28286a834ef-248d6fb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fdd6b3f9-ad6d-93e1-6fcb-85fbc3858e73-248d6fb6, #w-node-_725e9958-a1cb-101d-3e2b-cea8a5b9c0c7-248d6fb6, #w-node-_73f158c9-d084-628e-5757-50febde5ec6a-248d6fb6, #w-node-cbb4e338-487f-fee9-3f18-49fbb39b5830-248d6fb6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bb91ceaa-06d0-2ec1-a620-bfcd18bff0df-98f5df8d, #w-node-_0006f261-face-d8e0-43a5-88aa60d5be8f-98f5df8d, #w-node-_986159ab-d85b-4506-4c82-583c6f9332ef-98f5df8d, #w-node-_986159ab-d85b-4506-4c82-583c6f9332f2-98f5df8d, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9cb-98f5df8d, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9ce-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-98f5df8d, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-98f5df8d, #w-node-_3e8df2a6-0970-1d56-9495-cbe5c4aa4a67-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe476-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe49f-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4c8-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f3-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f5-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f7-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f9-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fb-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fd-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4ff-9bcc3801, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe501-9bcc3801, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d863-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d866-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d887-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d88a-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ab-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ae-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d1-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d3-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d5-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d7-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d9-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8db-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8dd-41cc37ff, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8df-41cc37ff, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcd8-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcda-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcdc-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dcde-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce0-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce2-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce4-8f2c2147, #w-node-f078fdf9-afcd-dd23-e056-d7d58c77dce6-8f2c2147 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-d9af3b6e {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-d9af3b6e {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-d9af3b6e {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-92b19f82, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-92b19f82 {
    grid-column: span 2 / span 2;
  }

  #w-node-f194965a-bbc7-d407-56bf-553dc41406ae-92b19f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f194965a-bbc7-d407-56bf-553dc41406a4-92b19f82 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-92b19f82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32392e41-ee06-ee24-24d2-a841c7b7fccc-92b19f82 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-d9af3b6e {
    grid-column: span 3 / span 3;
  }

  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-d9af3b6e, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-d9af3b6e, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-d9af3b6e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7f1f2c8c-2d86-0695-091d-80cef2ee5dfd-92b19f82 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9844e7cd-262c-6419-9582-b6a82a55c16a-92b19f82, #w-node-_0b7bb496-0244-b976-a66f-5923a4a35471-92b19f82 {
    grid-column: span 3 / span 3;
  }

  #w-node-deb6c071-b9f9-b374-4ba4-ccc1809647d3-92b19f82, #w-node-_542b8ece-f6fc-0df1-0baa-89cfd5417930-92b19f82, #w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-92b19f82, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-248d6fb6, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-248d6fb6, #w-node-_27dc780f-c46d-97fd-b84b-d41942f2a8cc-248d6fb6, #w-node-c41893f6-77f1-aba0-bdf5-c28286a834ef-248d6fb6 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-column: 1 / 3;
  }

  #w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-248d6fb6, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-248d6fb6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* [project]/workspace/src/styles/webflow/ix-init.css [client] (css) */
html.wf-ix .nav-menu-container, html.wf-ix .hero-text-wrapper, html.wf-ix .hero-text-blur, html.wf-ix .iphone-holder, html.wf-ix .iphone-drop-shadow, html.wf-ix .lt-splash-blob, html.wf-ix .lt-splash-ring, html.wf-ix .lt-splash-drop, html.wf-ix .lt-splash-aurora, html.wf-ix .lt-splash-lines {
  opacity: 0;
}

html.wf-ix .white-mode-holder {
  height: 0;
}

html.wf-ix .animate-on-load-01, html.wf-ix .animate-on-load-02, html.wf-ix .animate-on-load-03, html.wf-ix .animate-on-load-04, html.wf-ix .features-number, html.wf-ix .features-phone-container {
  opacity: 0;
}

/* [project]/workspace/src/styles/webflow/letstext-theme.css [client] (css) */
:root {
  --lt-bg: #0a0a0f;
  --lt-bg-soft: #0d0e14;
  --lt-surface: #111319;
  --lt-surface-2: #161922;
  --lt-border: #1f2330;
  --lt-border-strong: #2a3040;
  --lt-blue: #0a84ff;
  --lt-blue-light: #5aabff;
  --lt-blue-deep: #0060df;
  --lt-red: #ef4444;
  --lt-green: #25d366;
  --lt-text: #f5f7fa;
  --lt-muted: #9aa3b2;
  --lt-serif: Tinos, "Times New Roman", Times, serif;
  --lt-sans: Inter, ui-sans-serif, system-ui, sans-serif;
  --text-gradient-01: #fff;
  --gradient-text-02: #c7ccd6;
  --black: #111319;
  --dark-blue: #0d0e14;
}

html {
  background-color: var(--lt-bg);
}

body {
  color: var(--lt-text);
  background-color: var(--lt-bg);
  font-family: var(--lt-sans);
}

::selection {
  color: #fff;
  background-color: #0a84ff66;
}

h1, h2, h3, .title, .white-title, .white-title-medium, .h3-title, .features-hero, .trusted-no, .price {
  font-family: var(--lt-serif);
  letter-spacing: -.01em;
  font-weight: 700;
}

h1, h2, h3 {
  line-height: 1.15;
}

.title, .white-title {
  line-height: 1.12;
}

p {
  color: var(--lt-muted);
  letter-spacing: .2px;
  font-family: var(--lt-sans);
  font-weight: 400;
}

li {
  color: var(--lt-text);
}

a:hover {
  color: var(--lt-blue-light);
}

.card-title, .about-hero-title, .role-title, .blog-title, .subscribe-text, .faq-question-text, .blog-small-name, .blog-cta-title {
  font-family: var(--lt-sans);
  letter-spacing: -.01em;
  font-weight: 700;
}

.grey-text, .role-job-locaiton, .pricing-indicator, .faq-answer, .blog-summery-holder {
  color: var(--lt-muted);
}

.lt-accent {
  color: var(--lt-blue);
  -webkit-text-fill-color: var(--lt-blue);
  font-family: var(--lt-serif);
  background: none;
  font-style: italic;
}

.lt-apos {
  color: var(--lt-red);
  -webkit-text-fill-color: var(--lt-red);
}

.lt-strong {
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 600;
}

.lt-eyebrow {
  color: var(--lt-blue);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: var(--lt-sans);
  font-size: 12px;
  font-weight: 600;
}

.gradient-small-text, .blog-category {
  background-image: linear-gradient(90deg, var(--lt-blue-light), var(--lt-blue));
  font-family: var(--lt-sans);
  letter-spacing: .02em;
}

.lt-wordmark {
  color: #fff;
  white-space: nowrap;
  font-family: var(--lt-serif);
  letter-spacing: -.02em;
  align-items: baseline;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.lt-wordmark .lt-apos {
  margin: 0 .02em;
}

.lt-wordmark .lt-text {
  color: var(--lt-blue);
}

.brand {
  align-items: center;
  width: auto;
  min-width: 0;
  display: flex;
}

.brand .lt-wordmark {
  font-size: 22px;
}

.footer-brand {
  width: auto;
}

.footer-brand .lt-wordmark {
  font-size: 28px;
}

.lt-monogram {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: var(--lt-serif);
  background: radial-gradient(120% 120% at 20% 0, #1b2130 0%, #0b0d12 70%);
  border: 1px solid #ffffff1a;
  border-radius: 28%;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  display: flex;
  box-shadow: 0 20px 50px #0a84ff33, inset 0 1px #ffffff14;
}

.lt-monogram .lt-text {
  color: var(--lt-blue);
}

.hero-text, .hero-text-blur {
  font-family: var(--lt-serif);
  letter-spacing: -.02em;
  padding: 0 .08em;
  font-size: 13vw;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.hero-text {
  background-image: linear-gradient(#fff 30%, #b9c0cc);
}

.hero-text._02 {
  background-image: linear-gradient(#fff 30%, #c9d0da);
}

.hero-text._02 .lt-text {
  color: var(--lt-blue);
  -webkit-text-fill-color: var(--lt-blue);
}

.hero-text-blur {
  background-image: linear-gradient(to right, #fff, #7cbcff);
}

.hero-text-wrapper._02 .hero-text-blur {
  background-image: linear-gradient(to right, #fff 10%, #0a84ff 55%, #0a84ff);
}

@media screen and (max-width: 479px) {
  .hero-text, .hero-text-blur {
    font-size: 14vw;
  }
}

.button, .w-button {
  color: #fff;
  background-color: var(--lt-blue);
  font-family: var(--lt-sans);
  background-image: linear-gradient(#4ea6ff 0%, #0a84ff 45%, #0068e8 100%);
  border: 1px solid #5aabff66;
  border-radius: 100px;
  font-weight: 600;
  transition: box-shadow .3s, transform .3s, filter .3s;
  box-shadow: 0 10px 30px -6px #0a84ff80, inset 0 1px #ffffff40;
}

.button:hover, .w-button:hover {
  color: #fff;
  background-color: var(--lt-blue);
  filter: brightness(1.08);
  box-shadow: 0 14px 40px -4px #0a84ffb3, inset 0 1px #ffffff59;
}

.button:focus-visible, .w-button:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 3px;
}

.lt-button-ghost, .lt-button-ghost.w-button {
  color: var(--lt-text);
  border: 1px solid var(--lt-border-strong);
  box-shadow: none;
  background-color: #ffffff08;
  background-image: none;
}

.lt-button-ghost:hover, .lt-button-ghost.w-button:hover {
  color: #fff;
  filter: none;
  box-shadow: none;
  background-color: #ffffff12;
}

.lt-button-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lt-button-arrow {
  grid-column-gap: 10px;
  align-items: center;
  display: inline-flex;
}

.text-field-form {
  color: #fff;
  border: 1px solid var(--lt-border-strong);
  font-family: var(--lt-sans);
  background-color: #0d0f15cc;
}

.text-field-form:focus {
  border-color: var(--lt-blue);
  box-shadow: 0 0 0 4px #0a84ff26;
}

.text-field-form::placeholder {
  color: #7b8494;
}

.success-message {
  color: #fff;
  background-image: linear-gradient(90deg, #0a84ff, #3d9bff);
  border-radius: 16px;
  font-weight: 600;
}

.error-message {
  border-radius: 16px;
}

.navbar {
  height: 84px;
  padding-top: 14px;
}

.nav-menu-container {
  background-color: #0c0e14d9;
  border: 1px solid #ffffff17;
  border-radius: 18px;
  height: 60px;
  padding-left: 24px;
  padding-right: 12px;
  box-shadow: 0 20px 40px #0006, inset 0 1px #ffffff0d;
}

.nav-link-holder {
  color: #a3abb9;
  border-radius: 10px;
}

.nav-link-holder:hover {
  color: #fff;
}

.nav-link-holder.w--current {
  color: #fff;
  text-shadow: none;
  background-color: #ffffff12;
}

.cricle-active-holder {
  background-image: linear-gradient(#0a84ff, #5aabff);
}

.button.navbar-button {
  color: #fff;
  border: 1px solid var(--lt-border-strong);
  box-shadow: none;
  background-color: #ffffff08;
  background-image: none;
  border-radius: 12px;
  padding: 9px 18px;
}

.button.navbar-button:hover {
  filter: none;
  box-shadow: none;
  background-color: #ffffff14;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border: 1px solid var(--lt-border);
    background-color: #0f1117;
    border-radius: 18px;
  }
}

.experience-card {
  background-color: var(--lt-border-strong);
}

.experience-card-content {
  background-color: var(--lt-surface);
}

.experience-gradient {
  background-image: linear-gradient(#11131900, var(--lt-surface));
}

.effortlessly-integration-section {
  background-color: var(--lt-bg-soft);
}

.light-inside {
  opacity: .35;
  background-color: #0a84ff;
}

.light-outside {
  background-color: #5aabff;
}

.light-holder {
  background-image: linear-gradient(to right, #0a84ff, #5aabff 46%, #0a84ff);
}

.workflow-section {
  background-color: var(--lt-bg-soft);
}

.your-needs-image-holder {
  border-color: var(--lt-border);
}

.trusted-no {
  background-image: linear-gradient(128deg, #fff, #9fcfff 45%, #0a84ff);
}

.features-number {
  background-image: linear-gradient(48deg, var(--lt-bg) 22%, #fff0 52%), linear-gradient(270deg, #9fcfff, #0a84ff 45%, #5aabff 78%, #fff);
}

.features-number._2 {
  background-image: linear-gradient(to right, var(--lt-bg) 36%, #fff0 65%), linear-gradient(to right, #9fcfff, #0a84ff 45%, #5aabff 78%, #fff);
}

.features-number._3 {
  background-image: radial-gradient(circle at 100% 100%, var(--lt-bg) 33%, #fff0 56%), linear-gradient(270deg, #9fcfff, #0a84ff 45%, #5aabff 78%, #fff);
}

.features-number._4 {
  background-image: linear-gradient(var(--lt-bg) 32%, #fff0 59%), linear-gradient(270deg, #9fcfff, #0a84ff 45%, #5aabff 78%, #fff);
}

.about-black-list-icon-holder {
  background-image: linear-gradient(135deg, #5aabff, #0a84ff);
}

.dark-and-light-mode-holder, .dark-mode-holder {
  background-color: var(--lt-bg);
}

.lt-tint {
  filter: hue-rotate(-38deg) saturate(1.35);
}

.cards-section {
  background-color: var(--lt-bg-soft);
  border-top: 1px solid var(--lt-border);
  border-bottom: 1px solid var(--lt-border);
}

.card-background {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
}

.black-text {
  color: #fff;
  background-image: linear-gradient(#fff, #c7ccd6);
}

p.black-text, .experience-paragraph-holder p.black-text {
  color: var(--lt-muted);
  -webkit-text-fill-color: var(--lt-muted);
  background-image: none;
}

.card-logo-container {
  background-color: #0000;
}

.pricing-item {
  background-color: var(--lt-surface);
  border-color: var(--lt-border);
}

.pricing-item.middle {
  border-color: #0a84ff;
  box-shadow: 0 60px 70px #0a84ff1f, 0 -20px 50px #5aabff0f, 0 0 60px 9px #0a84ff26;
}

.pricing-title, .pricing-title-normal {
  color: var(--lt-blue-light);
}

.pricing-button.active {
  color: #fff;
  background-color: #0a84ff26;
}

.faq-block {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  border-radius: 18px;
}

.faq-block:hover {
  background-color: var(--lt-surface-2);
  border-color: var(--lt-border-strong);
}

.faq-icon-holder {
  border-color: var(--lt-blue);
}

.open-roles-cta {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
}

.cta-gradient {
  opacity: .55;
  background-image: linear-gradient(to right, #0a84ff, #5aabff 50%, #0a84ff);
}

.follow-us-holder {
  border-color: var(--lt-border);
}

.footer {
  color: var(--lt-text);
  background-color: var(--lt-bg);
  border-top: 1px solid var(--lt-border);
  padding-top: 4em;
}

.footer .title-small {
  color: var(--lt-muted);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-family: var(--lt-sans);
  font-size: 12px;
  font-weight: 600;
}

.footer-link {
  color: #c9ced8;
  font-size: 15px;
}

.footer-link:hover {
  color: #fff;
}

.footer-divider {
  border-top-color: var(--lt-border);
}

.black-link {
  color: #fff;
}

.lt-footer-tagline {
  max-width: 320px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.lt-chat-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  container-type: inline-size;
}

.lt-chat {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, var(--lt-sans);
  letter-spacing: 0;
  background-color: #000;
  flex-direction: column;
  font-size: 4.7cqw;
  line-height: 1.3;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lt-chat.is-light {
  color: #000;
  background-color: #fff;
}

.lt-chat-status {
  justify-content: space-between;
  align-items: center;
  padding: 1.05em 1.9em .4em 2.2em;
  font-size: .95em;
  font-weight: 600;
  display: flex;
}

.lt-chat-status-icons {
  grid-column-gap: .35em;
  align-items: center;
  display: flex;
}

.lt-chat-island {
  background-color: #000;
  border-radius: 2em;
  width: 32%;
  height: 1.9em;
  position: absolute;
  top: .75em;
  left: 34%;
}

.lt-chat-header {
  text-align: center;
  background-color: #0d0d0f;
  border-bottom: 1px solid #ffffff14;
  flex-direction: column;
  align-items: center;
  padding: .5em 1em .7em;
  display: flex;
}

.lt-chat.is-light .lt-chat-header {
  background-color: #f6f6f8;
  border-bottom-color: #00000014;
}

.lt-chat-avatar {
  color: #fff;
  background-image: linear-gradient(160deg, #a9b0bd, #6c7381);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6em;
  height: 2.6em;
  font-size: .95em;
  font-weight: 600;
  display: flex;
}

.lt-chat-name {
  margin-top: .3em;
  font-size: .8em;
  font-weight: 500;
}

.lt-chat-meta {
  color: #8e8e93;
  font-size: .66em;
}

.lt-chat-body {
  grid-row-gap: .32em;
  flex-direction: column;
  flex: 1;
  padding: .9em .8em .6em;
  display: flex;
  overflow: hidden;
}

.lt-chat-time {
  color: #8e8e93;
  text-align: center;
  margin-bottom: .4em;
  font-size: .66em;
}

.lt-bubble {
  border-radius: 1.15em;
  max-width: 78%;
  padding: .5em .8em;
  font-size: .92em;
  line-height: 1.28;
}

.lt-bubble.is-in {
  color: #fff;
  background-color: #26252a;
  align-self: flex-start;
}

.lt-chat.is-light .lt-bubble.is-in {
  color: #000;
  background-color: #e9e9eb;
}

.lt-bubble.is-out {
  color: #fff;
  background-color: #0a84ff;
  align-self: flex-end;
}

.lt-bubble-gap {
  margin-top: .45em;
}

.lt-chat-read {
  color: #8e8e93;
  text-align: right;
  margin-top: -.05em;
  font-size: .64em;
}

.lt-checkout {
  color: #fff;
  background-color: #1c1c1f;
  border: 1px solid #ffffff14;
  border-radius: 1em;
  align-self: flex-end;
  width: 78%;
  padding: .7em;
}

.lt-chat.is-light .lt-checkout {
  color: #000;
  background-color: #f2f2f5;
  border-color: #00000012;
}

.lt-checkout-label {
  color: #8e8e93;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .58em;
  font-weight: 600;
}

.lt-checkout-title {
  margin-top: .2em;
  font-size: .86em;
  font-weight: 600;
}

.lt-checkout-pay {
  color: #fff;
  text-align: center;
  grid-column-gap: .35em;
  background-color: #0a84ff;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  margin-top: .55em;
  padding: .45em;
  font-size: .78em;
  font-weight: 600;
  display: flex;
}

.lt-typing {
  grid-column-gap: .25em;
  background-color: #26252a;
  border-radius: 1.15em;
  align-self: flex-start;
  padding: .7em .8em;
  display: flex;
}

.lt-chat.is-light .lt-typing {
  background-color: #e9e9eb;
}

.lt-typing span {
  background-color: #8e8e93;
  border-radius: 50%;
  width: .42em;
  height: .42em;
  animation: 1.2s ease-in-out infinite lt-typing;
}

.lt-typing span:nth-child(2) {
  animation-delay: .15s;
}

.lt-typing span:nth-child(3) {
  animation-delay: .3s;
}

@keyframes lt-typing {
  0%, 60%, 100% {
    opacity: .35;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-.18em);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-typing span {
    animation: none;
  }
}

.lt-chat-input {
  grid-column-gap: .5em;
  align-items: center;
  padding: .5em .8em 1.6em;
  display: flex;
}

.lt-chat-input-field {
  color: #8e8e93;
  border: 1px solid #ffffff26;
  border-radius: 1.2em;
  flex: 1;
  padding: .4em .8em;
  font-size: .82em;
}

.lt-chat.is-light .lt-chat-input-field {
  border-color: #0000001f;
}

.lt-chat-send {
  color: #fff;
  background-color: #0a84ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  display: flex;
}

.lt-tile {
  color: #fff;
  z-index: 2;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px #fff3;
}

.lt-tile.blured {
  z-index: 1;
  filter: blur(20px);
}

.lt-tile svg {
  width: 44%;
  height: 44%;
}

.lt-tile-label {
  color: var(--lt-muted);
  text-align: center;
  white-space: nowrap;
  font-family: var(--lt-sans);
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
}

.logo-holder.s-size .lt-tile {
  border-radius: 24px;
}

.logo-holder.s-size .lt-tile-label {
  display: none;
}

.lt-channel-strip {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.lt-chip {
  color: #d7dbe3;
  border: 1px solid var(--lt-border);
  grid-column-gap: 8px;
  font-family: var(--lt-sans);
  background-color: #ffffff06;
  border-radius: 12px;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.lt-chip svg {
  width: 16px;
  height: 16px;
}

.lt-chip-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.lt-strip-caption {
  color: var(--lt-muted);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.lt-mock {
  color: #fff;
  font-family: var(--lt-sans);
  font-size: 13px;
  line-height: 1.35;
}

.lt-mock-panel {
  border: 1px solid var(--lt-border);
  background-color: #0b0d12;
  border-radius: 18px;
  box-shadow: 0 30px 60px #0006;
}

.lt-mock-row {
  grid-column-gap: 10px;
  align-items: center;
  padding: 11px 14px;
  display: flex;
}

.lt-mock-row + .lt-mock-row {
  border-top: 1px solid #ffffff0d;
}

.lt-mock-row.is-active {
  background-color: #0a84ff14;
}

.lt-mock-avatar {
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.lt-mock-name {
  font-size: 13px;
  font-weight: 600;
}

.lt-mock-snippet {
  color: var(--lt-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}

.lt-mock-grow {
  flex: 1;
  min-width: 0;
}

.lt-mock-time {
  color: #6b7383;
  font-size: 11px;
}

.lt-badge {
  letter-spacing: .02em;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
}

.lt-badge.is-imessage {
  color: #5aabff;
  background-color: #0a84ff1f;
}

.lt-badge.is-whatsapp {
  color: #4ade80;
  background-color: #25d3661f;
}

.lt-badge.is-sms {
  color: #c9ced8;
  background-color: #ffffff12;
}

.lt-badge.is-blocked {
  color: #fca5a5;
  background-color: #ef44441f;
}

.lt-badge.is-ok {
  color: #86efac;
  background-color: #22c55e1f;
}

.lt-mock-label {
  color: #6b7383;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.lt-mock-amount {
  font-family: var(--lt-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.lt-mock-strike {
  color: #8b93a3;
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--lt-red);
  text-decoration-color: var(--lt-red);
}

.lt-card-mock {
  padding: 22px 22px 0;
}

.lt-card-mock.is-bottom {
  padding: 0 22px 22px;
}

.lt-checkout-holder {
  width: 46%;
  height: auto;
  inset: auto 22px 22px auto;
}

.lt-text-narrow {
  max-width: 56%;
}

.lt-card-monogram {
  border-radius: 41px;
  font-size: 64px;
}

.lt-role-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lt-role {
  grid-column-gap: 8px;
  background-color: #ffffff06;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  align-items: center;
  padding: 8px;
  display: flex;
}

.lt-role .lt-mock-avatar {
  width: 26px;
  height: 26px;
  font-size: 11px;
}

.lt-bars {
  grid-column-gap: 6px;
  align-items: flex-end;
  height: 54px;
  margin-top: 14px;
  display: flex;
}

.lt-bars span {
  background-image: linear-gradient(to top, #0a84ff, #5aabff);
  border-radius: 4px 4px 2px 2px;
  flex: 1;
}

.lt-bars span:nth-child(odd) {
  opacity: .55;
}

@media screen and (max-width: 767px) {
  .lt-checkout-holder {
    width: auto;
    padding: 0 20px 20px;
    position: relative;
    inset: auto;
  }

  .lt-text-narrow {
    max-width: none;
  }

  .card-container._02 {
    flex-direction: column;
    align-items: stretch;
  }

  .card-text-holder._02.lt-text-narrow {
    padding-bottom: 20px;
  }
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.lt-accent-sans {
  color: var(--lt-blue);
  -webkit-text-fill-color: var(--lt-blue);
  font-weight: 500;
}

.hero-paragraph-holder p {
  color: #b3bac6;
  font-size: 20px;
  line-height: 1.55;
}

@media screen and (max-width: 479px) {
  .hero-paragraph-holder p {
    font-size: 17px;
  }
}

.lt-about-hero {
  position: relative;
}

.lt-about-badge {
  aspect-ratio: 1;
  width: 18.5%;
  position: absolute;
  top: 14.9%;
  left: 42%;
  container-type: inline-size;
}

.lt-about-badge .lt-monogram {
  border: 2px solid #0a84ff;
  border-radius: 50%;
  font-size: 40cqw;
  box-shadow: 0 0 0 4px #0a84ff26, 0 18px 40px #0a84ff4d;
}

.lt-step-no {
  color: var(--lt-blue);
  font-family: var(--lt-serif);
  margin-bottom: 10px;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.faq-question-text, .about-hero-title, .role-title {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-question-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.faq-block:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 3px;
}

.role-title {
  margin-bottom: 6px;
}

@media screen and (max-width: 479px) {
  .faq-question-text {
    font-size: 17px;
  }
}

.pricing-title {
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin-top: 0;
  font-weight: 600;
}

.field-input {
  border-color: var(--lt-border-strong);
  font-family: var(--lt-sans);
  font-weight: 400;
}

.field-input:focus {
  border-color: var(--lt-blue);
  box-shadow: 0 0 0 4px #0a84ff26;
}

.trusted-white-overlay {
  background-image: linear-gradient(var(--lt-bg), #0a0a0f00);
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, var(--lt-bg), #0a0a0f00 58%);
}

.lt-chat-header {
  position: relative;
}

.lt-chat-back {
  color: var(--lt-blue);
  position: absolute;
  top: 1.15em;
  left: .55em;
}

.lt-chat-spent {
  text-align: right;
  flex-direction: column;
  line-height: 1.15;
  display: flex;
  position: absolute;
  top: .75em;
  right: .75em;
}

.lt-chat-spent span {
  color: #8e8e93;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .48em;
  font-weight: 600;
}

.lt-chat-spent strong {
  color: #fff;
  font-variant-numeric: tabular-nums;
  font-size: .76em;
  font-weight: 700;
}

.lt-chat.is-light .lt-chat-spent strong {
  color: #000;
}

.lt-chat-body {
  justify-content: flex-end;
  -webkit-mask-image: linear-gradient(#0000 0, #000 12%);
  mask-image: linear-gradient(#0000 0, #000 12%);
}

@keyframes lt-msg-in {
  from {
    opacity: 0;
    transform: translateY(.7em)scale(.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lt-tick {
  0% {
    opacity: 0;
    transform: translateY(-.35em);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.lt-msg-in {
  animation: .42s cubic-bezier(.2, .8, .2, 1) both lt-msg-in;
}

.lt-bubble.is-in.lt-msg-in, .lt-typing.lt-msg-in {
  transform-origin: 0 100%;
}

.lt-bubble.is-out.lt-msg-in, .lt-ppv.lt-msg-in {
  transform-origin: 100% 100%;
}

.lt-tick {
  animation: .5s cubic-bezier(.2, .8, .2, 1) both lt-tick;
  display: inline-block;
}

.lt-ppv {
  background-color: #1c1c1f;
  border: 1px solid #ffffff14;
  border-radius: 1.1em;
  flex: none;
  align-self: flex-end;
  width: 72%;
  overflow: hidden;
}

.lt-chat.is-light .lt-ppv {
  background-color: #f2f2f5;
  border-color: #00000012;
}

.lt-ppv-media {
  background-color: #111;
  height: 7.4em;
  position: relative;
  overflow: hidden;
}

.lt-ppv-media img {
  object-fit: cover;
  object-position: 50% 22%;
  width: 100%;
  height: 100%;
  transition: filter .9s, transform .9s;
  display: block;
}

.lt-ppv.is-locked .lt-ppv-media img, .lt-ppv.is-unlocking .lt-ppv-media img {
  filter: blur(.8em) brightness(.62);
  transform: scale(1.15);
}

.lt-ppv-lock {
  color: #fff;
  grid-row-gap: .35em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .7em;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0;
}

.lt-ppv-lock-icon {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.3em;
  height: 2.3em;
  font-size: 1.2em;
  display: flex;
}

.lt-ppv-foot {
  grid-column-gap: .4em;
  justify-content: space-between;
  align-items: center;
  padding: .5em .6em;
  display: flex;
}

.lt-ppv-title {
  font-size: .74em;
  font-weight: 600;
}

.lt-ppv-btn {
  color: #fff;
  white-space: nowrap;
  background-color: var(--lt-blue);
  border-radius: 1em;
  padding: .3em .7em;
  font-size: .68em;
  font-weight: 700;
  transition: transform .25s, opacity .25s;
}

.lt-ppv.is-unlocking .lt-ppv-btn {
  opacity: .7;
  transform: scale(.93);
}

.lt-ppv-paid {
  color: #30d158;
  grid-column-gap: .25em;
  align-items: center;
  font-size: .68em;
  font-weight: 700;
  display: flex;
}

.lt-float {
  z-index: 3;
  color: #fff;
  text-align: left;
  font-family: var(--lt-sans);
  position: absolute;
}

.lt-float-insights, .lt-toast {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #10121ab8;
  border: 1px solid #ffffff17;
  border-radius: 18px;
  box-shadow: 0 30px 60px #00000080, inset 0 1px #ffffff0d;
}

.lt-float-insights {
  width: 236px;
  padding: 14px;
  top: 20%;
  left: -290px;
}

.lt-float-head {
  color: var(--lt-muted);
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.lt-live {
  color: #ff7a7a;
  letter-spacing: .08em;
  text-transform: uppercase;
  grid-column-gap: 6px;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.lt-live-dot {
  background-color: var(--lt-red);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 1.8s infinite lt-pulse;
}

@keyframes lt-pulse {
  0% {
    box-shadow: 0 0 #ef444499;
  }

  70% {
    box-shadow: 0 0 0 8px #ef444400;
  }

  100% {
    box-shadow: 0 0 #ef444400;
  }
}

.lt-float-fan {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.lt-float-avatar {
  color: #fff;
  background-image: linear-gradient(160deg, #a9b0bd, #6c7381);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.lt-float-name {
  font-size: 14px;
  font-weight: 600;
}

.lt-float-chip {
  color: #5aabff;
  background-color: #0a84ff1f;
  border-radius: 6px;
  margin-left: auto;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 600;
}

.lt-float-stats {
  grid-column-gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
  display: grid;
}

.lt-float-stat {
  background-color: #ffffff08;
  border: 1px solid #ffffff12;
  border-radius: 12px;
  flex-direction: column;
  padding: 9px 10px;
  display: flex;
}

.lt-float-stat strong {
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 700;
}

.lt-float-stat span {
  color: var(--lt-muted);
  margin-top: 2px;
  font-size: 11px;
}

.lt-float-row {
  color: var(--lt-muted);
  border-top: 1px solid #ffffff12;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 10px;
  font-size: 12px;
  display: flex;
}

.lt-float-row span:last-child {
  color: #fff;
}

.lt-float-toast {
  width: 240px;
  top: 58%;
  right: -280px;
}

.lt-toast {
  grid-column-gap: 10px;
  align-items: center;
  padding: 11px 13px;
  display: flex;
}

.lt-toast-icon {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.lt-toast-icon.is-green {
  color: #4ade80;
  background-color: #22c55e1f;
}

.lt-toast-icon.is-blue {
  color: #5aabff;
  background-color: #0a84ff24;
}

.lt-toast-text {
  flex-direction: column;
  line-height: 1.3;
  display: flex;
}

.lt-toast-text strong {
  font-size: 14px;
  font-weight: 700;
}

.lt-toast-text span {
  color: var(--lt-muted);
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .lt-float {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-msg-in, .lt-tick, .lt-live-dot {
    animation: none;
  }
}

.lt-dash {
  margin-top: 56px;
  position: relative;
}

.lt-dash-glow {
  z-index: 0;
  filter: blur(70px);
  background-image: radial-gradient(55% 60% at 30%, #0a84ff59, #0a84ff00 70%), radial-gradient(40% 50% at 82% 62%, #ef444430, #ef444400 70%);
  position: absolute;
  inset: 8% 6% -6%;
}

.lt-window {
  z-index: 1;
  background-color: #0b0d12;
  border: 1px solid #ffffff1c;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 60px 120px -30px #000000d9, inset 0 1px #ffffff0d;
}

.lt-window-bar {
  background-color: #0f1117;
  border-bottom: 1px solid #ffffff0f;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  display: flex;
  position: relative;
}

.lt-window-dots {
  grid-column-gap: 7px;
  display: flex;
}

.lt-window-dots span {
  background-color: #2a2f3a;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

.lt-window-dots span:first-child {
  background-color: #ef4444cc;
}

.lt-window-url {
  color: var(--lt-muted);
  grid-column-gap: 6px;
  background-color: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  align-items: center;
  padding: 4px 14px;
  font-size: 12px;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.lt-window-body {
  line-height: 0;
  position: relative;
}

.lt-window-image {
  width: 100%;
  height: auto;
  display: block;
}

.lt-hotspot {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  background-color: var(--lt-blue);
  width: 28px;
  height: 28px;
  font-family: var(--lt-sans);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s, background-color .25s;
  animation: 2.4s infinite lt-hotspot;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
}

.lt-hotspot.is-active, .lt-hotspot:hover {
  background-color: var(--lt-red);
  animation: none;
  transform: translate(-50%, -50%)scale(1.22);
}

.lt-hotspot:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #fff;
}

@keyframes lt-hotspot {
  0% {
    box-shadow: 0 0 #0a84ffaa;
  }

  70% {
    box-shadow: 0 0 0 14px #0a84ff00;
  }

  100% {
    box-shadow: 0 0 #0a84ff00;
  }
}

.lt-dash-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  display: grid;
}

.lt-dash-feature {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  border-radius: 18px;
  padding: 22px;
  transition: border-color .25s, background-color .25s, transform .25s;
}

.lt-dash-feature.is-active {
  background-color: #0a84ff0d;
  border-color: #0a84ff66;
  transform: translateY(-2px);
}

.lt-dash-no {
  color: var(--lt-blue-light);
  background-color: #0a84ff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  transition: background-color .25s, color .25s;
  display: inline-flex;
}

.lt-dash-feature.is-active .lt-dash-no {
  color: #fff;
  background-color: var(--lt-red);
}

.lt-dash-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-sans);
  background-image: none;
  margin: 14px 0 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.lt-dash-body {
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lt-dash-extras {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.lt-dash-extras-label {
  color: var(--lt-muted);
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 11px;
  font-weight: 600;
}

.lt-pill {
  color: #d7dbe3;
  border: 1px solid var(--lt-border);
  background-color: #ffffff06;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
}

.lt-pill.is-blue {
  color: #5aabff;
  background-color: #0a84ff12;
  border-color: #0a84ff33;
}

.lt-pill.is-red {
  color: #ff8a8a;
  background-color: #ef444412;
  border-color: #ef444433;
}

@media screen and (max-width: 991px) {
  .lt-dash-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .lt-dash-features {
    grid-template-columns: 1fr;
  }

  .lt-hotspot {
    border-width: 1.5px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .lt-window-url {
    display: none;
  }
}

.lt-accent-red {
  color: var(--lt-red);
  -webkit-text-fill-color: var(--lt-red);
  font-family: var(--lt-serif);
  background: none;
  font-style: italic;
}

.lt-rule {
  background-image: linear-gradient(90deg, var(--lt-red), var(--lt-blue));
  border-radius: 2px;
  width: 56px;
  height: 3px;
  margin: 18px auto 0;
}

.lt-eyebrow:before {
  content: "";
  vertical-align: middle;
  background-color: var(--lt-red);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.lt-compare {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
  display: grid;
}

.lt-compare-card {
  border-radius: 26px;
  padding: 40px;
}

.lt-compare-card.is-before {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
}

.lt-compare-card.is-after {
  color: #0a0a0f;
  background-color: #f5f6f8;
  box-shadow: 0 40px 90px -30px #0a84ff59;
}

.lt-compare-label {
  color: var(--lt-muted);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.lt-compare-card.is-after .lt-compare-label {
  color: var(--lt-blue);
}

.lt-compare-title {
  font-family: var(--lt-serif);
  margin-top: 14px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.lt-compare-card.is-before .lt-compare-title {
  color: #fff;
}

.lt-compare-list {
  grid-row-gap: 4px;
  flex-direction: column;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.lt-compare-list li {
  grid-column-gap: 12px;
  border-top: 1px solid #ffffff0f;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  display: flex;
}

.lt-compare-card.is-before .lt-compare-list li {
  color: #aab2c0;
}

.lt-compare-card.is-after .lt-compare-list li {
  color: #1c2230;
  border-top-color: #0000000f;
}

.lt-compare-icon {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.lt-compare-icon.is-no {
  color: #ff7a7a;
  background-color: #ef44441f;
}

.lt-compare-icon.is-yes {
  color: #fff;
  background-color: var(--lt-blue);
}

@media screen and (max-width: 767px) {
  .lt-compare {
    grid-template-columns: 1fr;
  }

  .lt-compare-card {
    padding: 28px;
  }

  .lt-compare-title {
    font-size: 32px;
  }
}

.lt-faq-tabs {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 28px;
  padding: 6px;
  display: flex;
}

.lt-faq-tab {
  color: var(--lt-muted);
  cursor: pointer;
  grid-column-gap: 8px;
  font-family: var(--lt-sans);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 11px;
  align-items: center;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-flex;
}

.lt-faq-tab:hover {
  color: #fff;
}

.lt-faq-tab.is-active {
  color: #fff;
  background-color: #0a84ff1f;
  border-color: #0a84ff4d;
}

.lt-faq-tab:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 2px;
}

.faq-container[hidden] {
  display: none;
}

.faq-block {
  padding: 20px 24px;
}

.faq-heading {
  grid-column-gap: 16px;
}

.faq-heading .faq-question-text {
  flex: 1;
  font-size: 17px;
}

.lt-faq-no {
  color: var(--lt-blue-light);
  background-color: #0a84ff14;
  border: 1px solid #0a84ff33;
  border-radius: 8px;
  flex: none;
  padding: 3px 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
}

.faq-answer {
  padding-left: 50px;
  line-height: 1.6;
}

@media screen and (max-width: 479px) {
  .faq-answer {
    padding-left: 0;
  }

  .lt-faq-tab {
    padding: 8px 12px;
    font-size: 13px;
  }
}

.lt-rev {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 12px;
  display: flex;
}

.lt-rev-top {
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.lt-rev-top span {
  color: var(--lt-muted);
}

.lt-rev-top strong {
  font-variant-numeric: tabular-nums;
}

.lt-rev-bar {
  background-color: #ffffff0d;
  border-radius: 4px;
  height: 6px;
  margin-top: 6px;
  overflow: hidden;
}

.lt-rev-bar span {
  background-image: linear-gradient(90deg, #0a84ff, #5aabff);
  border-radius: 4px;
  height: 100%;
  display: block;
}

.lt-rev-row:first-child .lt-rev-bar span {
  background-image: linear-gradient(90deg, #ef4444, #0a84ff);
}

.lt-nav-actions {
  grid-column-gap: 6px;
  align-items: center;
}

.lt-nav-divider {
  background-color: #ffffff1a;
  width: 1px;
  height: 20px;
  margin: 0 8px 0 2px;
}

.lt-nav-signin {
  color: #c9ced8;
  font-family: var(--lt-sans);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.lt-nav-signin:hover, .lt-nav-signin[aria-current="page"] {
  color: #fff;
  background-color: #ffffff12;
}

@media screen and (max-width: 991px) {
  .nav-button-holder.nav-button-on-mobile.lt-nav-actions {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .nav-button-on-mobile .lt-nav-signin {
    text-align: center;
  }
}

.lt-login {
  background-color: var(--lt-bg);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  min-height: 100vh;
  display: grid;
}

.lt-login-form-side {
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 48px;
  display: flex;
}

.lt-login-brand .lt-wordmark {
  font-size: 24px;
}

.lt-login-card {
  width: 100%;
  max-width: 400px;
  margin: 48px auto;
}

.lt-login-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin: 14px 0 10px;
  font-size: 52px;
  line-height: 1.05;
}

.lt-login-sub {
  margin-bottom: 32px;
  font-size: 16px;
}

.lt-login-fields {
  flex-direction: column;
  display: flex;
}

.lt-label {
  color: #c9ced8;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.lt-input {
  color: #fff;
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border-strong);
  width: 100%;
  height: 50px;
  font-family: var(--lt-sans);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s;
}

.lt-input::placeholder {
  color: #6b7383;
}

.lt-input:focus {
  border-color: var(--lt-blue);
  outline: none;
  box-shadow: 0 0 0 4px #0a84ff26;
}

.lt-login-submit {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  padding: 14px 20px;
  font-size: 15px;
  display: flex;
}

.lt-login-submit:disabled {
  opacity: .75;
  cursor: wait;
}

.lt-login-note {
  color: #7b8494;
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  display: flex;
}

.lt-login-or {
  color: #6b7383;
  text-align: center;
  margin: 24px 0;
  font-size: 12px;
  position: relative;
}

.lt-login-or:before {
  content: "";
  background-color: var(--lt-border);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.lt-login-or span {
  background-color: var(--lt-bg);
  padding: 0 12px;
  position: relative;
}

.lt-login-demo {
  text-align: center;
  width: 100%;
  padding: 13px 20px;
  font-size: 15px;
  display: block;
}

.lt-login-apply {
  color: var(--lt-muted);
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
}

.lt-login-apply a {
  color: var(--lt-blue-light);
}

.lt-login-legal {
  color: #6b7383;
  text-align: center;
  font-size: 12px;
}

.lt-login-legal a {
  color: #aab2c0;
  text-underline-offset: 3px;
  font-weight: 500;
  -webkit-text-decoration: underline #ef444499;
  text-decoration: underline #ef444499;
}

.lt-login-visual {
  border-left: 1px solid var(--lt-border);
  background-color: #07080c;
  align-items: center;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lt-login-visual-glow {
  filter: blur(80px);
  background-image: radial-gradient(50% 50% at 40% 45%, #0a84ff66, #0a84ff00 70%), radial-gradient(35% 40% at 75% 70%, #ef444438, #ef444400 70%);
  position: absolute;
  inset: 0;
}

.lt-login-visual-inner {
  z-index: 1;
  width: 100%;
  position: relative;
}

.lt-login-visual-title {
  color: #fff;
  font-family: var(--lt-serif);
  margin: 12px 0 28px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.lt-login-window {
  transform-origin: 0;
  width: 128%;
  transform: perspective(1800px)rotateY(-8deg);
}

@media screen and (max-width: 991px) {
  .lt-login {
    grid-template-columns: 1fr;
  }

  .lt-login-visual {
    display: none;
  }

  .lt-login-form-side {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .lt-login-title {
    font-size: 42px;
  }
}

.lt-cover-left {
  object-position: 0 0;
}

.lt-hero-note {
  color: #7b8494;
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
}

.lt-footer {
  background-color: var(--lt-bg);
  margin-top: 80px;
}

.lt-footer-frame {
  background-image: linear-gradient(180deg, var(--lt-bg) 0%, #072447 70px, #0a5fc9 42%, #0a84ff 100%);
  padding: 78px 14px 0;
}

.lt-footer-panel {
  background-color: #0a0c11;
  border-radius: 32px;
  position: relative;
  box-shadow: 0 40px 80px -20px #0009, inset 0 1px #ffffff0f;
}

.lt-footer-tab {
  fill: #0a0c11;
  width: 420px;
  max-width: 60%;
  height: 44px;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

.lt-footer-clip {
  pointer-events: none;
  border-radius: 32px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lt-footer-contours {
  fill: none;
  stroke: #ffffff0d;
  stroke-width: 1.2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lt-footer-glow {
  filter: blur(70px);
  opacity: .75;
  background-image: radial-gradient(40% 70% at 22% 100%, #0a84ff99, #0a84ff00 70%), radial-gradient(34% 60% at 72% 100%, #ef444473, #ef444400 70%), radial-gradient(30% 50% at 50% 100%, #5aabff59, #5aabff00 70%);
  height: 55%;
  position: absolute;
  bottom: -10%;
  left: -5%;
  right: -5%;
}

.lt-footer-inner {
  z-index: 1;
  padding: 96px 56px 0;
  position: relative;
}

.lt-footer-cta {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
}

.lt-footer-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin: 16px 0 14px;
  font-size: 72px;
  line-height: 1.02;
}

.lt-footer-cta p {
  max-width: 480px;
  margin-bottom: 30px;
  font-size: 17px;
}

.lt-footer-cols {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  border-top: 1px solid #ffffff12;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 96px;
  padding-top: 44px;
  display: grid;
}

.lt-footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.lt-footer-label {
  color: #6b7383;
  letter-spacing: .08em;
  margin-bottom: 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
}

.lt-footer-link {
  color: #d7dbe3;
  padding: 4px 0;
  font-size: 15px;
  font-weight: 500;
  transition: color .2s;
  position: relative;
}

.lt-footer-link:after {
  content: "";
  transform-origin: 0;
  background-color: var(--lt-red);
  height: 1px;
  transition: transform .3s;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.lt-footer-link:hover {
  color: #fff;
}

.lt-footer-link:hover:after {
  transform: scaleX(1);
}

.lt-footer-address {
  color: #9aa3b2;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

.lt-footer-giant {
  color: #eef1f6;
  white-space: nowrap;
  letter-spacing: -.03em;
  font-family: var(--lt-serif);
  justify-content: center;
  margin-top: 72px;
  font-size: 19.5vw;
  font-style: italic;
  font-weight: 700;
  line-height: .86;
  transition: color .3s;
  display: flex;
}

.lt-footer-giant:hover {
  color: #fff;
}

.lt-footer-giant .lt-text {
  color: var(--lt-blue);
}

.lt-footer-giant .lt-apos {
  margin: 0 .01em;
}

.lt-footer-bar {
  color: #03152b;
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.lt-footer-bar-links {
  grid-column-gap: 20px;
  display: flex;
}

.lt-footer-bar a {
  color: #03152b;
  font-weight: 700;
}

.lt-footer-bar a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .lt-footer-inner {
    padding: 80px 32px 0;
  }

  .lt-footer-title {
    font-size: 56px;
  }

  .lt-footer-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .lt-footer-frame {
    padding: 64px 8px 0;
  }

  .lt-footer-panel, .lt-footer-clip {
    border-radius: 24px;
  }

  .lt-footer-inner {
    padding: 64px 20px 0;
  }

  .lt-footer-title {
    font-size: 42px;
  }

  .lt-footer-cols {
    margin-top: 64px;
  }

  .lt-footer-bar {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
  }
}

.lt-error-mark {
  justify-content: center;
  margin-bottom: 24px;
  font-size: 28px;
}

/* [project]/workspace/src/styles/webflow/letstext-pages.css [client] (css) */
.lt-field {
  flex-direction: column;
  display: flex;
}

.lt-field.is-wide, .lt-check.is-wide {
  grid-column: 1 / -1;
}

select.lt-input {
  appearance: none;
  background-image: linear-gradient(45deg, #0000 50%, #9aa3b2 50%), linear-gradient(135deg, #9aa3b2 50%, #0000 50%);
  background-position: calc(100% - 20px), calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 40px;
}

select.lt-input option {
  color: #fff;
  background-color: #111319;
}

.lt-textarea {
  resize: vertical;
  height: auto;
  min-height: 120px;
  padding: 14px 16px;
  line-height: 1.5;
}

.lt-check {
  color: #c9ced8;
  cursor: pointer;
  grid-column-gap: 12px;
  align-items: flex-start;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  display: flex;
}

.lt-check input {
  accent-color: var(--lt-blue);
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.lt-legal {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 2em 40px;
}

.lt-legal-hero {
  border-bottom: 1px solid var(--lt-border);
  max-width: 760px;
  padding-bottom: 36px;
}

.lt-legal-hero.is-center {
  text-align: center;
  border-bottom: 0;
  margin: 0 auto;
}

.lt-legal-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin: 14px 0;
  font-size: 56px;
  line-height: 1.05;
}

.lt-legal-summary {
  color: #aab2c0;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.lt-legal-meta {
  color: var(--lt-muted);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 13px;
  display: flex;
}

.lt-legal-meta span {
  border: 1px solid var(--lt-border);
  background-color: #ffffff06;
  border-radius: 999px;
  padding: 5px 12px;
}

.lt-legal-meta strong {
  color: #fff;
  font-weight: 600;
}

.lt-legal-body {
  grid-column-gap: 64px;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: start;
  margin-top: 44px;
  display: grid;
}

.lt-legal-aside {
  grid-row-gap: 28px;
  flex-direction: column;
  max-height: calc(100vh - 130px);
  display: flex;
  position: sticky;
  top: 110px;
  overflow-y: auto;
}

.lt-legal-nav {
  flex-direction: column;
  display: flex;
}

.lt-legal-nav-label {
  color: #6b7383;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
}

.lt-legal-nav-link {
  color: #aab2c0;
  border-left: 2px solid var(--lt-border);
  padding: 7px 0 7px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  transition: color .2s, border-color .2s;
}

.lt-legal-nav-link:hover {
  color: #fff;
}

.lt-legal-nav-link.is-active {
  color: #fff;
  border-left-color: var(--lt-red);
}

.lt-legal-nav-link.is-toc {
  font-size: 13px;
  font-weight: 400;
}

.lt-legal-content {
  max-width: 760px;
}

.lt-legal-section {
  padding-bottom: 12px;
  scroll-margin-top: 110px;
}

.lt-legal-section + .lt-legal-section {
  border-top: 1px solid var(--lt-border);
  padding-top: 28px;
}

.lt-legal-h2 {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-sans);
  background-image: none;
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.lt-legal-p {
  color: #c3cad6;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.lt-legal-p strong, .lt-legal-list strong {
  color: #fff;
  font-weight: 600;
}

.lt-legal-list {
  grid-row-gap: 8px;
  flex-direction: column;
  margin: 0 0 16px;
  padding-left: 22px;
  display: flex;
}

.lt-legal-list li {
  color: #c3cad6;
  padding: 0 0 0 4px;
  font-size: 16px;
  line-height: 1.65;
}

.lt-legal-list li::marker {
  color: var(--lt-blue);
}

.lt-legal-table-wrap {
  border: 1px solid var(--lt-border);
  border-radius: 14px;
  margin: 6px 0 18px;
  overflow-x: auto;
}

.lt-legal-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}

.lt-legal-table th {
  color: var(--lt-muted);
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #ffffff05;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 600;
}

.lt-legal-table td {
  color: #d7dbe3;
  vertical-align: top;
  border-top: 1px solid var(--lt-border);
  padding: 12px 16px;
  line-height: 1.5;
}

.lt-legal-callout {
  color: #d8e9ff;
  background-color: #0a84ff12;
  border: 1px solid #0a84ff40;
  border-radius: 14px;
  margin: 4px 0 18px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.lt-legal-callout.is-red {
  color: #ffd9d9;
  background-color: #ef444412;
  border-color: #ef444440;
}

.lt-legal-contact, .lt-legal-fact {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  grid-column-gap: 14px;
  border-radius: 18px;
  align-items: flex-start;
  margin-top: 36px;
  padding: 20px 22px;
  display: flex;
}

.lt-legal-contact svg, .lt-legal-fact svg {
  color: var(--lt-blue-light);
  flex: none;
  margin-top: 2px;
}

.lt-legal-contact-title {
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}

.lt-legal-contact-text {
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.6;
}

.lt-legal-contact-text a {
  color: var(--lt-blue-light);
}

.lt-legal-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  display: grid;
}

.lt-legal-card {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  border-radius: 18px;
  flex-direction: column;
  padding: 22px;
  transition: border-color .25s, transform .25s;
  display: flex;
}

.lt-legal-card:hover {
  border-color: #0a84ff66;
  transform: translateY(-2px);
}

.lt-legal-card-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.lt-legal-card-text {
  color: var(--lt-muted);
  flex: 1;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.lt-legal-card-foot {
  color: #6b7383;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.lt-legal-card:hover .lt-legal-card-foot svg {
  color: var(--lt-red);
}

.lt-legal-facts {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .lt-legal-body {
    grid-template-columns: 1fr;
  }

  .lt-legal-aside {
    display: none;
  }

  .lt-legal-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .lt-legal {
    padding: 40px 20px 20px;
  }

  .lt-legal-title {
    font-size: 40px;
  }

  .lt-legal-grid, .lt-legal-facts {
    grid-template-columns: 1fr;
  }
}

.lt-report {
  background-color: var(--lt-surface);
  border: 1px solid var(--lt-border);
  border-radius: 20px;
  margin: 8px 0 20px;
  padding: 24px;
}

.lt-report.is-done {
  grid-column-gap: 14px;
  border-color: #22c55e59;
  align-items: flex-start;
  display: flex;
}

.lt-report.is-done svg {
  color: #4ade80;
  flex: none;
}

.lt-report-title {
  color: #fff;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
}

.lt-report.is-done .lt-report-title {
  margin-bottom: 4px;
}

.lt-report-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lt-report-actions {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.lt-report-actions .button {
  padding: 13px 22px;
  font-size: 15px;
}

.lt-report-note {
  color: var(--lt-muted);
  font-size: 13px;
  line-height: 1.5;
}

.lt-report-error {
  color: #ffd9d9;
  background-color: #ef44441f;
  border-radius: 10px;
  margin-top: 14px;
  padding: 10px 14px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .lt-report-grid {
    grid-template-columns: 1fr;
  }
}

.blog-title, .blog-small-name {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}

.blog-small-name {
  margin: 12px 0;
}

.lt-section-label {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-sans);
  background-image: none;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}

.lt-post-meta {
  color: var(--lt-muted);
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.lt-post-meta.is-detail {
  margin-top: 18px;
}

.lt-post-read {
  color: #6b7383;
  margin-top: 12px;
  font-size: 13px;
}

.lt-breadcrumb {
  color: var(--lt-muted);
  grid-column-gap: 6px;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
}

.lt-breadcrumb a {
  color: var(--lt-blue-light);
  font-weight: 500;
}

.lt-social {
  color: #d7dbe3;
  border: 1px solid var(--lt-border);
  background-color: #ffffff08;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.lt-social:hover {
  color: #fff;
  border-color: #0a84ff66;
}

.lt-share {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.lt-prose h2 {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-serif);
  background-image: none;
  margin: 48px 0 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

.lt-prose h3 {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-sans);
  background-image: none;
  margin: 32px 0 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.lt-prose p {
  color: #c3cad6;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.75;
}

.lt-prose strong {
  color: #fff;
  font-weight: 600;
}

.lt-prose a {
  color: var(--lt-blue-light);
  text-underline-offset: 3px;
  font-weight: 500;
  -webkit-text-decoration: underline #0a84ff66;
  text-decoration: underline #0a84ff66;
}

.lt-prose a:hover {
  -webkit-text-decoration-color: var(--lt-red);
  text-decoration-color: var(--lt-red);
}

.lt-prose ul, .lt-prose ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.lt-prose li {
  color: #c3cad6;
  padding: 5px 0 5px 4px;
  font-size: 18px;
  line-height: 1.65;
}

.lt-prose li::marker {
  color: var(--lt-blue);
}

.lt-prose blockquote {
  color: #fff;
  text-shadow: none;
  border-left: 3px solid var(--lt-red);
  font-family: var(--lt-serif);
  margin: 36px 0;
  padding: 4px 0 4px 24px;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
}

.lt-prose table {
  border-collapse: collapse;
  border: 1px solid var(--lt-border);
  border-radius: 14px;
  width: 100%;
  margin: 8px 0 28px;
  font-size: 14px;
  display: block;
  overflow-x: auto;
}

.lt-prose th {
  color: var(--lt-muted);
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ffffff05;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 600;
}

.lt-prose td {
  color: #d7dbe3;
  vertical-align: top;
  border-top: 1px solid var(--lt-border);
  min-width: 140px;
  padding: 12px 16px;
  line-height: 1.5;
}

.lt-post-tags {
  color: var(--lt-muted);
  grid-column-gap: 10px;
  border-top: 1px solid var(--lt-border);
  align-items: baseline;
  margin-top: 12px;
  padding-top: 20px;
  font-size: 14px;
  display: flex;
}

.lt-post-tags-label {
  color: #6b7383;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .lt-prose h2 {
    font-size: 28px;
  }

  .lt-prose p, .lt-prose li {
    font-size: 17px;
  }

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

html.lt-age-pending body:after {
  content: "";
  z-index: 9998;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  background-color: #0a0a0feb;
  position: fixed;
  inset: 0;
}

.lt-gate {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.lt-gate-card {
  text-align: center;
  background-color: #0f1117;
  border: 1px solid #ffffff17;
  border-radius: 28px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  padding: 36px 32px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 120px #000000b3, inset 0 0 0 1px #ffffff08;
}

.lt-gate-card:before {
  content: "";
  z-index: -1;
  filter: blur(50px);
  opacity: .5;
  background-image: radial-gradient(50% 60% at 30% 40%, #0a84ff, #0a84ff00 70%), radial-gradient(40% 50% at 75% 70%, #ef4444, #ef444400 70%);
  position: absolute;
  inset: 10%;
}

.lt-gate-mark {
  font-size: 30px;
}

.lt-gate-badge {
  color: #ff8a8a;
  letter-spacing: .06em;
  background-color: #ef44441a;
  border: 1px solid #ef444459;
  border-radius: 999px;
  margin-top: 22px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
}

.lt-gate-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  background-image: none;
  margin: 16px 0 10px;
  font-size: 32px;
  line-height: 1.15;
}

.lt-gate-text {
  color: #aab2c0;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
}

.lt-gate-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.lt-gate-btn {
  text-align: center;
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  display: block;
}

.lt-gate-fine {
  color: #6b7383;
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.5;
}

.lt-gate-fine a {
  color: #aab2c0;
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: underline;
}

.lt-cookie {
  z-index: 9990;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0f1117f2;
  border: 1px solid #ffffff17;
  border-radius: 20px;
  width: calc(100% - 32px);
  max-width: 400px;
  padding: 18px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  box-shadow: 0 30px 70px #000000b3;
}

.lt-cookie-head {
  color: #fff;
  grid-column-gap: 8px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.lt-cookie-head svg {
  color: var(--lt-blue-light);
}

.lt-cookie-text {
  color: #aab2c0;
  letter-spacing: 0;
  margin: 8px 0 14px;
  font-size: 13px;
  line-height: 1.55;
}

.lt-cookie-text a {
  color: var(--lt-blue-light);
  font-weight: 500;
}

.lt-cookie-options {
  border: 1px solid var(--lt-border);
  border-radius: 14px;
  flex-direction: column;
  margin-bottom: 14px;
  display: flex;
  overflow: hidden;
}

.lt-cookie-option {
  grid-column-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  font-weight: 400;
  display: flex;
}

.lt-cookie-option + .lt-cookie-option {
  border-top: 1px solid var(--lt-border);
}

.lt-cookie-option-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.lt-cookie-option-text {
  color: var(--lt-muted);
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.4;
}

.lt-cookie-always {
  color: #4ade80;
  white-space: nowrap;
  grid-column-gap: 4px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.lt-switch {
  appearance: none;
  cursor: pointer;
  background-color: #2a3040;
  border-radius: 999px;
  flex: none;
  width: 38px;
  height: 22px;
  margin: 0;
  transition: background-color .2s;
  position: relative;
}

.lt-switch:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .2s;
  position: absolute;
  top: 3px;
  left: 3px;
}

.lt-switch:checked {
  background-color: var(--lt-blue);
}

.lt-switch:checked:after {
  transform: translateX(16px);
}

.lt-switch:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 2px;
}

.lt-cookie-actions {
  grid-column-gap: 8px;
  display: flex;
}

.lt-cookie-btn {
  color: #d7dbe3;
  cursor: pointer;
  border: 1px solid var(--lt-border-strong);
  font-family: var(--lt-sans);
  background-color: #ffffff08;
  border-radius: 11px;
  flex: 1;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.lt-cookie-btn:hover {
  color: #fff;
  background-color: #ffffff12;
}

.lt-cookie-btn.is-primary {
  color: #fff;
  background-color: var(--lt-blue);
  border-color: #5aabff66;
}

.lt-cookie-btn.is-primary:hover {
  background-color: #1f8fff;
}

.lt-cookie-btn:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 2px;
}

.lt-footer-bar-btn {
  color: #03152b;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-weight: 700;
}

.lt-footer-bar-btn:hover {
  color: #fff;
}

.lt-signin {
  background-color: var(--lt-bg);
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lt-signin-glow {
  pointer-events: none;
  filter: blur(90px);
  opacity: .55;
  background-image: radial-gradient(40% 45% at 45% 40%, #0a84ff59, #0a84ff00 70%), radial-gradient(28% 32% at 62% 62%, #ef444433, #ef444400 70%);
  position: absolute;
  inset: 0;
}

.lt-signin-top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.lt-signin-apply {
  color: #d7dbe3;
  border: 1px solid var(--lt-border-strong);
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

.lt-signin-apply:hover {
  color: #fff;
  background-color: #ffffff0f;
}

.lt-signin-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0f1117d9;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  margin: auto 0;
  padding: 36px 32px 28px;
  position: relative;
  box-shadow: 0 40px 100px #0009, inset 0 1px #ffffff0d;
}

.lt-signin-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  background-image: none;
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
}

.lt-signin-sub {
  text-align: center;
  margin: 8px 0 28px;
  font-size: 15px;
}

.lt-signin .lt-login-legal {
  z-index: 1;
  position: relative;
}

.lt-login-legal a {
  color: #aab2c0;
}

.lt-login-demo.lt-button-arrow {
  justify-content: center;
  display: flex;
}

/* [project]/workspace/src/styles/webflow/letstext-imessage.css [client] (css) */
.ios {
  --ios-bg: #000;
  --ios-in: #262628;
  --ios-out: #0a84ff;
  --ios-text: #fff;
  --ios-muted: #8e8e93;
  --ios-bar: #1c1c1ed9;
  --ios-hair: #38383a;
  --ios-field: #3a3a3c;
  --ios-sheet: #1c1c1e;
  --ios-sheet-2: #2c2c2e;
  --ios-green: #30d158;
  color: var(--ios-text);
  background-color: var(--ios-bg);
  letter-spacing: -.01em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, SF Pro Text, Inter, ui-sans-serif, sans-serif;
  font-size: 4.3cqw;
  line-height: 1.25;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ios.is-light {
  --ios-bg: #fff;
  --ios-in: #e9e9eb;
  --ios-text: #000;
  --ios-bar: #f6f6f6e6;
  --ios-hair: #d1d1d6;
  --ios-field: #d1d1d6;
  --ios-sheet: #f2f2f7;
  --ios-sheet-2: #fff;
  --ios-green: #248a3d;
}

.ios-status {
  justify-content: space-between;
  align-items: center;
  padding: .95em 1.7em .3em 2.05em;
  font-size: .92em;
  font-weight: 600;
  display: flex;
}

.ios-status-icons {
  grid-column-gap: .3em;
  align-items: center;
  display: flex;
}

.ios-nav {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: var(--ios-bar);
  border-bottom: .5px solid var(--ios-hair);
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  padding: .15em .55em .45em;
  display: grid;
  position: relative;
}

.ios-nav-back {
  color: var(--ios-out);
  align-items: center;
  margin-top: .85em;
  display: flex;
}

.ios-nav-count {
  color: #fff;
  background-color: var(--ios-out);
  border-radius: 1em;
  margin-left: -.05em;
  padding: .05em .45em;
  font-size: .68em;
  font-weight: 600;
}

.ios-nav-contact {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ios-avatar {
  object-fit: cover;
  object-position: 52% 18%;
  border-radius: 50%;
  width: 2.45em;
  height: 2.45em;
  display: block;
}

.ios-nav-name {
  grid-column-gap: .05em;
  align-items: center;
  margin-top: .25em;
  font-size: .68em;
  font-weight: 500;
  display: flex;
}

.ios-nav-name svg {
  color: var(--ios-muted);
}

.ios-nav-action {
  color: var(--ios-out);
  justify-self: end;
  margin-top: .85em;
  margin-right: .2em;
}

.ios-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  min-height: 0;
  padding: 0 .8em .3em;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#0000 0, #000 9%);
  mask-image: linear-gradient(#0000 0, #000 9%);
}

.ios-stamp {
  color: var(--ios-muted);
  text-align: center;
  flex-direction: column;
  margin: .6em 0 .35em;
  font-size: .64em;
  display: flex;
}

.ios-stamp strong {
  font-weight: 600;
}

.ios-row {
  flex: none;
  margin-top: .14em;
  display: flex;
}

.ios-row.is-group-start {
  margin-top: .55em;
}

.ios-row.is-out {
  justify-content: flex-end;
}

.ios-bubble {
  overflow-wrap: break-word;
  border-radius: 1.05em;
  max-width: 74%;
  padding: .38em .72em;
  font-size: .96em;
  line-height: 1.26;
  position: relative;
}

.is-in .ios-bubble {
  color: var(--ios-text);
  background-color: var(--ios-in);
}

.is-out .ios-bubble {
  color: #fff;
  background-color: var(--ios-out);
}

.ios-bubble.has-tail:before, .ios-bubble.has-tail:after {
  content: "";
  height: 1.2em;
  position: absolute;
  bottom: 0;
}

.is-out .ios-bubble.has-tail:before {
  background-color: var(--ios-out);
  border-bottom-left-radius: .9em;
  width: 1.2em;
  right: -.45em;
}

.is-out .ios-bubble.has-tail:after {
  background-color: var(--ios-bg);
  border-bottom-left-radius: .6em;
  width: .6em;
  right: -.6em;
}

.is-in .ios-bubble.has-tail:before {
  background-color: var(--ios-in);
  border-bottom-right-radius: .9em;
  width: 1.2em;
  left: -.45em;
}

.is-in .ios-bubble.has-tail:after {
  background-color: var(--ios-bg);
  border-bottom-right-radius: .6em;
  width: .6em;
  left: -.6em;
}

.ios-receipt {
  color: var(--ios-muted);
  text-align: right;
  flex: none;
  margin-top: .2em;
  padding-right: .15em;
  font-size: .6em;
}

.ios-receipt strong {
  font-weight: 600;
}

.ios-typing {
  background-color: var(--ios-in);
  grid-column-gap: .22em;
  border-radius: 1.05em;
  padding: .62em .72em;
  display: flex;
  position: relative;
}

.ios-typing:before, .ios-typing:after {
  content: "";
  background-color: var(--ios-in);
  border-radius: 50%;
  position: absolute;
}

.ios-typing:before {
  width: .55em;
  height: .55em;
  bottom: -.08em;
  left: -.08em;
}

.ios-typing:after {
  width: .27em;
  height: .27em;
  bottom: -.38em;
  left: -.36em;
}

.ios-typing span {
  background-color: var(--ios-muted);
  border-radius: 50%;
  width: .44em;
  height: .44em;
  animation: 1.2s ease-in-out infinite lt-typing;
}

.ios-typing span:nth-child(2) {
  animation-delay: .15s;
}

.ios-typing span:nth-child(3) {
  animation-delay: .3s;
}

.ios-ppv {
  width: 68%;
  transition: transform .22s, filter .22s;
  position: relative;
}

.ios-ppv.is-pressed {
  filter: brightness(.8);
  transform: scale(.96);
}

.ios-ppv-card {
  background-color: var(--ios-in);
  border-radius: 1.05em;
  overflow: hidden;
}

.ios-ppv-media {
  background-color: #111;
  height: 8.2em;
  position: relative;
  overflow: hidden;
}

.ios-ppv-media img {
  object-fit: cover;
  object-position: 50% 24%;
  width: 100%;
  height: 100%;
  transition: filter .9s, transform .9s;
  display: block;
}

.ios-ppv:not(.is-unlocked) .ios-ppv-media img {
  filter: blur(.75em) brightness(.6) saturate(1.2);
  transform: scale(1.15);
}

.ios-ppv-lock {
  color: #fff;
  grid-row-gap: .12em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.ios-ppv-lock-icon {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.1em;
  height: 2.1em;
  font-size: .95em;
  display: flex;
}

.ios-ppv-price {
  margin-top: .2em;
  font-size: 1.15em;
  font-weight: 700;
}

.ios-ppv-hint {
  opacity: .85;
  font-size: .62em;
  font-weight: 500;
}

.ios-ppv-caption {
  padding: .5em .72em .55em;
}

.ios-ppv-title {
  font-size: .76em;
  font-weight: 600;
}

.ios-ppv-domain {
  color: var(--ios-muted);
  margin-top: .1em;
  font-size: .64em;
}

.ios-ppv-unlocked {
  color: var(--ios-green);
  grid-column-gap: .25em;
  align-items: center;
  margin-top: .1em;
  font-size: .64em;
  font-weight: 600;
  display: flex;
}

.ios-tapback {
  color: #fff;
  background-color: var(--ios-out);
  border: .12em solid var(--ios-bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
  display: flex;
  position: absolute;
  top: -.75em;
  right: -.55em;
}

.ios-input {
  grid-column-gap: .45em;
  flex: none;
  align-items: center;
  padding: .35em .6em 2.1em;
  display: flex;
}

.ios-plus {
  color: var(--ios-muted);
  background-color: var(--ios-sheet-2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.ios-field {
  border: 1px solid var(--ios-field);
  grid-column-gap: .3em;
  border-radius: 1.05em;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  min-height: 2em;
  padding: .25em .28em .25em .75em;
  display: flex;
}

.ios-placeholder {
  color: var(--ios-muted);
  font-size: .92em;
}

.ios-draft {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .92em;
  overflow: hidden;
}

.ios-mic {
  color: var(--ios-muted);
  flex: none;
  margin-right: .35em;
}

.ios-send {
  color: #fff;
  background-color: var(--ios-out);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.ios-home {
  z-index: 6;
  background-color: var(--ios-text);
  border-radius: .3em;
  width: 35%;
  height: .3em;
  position: absolute;
  bottom: .55em;
  left: 50%;
  transform: translateX(-50%);
}

.ios-dim {
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.ios-dim.is-on {
  opacity: .5;
}

.ios-sheet {
  z-index: 5;
  background-color: var(--ios-sheet);
  border-radius: .95em .95em 0 0;
  flex-direction: column;
  height: 60%;
  transition: transform .55s cubic-bezier(.2, .85, .25, 1);
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(105%);
  box-shadow: 0 -.5em 2em #0006;
}

.ios-sheet.is-open {
  transform: none;
}

.ios-grabber {
  background-color: #5a5a5e;
  border-radius: .2em;
  width: 2.4em;
  height: .28em;
  margin: .45em auto 0;
}

.ios-sheet-bar {
  border-bottom: .5px solid var(--ios-hair);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: .45em .8em .55em;
  font-size: .82em;
  display: grid;
}

.ios-sheet-done {
  color: var(--ios-out);
  font-weight: 600;
}

.ios-sheet-url {
  background-color: var(--ios-sheet-2);
  grid-column-gap: .3em;
  border-radius: .6em;
  align-items: center;
  padding: .25em .7em;
  font-size: .9em;
  font-weight: 500;
  display: flex;
}

.ios-sheet-body {
  flex-direction: column;
  flex: 1;
  padding: .85em .95em 1.6em;
  display: flex;
}

.ios-sheet-title {
  font-size: 1.08em;
  font-weight: 700;
}

.ios-sheet-sub {
  color: var(--ios-muted);
  margin-top: .15em;
  font-size: .66em;
}

.ios-sheet-item, .ios-sheet-row {
  background-color: var(--ios-sheet-2);
  border-radius: .75em;
  align-items: center;
  display: flex;
}

.ios-sheet-item {
  grid-column-gap: .6em;
  margin-top: .75em;
  padding: .5em;
}

.ios-sheet-thumb {
  filter: blur(.15em) brightness(.8);
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: .5em;
  flex: none;
  width: 2.4em;
  height: 2.4em;
}

.ios-sheet-item-text {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.25;
  display: flex;
}

.ios-sheet-item-text strong {
  font-size: .82em;
  font-weight: 600;
}

.ios-sheet-item-text span {
  color: var(--ios-muted);
  font-size: .64em;
}

.ios-sheet-price {
  font-size: .82em;
  font-weight: 600;
}

.ios-sheet-row {
  grid-column-gap: .5em;
  margin-top: .4em;
  padding: .6em .65em;
  font-size: .78em;
}

.ios-sheet-chev {
  color: var(--ios-muted);
  margin-left: auto;
}

.ios-sheet-total {
  justify-content: space-between;
  margin-top: .7em;
  padding: 0 .15em;
  font-size: .82em;
  display: flex;
}

.ios-sheet-total span {
  color: var(--ios-muted);
}

.ios-pay {
  color: #fff;
  background-color: var(--ios-out);
  grid-column-gap: .35em;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  height: 2.4em;
  margin-top: .75em;
  font-size: .9em;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.ios-sheet.is-paid .ios-pay {
  background-color: #30d158;
}

.ios-sheet-fine {
  color: var(--ios-muted);
  text-align: center;
  margin-top: .55em;
  font-size: .56em;
}

.ios-spin {
  animation: .9s linear infinite ios-spin;
}

@keyframes ios-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ios-sheet, .ios-dim, .ios-ppv, .ios-ppv-media img {
    transition: none;
  }

  .ios-spin, .ios-typing span {
    animation: none;
  }
}

.ios-caret {
  vertical-align: -.12em;
  background-color: var(--ios-out);
  border-radius: 1px;
  width: .1em;
  height: 1.05em;
  margin-left: .06em;
  animation: 1s step-end infinite ios-caret;
  display: inline-block;
}

@keyframes ios-caret {
  0%, 50% {
    opacity: 1;
  }

  50.01%, 100% {
    opacity: 0;
  }
}

.ios-tap {
  z-index: 3;
  pointer-events: none;
  background-color: #ffffff59;
  border: .08em solid #ffffffb3;
  border-radius: 50%;
  width: 2.6em;
  height: 2.6em;
  margin: -1.3em 0 0 -1.3em;
  animation: .42s ease-out both ios-tap;
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes ios-tap {
  0% {
    opacity: 0;
    transform: scale(.4);
  }

  35% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

.ios-pay {
  transition: background-color .3s, transform .15s, filter .15s;
  position: relative;
  overflow: hidden;
}

.ios-pay.is-pressed {
  filter: brightness(.85);
  transform: scale(.97);
}

@media (prefers-reduced-motion: reduce) {
  .ios-caret, .ios-tap {
    animation: none;
  }
}

/* [project]/workspace/src/styles/webflow/letstext-refresh.css [client] (css) */
:root {
  --lt-display: "Open Sans", ui-sans-serif, system-ui, sans-serif;
}

h1, h2, h3, h4, h5, .title, .white-title, .white-title-medium, .h3-title, .features-hero {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  font-family: var(--lt-display);
  letter-spacing: -.03em;
  background-image: none;
  font-weight: 800;
}

.card-title, .about-hero-title, .role-title, .blog-title, .faq-question-text, .blog-small-name, .lt-legal-card-title {
  font-family: var(--lt-display);
  letter-spacing: -.015em;
  font-weight: 700;
}

.lt-accent {
  color: var(--lt-blue);
  -webkit-text-fill-color: var(--lt-blue);
  font-family: inherit;
  font-style: normal;
}

.lt-hl {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  text-align: center;
  text-wrap: balance;
  font-family: var(--lt-display);
  letter-spacing: -.035em;
  background-image: none;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-weight: 800;
  line-height: 1.02;
  display: flex;
}

.lt-hl.is-left {
  text-align: left;
  align-items: flex-start;
}

.lt-hl.is-hero {
  font-size: clamp(46px, 7.2vw, 100px);
}

.lt-hl.is-page {
  font-size: clamp(40px, 5.8vw, 78px);
}

.lt-hl.is-section {
  font-size: clamp(34px, 4.6vw, 62px);
}

.lt-hl-mask {
  padding-bottom: .08em;
  display: block;
  overflow: hidden;
}

.lt-hl-line {
  transition: transform .9s cubic-bezier(.2, .8, .2, 1), opacity .9s;
  display: block;
}

.lt-hl-line.is-blue {
  color: var(--lt-blue);
  -webkit-text-fill-color: var(--lt-blue);
}

html.wf-ix .lt-hl:not(.is-in) .lt-hl-line {
  opacity: 0;
  transform: translateY(105%);
}

.lt-hl.is-in .lt-hl-mask + .lt-hl-mask .lt-hl-line {
  transition-delay: .12s;
}

@media (prefers-reduced-motion: reduce) {
  .lt-hl-line {
    transition: none;
  }

  html.wf-ix .lt-hl:not(.is-in) .lt-hl-line {
    opacity: 1;
    transform: none;
  }
}

.lt-hl-note {
  color: var(--lt-muted);
  text-align: center;
  margin: 18px auto 0;
  font-size: 17px;
  line-height: 1.5;
}

.lt-backdrop {
  z-index: 0;
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.lt-backdrop-lines {
  fill: none;
  stroke: #ffffff0f;
  stroke-width: 1.2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lt-backdrop-glow {
  filter: blur(80px);
  opacity: .55;
  background-image: radial-gradient(30% 40% at 0 0, #0a84ff40, #0a84ff00 70%), radial-gradient(26% 36% at 100% 100%, #0a84ff2e, #0a84ff00 70%);
  position: absolute;
  inset: -10%;
}

.lt-main, .lt-footer {
  z-index: 1;
  position: relative;
}

.effortlessly-integration-section, .workflow-section, .cards-section, .sticky-section {
  background-color: #0000;
  background-image: none;
}

.cards-section {
  border-top: 0;
  border-bottom: 0;
}

.lt-page-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 72px 20px 56px;
  display: flex;
}

.lt-page-meta {
  color: var(--lt-muted);
  grid-column-gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
  font-size: 13px;
  display: flex;
}

.lt-page-meta span + span:before {
  content: "";
  vertical-align: middle;
  background-color: var(--lt-border-strong);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-right: 18px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .lt-page-head {
    padding: 48px 16px 36px;
  }
}

.lt-legal .lt-page-head {
  border-bottom: 1px solid var(--lt-border);
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.lt-legal-nav-link {
  border-left: 0;
  border-radius: 10px;
  padding: 7px 12px;
}

.lt-legal-nav-link:hover {
  background-color: #ffffff08;
}

.lt-legal-nav-link.is-active {
  background-color: #0a84ff1a;
}

.lt-prose blockquote {
  text-align: center;
  border-left: 0;
  border-top: 1px solid var(--lt-border);
  border-bottom: 1px solid var(--lt-border);
  font-family: var(--lt-display);
  letter-spacing: -.02em;
  margin: 44px 0;
  padding: 28px 8px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.button, .w-button {
  box-shadow: inset 0 1px #ffffff40;
}

.button:hover, .w-button:hover {
  box-shadow: inset 0 1px #ffffff59, 0 12px 28px -12px #0a84ffb3;
}

.lt-button-ghost, .lt-button-ghost.w-button, .lt-button-ghost:hover, .lt-button-ghost.w-button:hover {
  box-shadow: none;
}

.lt-hl.is-section {
  margin-bottom: 56px;
}

.lt-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 76px 20px 0;
  display: flex;
  position: relative;
}

.lt-hero .lt-hl-note {
  max-width: 520px;
  margin-top: 22px;
}

.lt-hero-actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.lt-hero-visual {
  justify-content: center;
  width: 100%;
  height: 660px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lt-hero {
    padding-top: 48px;
  }

  .lt-hero-visual {
    height: 500px;
    margin-top: 24px;
  }
}

.lt-split {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  display: grid;
}

.lt-split-copy .lt-hl {
  margin-bottom: 30px;
}

.lt-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lt-points li {
  color: var(--lt-muted);
  border-top: 1px solid var(--lt-border);
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.55;
}

.lt-points li strong {
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .lt-split {
    grid-template-columns: minmax(0, 1fr);
  }
}

.lt-queue {
  border: 1px solid var(--lt-border);
  background-color: #0e1016eb;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 40px 80px -40px #000;
}

.lt-queue-head {
  grid-column-gap: 12px;
  border-bottom: 1px solid var(--lt-border);
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  display: flex;
}

.lt-queue-creator {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.lt-queue-creator-avatar {
  color: #fff;
  background-color: #3987e5;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.lt-queue-creator-text {
  flex-direction: column;
  line-height: 1.3;
  display: flex;
}

.lt-queue-creator-text strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.lt-queue-creator-text span {
  color: var(--lt-muted);
  font-size: 12px;
}

.lt-queue-team {
  padding-left: 6px;
  display: flex;
}

.lt-queue-chatter {
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: -6px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 0 0 2px #0e1016;
}

.lt-queue-chatter.is-sm {
  width: 20px;
  height: 20px;
  box-shadow: none;
  margin-left: 0;
  font-size: 8px;
}

.lt-queue-list {
  margin: 0;
  padding: 8px;
  list-style: none;
}

.lt-queue-row {
  grid-column-gap: 12px;
  border-radius: 14px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  padding: 11px 12px;
  transition: background-color .3s, opacity .3s;
  animation: .5s both lt-row-in;
  display: grid;
}

.lt-queue-row.is-typing {
  background-color: #0a84ff12;
}

.lt-queue-row.is-replied {
  opacity: .5;
}

.lt-queue-fan {
  color: #cfd5df;
  background-color: #232733;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.lt-queue-text {
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
  display: flex;
}

.lt-queue-name {
  color: #fff;
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.lt-queue-spend {
  color: #7ee2a0;
  font-size: 11px;
  font-weight: 600;
}

.lt-queue-snippet {
  color: var(--lt-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
}

.lt-queue-status {
  color: var(--lt-muted);
  white-space: nowrap;
  font-size: 12px;
}

.lt-queue-wait {
  color: #f5c46b;
  font-variant-numeric: tabular-nums;
  background-color: #f5a5241a;
  border-radius: 999px;
  padding: 3px 9px;
  font-weight: 600;
}

.lt-queue-who {
  color: #dfe6f0;
  grid-column-gap: 7px;
  align-items: center;
  display: inline-flex;
}

.lt-queue-typing {
  grid-column-gap: 3px;
  align-items: center;
  height: 20px;
  display: inline-flex;
}

.lt-queue-typing i, .lt-bubble-dots i {
  background-color: var(--lt-blue-light);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 1s ease-in-out infinite lt-dot;
  display: block;
}

.lt-queue-typing i:nth-child(2), .lt-bubble-dots i:nth-child(2) {
  animation-delay: .15s;
}

.lt-queue-typing i:nth-child(3), .lt-bubble-dots i:nth-child(3) {
  animation-delay: .3s;
}

.lt-queue-replied {
  color: #7ee2a0;
  grid-column-gap: 4px;
  align-items: center;
  font-weight: 600;
  display: inline-flex;
}

@keyframes lt-row-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lt-dot {
  0%, 80%, 100% {
    opacity: .35;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.lt-channel-line {
  color: #dfe6f0;
  text-align: center;
  letter-spacing: -.01em;
  max-width: 520px;
  font-family: var(--lt-display);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
}

.lt-compare {
  margin-top: 0;
}

.lt-compare-card.is-after {
  color: #fff;
  background-color: #0c1422;
  background-image: linear-gradient(#0f1c31, #0b111c);
  border: 1px solid #0a84ff4d;
  box-shadow: 0 40px 90px -40px #0a84ff66;
}

.lt-compare-title, .lt-compare-card.is-before .lt-compare-title {
  color: #fff;
  font-family: var(--lt-display);
  letter-spacing: -.02em;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.lt-compare-card.is-after .lt-compare-title {
  color: var(--lt-blue-light);
}

.lt-compare-list {
  margin-top: 20px;
}

.lt-compare-card.is-after .lt-compare-list li {
  color: #dfe6f0;
  border-top-color: #ffffff12;
}

.lt-footer-cta .lt-hl {
  margin-bottom: 34px;
}

.lt-bubbles {
  grid-row-gap: 10px;
  flex-direction: column;
  width: min(320px, 78vw);
  margin: 0 auto 40px;
  display: flex;
}

.lt-bubble {
  opacity: 0;
  border-radius: 20px;
  height: 40px;
  display: block;
}

.lt-bubble.is-in {
  background-color: #16181f;
  border: 1px solid #ffffff12;
  border-bottom-left-radius: 6px;
  align-self: flex-start;
}

.lt-bubble.is-one {
  width: 56%;
  animation: 7s infinite lt-bubble-one;
}

.lt-bubble.is-three {
  width: 38%;
  animation: 7s infinite lt-bubble-three;
}

.lt-bubble.is-out {
  border: 1px solid #0a84ff80;
  border-bottom-right-radius: 6px;
  align-self: flex-end;
  align-items: center;
  width: 66%;
  padding-left: 16px;
  animation: 7s infinite lt-bubble-out;
  display: flex;
}

.lt-bubble-dots {
  grid-column-gap: 4px;
  animation: 7s infinite lt-bubble-dots;
  display: inline-flex;
}

@keyframes lt-bubble-one {
  0% {
    opacity: 0;
    transform: translateY(8px)scale(.97);
  }

  6%, 86% {
    opacity: 1;
    transform: none;
  }

  94%, 100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@keyframes lt-bubble-out {
  0%, 18% {
    opacity: 0;
    background-color: #0a84ff14;
    transform: translateY(8px)scale(.97);
  }

  24%, 44% {
    opacity: 1;
    background-color: #0a84ff14;
    transform: none;
  }

  50%, 86% {
    opacity: 1;
    background-color: #0a84ff;
    transform: none;
  }

  94%, 100% {
    opacity: 0;
    background-color: #0a84ff;
    transform: translateY(-6px);
  }
}

@keyframes lt-bubble-dots {
  0%, 22% {
    opacity: 0;
  }

  26%, 44% {
    opacity: 1;
  }

  48%, 100% {
    opacity: 0;
  }
}

@keyframes lt-bubble-three {
  0%, 58% {
    opacity: 0;
    transform: translateY(8px)scale(.97);
  }

  64%, 86% {
    opacity: 1;
    transform: none;
  }

  94%, 100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

.lt-cta-button {
  color: #fff;
  isolation: isolate;
  grid-column-gap: 14px;
  font-family: var(--lt-display);
  background-image: linear-gradient(#2f8fff, #0a6ce2);
  border-radius: 999px;
  align-items: center;
  padding: 8px 8px 8px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
  display: inline-flex;
  position: relative;
  box-shadow: inset 0 0 0 1px #5aabff66, inset 0 1px #ffffff4d;
}

.lt-cta-button:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  animation: 3.2s infinite lt-cta-ring;
  position: absolute;
  inset: 0;
}

.lt-cta-sheen {
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.lt-cta-sheen:before {
  content: "";
  background-image: linear-gradient(100deg, #fff0, #ffffff59, #fff0);
  width: 40%;
  animation: 3.2s ease-in-out infinite lt-cta-sheen;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  transform: skewX(-20deg);
}

.lt-cta-button-arrow {
  background-color: #ffffff29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), background-color .3s;
  display: flex;
}

.lt-cta-button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #9fcfff99, inset 0 1px #fff6, 0 18px 40px -14px #0a84ffcc;
}

.lt-cta-button:hover .lt-cta-button-arrow {
  background-color: #ffffff47;
  transform: translateX(4px);
}

.lt-cta-button:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 4px;
}

@keyframes lt-cta-ring {
  0% {
    box-shadow: 0 0 #0a84ff73;
  }

  60%, 100% {
    box-shadow: 0 0 0 16px #0a84ff00;
  }
}

@keyframes lt-cta-sheen {
  0%, 55% {
    left: -50%;
  }

  85%, 100% {
    left: 120%;
  }
}

.lt-cta-signin {
  color: var(--lt-muted);
  margin-top: 18px;
  font-size: 13px;
  text-decoration: none;
}

.lt-cta-signin:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .lt-bubble, .lt-bubble-dots, .lt-cta-button:after, .lt-cta-sheen:before, .lt-queue-row, .lt-queue-typing i, .lt-bubble-dots i {
    animation: none;
  }

  .lt-bubble {
    opacity: 1;
  }

  .lt-bubble.is-out {
    background-color: #0a84ff;
  }

  .lt-bubble-dots {
    opacity: 0;
  }
}

.lt-apply {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 2em 110px;
}

.lt-apply .lt-page-head {
  padding-top: 56px;
}

.lt-apply-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.lt-apply-card {
  border: 1px solid var(--lt-border);
  background-color: #0f1117eb;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 40px 80px -50px #000;
}

.lt-apply-progress {
  grid-column-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: grid;
}

.lt-apply-progress button {
  color: var(--lt-muted);
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-family: var(--lt-sans);
  background: none;
  border: 0;
  flex-direction: column;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.lt-apply-progress button:disabled {
  cursor: default;
}

.lt-apply-progress-bar {
  background-color: #ffffff14;
  border-radius: 999px;
  height: 4px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.lt-apply-progress-bar:after {
  content: "";
  background-color: var(--lt-blue);
  border-radius: inherit;
  transform-origin: 0;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.lt-apply-progress li.is-done .lt-apply-progress-bar:after, .lt-apply-progress li.is-current .lt-apply-progress-bar:after {
  transform: scaleX(1);
}

.lt-apply-progress li.is-current .lt-apply-progress-bar:after {
  background-color: var(--lt-blue-light);
}

.lt-apply-progress li.is-current button, .lt-apply-progress li.is-done button {
  color: #fff;
}

.lt-apply-fields {
  grid-row-gap: 22px;
  flex-direction: column;
  animation: .45s both lt-row-in;
  display: flex;
}

.lt-apply-row {
  grid-column-gap: 16px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lt-apply-field {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.lt-apply-optional {
  color: #6b7383;
  margin-left: 6px;
  font-weight: 400;
}

.lt-pick {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.lt-pick-option {
  color: #c9ced8;
  cursor: pointer;
  border: 1px solid var(--lt-border-strong);
  grid-column-gap: 6px;
  font-family: var(--lt-sans);
  background-color: #ffffff06;
  border-radius: 999px;
  align-items: center;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
  display: inline-flex;
}

.lt-pick-option:hover {
  color: #fff;
  border-color: #3a4256;
}

.lt-pick-option.is-on {
  color: #fff;
  background-color: #0a84ff26;
  border-color: #0a84ffb3;
}

.lt-pick-option:focus-visible, .lt-apply-progress button:focus-visible, .lt-apply-back:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 2px;
}

.lt-apply-foot {
  border-top: 1px solid var(--lt-border);
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  display: flex;
}

.lt-apply-count {
  color: var(--lt-muted);
  font-size: 13px;
}

.lt-apply-back {
  color: var(--lt-muted);
  cursor: pointer;
  grid-column-gap: 6px;
  font-family: var(--lt-sans);
  background: none;
  border: 0;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.lt-apply-back:hover {
  color: #fff;
}

.lt-apply-card.is-done {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 56px 32px;
  display: flex;
}

.lt-apply-done-icon {
  color: #fff;
  background-color: var(--lt-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: 0 0 0 8px #0a84ff26;
}

.lt-apply-done-title {
  margin: 24px 0 10px;
  font-size: 32px;
}

.lt-apply-done-text {
  max-width: 440px;
  font-size: 16px;
}

.lt-apply-done-text strong {
  color: #fff;
}

.lt-apply-done-actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
  display: flex;
}

.lt-apply-aside {
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.lt-apply-thread {
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px solid #ffffff17;
  border-radius: 24px;
  flex-direction: column;
  padding: 16px 16px 20px;
  display: flex;
}

.lt-apply-thread-head {
  color: #fff;
  grid-row-gap: 6px;
  font-family: -apple-system, BlinkMacSystemFont, var(--lt-sans);
  border-bottom: 1px solid #ffffff12;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 12px;
  font-size: 12px;
  display: flex;
}

.lt-apply-thread-avatar {
  color: #fff;
  width: 40px;
  height: 40px;
  font-family: var(--lt-serif);
  background-image: linear-gradient(160deg, #3a4150, #1b1f29);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.lt-apply-bubble {
  color: #fff;
  max-width: 85%;
  font-family: -apple-system, BlinkMacSystemFont, var(--lt-sans);
  background-color: #26252a;
  border-radius: 18px 18px 18px 6px;
  align-self: flex-start;
  padding: 9px 13px;
  font-size: 14px;
  line-height: 1.35;
  animation: .4s both lt-row-in;
}

.lt-apply-bubble.is-sent {
  background-color: var(--lt-blue);
  border-radius: 18px 18px 6px;
  align-self: flex-end;
}

.lt-apply-next {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  position: relative;
}

.lt-apply-next:before {
  content: "";
  background-image: linear-gradient(var(--lt-blue), #0a84ff00);
  width: 1px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 4px;
}

.lt-apply-next li {
  flex-direction: column;
  padding: 0 0 18px;
  display: flex;
  position: relative;
}

.lt-apply-next li:before {
  content: "";
  background-color: var(--lt-bg);
  border: 2px solid var(--lt-blue);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: -20px;
}

.lt-apply-next strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.lt-apply-next span {
  color: var(--lt-muted);
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.5;
}

.lt-apply-help {
  font-size: 14px;
}

.lt-apply-help a {
  color: var(--lt-blue-light);
}

@media screen and (max-width: 991px) {
  .lt-apply-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lt-apply-aside {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .lt-apply {
    padding: 0 16px 80px;
  }

  .lt-apply-card {
    padding: 22px;
  }

  .lt-apply-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

.lt-about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lt-about-text {
  color: var(--lt-muted);
  max-width: 480px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.6;
}

.lt-about-visual {
  padding: 0 12% 56px 0;
  position: relative;
}

.lt-about-window {
  width: 100%;
}

.lt-about-phone {
  z-index: 2;
  filter: drop-shadow(0 30px 50px #000000b3);
  width: 30%;
  min-width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.lt-about-phone-frame {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
}

.lt-split.is-reversed {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.lt-built {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
}

.lt-built li {
  color: #dfe6f0;
  border-top: 1px solid var(--lt-border);
  grid-column-gap: 14px;
  align-items: center;
  padding: 18px 2px;
  font-size: 17px;
  display: flex;
}

.lt-built li:before {
  content: "";
  background-color: var(--lt-blue);
  border-radius: 2px;
  flex: none;
  width: 6px;
  height: 6px;
}

.lt-track {
  grid-column-gap: 28px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  position: relative;
}

.lt-track:before {
  content: "";
  background-image: linear-gradient(90deg, var(--lt-blue), #0a84ff26);
  height: 1px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}

.lt-track li {
  flex-direction: column;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.lt-track li:before {
  content: "";
  background-color: var(--lt-bg);
  border: 2px solid var(--lt-blue);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}

.lt-track strong {
  color: #fff;
  font-family: var(--lt-display);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 700;
}

.lt-track span {
  color: var(--lt-muted);
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.5;
}

.lt-about-company {
  color: var(--lt-muted);
  text-align: center;
  max-width: 620px;
  margin: 64px auto 0;
  font-size: 14px;
  line-height: 1.6;
}

.lt-about-company a {
  color: var(--lt-blue-light);
}

@media screen and (max-width: 991px) {
  .lt-split.is-reversed {
    grid-template-columns: minmax(0, 1fr);
  }

  .lt-split.is-reversed > .lt-split-copy {
    order: -1;
  }

  .lt-track {
    grid-template-columns: 1fr 1fr;
  }

  .lt-track:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lt-about-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lt-built, .lt-track {
    grid-template-columns: minmax(0, 1fr);
  }
}

.lt-mock-amount, .lt-prose h2, .lt-signin-title, .lt-apply-done-title {
  font-family: var(--lt-display);
  letter-spacing: -.03em;
  font-style: normal;
  font-weight: 800;
}

.lt-route-progress {
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transform-origin: 0;
  background-image: linear-gradient(90deg, #0a84ff, #5aabff);
  height: 2px;
  transition: opacity .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
  box-shadow: 0 0 10px #0a84ffb3;
}

.lt-route-progress.is-loading {
  opacity: 1;
  transition: transform 8s cubic-bezier(.1, .7, .2, 1), opacity .2s;
  transform: scaleX(.9);
}

.lt-route-progress.is-done {
  opacity: 0;
  transition: transform .25s ease-out, opacity .3s .15s;
  transform: scaleX(1);
}

#hero {
  overflow-x: clip;
}

.hero-sticky-holder {
  z-index: 1;
  position: relative;
}

.lt-splash {
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lt-splash-aurora {
  opacity: .3;
  filter: blur(90px);
  background-image: conic-gradient(#0a84ff, #64d2ff, #30d158, #ff9f0a, #ff375f, #bf5af2, #0a84ff);
  border-radius: 50%;
  animation: 24s linear infinite lt-aurora;
  position: absolute;
  inset: 14% 12%;
}

.lt-splash-lines {
  fill: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lt-splash-track {
  stroke: #ffffff12;
  stroke-width: 1.2px;
}

.lt-splash-flow {
  stroke: url("#lt-streak");
  stroke-width: 2.2px;
  stroke-linecap: round;
  stroke-dasharray: 220 1900;
  animation: 10s linear infinite lt-streak;
}

.lt-splash-blob {
  width: var(--s);
  height: var(--s);
  margin: calc(var(--s) / -2) 0 0 calc(var(--s) / -2);
  top: calc(50% + var(--y));
  left: calc(50% + var(--x));
  position: absolute;
}

.lt-splash-blob i {
  opacity: .6;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle at 50% 50%, var(--c) 0%, color-mix(in srgb, var(--c) 45%, transparent) 30%, transparent 68%);
  width: 100%;
  height: 100%;
  animation: lt-blob-drift var(--drift) ease-in-out infinite alternate;
  border-radius: 50%;
  display: block;
}

.lt-splash-ring {
  border: 2px solid #ffffffb3;
  border-radius: 50%;
  width: 14vw;
  height: 14vw;
  margin: -7vw 0 0 -7vw;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 40px #0a84ffb3, inset 0 0 40px #bf5af2b3;
}

.lt-splash-drop {
  background-color: var(--c);
  width: var(--d);
  height: var(--d);
  margin: calc(var(--d) / -2) 0 0 calc(var(--d) / -2);
  box-shadow: 0 0 14px var(--c);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero-text-wrapper._01 .hero-text-blur {
  background-image: linear-gradient(90deg, #64d2ff, #0a84ff 50%, #bf5af2);
}

.hero-text-wrapper._02 .hero-text-blur {
  background-image: linear-gradient(90deg, #ff375f, #bf5af2 30%, #0a84ff 62%, #64d2ff);
}

@keyframes lt-aurora {
  to {
    transform: rotate(360deg);
  }
}

@keyframes lt-streak {
  from {
    stroke-dashoffset: 2120px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lt-blob-drift {
  0% {
    transform: translate(0)scale(1);
  }

  50% {
    transform: translate(4vw, -3vh)scale(1.08);
  }

  100% {
    transform: translate(-3vw, 4vh)scale(.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-splash-aurora, .lt-splash-flow, .lt-splash-blob i {
    animation: none;
  }
}

.lt-showcase-note {
  max-width: 560px;
  margin: -34px auto 48px;
}

.lt-live {
  perspective: 1600px;
}

.lt-live-stage {
  position: relative;
}

.lt-live-glow {
  pointer-events: none;
  filter: blur(70px);
  opacity: .5;
  background-image: radial-gradient(40% 55% at 20% 40%, #0a84ff80, #0a84ff00 70%), radial-gradient(35% 50% at 82% 30%, #bf5af266, #bf5af200 70%), radial-gradient(30% 45% at 60% 90%, #64d2ff4d, #64d2ff00 70%);
  animation: 12s ease-in-out infinite alternate lt-live-glow;
  position: absolute;
  inset: -8% -6%;
}

.lt-live-window {
  border-color: #ffffff24;
  box-shadow: 0 80px 140px -40px #000000f2, 0 0 0 1px #0a84ff1a, inset 0 1px #ffffff14;
}

.lt-live-badge {
  color: #ff9a9a;
  letter-spacing: .06em;
  text-transform: uppercase;
  grid-column-gap: 6px;
  background-color: #ef44441a;
  border-radius: 999px;
  align-items: center;
  margin-left: auto;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.lt-live-dot {
  background-color: var(--lt-red);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 1.8s infinite lt-pulse;
}

.lt-live-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lt-live-canvas {
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.lt-live-skeleton {
  aspect-ratio: 1360 / 860;
  background-color: #0b0d12;
  background-image: linear-gradient(100deg, #fff0 30%, #ffffff08 50%, #fff0 70%);
  background-size: 200% 100%;
  border: 1px solid #ffffff17;
  border-radius: 18px;
  width: 100%;
  animation: 1.6s linear infinite lt-shimmer;
}

.lt-live-cursor {
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 4px 10px #0009);
  width: 24px;
  height: 24px;
  transition: left 1.1s cubic-bezier(.6, 0, .2, 1), top 1.1s cubic-bezier(.6, 0, .2, 1);
  position: absolute;
}

.lt-live-cursor svg {
  fill: #fff;
  stroke: #0a0a0f;
  stroke-width: 1.3px;
  z-index: 1;
  display: block;
  position: relative;
}

.lt-live-click {
  opacity: 0;
  border: 2px solid var(--lt-blue-light);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  left: -12px;
}

.lt-live-cursor.is-clicking svg {
  transition: transform .12s;
  transform: scale(.86);
}

.lt-live-cursor.is-clicking .lt-live-click {
  animation: .5s ease-out lt-live-click;
}

.lt-live-caption {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.lt-live-caption-text {
  grid-row-gap: 4px;
  flex-direction: column;
  animation: .5s both lt-row-in;
  display: flex;
}

.lt-live-caption-text strong {
  color: #fff;
  letter-spacing: -.02em;
  font-family: var(--lt-display);
  font-size: 24px;
  font-weight: 800;
}

.lt-live-caption-text span {
  color: var(--lt-muted);
  font-size: 16px;
}

.lt-live-controls {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.lt-live-toggle, .lt-live-open {
  color: #dfe6f0;
  cursor: pointer;
  border: 1px solid var(--lt-border-strong);
  grid-column-gap: 8px;
  font-family: var(--lt-sans);
  background-color: #ffffff08;
  border-radius: 999px;
  align-items: center;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.lt-live-toggle:hover, .lt-live-open:hover {
  color: #fff;
  background-color: #ffffff12;
  border-color: #3a4256;
}

.lt-live-open {
  color: #fff;
  background-color: #0a84ff26;
  border-color: #0a84ff80;
}

.lt-live-chapters {
  grid-column-gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 26px;
  display: grid;
}

.lt-live-chapter {
  color: var(--lt-muted);
  text-align: left;
  cursor: pointer;
  grid-row-gap: 10px;
  font-family: var(--lt-sans);
  background: none;
  border: 0;
  flex-direction: column;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.lt-live-chapter:hover, .lt-live-chapter.is-active {
  color: #fff;
}

.lt-live-chapter:focus-visible {
  outline: 2px solid var(--lt-blue-light);
  outline-offset: 4px;
}

.lt-live-chapter-bar {
  background-color: #ffffff14;
  border-radius: 999px;
  height: 3px;
  display: block;
  overflow: hidden;
}

.lt-live-chapter-bar span {
  transform-origin: 0;
  border-radius: inherit;
  background-image: linear-gradient(90deg, #0a84ff, #64d2ff, #bf5af2);
  height: 100%;
  display: block;
  transform: scaleX(0);
}

.lt-live-chapter.is-active .lt-live-chapter-bar span {
  transform: scaleX(1);
}

.lt-live-chapter.is-running .lt-live-chapter-bar span {
  animation: linear both lt-chapter-fill;
}

@keyframes lt-chapter-fill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes lt-live-click {
  0% {
    opacity: 1;
    transform: scale(.3);
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

@keyframes lt-live-glow {
  from {
    transform: translate(-2%)scale(1);
  }

  to {
    transform: translate(2%, -3%)scale(1.06);
  }
}

@keyframes lt-shimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -200% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-live-glow, .lt-live-dot, .lt-live-skeleton {
    animation: none;
  }
}

.lt-live-stage {
  opacity: 0;
  transform-origin: 50% 0;
  transition: transform 1.3s cubic-bezier(.2, .8, .2, 1), opacity .9s;
  transform: rotateX(16deg)translateY(60px)scale(.95);
}

.lt-live-stage.is-entered {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .lt-live-stage {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

.lt-team-note {
  max-width: 560px;
  margin: -34px auto 48px;
}

.lt-command {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-template-areas: "queue roster"
                       "feed shifts";
  display: grid;
}

.lt-command-queue {
  grid-area: queue;
}

.lt-roster {
  grid-area: roster;
}

.lt-feed {
  grid-area: feed;
}

.lt-shifts {
  grid-area: shifts;
}

.lt-panel {
  border: 1px solid var(--lt-border);
  background-color: #0e1016eb;
  border-radius: 22px;
  min-width: 0;
  padding: 18px;
  box-shadow: 0 40px 80px -50px #000;
}

.lt-panel-head {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lt-panel-head strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.lt-panel-head .lt-live-badge {
  margin-left: 0;
}

.lt-roster-total {
  color: #7ee2a0;
  font-variant-numeric: tabular-nums;
  font-size: 15px;
  font-weight: 700;
}

.lt-roster-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lt-roster-row {
  border-top: 1px solid var(--lt-border);
  grid-column-gap: 12px;
  grid-template-columns: 36px minmax(0, 1fr) minmax(0, 1.1fr) 70px;
  align-items: center;
  padding: 11px 6px;
  transition: background-color .6s;
  display: grid;
}

.lt-roster-row:first-child {
  border-top: 0;
}

.lt-roster-row.is-flash {
  background-color: #22c55e14;
  border-radius: 12px;
}

.lt-roster-avatar {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.lt-roster-presence {
  border: 2px solid #0e1016;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.lt-roster-presence.is-online {
  background-color: #22c55e;
}

.lt-roster-presence.is-away {
  background-color: #f5a524;
}

.lt-roster-who {
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
  display: flex;
}

.lt-roster-who strong {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.lt-roster-who span {
  color: var(--lt-muted);
  font-size: 12px;
}

.lt-roster-load {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.lt-roster-load-top {
  color: var(--lt-muted);
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.lt-roster-load-top .is-good {
  color: #7ee2a0;
}

.lt-roster-load-top .is-ok {
  color: #f5c46b;
}

.lt-roster-load-top .is-slow {
  color: #ff9a9a;
}

.lt-roster-bar {
  background-color: #ffffff12;
  border-radius: 999px;
  height: 5px;
  display: block;
  overflow: hidden;
}

.lt-roster-bar span {
  border-radius: inherit;
  background-image: linear-gradient(90deg, #0a84ff, #64d2ff);
  height: 100%;
  transition: width .8s cubic-bezier(.2, .8, .2, 1);
  display: block;
}

.lt-roster-bar span.is-high {
  background-image: linear-gradient(90deg, #f5a524, #ff9f0a);
}

.lt-roster-revenue {
  color: #fff;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  font-weight: 700;
  animation: .5s both lt-tick-in;
}

@keyframes lt-tick-in {
  from {
    color: #7ee2a0;
    transform: translateY(-4px);
  }

  to {
    color: #fff;
    transform: none;
  }
}

.lt-feed-list {
  grid-row-gap: 4px;
  flex-direction: column;
  min-height: 262px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.lt-feed-empty {
  color: var(--lt-muted);
  padding: 10px 4px;
  font-size: 14px;
}

.lt-feed-row {
  grid-column-gap: 12px;
  border-radius: 12px;
  align-items: center;
  padding: 9px 8px;
  animation: .55s cubic-bezier(.2, .8, .2, 1) both lt-feed-in;
  display: flex;
}

.lt-feed-row:first-child {
  background-color: #ffffff06;
}

.lt-feed-icon {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.lt-feed-icon.is-blue {
  color: #9fcfff;
  background-color: #0a84ff1f;
}

.lt-feed-icon.is-green {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.lt-feed-icon.is-amber {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.lt-feed-icon.is-red {
  color: #ff9a9a;
  background-color: #ef44441f;
}

.lt-feed-icon.is-violet {
  color: #cdb8ff;
  background-color: #9085e92e;
}

.lt-feed-text {
  color: #dfe6f0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.4;
}

.lt-feed-amount {
  color: #7ee2a0;
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  font-weight: 700;
}

@keyframes lt-feed-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.lt-shifts-now {
  color: #ff9a9a;
  font-size: 12px;
  font-weight: 600;
}

.lt-shifts-grid {
  grid-row-gap: 12px;
  flex-direction: column;
  padding-bottom: 22px;
  display: flex;
  position: relative;
}

.lt-shifts-row {
  align-items: center;
  display: flex;
}

.lt-shifts-name {
  color: var(--lt-muted);
  flex: none;
  width: 64px;
  font-size: 12px;
}

.lt-shifts-track {
  background-color: #ffffff08;
  border-radius: 999px;
  flex: 1;
  height: 10px;
  position: relative;
}

.lt-shifts-bar {
  opacity: .85;
  border-radius: 999px;
  height: 100%;
  position: absolute;
  top: 0;
}

.lt-shifts-line {
  background-color: var(--lt-red);
  width: 2px;
  position: absolute;
  top: -4px;
  bottom: 18px;
  box-shadow: 0 0 10px #ef4444b3;
}

.lt-shifts-axis {
  color: #6b7383;
  justify-content: space-between;
  padding-left: 64px;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lt-rules {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top: 1px solid var(--lt-border);
  flex-wrap: wrap;
  margin: 18px 0 0;
  padding: 16px 0 0;
  list-style: none;
  display: flex;
}

.lt-rules li {
  color: #dfe6f0;
  grid-column-gap: 6px;
  background-color: #0a84ff14;
  border: 1px solid #0a84ff40;
  border-radius: 999px;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  display: inline-flex;
}

.lt-rules li svg {
  color: var(--lt-blue-light);
}

@media screen and (max-width: 991px) {
  .lt-command {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "queue"
                         "roster"
                         "feed"
                         "shifts";
  }
}

@media screen and (max-width: 479px) {
  .lt-roster-row {
    grid-template-columns: 36px minmax(0, 1fr) 64px;
  }

  .lt-roster-load {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-feed-row, .lt-roster-revenue {
    animation: none;
  }
}

.lt-fans {
  grid-column-gap: 56px;
  grid-template-columns: minmax(0, 1fr) 300px minmax(0, 1fr);
  align-items: center;
  display: grid;
  position: relative;
}

.lt-fans:before {
  content: "";
  pointer-events: none;
  filter: blur(80px);
  opacity: .45;
  background-image: radial-gradient(30% 45%, #0a84ff80, #0a84ff00 70%), radial-gradient(22% 30% at 38% 70%, #bf5af266, #bf5af200 70%), radial-gradient(22% 30% at 62% 30%, #ff375f4d, #ff375f00 70%);
  position: absolute;
  inset: -10% 10%;
}

.lt-perks {
  grid-row-gap: 18px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.lt-perks.is-left {
  text-align: right;
}

.lt-perk {
  opacity: 0;
  grid-column-gap: 16px;
  align-items: center;
  transition: opacity .7s, transform .7s cubic-bezier(.2, .8, .2, 1);
  display: flex;
}

.lt-perks.is-left .lt-perk {
  flex-direction: row-reverse;
  transform: translateX(-30px);
}

.lt-perks.is-right .lt-perk {
  transform: translateX(30px);
}

.lt-fans.is-shown .lt-perk {
  opacity: 1;
  transform: none;
}

.lt-perk-icon {
  color: #fff;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
  box-shadow: 0 16px 30px -12px #000c, inset 0 1px #ffffff47;
}

.lt-perk-icon svg {
  width: 26px;
  height: 26px;
}

.lt-perk-text {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.lt-perk-text strong {
  color: #fff;
  letter-spacing: -.01em;
  font-family: var(--lt-display);
  font-size: 17px;
  font-weight: 700;
}

.lt-perk-text span {
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.45;
}

.lt-fans-phone {
  filter: drop-shadow(0 40px 60px #000000d9);
  animation: 7s ease-in-out infinite lt-phone-float;
  position: relative;
}

.lt-fans-frame {
  z-index: 2;
  width: 100%;
  display: block;
  position: relative;
}

.lt-fans-screen {
  z-index: 1;
  padding: 4.1% 4.6%;
  position: absolute;
  inset: 0;
}

.lt-lock {
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, var(--lt-sans);
  background-color: #0b1020;
  background-image: radial-gradient(90% 60% at 20% 10%, #0a84ff99, #0a84ff00 60%), radial-gradient(80% 60% at 90% 70%, #bf5af280, #bf5af200 60%), radial-gradient(70% 50% at 30% 100%, #ff375f66, #ff375f00 60%);
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  padding: 20% 4.5% 5%;
  display: flex;
  overflow: hidden;
  container-type: inline-size;
}

.lt-lock-date {
  opacity: .85;
  font-size: 5.2cqw;
  font-weight: 600;
}

.lt-lock-time {
  letter-spacing: -.02em;
  font-size: 26cqw;
  font-weight: 700;
  line-height: 1;
}

.lt-lock-stack {
  grid-row-gap: 2.4cqw;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.lt-lock-note {
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  backdrop-filter: blur(20px) saturate(1.4);
  grid-column-gap: 3cqw;
  background-color: #28283499;
  border-radius: 6.5cqw;
  align-items: flex-start;
  padding: 3.2cqw 3.6cqw;
  animation: .6s cubic-bezier(.2, .9, .3, 1.05) both lt-note-in;
  display: flex;
}

.lt-lock-app {
  color: #fff;
  background-image: linear-gradient(#6ee07f, #30c048);
  border-radius: 2.6cqw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10cqw;
  height: 10cqw;
  display: flex;
}

.lt-lock-app svg {
  width: 6cqw;
  height: 6cqw;
}

.lt-lock-body {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.lt-lock-top {
  justify-content: space-between;
  font-size: 4.4cqw;
  display: flex;
}

.lt-lock-top strong {
  font-weight: 700;
}

.lt-lock-top span {
  opacity: .6;
}

.lt-lock-text {
  grid-column-gap: 1.4cqw;
  align-items: center;
  font-size: 4.4cqw;
  line-height: 1.3;
  display: flex;
}

.lt-lock-text svg {
  flex: none;
  width: 3.8cqw;
  height: 3.8cqw;
}

.lt-lock-voice {
  grid-column-gap: 2cqw;
  align-items: center;
  height: 6cqw;
  margin-top: 1cqw;
  font-size: 4cqw;
  display: flex;
}

.lt-lock-voice svg {
  color: #ff375f;
  flex: none;
  width: 4.2cqw;
  height: 4.2cqw;
}

.lt-lock-wave {
  grid-column-gap: .6cqw;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.lt-lock-wave i {
  background-color: #fffc;
  border-radius: 1cqw;
  flex: 1;
  min-height: 15%;
  animation: 1.1s ease-in-out infinite alternate lt-wave;
  display: block;
}

.lt-lock-wave i:nth-child(3n) {
  animation-delay: .2s;
}

.lt-lock-wave i:nth-child(3n+1) {
  animation-delay: .45s;
}

.lt-lock-bar {
  background-color: #fffc;
  border-radius: 999px;
  width: 34%;
  height: 1.4cqw;
  margin-top: 5cqw;
}

@keyframes lt-note-in {
  from {
    opacity: 0;
    transform: translateY(-40%)scale(.92);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lt-wave {
  from {
    transform: scaleY(.5);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes lt-phone-float {
  0%, 100% {
    transform: translateY(0)rotate(-1.5deg);
  }

  50% {
    transform: translateY(-14px)rotate(1deg);
  }
}

@media screen and (max-width: 991px) {
  .lt-fans {
    grid-row-gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "phone phone"
                         "left right";
  }

  .lt-fans-phone {
    grid-area: phone;
    justify-self: center;
    width: 270px;
  }

  .lt-perks.is-left {
    text-align: left;
    grid-area: left;
  }

  .lt-perks.is-right {
    grid-area: right;
  }

  .lt-perks.is-left .lt-perk {
    flex-direction: row;
  }
}

@media screen and (max-width: 600px) {
  .lt-fans {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "phone"
                         "left"
                         "right";
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-fans-phone, .lt-lock-note, .lt-lock-wave i {
    animation: none;
  }

  .lt-perk {
    opacity: 1;
    transition: none;
    transform: none;
  }
}

/* [project]/workspace/src/styles/dashboard.css [client] (css) */
.ld {
  --ld-bg: #08090d;
  --ld-panel: #0c0e13;
  --ld-surface: #11131a;
  --ld-surface-2: #161922;
  --ld-hover: #ffffff08;
  --ld-border: #1c2029;
  --ld-border-strong: #2a3040;
  --ld-text: #eef1f6;
  --ld-muted: #8f98a8;
  --ld-faint: #626b7c;
  --ld-blue: #0a84ff;
  --ld-blue-soft: #5aabff;
  --ld-red: #ef4444;
  --ld-green: #22c55e;
  --ld-amber: #f5a524;
  --ld-serif: Tinos, "Times New Roman", serif;
  --ld-sans: Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ld-text);
  background-color: var(--ld-bg);
  min-height: 100vh;
  font-family: var(--ld-sans);
  grid-template-columns: 248px minmax(0, 1fr);
  font-size: 14px;
  line-height: 1.45;
  display: grid;
}

.ld.is-collapsed {
  grid-template-columns: 72px minmax(0, 1fr);
}

.ld :focus-visible {
  outline: 2px solid var(--ld-blue-soft);
  outline-offset: 2px;
}

.ld svg {
  flex: none;
}

.ld-side {
  background-color: var(--ld-panel);
  border-right: 1px solid var(--ld-border);
  flex-direction: column;
  height: 100vh;
  padding: 14px 12px 12px;
  display: flex;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

.ld-side-top {
  justify-content: space-between;
  align-items: center;
  padding: 4px 6px 14px;
  display: flex;
}

.ld-side-brand .lt-wordmark {
  font-size: 24px;
}

.ld-side-mono {
  color: #fff;
  font-family: var(--ld-serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.ld-side-mono .lt-text {
  color: var(--ld-blue);
}

.ld-side-collapse, .ld-side-close {
  color: var(--ld-faint);
  cursor: pointer;
  background-color: #0000;
  border: 0;
  border-radius: 8px;
  padding: 6px;
  display: flex;
}

.ld-side-collapse:hover, .ld-side-close:hover {
  color: #fff;
  background-color: var(--ld-hover);
}

.ld-side-collapse svg, .ld-side-close svg {
  width: 18px;
  height: 18px;
}

.ld-side-close {
  display: none;
}

.ld-scope {
  margin-bottom: 14px;
  position: relative;
}

.ld-scope-btn, .ld-scope-opt {
  color: var(--ld-text);
  cursor: pointer;
  text-align: left;
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 10px;
  width: 100%;
  font-family: var(--ld-sans);
  border-radius: 12px;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.ld-scope-btn:hover {
  border-color: #0a84ff55;
}

.ld-scope-opt {
  background-color: #0000;
  border-color: #0000;
  border-radius: 10px;
}

.ld-scope-opt:hover {
  background-color: var(--ld-hover);
}

.ld-scope-agency {
  color: #cfe5ff;
  background-image: linear-gradient(150deg, #0a84ff, #0a3f80);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.ld-scope-agency svg {
  width: 15px;
  height: 15px;
}

.ld-scope-text {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.25;
  display: flex;
}

.ld-scope-text strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}

.ld-scope-text span {
  color: var(--ld-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  overflow: hidden;
}

.ld-scope-chev, .ld-scope-check {
  color: var(--ld-faint);
  width: 16px;
  height: 16px;
}

.ld-scope-check {
  color: var(--ld-blue);
}

.ld-scope-pop {
  width: 100%;
  min-width: 250px;
  top: calc(100% + 6px);
  left: 0;
}

.ld-nav {
  grid-row-gap: 14px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.ld-nav-section {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.ld-nav-label {
  color: var(--ld-faint);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 0 10px 4px;
  font-size: 10.5px;
  font-weight: 600;
}

.ld-nav-link {
  color: var(--ld-muted);
  grid-column-gap: 10px;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  font-size: 13.5px;
  font-weight: 500;
  transition: color .15s, background-color .15s;
  display: flex;
}

.ld-nav-link svg {
  width: 17px;
  height: 17px;
}

.ld-nav-link:hover {
  color: #fff;
  background-color: var(--ld-hover);
}

.ld-nav-link.is-active {
  color: #fff;
  background-image: linear-gradient(90deg, #ef444417, #0a84ff12);
  border-color: #ef44443d;
}

.ld-nav-link.is-active svg {
  color: var(--ld-blue-soft);
}

.ld-nav-text {
  white-space: nowrap;
  flex: 1;
}

.ld-nav-badge {
  color: #fff;
  background-color: var(--ld-blue);
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
}

.ld-side-foot {
  grid-row-gap: 10px;
  border-top: 1px solid var(--ld-border);
  flex-direction: column;
  margin-top: 14px;
  padding-top: 12px;
  display: flex;
}

.ld-demo-pill {
  color: #f5c46b;
  text-align: center;
  background-color: #f5a52414;
  border: 1px solid #f5a52455;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
}

.ld-me {
  grid-column-gap: 10px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.ld-me-text {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.25;
  display: flex;
}

.ld-me-text strong {
  font-size: 13px;
  font-weight: 600;
}

.ld-me-text span {
  color: var(--ld-muted);
  font-size: 11px;
}

.ld-me-out {
  color: var(--ld-faint);
  border-radius: 8px;
  padding: 6px;
  display: flex;
}

.ld-me-out:hover {
  color: #fff;
  background-color: var(--ld-hover);
}

.ld-me-out svg {
  width: 16px;
  height: 16px;
}

.ld.is-collapsed .ld-nav-text, .ld.is-collapsed .ld-nav-label, .ld.is-collapsed .ld-scope-text, .ld.is-collapsed .ld-scope-chev, .ld.is-collapsed .ld-me-text, .ld.is-collapsed .ld-me-out, .ld.is-collapsed .ld-demo-pill {
  display: none;
}

.ld.is-collapsed .ld-side-top {
  grid-row-gap: 10px;
  flex-direction: column;
}

.ld.is-collapsed .ld-nav-link, .ld.is-collapsed .ld-scope-btn, .ld.is-collapsed .ld-me {
  justify-content: center;
  padding: 0;
}

.ld.is-collapsed .ld-scope-btn {
  height: 44px;
}

.ld.is-collapsed .ld-nav-link {
  position: relative;
}

.ld.is-collapsed .ld-nav-badge {
  padding: 0 5px;
  font-size: 9px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.ld-scrim {
  display: none;
}

.ld-main {
  flex-direction: column;
  min-width: 0;
  height: 100vh;
  display: flex;
}

.ld-demo {
  color: var(--ld-muted);
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 12px;
  background-image: linear-gradient(90deg, #0a84ff14, #0a84ff00 60%);
  align-items: center;
  padding: 7px 28px;
  font-size: 12px;
  display: flex;
}

.ld-demo-tag {
  color: #9fcfff;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0a84ff55;
  border-radius: 999px;
  padding: 1px 9px;
  font-size: 10.5px;
  font-weight: 700;
}

.ld-demo-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.ld-demo-link {
  color: var(--ld-blue-soft);
  font-weight: 600;
}

.ld-header {
  background-color: var(--ld-panel);
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 28px;
  display: flex;
}

.ld-menu-btn {
  display: none;
}

.ld-title-wrap {
  min-width: 0;
}

.ld-title {
  color: #fff;
  -webkit-text-fill-color: currentColor;
  letter-spacing: -.03em;
  font-family: "Open Sans", var(--ld-sans);
  background-image: none;
  margin: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
}

.ld-title .is-red {
  color: #fff;
}

.ld-title .is-blue {
  color: var(--ld-blue);
}

.ld-subtitle {
  color: var(--ld-muted);
  margin-top: 3px;
  font-size: 12px;
}

.ld-header-tabs {
  grid-column-gap: 4px;
  border: 1px solid var(--ld-border);
  background-color: #ffffff05;
  border-radius: 12px;
  padding: 3px;
  display: flex;
}

.ld-htab {
  color: var(--ld-muted);
  cursor: pointer;
  white-space: nowrap;
  grid-column-gap: 6px;
  height: 32px;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  border-radius: 9px;
  align-items: center;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.ld-htab:hover {
  color: #fff;
}

.ld-htab.is-active {
  color: #fff;
  background-color: #0a84ff24;
  box-shadow: inset 0 0 0 1px #0a84ff55;
}

.ld-htab-count {
  color: var(--ld-muted);
  background-color: #ffffff0f;
  border-radius: 999px;
  padding: 0 6px;
  font-size: 11px;
}

.ld-htab.is-active .ld-htab-count {
  color: #cfe5ff;
  background-color: #0a84ff40;
}

.ld-header-actions {
  grid-column-gap: 8px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.ld-bell {
  position: relative;
}

.ld-bell-pop {
  width: 330px;
  top: calc(100% + 8px);
  right: 0;
}

.ld-content {
  flex: 1;
  min-height: 0;
  padding: 24px 28px 40px;
  overflow-y: auto;
}

.ld-content.is-flush {
  padding: 0;
  display: flex;
  overflow: hidden;
}

.ld-btn {
  color: var(--ld-text);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 8px;
  height: 36px;
  font-family: var(--ld-sans);
  background-color: #ffffff06;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .15s, border-color .15s, filter .15s;
  display: inline-flex;
}

.ld-btn:hover {
  background-color: #ffffff10;
}

.ld-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ld-btn.is-primary {
  color: #fff;
  background-color: var(--ld-blue);
  background-image: linear-gradient(#3d9bff, #0a84ff 50%, #0070ec);
  border-color: #5aabff55;
  box-shadow: 0 6px 18px -6px #0a84ff99;
}

.ld-btn.is-primary:hover {
  filter: brightness(1.08);
}

.ld-btn.is-subtle {
  color: var(--ld-muted);
  background-color: #0000;
  border-color: #0000;
}

.ld-btn.is-subtle:hover {
  color: #fff;
  background-color: var(--ld-hover);
}

.ld-btn.is-danger {
  color: #ff9a9a;
  background-color: #ef44440f;
  border-color: #ef444444;
}

.ld-btn.is-sm {
  border-radius: 8px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.ld-btn-icon {
  width: 16px;
  height: 16px;
}

.ld-btn.is-sm .ld-btn-icon {
  width: 14px;
  height: 14px;
}

.ld-icon-btn {
  color: var(--ld-muted);
  cursor: pointer;
  border: 1px solid var(--ld-border);
  background-color: #ffffff05;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.ld-icon-btn:hover, .ld-icon-btn.is-active {
  color: #fff;
  background-color: #ffffff10;
}

.ld-icon-btn.is-active {
  border-color: #0a84ff66;
}

.ld-icon-btn svg {
  width: 17px;
  height: 17px;
}

.ld-count {
  color: #fff;
  background-color: var(--ld-blue);
  border: 2px solid var(--ld-panel);
  border-radius: 999px;
  min-width: 20px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  top: -7px;
  right: -8px;
}

.ld-has-dot:after {
  content: "";
  background-color: var(--ld-red);
  border: 2px solid var(--ld-panel);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 6px;
}

.ld-badge {
  white-space: nowrap;
  grid-column-gap: 4px;
  border-radius: 6px;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.ld-badge svg {
  width: 12px;
  height: 12px;
}

.ld-badge.is-neutral {
  color: #c9ced8;
  background-color: #ffffff0d;
}

.ld-badge.is-blue {
  color: #9fcfff;
  background-color: #0a84ff1f;
}

.ld-badge.is-red {
  color: #ff9a9a;
  background-color: #ef44441f;
}

.ld-badge.is-green {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.ld-badge.is-amber {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.ld-badge.is-violet {
  color: #c3bcff;
  background-color: #9085e91f;
}

.ld-avatar {
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  position: relative;
}

.ld-avatar img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.ld-avatar.is-xs {
  width: 20px;
  height: 20px;
  font-size: 8px;
}

.ld-avatar.is-sm {
  width: 28px;
  height: 28px;
  font-size: 10px;
}

.ld-avatar.is-md {
  width: 36px;
  height: 36px;
  font-size: 12px;
}

.ld-avatar.is-lg {
  width: 52px;
  height: 52px;
  font-size: 16px;
}

.ld-presence {
  border: 2px solid var(--ld-panel);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.ld-presence.is-online {
  background-color: var(--ld-green);
}

.ld-presence.is-away {
  background-color: var(--ld-amber);
}

.ld-presence.is-offline {
  background-color: #4b5261;
}

.ld-channel {
  grid-column-gap: 4px;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.ld-channel svg {
  width: 13px;
  height: 13px;
}

.ld-channel.is-imessage {
  color: var(--ld-blue-soft);
}

.ld-channel.is-whatsapp {
  color: #4ade80;
}

.ld-channel.is-sms {
  color: #aab2c0;
}

.ld-seg {
  border: 1px solid var(--ld-border);
  grid-column-gap: 2px;
  background-color: #ffffff05;
  border-radius: 11px;
  padding: 3px;
  display: inline-flex;
}

.ld-seg-btn {
  color: var(--ld-muted);
  cursor: pointer;
  white-space: nowrap;
  grid-column-gap: 6px;
  height: 30px;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  border-radius: 8px;
  align-items: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.ld-seg.is-sm .ld-seg-btn {
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
}

.ld-seg-btn:hover {
  color: #fff;
}

.ld-seg-btn.is-active {
  color: #fff;
  background-color: #ffffff12;
  box-shadow: inset 0 0 0 1px #ffffff14;
}

.ld-seg-count {
  color: var(--ld-muted);
  font-size: 11px;
  font-weight: 600;
}

.ld-seg-btn.is-active .ld-seg-count {
  color: var(--ld-blue-soft);
}

.ld-chip {
  color: var(--ld-muted);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 5px;
  height: 28px;
  font-family: var(--ld-sans);
  background-color: #0000;
  border-radius: 999px;
  align-items: center;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.ld-chip:hover {
  color: #fff;
}

.ld-chip.is-active.is-blue {
  color: #cfe5ff;
  background-color: #0a84ff1f;
  border-color: #0a84ff66;
}

.ld-chip.is-active.is-red {
  color: #ffd0d0;
  background-color: #ef44441a;
  border-color: #ef444466;
}

.ld-chip.is-active.is-green {
  color: #c8f5d7;
  background-color: #22c55e1a;
  border-color: #22c55e66;
}

.ld-chip.is-active.is-amber {
  color: #fde3b0;
  background-color: #f5a5241a;
  border-color: #f5a52466;
}

.ld-chip.is-active.is-neutral, .ld-chip.is-active.is-violet {
  color: #fff;
  background-color: #ffffff12;
  border-color: #fff3;
}

.ld-search {
  color: var(--ld-faint);
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 8px;
  background-color: #0a0c10;
  border-radius: 10px;
  align-items: center;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  display: flex;
}

.ld-search:focus-within {
  border-color: #0a84ff88;
}

.ld-search svg {
  width: 15px;
  height: 15px;
}

.ld-search input {
  color: var(--ld-text);
  min-width: 0;
  height: 100%;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 13px;
}

.ld-search input::placeholder {
  color: var(--ld-faint);
}

.ld-search input::-webkit-search-cancel-button {
  display: none;
}

.ld-search button {
  color: var(--ld-faint);
  cursor: pointer;
  background-color: #0000;
  border: 0;
  padding: 2px;
  display: flex;
}

.ld-select {
  margin: 0;
  font-weight: 400;
  display: inline-flex;
}

.ld-select select, .ld-input, .ld-textarea {
  color: var(--ld-text);
  border: 1px solid var(--ld-border-strong);
  height: 36px;
  font-family: var(--ld-sans);
  background-color: #0a0c10;
  border-radius: 10px;
  font-size: 13px;
}

.ld-select select {
  appearance: none;
  cursor: pointer;
  background-image: linear-gradient(45deg, #0000 50%, #8f98a8 50%), linear-gradient(135deg, #8f98a8 50%, #0000 50%);
  background-position: calc(100% - 16px), calc(100% - 11px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding: 0 30px 0 12px;
}

.ld-select select option {
  background-color: #11131a;
}

.ld-input {
  width: 100%;
  padding: 0 12px;
}

.ld-textarea {
  resize: vertical;
  width: 100%;
  height: auto;
  min-height: 96px;
  padding: 10px 12px;
  line-height: 1.5;
}

.ld-input:focus, .ld-textarea:focus, .ld-select select:focus {
  border-color: #0a84ff88;
  outline: none;
}

.ld-field {
  margin-bottom: 14px;
}

.ld-label {
  color: #c9ced8;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.ld-hint {
  color: var(--ld-faint);
  margin-top: 6px;
  font-size: 12px;
}

.ld-toggle {
  cursor: pointer;
  background-color: #2a3040;
  border: 0;
  border-radius: 999px;
  flex: none;
  width: 38px;
  height: 22px;
  padding: 0;
  transition: background-color .2s;
  position: relative;
}

.ld-toggle span {
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .2s;
  position: absolute;
  top: 3px;
  left: 3px;
}

.ld-toggle.is-on {
  background-color: var(--ld-blue);
}

.ld-toggle.is-on span {
  transform: translateX(16px);
}

.ld-card {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  border-radius: 16px;
  min-width: 0;
  padding: 18px;
}

.ld-card.is-flush {
  padding: 0;
  overflow: hidden;
}

.ld-card-head {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.ld-card.is-flush .ld-card-head {
  border-bottom: 1px solid var(--ld-border);
  margin: 0;
  padding: 14px 18px;
}

.ld-card-title {
  color: var(--ld-text);
  -webkit-text-fill-color: currentColor;
  font-family: var(--ld-sans);
  background-image: none;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.ld-card-sub {
  color: var(--ld-muted);
  margin-top: 2px;
  font-size: 12px;
}

.ld-card-actions {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ld-stats {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  display: grid;
}

.ld-stat {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  border-radius: 16px;
  min-width: 0;
  padding: 16px 18px;
}

.ld-stat-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ld-stat-label {
  color: var(--ld-muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.ld-stat-icon {
  color: var(--ld-blue-soft);
  width: 17px;
  height: 17px;
}

.ld-stat-value {
  letter-spacing: -.01em;
  margin-top: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.ld-stat-foot {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  min-height: 18px;
  margin-top: 6px;
  font-size: 12px;
  display: flex;
}

.ld-stat-hint {
  color: var(--ld-muted);
}

.ld-delta {
  border-radius: 6px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
}

.ld-delta.is-good {
  color: #7ee2a0;
  background-color: #22c55e1a;
}

.ld-delta.is-bad {
  color: #ff9a9a;
  background-color: #ef44441a;
}

.ld-table-wrap {
  overflow-x: auto;
}

.ld-table-wrap.is-chart {
  border: 1px solid var(--ld-border);
  border-radius: 12px;
  max-height: 300px;
}

.ld-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}

.ld-table th {
  color: var(--ld-faint);
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: var(--ld-surface);
  padding: 10px 14px;
  font-size: 10.5px;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.ld-table td {
  border-top: 1px solid var(--ld-border);
  vertical-align: middle;
  padding: 11px 14px;
}

.ld-table tbody tr:hover td {
  background-color: #ffffff04;
}

.ld-table .is-num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ld-table .is-muted {
  color: var(--ld-muted);
}

.ld-table tr.is-clickable {
  cursor: pointer;
}

.ld-sort {
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
  text-transform: inherit;
  grid-column-gap: 4px;
  font: inherit;
  background: none;
  border: 0;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

.ld-sort.is-active {
  color: var(--ld-text);
}

.ld-sort svg {
  width: 12px;
  height: 12px;
}

.ld-cell-person {
  grid-column-gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}

.ld-cell-person strong {
  white-space: nowrap;
  font-weight: 600;
}

.ld-cell-person span {
  color: var(--ld-muted);
  font-size: 12px;
}

.ld-cell-stack {
  flex-direction: column;
  line-height: 1.3;
  display: flex;
}

.ld-empty {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 20px;
  display: flex;
}

.ld-empty-icon {
  color: var(--ld-blue-soft);
  background-color: #0a84ff14;
  border: 1px solid #0a84ff33;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  display: flex;
}

.ld-empty-icon svg {
  width: 22px;
  height: 22px;
}

.ld-empty-title {
  font-size: 16px;
  font-weight: 600;
}

.ld-empty-text {
  color: var(--ld-muted);
  max-width: 360px;
  margin: 6px 0 16px;
  font-size: 13px;
}

.ld-pop {
  z-index: 60;
  border: 1px solid var(--ld-border-strong);
  background-color: #12141b;
  border-radius: 14px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 24px 60px #000000b3;
}

.ld-pop-label {
  color: var(--ld-faint);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  font-size: 10.5px;
  font-weight: 600;
}

.ld-note {
  grid-column-gap: 10px;
  border-radius: 10px;
  align-items: flex-start;
  padding: 9px 10px;
  display: flex;
}

.ld-note:hover {
  background-color: var(--ld-hover);
}

.ld-note-icon {
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ld-note-icon svg {
  width: 15px;
  height: 15px;
}

.ld-note-icon.is-blue {
  color: #9fcfff;
  background-color: #0a84ff1f;
}

.ld-note-icon.is-red {
  color: #ff9a9a;
  background-color: #ef44441f;
}

.ld-note-icon.is-green {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.ld-note-icon.is-amber {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.ld-note-text {
  flex-direction: column;
  flex: 1;
  line-height: 1.35;
  display: flex;
}

.ld-note-text strong {
  font-size: 13px;
  font-weight: 600;
}

.ld-note-text span {
  color: var(--ld-muted);
  font-size: 12px;
}

.ld-note-ago {
  color: var(--ld-faint);
  font-size: 11px;
}

.ld-modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.ld-modal-panel {
  border: 1px solid var(--ld-border-strong);
  background-color: #11131a;
  border-radius: 18px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  max-height: calc(100vh - 40px);
  display: flex;
  box-shadow: 0 40px 100px #000c;
}

.ld-modal.is-side {
  justify-content: flex-end;
  padding: 0;
}

.ld-modal.is-side .ld-modal-panel {
  border-width: 0 0 0 1px;
  border-radius: 0;
  max-width: 460px;
  height: 100vh;
  max-height: none;
}

.ld-modal-head {
  border-bottom: 1px solid var(--ld-border);
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  display: flex;
}

.ld-modal-title {
  color: var(--ld-text);
  -webkit-text-fill-color: currentColor;
  font-family: var(--ld-sans);
  background-image: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.ld-modal-body {
  padding: 18px;
  overflow-y: auto;
}

.ld-modal-foot {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 8px;
  justify-content: flex-end;
  padding: 12px 18px;
  display: flex;
}

.ld-chart-bar {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ld-legend {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.ld-legend-item {
  color: var(--ld-muted);
  grid-column-gap: 6px;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
}

.ld-legend-swatch {
  border: 2px solid #0000;
  border-radius: 3px;
  flex: none;
  width: 12px;
  height: 4px;
}

.ld-legend-swatch.is-dashed {
  border-style: dashed;
  border-width: 2px 0 0;
  height: 0;
}

.ld-chart-toggle {
  color: var(--ld-muted);
  cursor: pointer;
  border: 1px solid var(--ld-border);
  grid-column-gap: 6px;
  height: 28px;
  font-family: var(--ld-sans);
  background-color: #0000;
  border-radius: 8px;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.ld-chart-toggle:hover {
  color: #fff;
}

.ld-chart-toggle svg {
  width: 14px;
  height: 14px;
}

.ld-chart-plot {
  cursor: crosshair;
  width: 100%;
  position: relative;
}

.ld-chart-plot svg {
  display: block;
}

.ld-grid {
  stroke: #1d2230;
  stroke-width: 1px;
}

.ld-axis {
  stroke: #2c3242;
  stroke-width: 1px;
}

.ld-tick {
  fill: #6b7383;
  font-family: var(--ld-sans);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
}

.ld-crosshair {
  stroke: #3a4152;
  stroke-width: 1px;
  stroke-dasharray: 3 3;
}

.ld-tooltip {
  pointer-events: none;
  z-index: 5;
  border: 1px solid var(--ld-border-strong);
  background-color: #0b0d12f2;
  border-radius: 12px;
  min-width: 170px;
  padding: 10px 12px;
  position: absolute;
  box-shadow: 0 16px 40px #0009;
}

.ld-tooltip-title {
  color: var(--ld-muted);
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
}

.ld-tooltip-row {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.ld-tooltip-row + .ld-tooltip-row {
  margin-top: 4px;
}

.ld-tooltip-row strong {
  font-variant-numeric: tabular-nums;
  margin-left: auto;
  font-weight: 700;
}

.ld-barlist {
  grid-row-gap: 12px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ld-barlist-row {
  color: var(--ld-text);
  padding: 0;
  font-size: 13px;
}

.ld-barlist-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.ld-barlist-label {
  grid-column-gap: 8px;
  align-items: center;
  min-width: 0;
  display: flex;
}

.ld-barlist-value {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.ld-barlist-meta {
  color: var(--ld-muted);
  margin-left: 8px;
  font-weight: 500;
}

.ld-barlist-track {
  background-color: #ffffff0a;
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}

.ld-barlist-track span {
  border-radius: 4px;
  height: 100%;
  display: block;
}

.ld-spark {
  width: 120px;
  height: 32px;
  display: block;
}

.ld-wave {
  grid-column-gap: 2px;
  align-items: center;
  height: 34px;
  display: flex;
}

.ld-wave span {
  background-color: #3a4152;
  border-radius: 2px;
  flex: 1;
  min-width: 2px;
}

.ld-wave span.is-played {
  background-color: var(--ld-blue);
}

.ld-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.ld-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.ld-grid-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  display: grid;
}

.ld-stack {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.ld-toolbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.ld-toolbar-spacer {
  flex: 1;
}

.ld-muted {
  color: var(--ld-muted);
}

.ld-faint {
  color: var(--ld-faint);
}

.ld-row {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ld-wrap {
  flex-wrap: wrap;
}

.ld-section-title {
  color: var(--ld-text);
  -webkit-text-fill-color: currentColor;
  font-family: var(--ld-sans);
  background-image: none;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .ld-stats, .ld-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media screen and (max-width: 1023px) {
  .ld, .ld.is-collapsed {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-side {
    z-index: 90;
    width: 280px;
    transition: transform .25s;
    position: fixed;
    left: 0;
    transform: translateX(-100%);
  }

  .ld.is-nav-open .ld-side {
    transform: none;
  }

  .ld.is-collapsed .ld-nav-text, .ld.is-collapsed .ld-nav-label, .ld.is-collapsed .ld-scope-text, .ld.is-collapsed .ld-scope-chev, .ld.is-collapsed .ld-me-text, .ld.is-collapsed .ld-me-out, .ld.is-collapsed .ld-demo-pill {
    display: flex;
  }

  .ld-side-collapse {
    display: none;
  }

  .ld-side-close {
    display: flex;
  }

  .ld-scrim {
    z-index: 80;
    background-color: #000000a6;
    border: 0;
    display: none;
    position: fixed;
    inset: 0;
  }

  .ld.is-nav-open .ld-scrim {
    display: block;
  }

  .ld-menu-btn {
    color: var(--ld-text);
    cursor: pointer;
    border: 1px solid var(--ld-border);
    background-color: #ffffff08;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
  }

  .ld-menu-btn svg {
    width: 18px;
    height: 18px;
  }

  .ld-header, .ld-demo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ld-content {
    padding: 18px 16px 32px;
  }

  .ld-header-tabs {
    order: 5;
    width: 100%;
    overflow-x: auto;
  }
}

@media screen and (max-width: 640px) {
  .ld-stats, .ld-grid-2, .ld-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-title {
    font-size: 22px;
  }

  .ld-demo-text {
    display: none;
  }
}

.ld-inbox {
  grid-template-columns: 360px minmax(0, 1fr) 320px;
  width: 100%;
  height: 100%;
  display: grid;
}

.ld-inbox.no-panel {
  grid-template-columns: 360px minmax(0, 1fr);
}

.ld-queue {
  border-right: 1px solid var(--ld-border);
  grid-row-gap: 10px;
  flex-direction: column;
  min-height: 0;
  padding: 14px 12px 0;
  display: flex;
}

.ld-queue .ld-seg {
  width: 100%;
}

.ld-queue .ld-seg-btn {
  flex: 1;
  justify-content: center;
}

.ld-queue-shift {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  border-radius: 12px;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.ld-shift-avatars {
  display: flex;
}

.ld-shift-avatars .ld-avatar {
  box-shadow: 0 0 0 2px var(--ld-surface);
}

.ld-shift-avatars .ld-avatar + .ld-avatar {
  margin-left: -8px;
}

.ld-shift-text {
  flex-direction: column;
  min-width: 0;
  line-height: 1.3;
  display: flex;
}

.ld-shift-text strong {
  font-size: 12.5px;
  font-weight: 600;
}

.ld-shift-text span {
  color: var(--ld-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 11px;
  overflow: hidden;
}

.ld-inline-icon {
  vertical-align: -2px;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.ld-queue-tools {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.ld-queue-tools .ld-select {
  flex: 1;
}

.ld-queue-tools .ld-select select {
  width: 100%;
  height: 32px;
}

.ld-queue-count {
  color: var(--ld-faint);
  justify-content: space-between;
  padding: 2px 4px;
  font-size: 11px;
  display: flex;
}

.ld-kbd-hint {
  white-space: nowrap;
}

.ld-queue-empty {
  text-align: center;
  color: var(--ld-muted);
  flex-direction: column;
  padding: 40px 10px;
  font-size: 13px;
  display: flex;
}

.ld-queue-empty strong {
  color: var(--ld-text);
  font-size: 15px;
}

.ld-convs {
  flex: 1;
  min-height: 0;
  margin: 0 -12px;
  overflow-y: auto;
}

.ld-conv {
  color: var(--ld-text);
  cursor: pointer;
  text-align: left;
  grid-column-gap: 10px;
  width: 100%;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  border-left: 2px solid #0000;
  align-items: center;
  padding: 0 12px 0 10px;
  display: flex;
  position: absolute;
  left: 0;
}

.ld-conv:hover {
  background-color: var(--ld-hover);
}

.ld-conv.is-active {
  border-left-color: var(--ld-blue);
  background-color: #0a84ff14;
}

.ld-conv-main {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.ld-conv-top {
  grid-column-gap: 6px;
  align-items: center;
  min-width: 0;
  display: flex;
}

.ld-conv-top strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13.5px;
  font-weight: 600;
  overflow: hidden;
}

.ld-conv:not(.is-yours) .ld-conv-top strong {
  color: #c9ced8;
  font-weight: 500;
}

.ld-conv-spend {
  color: #9fcfff;
  background-color: #0a84ff1a;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 10.5px;
  font-weight: 700;
}

.ld-conv-creator {
  white-space: nowrap;
  font-size: 10.5px;
  font-weight: 700;
}

.ld-conv-snippet {
  color: var(--ld-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  grid-column-gap: 4px;
  align-items: center;
  margin-top: 2px;
  font-size: 12.5px;
  display: flex;
  overflow: hidden;
}

.ld-conv-read {
  color: var(--ld-faint);
  width: 14px;
  height: 14px;
}

.ld-conv-side {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.ld-conv-wait {
  color: var(--ld-faint);
  font-variant-numeric: tabular-nums;
  font-size: 11px;
  font-weight: 600;
}

.ld-conv-wait.is-amber {
  color: #f5c46b;
}

.ld-conv-wait.is-red {
  color: #ff7a7a;
}

.ld-conv-meta {
  grid-column-gap: 5px;
  align-items: center;
  min-height: 20px;
  display: flex;
}

.ld-conv-unread {
  color: #fff;
  background-color: var(--ld-blue);
  text-align: center;
  border-radius: 999px;
  min-width: 18px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}

.ld-conv-open {
  color: #ff9a9a;
  border: 1px dashed #ef444466;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 600;
}

.ld-thread {
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  display: flex;
  position: relative;
}

.ld-thread-empty {
  color: var(--ld-muted);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.ld-thread-head {
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 12px;
  align-items: center;
  padding: 12px 18px;
  display: flex;
}

.ld-thread.is-compact .ld-thread-head {
  grid-column-gap: 8px;
  padding: 10px 12px;
}

.ld-thread-who {
  flex: 1;
  min-width: 0;
}

.ld-thread-who strong {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}

.ld-thread-sub {
  color: var(--ld-muted);
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.ld-thread-actions {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ld-assign select {
  height: 30px;
  font-size: 12px;
}

.ld-collision {
  color: #fde3b0;
  grid-column-gap: 10px;
  background-color: #f5a52414;
  border-bottom: 1px solid #f5a52433;
  align-items: center;
  padding: 8px 18px;
  font-size: 12.5px;
  display: flex;
}

.ld-collision > span {
  flex: 1;
}

.ld-thread-body {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 20px 22px;
  display: flex;
  overflow-y: auto;
}

.ld-thread.is-compact .ld-thread-body {
  padding: 14px;
}

.ld-msg {
  flex-direction: column;
  max-width: 72%;
  display: flex;
}

.ld-msg.is-in {
  align-self: flex-start;
}

.ld-msg.is-out {
  align-self: flex-end;
  align-items: flex-end;
}

.ld-msg-bubble {
  border-radius: 18px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1.45;
}

.ld-msg.is-in .ld-msg-bubble {
  background-color: #1e212b;
  border-bottom-left-radius: 6px;
}

.ld-msg.is-out .ld-msg-bubble {
  color: #fff;
  background-color: var(--ld-blue);
  border-bottom-right-radius: 6px;
}

.ld-msg-meta {
  color: var(--ld-faint);
  grid-column-gap: 8px;
  margin-top: 4px;
  padding: 0 4px;
  font-size: 11px;
  display: flex;
}

.ld-msg-ppv {
  background-color: #1e212b;
  border: 1px solid #0a84ff44;
  border-radius: 16px;
  width: 260px;
  max-width: 100%;
  overflow: hidden;
}

.ld-msg-ppv img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 130px;
  display: block;
}

.ld-msg-ppv img.is-locked {
  filter: blur(10px) brightness(.7);
}

.ld-msg-ppv-body {
  grid-row-gap: 4px;
  flex-direction: column;
  padding: 10px 12px;
  font-size: 13px;
  display: flex;
}

.ld-msg-voice {
  color: #fff;
  background-color: var(--ld-blue);
  grid-column-gap: 10px;
  border-radius: 18px;
  align-items: center;
  width: 240px;
  padding: 8px 12px;
  display: flex;
}

.ld-msg-voice .ld-wave {
  flex: 1;
  height: 24px;
}

.ld-msg-voice .ld-wave span {
  background-color: #ffffff80;
}

.ld-msg-voice-play {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.ld-msg-voice-play svg {
  width: 14px;
  height: 14px;
}

.ld-msg-voice-time {
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.ld-composer {
  border-top: 1px solid var(--ld-border);
  padding: 10px 18px 14px;
}

.ld-thread.is-compact .ld-composer {
  padding: 8px 10px 10px;
}

.ld-held {
  color: #ffd0d0;
  grid-column-gap: 8px;
  background-color: #ef444414;
  border: 1px solid #ef444440;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
  padding: 8px 10px;
  font-size: 12.5px;
  display: flex;
}

.ld-held svg {
  color: #ff7a7a;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.ld-quick {
  grid-column-gap: 6px;
  margin-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.ld-quick-btn {
  color: var(--ld-muted);
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid var(--ld-border);
  font-family: var(--ld-sans);
  background-color: #ffffff06;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
}

.ld-quick-btn:hover {
  color: #fff;
  border-color: #0a84ff66;
}

.ld-compose-box {
  border: 1px solid var(--ld-border-strong);
  background-color: #0a0c10;
  border-radius: 14px;
  position: relative;
}

.ld-compose-box:focus-within {
  border-color: #0a84ff88;
}

.ld-compose-input {
  resize: none;
  color: var(--ld-text);
  width: 100%;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  outline: 0;
  padding: 12px 14px 4px;
  font-size: 14px;
  line-height: 1.45;
  display: block;
}

.ld-compose-input::placeholder {
  color: var(--ld-faint);
}

.ld-compose-bar {
  grid-column-gap: 8px;
  align-items: center;
  padding: 6px 8px 8px;
  display: flex;
}

.ld-compose-tools {
  grid-column-gap: 4px;
  display: flex;
}

.ld-compose-tools .ld-icon-btn {
  width: 32px;
  height: 32px;
}

.ld-compose-hint {
  color: var(--ld-faint);
  text-align: right;
  flex: 1;
  font-size: 11px;
}

.ld-compose-bar .ld-btn.is-primary {
  margin-left: auto;
}

.ld-picker {
  width: 360px;
  max-width: calc(100vw - 32px);
  max-height: 320px;
  bottom: calc(100% + 8px);
  left: 0;
  overflow-y: auto;
}

.ld-pick {
  color: var(--ld-text);
  cursor: pointer;
  text-align: left;
  grid-column-gap: 10px;
  width: 100%;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  border-radius: 10px;
  flex-direction: column;
  padding: 8px 10px;
  display: flex;
}

.ld-pick:hover {
  background-color: var(--ld-hover);
}

.ld-pick strong {
  font-size: 13px;
  font-weight: 600;
}

.ld-pick span {
  color: var(--ld-muted);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
}

.ld-pick.is-media {
  flex-direction: row;
  align-items: center;
}

.ld-pick.is-media img {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 44px;
  height: 44px;
}

.ld-pick.is-media > span {
  flex-direction: column;
  display: flex;
}

.ld-pick-empty {
  color: var(--ld-muted);
  padding: 10px;
  font-size: 13px;
}

.ld-fan {
  border-left: 1px solid var(--ld-border);
  grid-row-gap: 14px;
  flex-direction: column;
  min-height: 0;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.ld-fan-head {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.ld-fan-name {
  font-size: 16px;
  font-weight: 700;
}

.ld-fan-sub {
  color: var(--ld-muted);
  grid-column-gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.ld-fan-stats {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.ld-fan-stats div {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  border-radius: 12px;
  flex-direction: column;
  padding: 10px 12px;
  display: flex;
}

.ld-fan-stats strong {
  font-variant-numeric: tabular-nums;
  font-size: 16px;
  font-weight: 700;
}

.ld-fan-stats span {
  color: var(--ld-muted);
  font-size: 11px;
}

.ld-fan-stats div:first-child strong {
  color: var(--ld-blue-soft);
}

.ld-fan-actions {
  grid-column-gap: 8px;
  display: flex;
}

.ld-fan-actions .ld-btn {
  flex: 1;
}

.ld-fan .ld-seg {
  width: 100%;
}

.ld-fan .ld-seg-btn {
  flex: 1;
  justify-content: center;
}

.ld-fan-list {
  flex-direction: column;
  margin: 0;
  display: flex;
}

.ld-fan-list > div {
  border-bottom: 1px solid var(--ld-border);
  justify-content: space-between;
  align-items: center;
  padding: 9px 2px;
  font-size: 13px;
  display: flex;
}

.ld-fan-list > div.is-block {
  grid-row-gap: 8px;
  border-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
}

.ld-fan-list dt {
  color: var(--ld-muted);
}

.ld-fan-list dd {
  text-align: right;
  margin: 0;
}

.ld-fan-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.ld-fan-purchases {
  grid-row-gap: 8px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ld-fan-purchases li {
  color: var(--ld-text);
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  border-radius: 12px;
  align-items: center;
  padding: 8px;
  font-size: 13px;
  display: flex;
}

.ld-fan-purchases img {
  object-fit: cover;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}

.ld-fan-purchases li > span {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.ld-fan-purchases li > span span {
  color: var(--ld-muted);
  font-size: 11px;
}

.ld-fan-notes .ld-textarea {
  min-height: 160px;
}

.ld-multi {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.ld-multi-bar {
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 13px;
  display: flex;
}

.ld-dot {
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.ld-multi-cols {
  flex: 1;
  min-height: 0;
  display: grid;
}

.ld-mcol {
  border-right: 1px solid var(--ld-border);
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.ld-mcol:last-child {
  border-right: 0;
}

.ld-mcol-head {
  background-color: var(--ld-panel);
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  align-items: center;
  padding: 10px 12px;
  display: flex;
}

.ld-mcol-who {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.3;
  display: flex;
}

.ld-mcol-who strong {
  font-size: 14px;
  font-weight: 600;
}

.ld-mcol-who > span {
  color: var(--ld-muted);
  font-size: 12px;
}

.ld-mcol-sla {
  color: #ff9a9a;
}

.ld-mcol-bar {
  padding: 10px 12px;
}

.ld-mcol-bar .ld-seg {
  width: 100%;
}

.ld-mcol-bar .ld-seg-btn {
  flex: 1;
  justify-content: center;
}

.ld-mcol .ld-convs {
  margin: 0;
}

@media screen and (max-width: 1280px) {
  .ld-inbox {
    grid-template-columns: 330px minmax(0, 1fr) 290px;
  }
}

@media screen and (max-width: 1100px) {
  .ld-inbox, .ld-inbox.no-panel {
    grid-template-columns: 320px minmax(0, 1fr);
  }

  .ld-inbox .ld-fan, .ld-hide-sm {
    display: none;
  }

  .ld-multi-cols {
    grid-auto-columns: minmax(320px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .ld-inbox, .ld-inbox.no-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-inbox.is-thread .ld-queue, .ld-inbox:not(.is-thread) .ld-thread, .ld-compose-hint, .ld-kbd-hint {
    display: none;
  }

  .ld-msg {
    max-width: 88%;
  }
}

@media screen and (min-width: 768px) {
  .ld-thread-head > .ld-icon-btn:first-child {
    display: none;
  }

  .ld-thread.is-compact .ld-thread-head > .ld-icon-btn:first-child {
    display: inline-flex;
  }
}

.ld-voice {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.ld-voice .ld-wave {
  flex: 1;
}

.ld-voice-btn {
  color: #fff;
  cursor: pointer;
  background-color: var(--ld-blue);
  border: 0;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  display: flex;
}

.ld-voice-btn svg {
  width: 15px;
  height: 15px;
}

.ld-voice-time {
  color: var(--ld-muted);
  font-variant-numeric: tabular-nums;
  font-size: 12px;
}

.ld-pipeline {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ld-pipeline-step {
  align-items: center;
  display: flex;
}

.ld-pipeline-node {
  color: var(--ld-text);
  cursor: pointer;
  text-align: left;
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 10px;
  font-family: var(--ld-sans);
  background-color: #ffffff05;
  border-radius: 12px;
  align-items: center;
  padding: 8px 12px 8px 8px;
  display: flex;
}

.ld-pipeline-node:disabled {
  cursor: default;
  opacity: 1;
}

.ld-pipeline-node:not(:disabled):hover, .ld-pipeline-node.is-active {
  background-color: #0a84ff14;
  border-color: #0a84ff66;
}

.ld-pipeline-icon {
  color: var(--ld-blue-soft);
  background-color: #0a84ff1a;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ld-pipeline-icon svg {
  width: 15px;
  height: 15px;
}

.ld-pipeline-text {
  flex-direction: column;
  line-height: 1.3;
  display: flex;
}

.ld-pipeline-text strong {
  font-size: 13px;
  font-weight: 600;
}

.ld-pipeline-text span {
  color: var(--ld-muted);
  font-size: 11px;
}

.ld-pipeline-arrow {
  color: var(--ld-faint);
  width: 16px;
  height: 16px;
  margin: 0 6px;
}

.ld-rule {
  grid-column-gap: 10px;
  align-items: flex-start;
  min-width: 240px;
  display: flex;
}

.ld-rule-icon {
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ld-rule-icon svg {
  width: 15px;
  height: 15px;
}

.ld-rule-icon.is-blue {
  color: #9fcfff;
  background-color: #0a84ff1f;
}

.ld-rule-icon.is-green {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.ld-rule-icon.is-amber {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.ld-rule-icon.is-violet {
  color: #c3bcff;
  background-color: #9085e91f;
}

.ld-rule-msg {
  color: var(--ld-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
  font-size: 12px;
  overflow: hidden;
}

.ld-table tr.is-off td {
  opacity: .55;
}

.ld-table tr.is-off td:last-child {
  opacity: 1;
}

.ld-fill, .ld-fill select {
  width: 100%;
}

.ld-reach {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  background-image: linear-gradient(120deg, #0a84ff14, #0a84ff05);
  border: 1px solid #0a84ff33;
  border-radius: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px 16px;
  display: flex;
}

.ld-reach.is-inline {
  margin: 4px 0 0;
}

.ld-reach > div {
  flex-direction: column;
  display: flex;
}

.ld-reach strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.ld-reach span {
  color: var(--ld-muted);
  font-size: 12px;
}

.ld-checks {
  grid-row-gap: 4px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ld-checks li {
  color: #c8f5d7;
  grid-column-gap: 6px;
  align-items: center;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.ld-checks svg {
  color: #4ade80;
  width: 14px;
  height: 14px;
}

.ld-attach {
  border: 1px solid var(--ld-border-strong);
  grid-column-gap: 12px;
  background-color: #0a0c10;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px;
  display: flex;
}

.ld-attach img {
  object-fit: cover;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}

.ld-attach .ld-cell-stack {
  flex: 1;
}

.ld-attach-x {
  color: var(--ld-faint);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 6px;
  display: flex;
}

.ld-attach-x svg {
  width: 16px;
  height: 16px;
}

.ld-send-row {
  grid-column-gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ld-notice {
  color: #c8f5d7;
  grid-column-gap: 6px;
  align-items: center;
  margin-right: auto;
  font-size: 13px;
  display: flex;
}

.ld-notice svg {
  color: #4ade80;
  width: 16px;
  height: 16px;
}

.ld-upcoming {
  grid-row-gap: 10px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.ld-upcoming li {
  color: var(--ld-text);
  border: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 10px;
  font-size: 13px;
  display: flex;
}

.ld-upcoming li .ld-cell-stack {
  flex: 1;
  min-width: 0;
}

.ld-upcoming li .ld-cell-stack span {
  font-size: 12px;
}

.ld-upcoming-icon {
  color: var(--ld-blue-soft);
  background-color: #0a84ff1a;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ld-upcoming-icon svg {
  width: 15px;
  height: 15px;
}

.ld-link-btn {
  color: var(--ld-blue-soft);
  cursor: pointer;
  white-space: nowrap;
  grid-column-gap: 4px;
  font-family: var(--ld-sans);
  background: none;
  border: 0;
  align-items: center;
  padding: 2px 4px;
  font-size: 12.5px;
  font-weight: 600;
  display: inline-flex;
}

.ld-link-btn:hover {
  color: #fff;
}

.ld-audience {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.ld-audience-top {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.ld-audience-top strong {
  font-size: 15px;
  font-weight: 600;
}

.ld-audience-top .ld-muted {
  font-size: 12px;
}

.ld-audience-icon {
  color: var(--ld-blue-soft);
  background-color: #0a84ff1a;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.ld-audience-icon svg {
  width: 16px;
  height: 16px;
}

.ld-audience-count {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.ld-audience-count span {
  color: var(--ld-muted);
  font-size: 14px;
  font-weight: 500;
}

.ld-audience-meta {
  color: var(--ld-muted);
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.ld-audience-actions {
  grid-column-gap: 8px;
  margin-top: auto;
  display: flex;
}

.ld-card-toolbar {
  border-bottom: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 14px 16px;
  display: flex;
}

.ld-grow {
  flex: 1;
  min-width: 220px;
}

.ld-bulk {
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  background-color: #0a84ff12;
  border-bottom: 1px solid #0a84ff33;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 16px;
  font-size: 13px;
  display: flex;
}

.ld-bulk .ld-select select {
  height: 30px;
  font-size: 12px;
}

.ld-check-col {
  width: 36px;
}

.ld-check-col input, .ld-table input[type="checkbox"] {
  accent-color: var(--ld-blue);
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0;
}

.ld-optout {
  color: #ff9a9a;
}

.ld-pager {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 12.5px;
  display: flex;
}

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

.ld-modal.is-side .ld-fan {
  border-left: 0;
  padding: 0;
}

.ld-modal.is-side .ld-modal-foot {
  justify-content: space-between;
  align-items: center;
}

.ld-lib {
  grid-column-gap: 20px;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.ld-lib-folders {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  grid-row-gap: 2px;
  border-radius: 16px;
  flex-direction: column;
  padding: 6px;
  display: flex;
  position: sticky;
  top: 0;
}

.ld-lib-folders-head {
  justify-content: space-between;
  align-items: center;
  padding-right: 2px;
  display: flex;
}

.ld-lib-folders-head .ld-icon-btn {
  width: 30px;
  height: 30px;
}

.ld-lib-newfolder {
  grid-column-gap: 6px;
  padding: 4px 4px 8px;
  display: flex;
}

.ld-lib-newfolder .ld-input {
  height: 30px;
}

.ld-folder {
  color: var(--ld-muted);
  cursor: pointer;
  text-align: left;
  grid-column-gap: 10px;
  height: 36px;
  font-family: var(--ld-sans);
  background-color: #0000;
  border: 0;
  border-radius: 10px;
  align-items: center;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.ld-folder svg {
  width: 16px;
  height: 16px;
}

.ld-folder > span:nth-child(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.ld-folder:hover {
  color: #fff;
  background-color: var(--ld-hover);
}

.ld-folder.is-active {
  color: #fff;
  background-color: #0a84ff1a;
}

.ld-folder.is-active svg {
  color: var(--ld-blue-soft);
}

.ld-folder-count {
  color: var(--ld-faint);
  font-size: 11px;
  font-weight: 600;
}

.ld-lib-main {
  min-width: 0;
}

.ld-lib-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  display: grid;
}

.ld-lib-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ld-lib-card {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  transition: border-color .2s, transform .2s;
  display: flex;
  overflow: hidden;
}

.ld-lib-card:hover {
  border-color: #0a84ff55;
}

.ld-lib-card.is-row {
  flex-direction: row;
}

.ld-lib-media {
  border-bottom: 1px solid var(--ld-border);
  background-color: #0b0d12;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.ld-lib-card.is-row .ld-lib-media {
  border-bottom: 0;
  border-right: 1px solid var(--ld-border);
  flex: none;
  width: 220px;
  height: auto;
  min-height: 120px;
}

.ld-lib-img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  transition: filter .3s;
  display: block;
}

.ld-lib-img.is-blurred {
  filter: blur(14px) brightness(.7);
  transform: scale(1.1);
}

.ld-lib-quote {
  color: #c9ced8;
  -webkit-line-clamp: 5;
  background-image: radial-gradient(80% 90% at 0 0, #0a84ff1a, #0000 60%);
  -webkit-box-orient: vertical;
  height: 100%;
  padding: 18px 18px 0;
  font-size: 13.5px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.ld-lib-quote:before {
  content: "“";
  color: var(--ld-red);
  font-family: var(--ld-serif);
  margin-right: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 0;
}

.ld-lib-voice {
  grid-row-gap: 12px;
  background-image: radial-gradient(80% 90% at 0 0, #0a84ff1a, #0000 60%);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 18px;
  display: flex;
}

.ld-lib-transcript {
  color: var(--ld-muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12.5px;
  font-style: italic;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.ld-lib-badge {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ld-lib-badge .ld-badge {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ld-lib-body {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  display: flex;
}

.ld-lib-title {
  color: var(--ld-text);
  -webkit-text-fill-color: currentColor;
  font-family: var(--ld-sans);
  background-image: none;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.ld-lib-meta {
  color: var(--ld-muted);
  margin-top: 3px;
  font-size: 12px;
}

.ld-lib-stats {
  border-top: 1px solid var(--ld-border);
  border-bottom: 1px solid var(--ld-border);
  grid-template-columns: repeat(3, 1fr);
  margin: 12px 0;
  padding: 10px 0;
  display: grid;
}

.ld-lib-stats div + div {
  border-left: 1px solid var(--ld-border);
  padding-left: 12px;
}

.ld-lib-stats dt {
  color: var(--ld-faint);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.ld-lib-stats dd {
  font-variant-numeric: tabular-nums;
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.ld-lib-actions {
  grid-column-gap: 8px;
  margin-top: auto;
  display: flex;
}

.ld-review-note {
  color: #c8f5d7;
  grid-column-gap: 10px;
  background-color: #22c55e0f;
  border: 1px solid #22c55e33;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 10px 14px;
  font-size: 13px;
  display: flex;
}

.ld-review-note > span {
  flex: 1;
}

.ld-review-note svg {
  color: #4ade80;
  width: 17px;
  height: 17px;
}

.ld-drop {
  color: var(--ld-muted);
  cursor: pointer;
  text-align: center;
  border: 1px dashed var(--ld-border-strong);
  grid-row-gap: 8px;
  background-color: #0a0c10;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 22px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.ld-drop:hover {
  color: #fff;
  border-color: #0a84ff88;
}

.ld-drop svg {
  color: var(--ld-blue-soft);
  width: 22px;
  height: 22px;
}

.ld-certify {
  color: #c9ced8;
  cursor: pointer;
  grid-column-gap: 10px;
  align-items: flex-start;
  margin: 4px 0 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.ld-certify input {
  accent-color: var(--ld-blue);
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.ld-mr-auto {
  margin-right: auto;
}

@media screen and (max-width: 900px) {
  .ld-lib {
    grid-row-gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-lib-folders {
    flex-direction: row;
    position: static;
    overflow-x: auto;
  }

  .ld-lib-folders-head {
    display: none;
  }

  .ld-folder {
    flex: none;
  }

  .ld-lib-card.is-row {
    flex-direction: column;
  }

  .ld-lib-card.is-row .ld-lib-media {
    border-right: 0;
    width: auto;
    height: 150px;
  }
}

.ld-stats.is-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

.ld-mt {
  margin-top: 16px;
}

.ld-inline-check {
  color: var(--ld-muted);
  cursor: pointer;
  grid-column-gap: 6px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  display: inline-flex;
}

.ld-inline-check input {
  accent-color: var(--ld-blue);
  width: 14px;
  height: 14px;
  margin: 0;
}

.ld-thumb {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 32px;
  height: 32px;
}

.ld-mono {
  color: var(--ld-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px;
}

.ld-link-icon {
  color: #9fcfff;
  background-color: #0a84ff1f;
  border-radius: 9px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.ld-link-icon svg {
  width: 15px;
  height: 15px;
}

.ld-link-icon.is-green {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.ld-link-icon.is-amber {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.ld-link-icon.is-red {
  color: #ff9a9a;
  background-color: #ef44441f;
}

.ld-preview-link {
  border: 1px solid var(--ld-border);
  grid-row-gap: 2px;
  background-color: #0a0c10;
  border-radius: 12px;
  flex-direction: column;
  padding: 10px 12px;
  font-size: 12px;
  display: flex;
}

.ld-preview-link strong {
  color: var(--ld-text);
  font-size: 13px;
}

.ld a.ld-note {
  color: inherit;
  text-decoration: none;
}

.ld-card-foot {
  border-top: 1px solid var(--ld-border);
  justify-content: flex-end;
  margin: 14px -18px -18px;
  padding: 10px 18px;
  display: flex;
}

.ld-card.is-flush .ld-card-foot {
  margin: 0;
}

.ld-pad {
  padding: 14px 18px;
}

.ld-avatars {
  align-items: center;
  display: inline-flex;
}

.ld-avatars .ld-avatar {
  box-shadow: 0 0 0 2px var(--ld-surface);
}

.ld-avatars .ld-avatar + .ld-avatar {
  margin-left: -6px;
}

.ld-progress {
  background-color: #ffffff0d;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}

.ld-progress > span {
  background: linear-gradient(90deg, #0a84ff, #5aabff);
  border-radius: 999px;
  height: 100%;
  display: block;
}

.ld-progress.is-amber > span {
  background: var(--ld-amber);
}

.ld-progress.is-red > span {
  background: var(--ld-red);
}

.ld-kv {
  margin: 0;
  padding: 0;
}

.ld-kv > div {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 13px;
  display: flex;
}

.ld-kv > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.ld-kv dt {
  color: var(--ld-muted);
  font-weight: 400;
}

.ld-kv dd {
  text-align: right;
  margin: 0;
  font-weight: 600;
}

.ld-setting {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  display: flex;
}

.ld-setting:first-child {
  border-top: 0;
  padding-top: 2px;
}

.ld-setting:last-child {
  padding-bottom: 2px;
}

.ld-setting-text {
  grid-row-gap: 2px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.ld-setting-text strong {
  font-size: 13.5px;
  font-weight: 600;
}

.ld-setting-text span {
  color: var(--ld-muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.ld-setting-control {
  grid-column-gap: 8px;
  flex: none;
  align-items: center;
  display: flex;
}

.ld-setting-control .ld-input {
  width: 96px;
}

.ld-setting-control .ld-select select {
  min-width: 150px;
}

.ld-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-check-item {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 12px;
  align-items: flex-start;
  padding: 14px 18px;
  display: flex;
}

.ld-check-item:first-child {
  border-top: 0;
}

.ld-check-status {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  display: flex;
}

.ld-check-status svg {
  width: 15px;
  height: 15px;
}

.ld-check-status.is-done {
  color: #7ee2a0;
  background-color: #22c55e1f;
}

.ld-check-status.is-action {
  color: #f5c46b;
  background-color: #f5a5241f;
}

.ld-check-status.is-risk {
  color: #ff9a9a;
  background-color: #ef44441f;
}

.ld-check-body {
  flex: 1;
  min-width: 0;
}

.ld-check-title {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
}

.ld-check-detail {
  color: var(--ld-muted);
  max-width: 720px;
  margin-top: 3px;
  font-size: 12.5px;
  line-height: 1.5;
}

.ld-check-item.is-done .ld-check-title {
  color: var(--ld-muted);
}

.ld-check-actions {
  grid-column-gap: 6px;
  flex: none;
  align-items: center;
  display: flex;
}

.ld-readiness {
  grid-column-gap: 22px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.ld-readiness-score {
  font-family: var(--ld-serif);
  letter-spacing: -.02em;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.ld-readiness-score small {
  color: var(--ld-faint);
  font-family: var(--ld-sans);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.ld-readiness-bar {
  flex: 1;
  min-width: 220px;
}

.ld-readiness-legend {
  color: var(--ld-muted);
  grid-column-gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  font-size: 12px;
  display: flex;
}

.ld-readiness-legend span {
  grid-column-gap: 6px;
  align-items: center;
  display: inline-flex;
}

.ld-readiness-legend i {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
}

.ld-balances {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
  display: grid;
}

.ld-balance {
  background-color: var(--ld-surface);
  border: 1px solid var(--ld-border);
  grid-row-gap: 12px;
  border-radius: 16px;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ld-balance:before {
  content: "";
  opacity: .5;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0, var(--ld-token-glow, #0a84ff26), transparent 60%);
  width: 220px;
  height: 160px;
  position: absolute;
  top: 0;
  right: 0;
}

.ld-balance-head {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.ld-token {
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}

.ld-token.is-usdc {
  background: linear-gradient(150deg, #2f7ae5, #1b4fa6);
}

.ld-token.is-usdt {
  background: linear-gradient(150deg, #22a37d, #13705a);
}

.ld-token.is-usd {
  background: linear-gradient(150deg, #4a5264, #2a3040);
}

.ld-token.is-sm {
  width: 22px;
  height: 22px;
  font-size: 8px;
}

.ld-balance-name {
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
}

.ld-balance-name strong {
  font-size: 14px;
  font-weight: 600;
}

.ld-balance-name span {
  color: var(--ld-muted);
  font-size: 12px;
}

.ld-balance-amount {
  letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.ld-balance-amount small {
  color: var(--ld-faint);
  margin-left: 6px;
  font-size: 13px;
  font-weight: 600;
}

.ld-balance-foot {
  color: var(--ld-muted);
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.ld-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-method {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  align-items: center;
  padding: 11px 0;
  display: flex;
}

.ld-method:first-child {
  border-top: 0;
  padding-top: 0;
}

.ld-method-text {
  grid-row-gap: 1px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  display: flex;
}

.ld-method-text strong {
  grid-column-gap: 6px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.ld-field-error {
  color: #ff9a9a;
  margin-top: 6px;
  font-size: 12px;
}

.ld-warn {
  color: #f7d9a0;
  grid-column-gap: 10px;
  background-color: #f5a5240f;
  border: 1px solid #f5a52433;
  border-radius: 12px;
  align-items: flex-start;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.5;
  display: flex;
}

.ld-warn svg {
  color: var(--ld-amber);
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.ld-warn.is-blue {
  color: #cfe6ff;
  background-color: #0a84ff0f;
  border-color: #0a84ff33;
}

.ld-warn.is-blue svg {
  color: var(--ld-blue-soft);
}

.ld-warn.is-red {
  color: #ffd0d0;
  background-color: #ef44440f;
  border-color: #ef444433;
}

.ld-warn.is-red svg {
  color: var(--ld-red);
}

.ld-matrix td, .ld-matrix th {
  text-align: center;
}

.ld-matrix td:first-child, .ld-matrix th:first-child {
  text-align: left;
}

.ld-matrix svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.ld-matrix .is-yes {
  color: #7ee2a0;
}

.ld-matrix .is-no {
  color: #3a4152;
}

.ld-choices {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.ld-choice {
  color: var(--ld-text);
  text-align: left;
  cursor: pointer;
  border: 1px solid var(--ld-border);
  grid-row-gap: 4px;
  font-family: var(--ld-sans);
  background-color: #0a0c10;
  border-radius: 12px;
  flex-direction: column;
  padding: 12px 14px;
  display: flex;
}

.ld-choice:hover {
  border-color: var(--ld-border-strong);
}

.ld-choice.is-active {
  background-color: #0a84ff12;
  border-color: #0a84ff99;
  box-shadow: inset 0 0 0 1px #0a84ff66;
}

.ld-choice strong {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
}

.ld-choice strong svg {
  color: var(--ld-blue-soft);
  width: 16px;
  height: 16px;
}

.ld-choice > span {
  color: var(--ld-muted);
  font-size: 12px;
  line-height: 1.45;
}

.ld-chip-row {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.ld-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ld-feed-item {
  border-top: 1px solid var(--ld-border);
  grid-column-gap: 10px;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.ld-feed-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.ld-feed-text {
  grid-row-gap: 1px;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  font-size: 13px;
  display: flex;
}

.ld-feed-text span {
  color: var(--ld-muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}

.ld-feed-amount {
  color: #7ee2a0;
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  font-weight: 700;
}

.ld-sla {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.ld-sla.is-late {
  color: #ff9a9a;
}

.ld-sla.is-soon {
  color: #f5c46b;
}

@media screen and (max-width: 1400px) {
  .ld-stats.is-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1100px) {
  .ld-balances, .ld-choices {
    grid-template-columns: minmax(0, 1fr);
  }

  .ld-stats.is-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .ld-stats.is-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ld-setting {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ld-check-item {
    flex-wrap: wrap;
  }

  .ld-check-actions {
    padding-left: 38px;
  }
}

@media screen and (max-width: 640px) {
  .ld-stats.is-6, .ld-stats.is-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ld-stack.is-tight {
  grid-row-gap: 2px;
}

.ld-mb {
  margin-bottom: 16px;
}

.ld-matrix .ld-toggle {
  vertical-align: middle;
  display: inline-flex;
}

.ld-setting-control.ld-chip-row {
  flex: 0 auto;
  justify-content: flex-end;
  max-width: 55%;
}

@media screen and (max-width: 767px) {
  .ld-setting-control.ld-chip-row {
    justify-content: flex-start;
    max-width: none;
  }
}

.ld-cell-person .ld-avatar {
  color: #fff;
}

.ld-cell-person .ld-link-icon {
  color: #9fcfff;
}

.ld-cell-person .ld-link-icon.is-amber {
  color: #f5c46b;
}

.ld-cell-person .ld-link-icon.is-green {
  color: #7ee2a0;
}

.ld-cell-person .ld-link-icon.is-red {
  color: #ff9a9a;
}

.ld-card-title, .ld-modal-title, .ld-lib-title {
  letter-spacing: normal;
}

.ld.is-embed, .ld.is-embed.is-collapsed {
  grid-template-columns: 248px minmax(0, 1fr);
  height: 100%;
  min-height: 0;
}

.ld.is-embed .ld-side {
  z-index: auto;
  width: auto;
  height: 100%;
  position: relative;
  top: auto;
  transform: none;
}

.ld.is-embed .ld-main {
  height: 100%;
}

.ld.is-embed .ld-side-collapse, .ld.is-embed .ld-side-close, .ld.is-embed .ld-menu-btn, .ld.is-embed .ld-scrim {
  display: none;
}

.ld.is-embed button.ld-nav-link {
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  font-family: inherit;
}

.ld.is-embed button.ld-nav-link.is-active {
  color: #fff;
}

.ld.is-embed .ld-header, .ld.is-embed .ld-content {
  animation: .55s cubic-bezier(.2, .8, .2, 1) both ld-view-in;
}

.ld.is-embed .ld-content {
  animation-delay: 60ms;
}

@keyframes ld-view-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* [project]/workspace/node_modules/@fontsource/inter/300.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-cyrillic-ext-300-normal.0gdz..r6xwt4z.woff2") format("woff2"), url("../media/inter-cyrillic-ext-300-normal.0nzttp79uuz6t.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-cyrillic-300-normal.15e1fz4ii3afe.woff2") format("woff2"), url("../media/inter-cyrillic-300-normal.105eq8saizytp.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-greek-ext-300-normal.0uwj7fpunfwmq.woff2") format("woff2"), url("../media/inter-greek-ext-300-normal.12x2_ub48-t_q.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-greek-300-normal.0zqudz1hp8030.woff2") format("woff2"), url("../media/inter-greek-300-normal.01bh5ybu.9qsk.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-vietnamese-300-normal.0u6atqgo-bm0k.woff2") format("woff2"), url("../media/inter-vietnamese-300-normal.0qqtp.h42hsry.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-latin-ext-300-normal.09uqfmdtw0dg3.woff2") format("woff2"), url("../media/inter-latin-ext-300-normal.0g0pg8t_puzlr.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-latin-300-normal.0pw5ffrrwbn-o.woff2") format("woff2"), url("../media/inter-latin-300-normal.0~cgs1jmq1m77.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/inter/400.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-cyrillic-ext-400-normal.14tx4pkryervk.woff2") format("woff2"), url("../media/inter-cyrillic-ext-400-normal.0rs1xbf~i0gne.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-cyrillic-400-normal.0j0nt6xj209ja.woff2") format("woff2"), url("../media/inter-cyrillic-400-normal.0tfcly~dae28g.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-greek-ext-400-normal.0sjxwfwy1.7-1.woff2") format("woff2"), url("../media/inter-greek-ext-400-normal.0-p59y6vp.j7a.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-greek-400-normal.16tk2qho83alr.woff2") format("woff2"), url("../media/inter-greek-400-normal.0xmwnv-gh.rhf.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-vietnamese-400-normal.0kilhpqoeqy~3.woff2") format("woff2"), url("../media/inter-vietnamese-400-normal.0zq7snwe4.thc.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-latin-ext-400-normal.0e~6uobz6nk3d.woff2") format("woff2"), url("../media/inter-latin-ext-400-normal.0a.r_3c33o5qt.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-latin-400-normal.0vig85~_2mxl3.woff2") format("woff2"), url("../media/inter-latin-400-normal.0br~z6nf9coz0.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/inter/500.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-cyrillic-ext-500-normal.18aqar8gdpfb3.woff2") format("woff2"), url("../media/inter-cyrillic-ext-500-normal.0b6k1s8sd~.jo.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-cyrillic-500-normal.15z7kt55vzj85.woff2") format("woff2"), url("../media/inter-cyrillic-500-normal.01w2czofewpso.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-greek-ext-500-normal.119li9m07s-bi.woff2") format("woff2"), url("../media/inter-greek-ext-500-normal.13bpn5itdsi7i.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-greek-500-normal.0uymz0-h_z_7l.woff2") format("woff2"), url("../media/inter-greek-500-normal.0t4lph5.f_m8~.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-vietnamese-500-normal.0fn~r.ogm5_nw.woff2") format("woff2"), url("../media/inter-vietnamese-500-normal.0zfob_1.u8~co.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-latin-ext-500-normal.0876mliq8ouqp.woff2") format("woff2"), url("../media/inter-latin-ext-500-normal.0~3-c8.xj40g-.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-latin-500-normal.0frew35n-hgkk.woff2") format("woff2"), url("../media/inter-latin-500-normal.1230h4u3v4whv.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/inter/600.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-cyrillic-ext-600-normal.0_ber5txd3bqi.woff2") format("woff2"), url("../media/inter-cyrillic-ext-600-normal.0j75vko.6hoc-.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-cyrillic-600-normal.094xsiulqcmrl.woff2") format("woff2"), url("../media/inter-cyrillic-600-normal.10~mc7cizcdk~.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-greek-ext-600-normal.0nlmm4r71lqf~.woff2") format("woff2"), url("../media/inter-greek-ext-600-normal.14y94o9jt0miw.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-greek-600-normal.0u.n5f3_8u-b0.woff2") format("woff2"), url("../media/inter-greek-600-normal.0~7_25pf1n8ik.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-vietnamese-600-normal.072fyohqu9xp-.woff2") format("woff2"), url("../media/inter-vietnamese-600-normal.04aaopgj782ex.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-latin-ext-600-normal.0mo._bh5xz7ol.woff2") format("woff2"), url("../media/inter-latin-ext-600-normal.0jjnjripmqy49.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-latin-600-normal.0rm8x4lrq0d8z.woff2") format("woff2"), url("../media/inter-latin-600-normal.0uetcz5d-i_71.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/inter/700.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-cyrillic-ext-700-normal.0~zt0hwtubila.woff2") format("woff2"), url("../media/inter-cyrillic-ext-700-normal.0.c9t1hqygse9.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-cyrillic-700-normal.051zy7d9em9n7.woff2") format("woff2"), url("../media/inter-cyrillic-700-normal.0qs5m73fobq4n.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-greek-ext-700-normal.0ovkxxyaf_urn.woff2") format("woff2"), url("../media/inter-greek-ext-700-normal.09b65f6yfp90..woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-greek-700-normal.14rpzjcnzq9ul.woff2") format("woff2"), url("../media/inter-greek-700-normal.133diu88dtv~a.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-vietnamese-700-normal.03reem5x7sox_.woff2") format("woff2"), url("../media/inter-vietnamese-700-normal.0r4b-sn6pknwd.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-latin-ext-700-normal.0y38bjpa.~h~y.woff2") format("woff2"), url("../media/inter-latin-ext-700-normal.04~cmsc24-.k..woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-latin-700-normal.17~mssnzv.d-8.woff2") format("woff2"), url("../media/inter-latin-700-normal.0wo4xus9c6mqx.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/open-sans/600.css [client] (css) */
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-cyrillic-ext-600-normal.11tuepxdmh0jg.woff2") format("woff2"), url("../media/open-sans-cyrillic-ext-600-normal.0up8u86~8i1kb.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-cyrillic-600-normal.01hrji8nbbf2z.woff2") format("woff2"), url("../media/open-sans-cyrillic-600-normal.04v7966ce7s78.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-greek-ext-600-normal.0ftsdg0r_nekz.woff2") format("woff2"), url("../media/open-sans-greek-ext-600-normal.0yshwb.e-buln.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-greek-600-normal.0evgwso1bt-ek.woff2") format("woff2"), url("../media/open-sans-greek-600-normal.05l34aibkjb8j.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-hebrew-600-normal.0hpt~tni.ys_4.woff2") format("woff2"), url("../media/open-sans-hebrew-600-normal.00~g1h2s0vw1k.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-math-600-normal.169e4o9k7.jw4.woff2") format("woff2"), url("../media/open-sans-math-600-normal.05zerb3-7wuf..woff") format("woff");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-symbols-600-normal.0n2-voz0synm5.woff2") format("woff2"), url("../media/open-sans-symbols-600-normal.0in5e5-h2fyqs.woff") format("woff");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-vietnamese-600-normal.05y0taei97thg.woff2") format("woff2"), url("../media/open-sans-vietnamese-600-normal.0zb6nfzlwwap7.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-latin-ext-600-normal.0olo6bf_jbnnv.woff2") format("woff2"), url("../media/open-sans-latin-ext-600-normal.0hvjh~4hl1dji.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/open-sans-latin-600-normal.0_eexel.ci.l..woff2") format("woff2"), url("../media/open-sans-latin-600-normal.0u1zm~7w-8a08.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/open-sans/700.css [client] (css) */
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-cyrillic-ext-700-normal.0i867.d.zcm-e.woff2") format("woff2"), url("../media/open-sans-cyrillic-ext-700-normal.12_r2bq46h.xh.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-cyrillic-700-normal.0nxlay51u~nr1.woff2") format("woff2"), url("../media/open-sans-cyrillic-700-normal.0ul_7jye1r555.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-greek-ext-700-normal.0e958w-m~qo8i.woff2") format("woff2"), url("../media/open-sans-greek-ext-700-normal.0s7v1iho6bv_j.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-greek-700-normal.11v3jv1avu_ut.woff2") format("woff2"), url("../media/open-sans-greek-700-normal.026m3x0btb01k.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-hebrew-700-normal.09f6vwmgxj0f4.woff2") format("woff2"), url("../media/open-sans-hebrew-700-normal.08y.7sjq8x3_x.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-math-700-normal.117cjcviplzm~.woff2") format("woff2"), url("../media/open-sans-math-700-normal.0jvn97m~2i5-v.woff") format("woff");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-symbols-700-normal.0adkim1c3t_e1.woff2") format("woff2"), url("../media/open-sans-symbols-700-normal.0qo0c.ux-d5sw.woff") format("woff");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-vietnamese-700-normal.0nhfkn6x3k-la.woff2") format("woff2"), url("../media/open-sans-vietnamese-700-normal.0480aj5yt76k_.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-latin-ext-700-normal.01h.nn5slnpql.woff2") format("woff2"), url("../media/open-sans-latin-ext-700-normal.0l5g17m4qlu8m.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/open-sans-latin-700-normal.11q0zvtxmu8sd.woff2") format("woff2"), url("../media/open-sans-latin-700-normal.0l6~7g--ipfm_.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/open-sans/800.css [client] (css) */
@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-cyrillic-ext-800-normal.0o590qeedvlem.woff2") format("woff2"), url("../media/open-sans-cyrillic-ext-800-normal.05aa.bu1c2a3t.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-cyrillic-800-normal.07odnkj0-g4e8.woff2") format("woff2"), url("../media/open-sans-cyrillic-800-normal.03xq~bzwr6310.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-greek-ext-800-normal.123p7peadbp23.woff2") format("woff2"), url("../media/open-sans-greek-ext-800-normal.10q.hqfj9c.a0.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-greek-800-normal.0l8ol.px196g4.woff2") format("woff2"), url("../media/open-sans-greek-800-normal.0bzqa6phlpf~y.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-hebrew-800-normal.063u0i34u6h8-.woff2") format("woff2"), url("../media/open-sans-hebrew-800-normal.06cary60r0s57.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-math-800-normal.0_9~dhotn_9fl.woff2") format("woff2"), url("../media/open-sans-math-800-normal.118rikj2k1pbu.woff") format("woff");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-symbols-800-normal.10q~9s~n56tat.woff2") format("woff2"), url("../media/open-sans-symbols-800-normal.0_1d1mwtr93sp.woff") format("woff");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-vietnamese-800-normal.03yr92882wi4u.woff2") format("woff2"), url("../media/open-sans-vietnamese-800-normal.0mqicdo6l9ckl.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-latin-ext-800-normal.060hy3m2e.ugc.woff2") format("woff2"), url("../media/open-sans-latin-ext-800-normal.17_mh67u8..sv.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Open Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("../media/open-sans-latin-800-normal.0ffnv3za~-i3q.woff2") format("woff2"), url("../media/open-sans-latin-800-normal.0vb9xx4_r27b7.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/tinos/400.css [client] (css) */
@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-cyrillic-ext-400-normal.0nnm3.pb0dlj2.woff2") format("woff2"), url("../media/tinos-cyrillic-ext-400-normal.13oh_r6hcggoi.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-cyrillic-400-normal.0.28fge3nj.96.woff2") format("woff2"), url("../media/tinos-cyrillic-400-normal.0e2n8oae5yx-k.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-greek-ext-400-normal.0-3kyq9k~jtg7.woff2") format("woff2"), url("../media/tinos-greek-ext-400-normal.100niwm9rs76h.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-greek-400-normal.0gy.14bvsb2ci.woff2") format("woff2"), url("../media/tinos-greek-400-normal.15-hmek~ekzao.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-hebrew-400-normal.18d1xm_xxurb_.woff2") format("woff2"), url("../media/tinos-hebrew-400-normal.0zozpjo-h8pii.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-vietnamese-400-normal.09460xzelctd7.woff2") format("woff2"), url("../media/tinos-vietnamese-400-normal.0raor20ljzjo4.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-latin-ext-400-normal.0-63udtf8iq3z.woff2") format("woff2"), url("../media/tinos-latin-ext-400-normal.0v93au9rs4u.f.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-latin-400-normal.08.hdl0.o6ep6.woff2") format("woff2"), url("../media/tinos-latin-400-normal.0~5gt-3.y6.o-.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/tinos/400-italic.css [client] (css) */
@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-cyrillic-ext-400-italic.0j63cvkr0-5n9.woff2") format("woff2"), url("../media/tinos-cyrillic-ext-400-italic.0dc3tyl10euh2.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-cyrillic-400-italic.0.tkiyid_4jpn.woff2") format("woff2"), url("../media/tinos-cyrillic-400-italic.0c~vq~3iybwr-.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-greek-ext-400-italic.0x.cc2bm8u~tf.woff2") format("woff2"), url("../media/tinos-greek-ext-400-italic.0i5f9nd42gykv.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-greek-400-italic.0xom~ab06_d3m.woff2") format("woff2"), url("../media/tinos-greek-400-italic.0dk_o4fq_cqm1.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-hebrew-400-italic.10ff_1weqvxne.woff2") format("woff2"), url("../media/tinos-hebrew-400-italic.02c2z.n_h9mfw.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-vietnamese-400-italic.0nig.bwumdbql.woff2") format("woff2"), url("../media/tinos-vietnamese-400-italic.0m6e17t6y7l2d.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-latin-ext-400-italic.10voqmo9l5-3g.woff2") format("woff2"), url("../media/tinos-latin-ext-400-italic.069jt3wjyv8c5.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../media/tinos-latin-400-italic.00kes-mnt~33q.woff2") format("woff2"), url("../media/tinos-latin-400-italic.0d5n~dmht1-nh.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/tinos/700.css [client] (css) */
@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-cyrillic-ext-700-normal.03.ry7cujms3_.woff2") format("woff2"), url("../media/tinos-cyrillic-ext-700-normal.0m-3vijipjpkk.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-cyrillic-700-normal.0.1ecg2cmvkpu.woff2") format("woff2"), url("../media/tinos-cyrillic-700-normal.16hb2nl4r6u4n.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-greek-ext-700-normal.0jzazb97e__qm.woff2") format("woff2"), url("../media/tinos-greek-ext-700-normal.0b~3ht7mv1f32.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-greek-700-normal.13rlowxbd0kny.woff2") format("woff2"), url("../media/tinos-greek-700-normal.0j6zuvo1qn~54.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-hebrew-700-normal.0r.d-ttvqug~g.woff2") format("woff2"), url("../media/tinos-hebrew-700-normal.15dg0wp5gr2b..woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-vietnamese-700-normal.16oehmxc32ppg.woff2") format("woff2"), url("../media/tinos-vietnamese-700-normal.13q8xxzf9x.n-.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-latin-ext-700-normal.0jnw~ocbbw-jd.woff2") format("woff2"), url("../media/tinos-latin-ext-700-normal.04k6bx27n0vdr.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Tinos;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-latin-700-normal.142cj4._y.~5c.woff2") format("woff2"), url("../media/tinos-latin-700-normal.0l4jqfh.wpewk.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/tinos/700-italic.css [client] (css) */
@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-cyrillic-ext-700-italic.0weh422xgn0eo.woff2") format("woff2"), url("../media/tinos-cyrillic-ext-700-italic.1635_q.ms3z_q.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-cyrillic-700-italic.0m.ptx0or.81m.woff2") format("woff2"), url("../media/tinos-cyrillic-700-italic.059z8crvk~w4c.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-greek-ext-700-italic.007zkau7b8~6w.woff2") format("woff2"), url("../media/tinos-greek-ext-700-italic.0y.x9q_7v345_.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-greek-700-italic.0c58rtrd6timf.woff2") format("woff2"), url("../media/tinos-greek-700-italic.0w9la-052~iwq.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-hebrew-700-italic.0ohr1_1x8~na1.woff2") format("woff2"), url("../media/tinos-hebrew-700-italic.14o8clwno6eit.woff") format("woff");
  unicode-range: U+307-308, U+590-5FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-vietnamese-700-italic.0ozrf5jgkp3-8.woff2") format("woff2"), url("../media/tinos-vietnamese-700-italic.12x65ath-a~5_.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-latin-ext-700-italic.0mpge.uztd51z.woff2") format("woff2"), url("../media/tinos-latin-ext-700-italic.0ji~n8rsigi~u.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Tinos;
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url("../media/tinos-latin-700-italic.04gn1u5m75u3o.woff2") format("woff2"), url("../media/tinos-latin-700-italic.185uog_d4tvrr.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=workspace_09prg6a._.css.map*/