@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: 'DM Mono', monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-50: #FAFAFA;
    --color-gray-100: #F5F5F5;
    --color-gray-200: #E9EAEB;
    --color-gray-300: #D5D7DA;
    --color-gray-400: #A4A7AE;
    --color-gray-500: #717680;
    --color-gray-600: #535862;
    --color-gray-700: #414651;
    --color-gray-800: #252B37;
    --color-gray-900: #181D27;
    --color-gray-950: #0A0D12;
    --color-black: #000;
    --color-white: #FFF;
    --spacing: 0.25rem;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-normal: 0em;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-gray-25: #FDFDFD;
    --color-gray-dark-500: #85888E;
    --color-brand-25: #F1F3FF;
    --color-brand-50: #DDE2FF;
    --color-brand-100: #B1BCFF;
    --color-brand-200: #8495FF;
    --color-brand-300: #5970FF;
    --color-brand-400: #304CFF;
    --color-brand-500: #0527FF;
    --color-brand-600: #0420D5;
    --color-brand-700: #031AAA;
    --color-brand-800: #021480;
    --color-brand-900: #020D55;
    --color-success-25: #F6FEF9;
    --color-success-50: #ECFDF3;
    --color-success-100: #DCFAE6;
    --color-success-300: #75E0A7;
    --color-success-700: #067647;
    --color-spark-green-500: #B9F94D;
    --font-body: var(--font-silka), Arial, sans-serif;
    --font-display: var(--font-gt-pressura), Arial, sans-serif;
  }
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
b, strong {
    font-weight: bolder;
  }
code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
small {
    font-size: 80%;
  }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
sub {
    bottom: -0.25em;
  }
sup {
    top: -0.5em;
  }
table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
:-moz-focusring {
    outline: auto;
  }
progress {
    vertical-align: baseline;
  }
summary {
    display: list-item;
  }
ol, ul, menu {
    list-style: none;
  }
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
img, video {
    max-width: 100%;
    height: auto;
  }
button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
:where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
:where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
::file-selector-button {
    margin-inline-end: 4px;
  }
::placeholder {
    opacity: 1;
  }
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
}
textarea {
    resize: vertical;
  }
::-webkit-search-decoration {
    -webkit-appearance: none;
  }
::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
::-webkit-datetime-edit {
    display: inline-flex;
  }
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
:-moz-ui-invalid {
    box-shadow: none;
  }
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
[hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
.pointer-events-none {
    pointer-events: none;
  }
.collapse {
    visibility: collapse;
  }
.invisible {
    visibility: hidden;
  }
.visible {
    visibility: visible;
  }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
.absolute {
    position: absolute;
  }
.fixed {
    position: fixed;
  }
.relative {
    position: relative;
  }
.static {
    position: static;
  }
.sticky {
    position: sticky;
  }
.inset-0 {
    inset: 0;
  }
.top-44 {
    top: calc(var(--spacing) * 44);
  }
.top-\[62px\] {
    top: 62px;
  }
.top-auto {
    top: auto;
  }
.right-0 {
    right: 0;
  }
.z-20 {
    z-index: 20;
  }
.z-\[1\] {
    z-index: 1;
  }
.z-\[5\] {
    z-index: 5;
  }
.z-\[99\] {
    z-index: 99;
  }
.container {
    width: 100%;
    @media (width >= 480px) {
      max-width: 480px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
  }
.m-0 {
    margin: 0;
  }
.m-0\! {
    margin: 0 !important;
  }
.mx-auto {
    margin-inline: auto;
  }
.my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
.my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
.ms-1 {
    margin-inline-start: var(--spacing);
  }
.mt-0 {
    margin-top: 0;
  }
.mt-1 {
    margin-top: var(--spacing);
  }
.mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
.mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
.mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
.mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
.mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
.mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
.mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
.mt-\[var\(--ct-spacing-3xl\)\] {
    margin-top: var(--ct-spacing-3xl);
  }
.mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
.mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
.mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
.mb-1 {
    margin-bottom: var(--spacing);
  }
.mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
.mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
.mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
.mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
.mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
.mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
.mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
.mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
.mb-\[var\(--ct-spacing-3xl\)\] {
    margin-bottom: var(--ct-spacing-3xl);
  }
.-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
.box-border {
    box-sizing: border-box;
  }
.box-content {
    box-sizing: content-box;
  }
.block {
    display: block;
  }
.contents {
    display: contents;
  }
.flex {
    display: flex;
  }
.grid {
    display: grid;
  }
.hidden {
    display: none;
  }
.inline {
    display: inline;
  }
.inline-block {
    display: inline-block;
  }
.inline-flex {
    display: inline-flex;
  }
.table {
    display: table;
  }
.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
.aspect-\[16\/10\] {
    aspect-ratio: 16/10;
  }
.h-0 {
    height: 0;
  }
.h-2 {
    height: calc(var(--spacing) * 2);
  }
.h-4 {
    height: calc(var(--spacing) * 4);
  }
.h-5 {
    height: calc(var(--spacing) * 5);
  }
.h-6 {
    height: calc(var(--spacing) * 6);
  }
.h-8 {
    height: calc(var(--spacing) * 8);
  }
.h-10 {
    height: calc(var(--spacing) * 10);
  }
.h-12 {
    height: calc(var(--spacing) * 12);
  }
.h-16 {
    height: calc(var(--spacing) * 16);
  }
.h-\[14px\] {
    height: 14px;
  }
.h-\[45px\] {
    height: 45px;
  }
.h-auto {
    height: auto;
  }
.h-full {
    height: 100%;
  }
.max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
.max-h-\[70px\] {
    max-height: 70px;
  }
.max-h-\[400px\] {
    max-height: 400px;
  }
.min-h-\[50vh\] {
    min-height: 50vh;
  }
.w-2 {
    width: calc(var(--spacing) * 2);
  }
.w-4 {
    width: calc(var(--spacing) * 4);
  }
.w-5 {
    width: calc(var(--spacing) * 5);
  }
.w-6 {
    width: calc(var(--spacing) * 6);
  }
.w-8 {
    width: calc(var(--spacing) * 8);
  }
.w-12 {
    width: calc(var(--spacing) * 12);
  }
.w-16 {
    width: calc(var(--spacing) * 16);
  }
.w-28 {
    width: calc(var(--spacing) * 28);
  }
.w-\[14px\] {
    width: 14px;
  }
.w-\[calc\(100\%\+2rem\)\] {
    width: calc(100% + 2rem);
  }
.w-auto {
    width: auto;
  }
.w-full {
    width: 100%;
  }
.w-max {
    width: max-content;
  }
.max-w-\[50px\] {
    max-width: 50px;
  }
.max-w-\[280px\] {
    max-width: 280px;
  }
.max-w-\[300px\] {
    max-width: 300px;
  }
.max-w-\[600px\] {
    max-width: 600px;
  }
.max-w-\[612px\] {
    max-width: 612px;
  }
.max-w-\[768px\] {
    max-width: 768px;
  }
.max-w-\[800px\] {
    max-width: 800px;
  }
.max-w-\[826px\] {
    max-width: 826px;
  }
.max-w-\[1256px\] {
    max-width: 1256px;
  }
.max-w-\[1280px\] {
    max-width: 1280px;
  }
.max-w-\[1320px\] {
    max-width: 1320px;
  }
.max-w-full {
    max-width: 100%;
  }
.max-w-none {
    max-width: none;
  }
.min-w-0 {
    min-width: 0;
  }
.min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }
.flex-1 {
    flex: 1;
  }
.flex-shrink-0 {
    flex-shrink: 0;
  }
.shrink {
    flex-shrink: 1;
  }
.shrink-0 {
    flex-shrink: 0;
  }
.border-collapse {
    border-collapse: collapse;
  }
.-translate-y-\[2px\] {
    --tw-translate-y: calc(2px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
.rotate-45 {
    rotate: 45deg;
  }
.rotate-180 {
    rotate: 180deg;
  }
.transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
.animate-\[ctBhcScroll_15s_linear_infinite\] {
    animation: ctBhcScroll 15s linear infinite;
  }
.animate-pulse {
    animation: var(--animate-pulse);
  }
.cursor-pointer {
    cursor: pointer;
  }
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
.grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
.grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
.flex-col {
    flex-direction: column;
  }
.flex-row-reverse {
    flex-direction: row-reverse;
  }
.flex-wrap {
    flex-wrap: wrap;
  }
.items-center {
    align-items: center;
  }
.items-start {
    align-items: flex-start;
  }
.items-stretch {
    align-items: stretch;
  }
.justify-between {
    justify-content: space-between;
  }
.justify-center {
    justify-content: center;
  }
.gap-0 {
    gap: 0;
  }
.gap-1 {
    gap: var(--spacing);
  }
.gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
.gap-2 {
    gap: calc(var(--spacing) * 2);
  }
.gap-3 {
    gap: calc(var(--spacing) * 3);
  }
.gap-4 {
    gap: calc(var(--spacing) * 4);
  }
.gap-5 {
    gap: calc(var(--spacing) * 5);
  }
.gap-6 {
    gap: calc(var(--spacing) * 6);
  }
.gap-8 {
    gap: calc(var(--spacing) * 8);
  }
.gap-\[2px\] {
    gap: 2px;
  }
.gap-\[var\(--ct-spacing-lg\)\] {
    gap: var(--ct-spacing-lg);
  }
.gap-\[var\(--ct-spacing-sm\)\] {
    gap: var(--ct-spacing-sm);
  }
.gap-\[var\(--ct-spacing-xl\)\] {
    gap: var(--ct-spacing-xl);
  }
.space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.overflow-clip {
    overflow: clip;
  }
.overflow-hidden {
    overflow: hidden;
  }
.overflow-y-auto {
    overflow-y: auto;
  }
.rounded {
    border-radius: 0.25rem;
  }
.rounded-2xl {
    border-radius: var(--radius-2xl);
  }
.rounded-\[0\.625rem\] {
    border-radius: 0.625rem;
  }
.rounded-\[1rem\] {
    border-radius: 1rem;
  }
.rounded-\[var\(--ct-radius-2xl\)\] {
    border-radius: var(--ct-radius-2xl);
  }
.rounded-\[var\(--ct-radius-lg\)\] {
    border-radius: var(--ct-radius-lg);
  }
.rounded-\[var\(--ct-radius-xl\)\] {
    border-radius: var(--ct-radius-xl);
  }
.rounded-full {
    border-radius: calc(infinity * 1px);
  }
.rounded-lg {
    border-radius: var(--radius-lg);
  }
.rounded-xl {
    border-radius: var(--radius-xl);
  }
.rounded-xs {
    border-radius: var(--radius-xs);
  }
.rounded-l-\[var\(--ct-radius-sm\)\] {
    border-top-left-radius: var(--ct-radius-sm);
    border-bottom-left-radius: var(--ct-radius-sm);
  }
.rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
.border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
.border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
.border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
.border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
.border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
.border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
.border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
.border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
.border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
.border-none {
    --tw-border-style: none;
    border-style: none;
  }
.border-\[\#9B8AFB\] {
    border-color: #9B8AFB;
  }
.border-\[\#5970FF\] {
    border-color: #5970FF;
  }
.border-\[\#FAC515\] {
    border-color: #FAC515;
  }
.border-brand-50 {
    border-color: var(--color-brand-50);
  }
.border-brand-300 {
    border-color: var(--color-brand-300);
  }
.border-brand-600 {
    border-color: var(--color-brand-600);
  }
.border-current {
    border-color: currentcolor;
  }
.border-gray-200 {
    border-color: var(--color-gray-200);
  }
.border-gray-300 {
    border-color: var(--color-gray-300);
  }
.bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
.bg-brand-25 {
    background-color: var(--color-brand-25);
  }
.bg-brand-500 {
    background-color: var(--color-brand-500);
  }
.bg-brand-600\/35 {
    background-color: color-mix(in srgb, #0420D5 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-600) 35%, transparent);
    }
  }
.bg-brand-700 {
    background-color: var(--color-brand-700);
  }
.bg-brand-800 {
    background-color: var(--color-brand-800);
  }
.bg-gray-50 {
    background-color: var(--color-gray-50);
  }
.bg-gray-100 {
    background-color: var(--color-gray-100);
  }
.bg-gray-200 {
    background-color: var(--color-gray-200);
  }
.bg-transparent {
    background-color: transparent;
  }
.bg-white {
    background-color: var(--color-white);
  }
.bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
.bg-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\)_0\%\,\#F4F3FF_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 0%,#F4F3FF 100%);
  }
.bg-\[linear-gradient\(0deg\,rgba\(255\,255\,255\,0\)_0\%\,\#FEFBE8_100\%\)\] {
    background-image: linear-gradient(0deg,rgba(255,255,255,0) 0%,#FEFBE8 100%);
  }
.bg-\[linear-gradient\(90deg\,\#0420D5_0\%\,\#0527FF_100\%\)\] {
    background-image: linear-gradient(90deg,#0420D5 0%,#0527FF 100%);
  }
.bg-\[linear-gradient\(90deg\,\#0527FF_0\%\,transparent_20\%\,transparent_80\%\,\#0527FF_100\%\)\] {
    background-image: linear-gradient(90deg,#0527FF 0%,transparent 20%,transparent 80%,#0527FF 100%);
  }
.bg-\[linear-gradient\(90deg\,\#fff_44px\,var\(--color-brand-50\)_100\%\)\] {
    background-image: linear-gradient(90deg,#fff 44px,var(--color-brand-50) 100%);
  }
.from-brand-100 {
    --tw-gradient-from: var(--color-brand-100);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
.to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
.object-contain {
    object-fit: contain;
  }
.object-cover {
    object-fit: cover;
  }
.\!p-0 {
    padding: 0 !important;
  }
.p-0 {
    padding: 0;
  }
.p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
.p-2 {
    padding: calc(var(--spacing) * 2);
  }
.p-4 {
    padding: calc(var(--spacing) * 4);
  }
.p-6 {
    padding: calc(var(--spacing) * 6);
  }
.p-8 {
    padding: calc(var(--spacing) * 8);
  }
.px-0 {
    padding-inline: 0;
  }
.px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
.px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
.px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
.\!py-10 {
    padding-block: calc(var(--spacing) * 10) !important;
  }
.py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
.py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
.py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
.py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
.py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
.py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
.ps-1 {
    padding-inline-start: var(--spacing);
  }
.ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
.pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
.pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
.pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
.pt-\[var\(--ct-spacing-3xl\)\] {
    padding-top: var(--ct-spacing-3xl);
  }
.pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
.pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
.pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
.pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
.pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
.pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
.pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }
.pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
.pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
.text-center {
    text-align: center;
  }
.text-left {
    text-align: left;
  }
.ct-caption {
    font-family: var(--font-body);
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: -0.24px;
  }
.ct-display-01 {
    font-family: var(--font-display);
    font-size: 4.5rem;
    line-height: 5.625rem;
    letter-spacing: -2.16px;
  }
.ct-heading-01 {
    font-family: var(--font-display);
    font-size: 3.75rem;
    line-height: 4.5rem;
    letter-spacing: -1.8px;
  }
.ct-heading-01-fluid {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 1.6285rem + 2.6519vw, 3.75rem);
    line-height: clamp(2.75rem, 2.0249rem + 3.0939vw, 4.5rem);
    letter-spacing: clamp(-1.8px, -0.7817px + -0.0796vw, -1.08px);
  }
.ct-heading-02 {
    font-family: var(--font-display);
    font-size: 3rem;
    line-height: 3.75rem;
    letter-spacing: -1.44px;
  }
.ct-heading-02-fluid {
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 1.9392rem + 1.326vw, 3rem);
    line-height: clamp(2.75rem, 2.3356rem + 1.768vw, 3.75rem);
    letter-spacing: clamp(-1.44px, -0.9308px + -0.0398vw, -1.08px);
  }
.ct-heading-03 {
    font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -1.08px;
  }
.ct-heading-03-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.875rem, 1.7196rem + 0.663vw, 2.25rem);
    line-height: clamp(2.375rem, 2.2196rem + 0.663vw, 2.75rem);
    letter-spacing: clamp(-1.08px, 0.4475px + -0.1193vw, 0px);
  }
.ct-heading-04 {
    font-family: var(--font-display);
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
  }
.ct-heading-04-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 1.3446rem + 0.663vw, 1.875rem);
    line-height: clamp(2rem, 1.8446rem + 0.663vw, 2.375rem);
    letter-spacing: clamp(-0.6px, 0.2486px + -0.0663vw, 0px);
  }
.ct-heading-05 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
  }
.ct-heading-05-fluid {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.1464rem + 0.442vw, 1.5rem);
    line-height: clamp(1.875rem, 1.8232rem + 0.221vw, 2rem);
    letter-spacing: clamp(-0.48px, 0.1989px + -0.053vw, 0px);
  }
.ct-heading-06 {
    font-family: var(--font-display);
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.36px;
  }
.ct-heading-06\! {
    font-family: var(--font-display) !important;
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
    letter-spacing: -0.36px !important;
  }
.ct-footer {
    font-family: var(--font-body);
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
.ct-paragraph-01 {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
.ct-paragraph-01-fluid {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 0.7714rem + 0.442vw, 1.125rem);
    line-height: clamp(1.25rem, 1.0428rem + 0.884vw, 1.75rem);
  }
.ct-paragraph-02 {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5rem;
  }
.ct-paragraph-02-fluid {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 0.8232rem + 0.221vw, 1rem);
    line-height: clamp(1.25rem, 1.1464rem + 0.442vw, 1.5rem);
  }
.ct-paragraph-03 {
    font-family: var(--font-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
.ct-subheading {
    font-family: var(--font-body);
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
.ct-subheading-fluid {
    font-family: var(--font-body);
    font-size: clamp(1rem, 0.8964rem + 0.442vw, 1.25rem);
    line-height: clamp(1.5rem, 1.3446rem + 0.663vw, 1.875rem);
  }
.font-display {
    font-family: var(--font-display);
  }
.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
.text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
.text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
.text-\[length\:var\(--text-heading-05\)\] {
    font-size: var(--text-heading-05);
  }
.font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
.font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
.font-medium\! {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
.font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
.font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
.tracking-\[-0\.24px\] {
    --tw-tracking: -0.24px;
    letter-spacing: -0.24px;
  }
.whitespace-nowrap {
    white-space: nowrap;
  }
.text-\[\#7A5AF8\] {
    color: #7A5AF8;
  }
.text-\[\#5925DC\] {
    color: #5925DC;
  }
.text-\[\#B1BCFF\] {
    color: #B1BCFF;
  }
.text-\[\#DDE2FF\] {
    color: #DDE2FF;
  }
.text-\[\#FEC84B\] {
    color: #FEC84B;
  }
.text-\[var\(--text-heading-01\)\] {
    color: var(--text-heading-01);
  }
.text-brand-50 {
    color: var(--color-brand-50);
  }
.text-brand-100 {
    color: var(--color-brand-100);
  }
.text-brand-700 {
    color: var(--color-brand-700);
  }
.text-brand-900 {
    color: var(--color-brand-900);
  }
.text-gray-500 {
    color: var(--color-gray-500);
  }
.text-gray-600 {
    color: var(--color-gray-600);
  }
.text-gray-700 {
    color: var(--color-gray-700);
  }
.text-gray-900 {
    color: var(--color-gray-900);
  }
.text-red-500 {
    color: var(--color-red-500);
  }
.text-white {
    color: var(--color-white);
  }
.text-white\! {
    color: var(--color-white) !important;
  }
.lowercase {
    text-transform: lowercase;
  }
.uppercase {
    text-transform: uppercase;
  }
.no-underline {
    text-decoration-line: none;
  }
.underline {
    text-decoration-line: underline;
  }
.shadow-\[0_1\.5px_3px_0_rgba\(10\,13\,18\,0\.05\)\,0_1px_1\.5px_0_rgba\(10\,13\,18\,0\.1\)\] {
    --tw-shadow: 0 1.5px 3px 0 var(--tw-shadow-color, rgba(10,13,18,0.05)), 0 1px 1.5px 0 var(--tw-shadow-color, rgba(10,13,18,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.shadow-\[0_1px_2px_0_rgba\(10\,13\,18\,0\.05\)\] {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(10,13,18,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
.drop-shadow-\[0_1px_3px_rgba\(0\,0\,0\,0\.45\)\] {
    --tw-drop-shadow-size: drop-shadow(0 1px 3px var(--tw-drop-shadow-color, rgba(0,0,0,0.45)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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\:brightness\(0\)_invert\(1\)\] {
    filter: brightness(0) invert(1);
  }
.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,);
  }
.transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-\[max-width\] {
    transition-property: max-width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
.duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
.duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
.duration-\[400ms\] {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
.ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
.ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
.group-hover\:bg-black\/85 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 85%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 85%, transparent);
        }
      }
    }
  }
.placeholder\:text-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
.before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
.before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: 0;
    }
  }
.before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
.before\:h-px {
    &::before {
      content: var(--tw-content);
      height: 1px;
    }
  }
.before\:w-\[calc\(min\(100\%\,1256px\)-2rem\)\] {
    &::before {
      content: var(--tw-content);
      width: calc(min(100%, 1256px) - 2rem);
    }
  }
.before\:-translate-x-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
.before\:bg-gray-200 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-gray-200);
    }
  }
.before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
.last\:mr-0 {
    &:last-child {
      margin-right: 0;
    }
  }
.last\:border-r-0 {
    &:last-child {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
.last\:pr-0 {
    &:last-child {
      padding-right: 0;
    }
  }
.hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
.hover\:gap-2 {
    &:hover {
      @media (hover: hover) {
        gap: calc(var(--spacing) * 2);
      }
    }
  }
.hover\:bg-brand-25 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-25);
      }
    }
  }
.hover\:bg-brand-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-600);
      }
    }
  }
.hover\:text-brand-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-700);
      }
    }
  }
.focus\:border-brand-500 {
    &:focus {
      border-color: var(--color-brand-500);
    }
  }
.focus\:ring-1 {
    &:focus {
      --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);
    }
  }
.focus\:ring-brand-500 {
    &:focus {
      --tw-ring-color: var(--color-brand-500);
    }
  }
.focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
.focus-visible\:\[outline\:2px_solid_var\(--color-brand-700\)\] {
    &:focus-visible {
      outline: 2px solid var(--color-brand-700);
    }
  }
.focus-visible\:\[outline-offset\:2px\] {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
.disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
.max-lg\:p-8 {
    @media (width < 1024px) {
      padding: calc(var(--spacing) * 8);
    }
  }
.max-lg\:px-4 {
    @media (width < 1024px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
.max-lg\:py-3 {
    @media (width < 1024px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
.max-lg\:py-8 {
    @media (width < 1024px) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
.max-lg\:pt-8 {
    @media (width < 1024px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
.max-lg\:text-base {
    @media (width < 1024px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
.max-lg\:leading-6 {
    @media (width < 1024px) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
.max-lg\:font-semibold {
    @media (width < 1024px) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
.max-lg\:text-gray-900 {
    @media (width < 1024px) {
      color: var(--color-gray-900);
    }
  }
.max-lg\:hover\:bg-transparent {
    @media (width < 1024px) {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
.max-sm\:my-8 {
    @media (width < 480px) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
.max-sm\:flex {
    @media (width < 480px) {
      display: flex;
    }
  }
.max-sm\:flex-col {
    @media (width < 480px) {
      flex-direction: column;
    }
  }
.max-sm\:items-start {
    @media (width < 480px) {
      align-items: flex-start;
    }
  }
.max-sm\:ct-heading-04 {
    @media (width < 480px) {
      font-family: var(--font-display);
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: -0.6px;
    }
  }
.max-sm\:ct-paragraph-03 {
    @media (width < 480px) {
      font-family: var(--font-body);
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
.max-sm\:font-bold {
    @media (width < 480px) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
.max-sm\:font-semibold {
    @media (width < 480px) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
.sm\:my-12 {
    @media (width >= 480px) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
.sm\:mr-3 {
    @media (width >= 480px) {
      margin-right: calc(var(--spacing) * 3);
    }
  }
.sm\:grid-cols-2 {
    @media (width >= 480px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.sm\:flex-row {
    @media (width >= 480px) {
      flex-direction: row;
    }
  }
.sm\:items-center {
    @media (width >= 480px) {
      align-items: center;
    }
  }
.sm\:justify-between {
    @media (width >= 480px) {
      justify-content: space-between;
    }
  }
.sm\:gap-0 {
    @media (width >= 480px) {
      gap: 0;
    }
  }
.sm\:p-8 {
    @media (width >= 480px) {
      padding: calc(var(--spacing) * 8);
    }
  }
.sm\:pr-3 {
    @media (width >= 480px) {
      padding-right: calc(var(--spacing) * 3);
    }
  }
.min-\[560\.02px\]\:mx-0 {
    @media (width >= 560.02px) {
      margin-inline: 0;
    }
  }
.min-\[560\.02px\]\:grid-cols-2 {
    @media (width >= 560.02px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.min-\[560\.02px\]\:text-left {
    @media (width >= 560.02px) {
      text-align: left;
    }
  }
.min-\[561px\]\:aspect-auto {
    @media (width >= 561px) {
      aspect-ratio: auto;
    }
  }
.min-\[561px\]\:grid-cols-\[3fr_2fr\] {
    @media (width >= 561px) {
      grid-template-columns: 3fr 2fr;
    }
  }
.min-\[561px\]\:justify-start {
    @media (width >= 561px) {
      justify-content: flex-start;
    }
  }
.min-\[561px\]\:text-left {
    @media (width >= 561px) {
      text-align: left;
    }
  }
.min-\[561px\]\:\[font-size\:1\.5rem\]\! {
    @media (width >= 561px) {
      font-size: 1.5rem !important;
    }
  }
.min-\[561px\]\:\[line-height\:2rem\]\! {
    @media (width >= 561px) {
      line-height: 2rem !important;
    }
  }
.min-\[561px\]\:\[letter-spacing\:-0\.48px\]\! {
    @media (width >= 561px) {
      letter-spacing: -0.48px !important;
    }
  }
.md\:top-96 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 96);
    }
  }
.md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
.md\:h-12 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 12);
    }
  }
.md\:w-12 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 12);
    }
  }
.md\:max-w-\[74px\] {
    @media (width >= 768px) {
      max-width: 74px;
    }
  }
.md\:max-w-\[360px\] {
    @media (width >= 768px) {
      max-width: 360px;
    }
  }
.md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.md\:items-start {
    @media (width >= 768px) {
      align-items: flex-start;
    }
  }
.md\:gap-3 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 3);
    }
  }
.md\:overflow-hidden {
    @media (width >= 768px) {
      overflow: hidden;
    }
  }
.md\:rounded-l-\[var\(--ct-radius-lg\)\] {
    @media (width >= 768px) {
      border-top-left-radius: var(--ct-radius-lg);
      border-bottom-left-radius: var(--ct-radius-lg);
    }
  }
.md\:border-2 {
    @media (width >= 768px) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
.md\:border-r-0 {
    @media (width >= 768px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
.md\:bg-\[linear-gradient\(90deg\,\#fff_66px\,var\(--color-brand-50\)_100\%\)\] {
    @media (width >= 768px) {
      background-image: linear-gradient(90deg,#fff 66px,var(--color-brand-50) 100%);
    }
  }
.md\:px-8 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
.md\:\!py-12 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 12) !important;
    }
  }
.md\:py-3 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
.md\:pr-6 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
.md\:pl-3 {
    @media (width >= 768px) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
.md\:ct-paragraph-02 {
    @media (width >= 768px) {
      font-family: var(--font-body);
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
.md\:text-2xl {
    @media (width >= 768px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
.md\:tracking-normal {
    @media (width >= 768px) {
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
    }
  }
.lg\:sticky {
    @media (width >= 1024px) {
      position: sticky;
    }
  }
.lg\:top-\[calc\(\.\.\.\)\] {
    @media (width >= 1024px) {
      top: calc(...);
    }
  }
.lg\:top-\[calc\(var\(--header-height\,67px\)\+30px\)\] {
    @media (width >= 1024px) {
      top: calc(var(--header-height,67px) + 30px);
    }
  }
.lg\:z-auto {
    @media (width >= 1024px) {
      z-index: auto;
    }
  }
.lg\:m-0 {
    @media (width >= 1024px) {
      margin: 0;
    }
  }
.lg\:mr-0 {
    @media (width >= 1024px) {
      margin-right: 0;
    }
  }
.lg\:mb-16 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
.lg\:ml-0 {
    @media (width >= 1024px) {
      margin-left: 0;
    }
  }
.lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
.lg\:grid {
    @media (width >= 1024px) {
      display: grid;
    }
  }
.lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
.lg\:h-\[90px\] {
    @media (width >= 1024px) {
      height: 90px;
    }
  }
.lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
.lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
.lg\:flex-shrink {
    @media (width >= 1024px) {
      flex-shrink: 1;
    }
  }
.lg\:animate-none {
    @media (width >= 1024px) {
      animation: none;
    }
  }
.lg\:cursor-default {
    @media (width >= 1024px) {
      cursor: default;
    }
  }
.lg\:list-none {
    @media (width >= 1024px) {
      list-style-type: none;
    }
  }
.lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
.lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
.lg\:grid-cols-\[var\(--column-widths\)\] {
    @media (width >= 1024px) {
      grid-template-columns: var(--column-widths);
    }
  }
.lg\:items-end {
    @media (width >= 1024px) {
      align-items: flex-end;
    }
  }
.lg\:gap-1\.5 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
.lg\:gap-3 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 3);
    }
  }
.lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
.lg\:border-0 {
    @media (width >= 1024px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
.lg\:border-b {
    @media (width >= 1024px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
.lg\:border-gray-200 {
    @media (width >= 1024px) {
      border-color: var(--color-gray-200);
    }
  }
.lg\:bg-brand-25 {
    @media (width >= 1024px) {
      background-color: var(--color-brand-25);
    }
  }
.lg\:bg-\[linear-gradient\(90deg\,\#0420D5_0\%\,\#0527FF_70\.38\%\)\] {
    @media (width >= 1024px) {
      background-image: linear-gradient(90deg,#0420D5 0%,#0527FF 70.38%);
    }
  }
.lg\:bg-\[linear-gradient\(180deg\,rgba\(4\,32\,213\,0\.80\)_0\%\,rgba\(4\,32\,213\,0\.00\)_95\.19\%\)\] {
    @media (width >= 1024px) {
      background-image: linear-gradient(180deg,rgba(4,32,213,0.80) 0%,rgba(4,32,213,0.00) 95.19%);
    }
  }
.lg\:p-0 {
    @media (width >= 1024px) {
      padding: 0;
    }
  }
.lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: 0;
    }
  }
.lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
.lg\:py-16 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
.lg\:py-24 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
.lg\:pt-16 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
.lg\:pb-0 {
    @media (width >= 1024px) {
      padding-bottom: 0;
    }
  }
.lg\:pb-1\.5 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 1.5);
    }
  }
.lg\:pb-24 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
.lg\:text-right {
    @media (width >= 1024px) {
      text-align: right;
    }
  }
.lg\:text-\[1\.25rem\] {
    @media (width >= 1024px) {
      font-size: 1.25rem;
    }
  }
.lg\:text-\[2\.25rem\] {
    @media (width >= 1024px) {
      font-size: 2.25rem;
    }
  }
.lg\:leading-\[1\.875rem\] {
    @media (width >= 1024px) {
      --tw-leading: 1.875rem;
      line-height: 1.875rem;
    }
  }
.lg\:leading-\[2\.75rem\] {
    @media (width >= 1024px) {
      --tw-leading: 2.75rem;
      line-height: 2.75rem;
    }
  }
.lg\:tracking-\[-1\.08px\] {
    @media (width >= 1024px) {
      --tw-tracking: -1.08px;
      letter-spacing: -1.08px;
    }
  }
.lg\:text-gray-700 {
    @media (width >= 1024px) {
      color: var(--color-gray-700);
    }
  }
.lg\:shadow-none {
    @media (width >= 1024px) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
.\[\&_\.btn\]\:max-sm\:w-full {
    & .btn {
      @media (width < 480px) {
        width: 100%;
      }
    }
  }
.\[\&_\.btn\]\:max-sm\:flex-1 {
    & .btn {
      @media (width < 480px) {
        flex: 1;
      }
    }
  }
.\[\&_a\]\:my-\[-5px\] {
    & a {
      margin-block: -5px;
    }
  }
.\[\&_a\]\:inline-block {
    & a {
      display: inline-block;
    }
  }
.\[\&_a\]\:py-\[5px\] {
    & a {
      padding-block: 5px;
    }
  }
.\[\&_a\]\:\!text-inherit {
    & a {
      color: inherit !important;
    }
  }
.\[\&_a\]\:text-gray-900 {
    & a {
      color: var(--color-gray-900);
    }
  }
.\[\&_a\]\:text-white {
    & a {
      color: var(--color-white);
    }
  }
.\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
.\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
.\[\&_a\]\:hover\:underline {
    & a {
      &:hover {
        @media (hover: hover) {
          text-decoration-line: underline;
        }
      }
    }
  }
.\[\&_a\:hover\]\:text-\[\#1FC771\] {
    & a:hover {
      color: #1FC771;
    }
  }
.\[\&_a\:hover\]\:text-brand-600 {
    & a:hover {
      color: var(--color-brand-600);
    }
  }
.\[\&_h2\]\:mt-12 {
    & h2 {
      margin-top: calc(var(--spacing) * 12);
    }
  }
.\[\&_h2\]\:mb-6 {
    & h2 {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
.\[\&_h2\]\:ct-heading-03 {
    & h2 {
      font-family: var(--font-display);
      font-size: 2.25rem;
      line-height: 2.75rem;
      letter-spacing: -1.08px;
    }
  }
.\[\&_h2\]\:font-display {
    & h2 {
      font-family: var(--font-display);
    }
  }
.\[\&_h2\]\:font-bold {
    & h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
.\[\&_h2\]\:text-gray-900 {
    & h2 {
      color: var(--color-gray-900);
    }
  }
.max-sm\:\[\&_h2\]\:mt-10 {
    @media (width < 480px) {
      & h2 {
        margin-top: calc(var(--spacing) * 10);
      }
    }
  }
.max-sm\:\[\&_h2\]\:mb-5 {
    @media (width < 480px) {
      & h2 {
        margin-bottom: calc(var(--spacing) * 5);
      }
    }
  }
.max-sm\:\[\&_h2\]\:ct-heading-04 {
    @media (width < 480px) {
      & h2 {
        font-family: var(--font-display);
        font-size: 1.875rem;
        line-height: 2.375rem;
        letter-spacing: -0.6px;
      }
    }
  }
.\[\&_h3\]\:mt-10 {
    & h3 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
.\[\&_h3\]\:mb-5 {
    & h3 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
.\[\&_h3\]\:ct-heading-04 {
    & h3 {
      font-family: var(--font-display);
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: -0.6px;
    }
  }
.\[\&_h3\]\:font-display {
    & h3 {
      font-family: var(--font-display);
    }
  }
.\[\&_h3\]\:font-medium {
    & h3 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
.\[\&_h3\]\:text-gray-900 {
    & h3 {
      color: var(--color-gray-900);
    }
  }
.max-sm\:\[\&_h3\]\:mt-8 {
    @media (width < 480px) {
      & h3 {
        margin-top: calc(var(--spacing) * 8);
      }
    }
  }
.max-sm\:\[\&_h3\]\:mb-4 {
    @media (width < 480px) {
      & h3 {
        margin-bottom: calc(var(--spacing) * 4);
      }
    }
  }
.max-sm\:\[\&_h3\]\:ct-heading-05 {
    @media (width < 480px) {
      & h3 {
        font-family: var(--font-display);
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -0.48px;
      }
    }
  }
.\[\&_h4\]\:mt-8 {
    & h4 {
      margin-top: calc(var(--spacing) * 8);
    }
  }
.\[\&_h4\]\:mb-4 {
    & h4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
.\[\&_h4\]\:ct-heading-05 {
    & h4 {
      font-family: var(--font-display);
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: -0.48px;
    }
  }
.\[\&_h4\]\:font-display {
    & h4 {
      font-family: var(--font-display);
    }
  }
.\[\&_h4\]\:font-medium {
    & h4 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
.\[\&_h4\]\:text-gray-900 {
    & h4 {
      color: var(--color-gray-900);
    }
  }
.max-sm\:\[\&_h4\]\:mt-8 {
    @media (width < 480px) {
      & h4 {
        margin-top: calc(var(--spacing) * 8);
      }
    }
  }
.max-sm\:\[\&_h4\]\:mb-3 {
    @media (width < 480px) {
      & h4 {
        margin-bottom: calc(var(--spacing) * 3);
      }
    }
  }
.\[\&_h5\]\:mt-8 {
    & h5 {
      margin-top: calc(var(--spacing) * 8);
    }
  }
.\[\&_h5\]\:mb-3 {
    & h5 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
.\[\&_h5\]\:ct-heading-06 {
    & h5 {
      font-family: var(--font-display);
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: -0.36px;
    }
  }
.\[\&_h5\]\:font-display {
    & h5 {
      font-family: var(--font-display);
    }
  }
.\[\&_h5\]\:font-medium {
    & h5 {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
.\[\&_h5\]\:text-gray-900 {
    & h5 {
      color: var(--color-gray-900);
    }
  }
.max-sm\:\[\&_h5\]\:mt-5 {
    @media (width < 480px) {
      & h5 {
        margin-top: calc(var(--spacing) * 5);
      }
    }
  }
.max-sm\:\[\&_h5\]\:mb-2 {
    @media (width < 480px) {
      & h5 {
        margin-bottom: calc(var(--spacing) * 2);
      }
    }
  }
.\[\&_h6\]\:text-gray-900 {
    & h6 {
      color: var(--color-gray-900);
    }
  }
.\[\&_hr\.wp-block-separator\]\:my-8 {
    & hr.wp-block-separator {
      margin-block: calc(var(--spacing) * 8);
    }
  }
.\[\&_hr\.wp-block-separator\]\:border-0 {
    & hr.wp-block-separator {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
.\[\&_hr\.wp-block-separator\]\:border-t {
    & hr.wp-block-separator {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
.\[\&_hr\.wp-block-separator\]\:border-gray-200 {
    & hr.wp-block-separator {
      border-color: var(--color-gray-200);
    }
  }
.\[\&_li\]\:my-2 {
    & li {
      margin-block: calc(var(--spacing) * 2);
    }
  }
.\[\&_li\]\:\!text-brand-100 {
    & li {
      color: var(--color-brand-100) !important;
    }
  }
.\[\&_ol\]\:my-4 {
    & ol {
      margin-block: calc(var(--spacing) * 4);
    }
  }
.\[\&_ol\]\:my-\[1em\] {
    & ol {
      margin-block: 1em;
    }
  }
.\[\&_ol\]\:\!list-none {
    & ol {
      list-style-type: none !important;
    }
  }
.\[\&_ol\]\:list-decimal {
    & ol {
      list-style-type: decimal;
    }
  }
.\[\&_ol\]\:\!pl-0 {
    & ol {
      padding-left: 0 !important;
    }
  }
.\[\&_ol\]\:pl-10 {
    & ol {
      padding-left: calc(var(--spacing) * 10);
    }
  }
.\[\&_ol\]\:\[counter-reset\:faq-ol\] {
    & ol {
      counter-reset: faq-ol;
    }
  }
.\[\&_ol_li\]\:relative {
    & ol li {
      position: relative;
    }
  }
.\[\&_ol_li\]\:pl-7 {
    & ol li {
      padding-left: calc(var(--spacing) * 7);
    }
  }
.\[\&_ol_li\]\:\[counter-increment\:faq-ol\] {
    & ol li {
      counter-increment: faq-ol;
    }
  }
.\[\&_ol_li\]\:before\:absolute {
    & ol li {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
.\[\&_ol_li\]\:before\:top-0\.5 {
    & ol li {
      &::before {
        content: var(--tw-content);
        top: calc(var(--spacing) * 0.5);
      }
    }
  }
.\[\&_ol_li\]\:before\:left-0 {
    & ol li {
      &::before {
        content: var(--tw-content);
        left: 0;
      }
    }
  }
.\[\&_ol_li\]\:before\:flex {
    & ol li {
      &::before {
        content: var(--tw-content);
        display: flex;
      }
    }
  }
.\[\&_ol_li\]\:before\:h-5 {
    & ol li {
      &::before {
        content: var(--tw-content);
        height: calc(var(--spacing) * 5);
      }
    }
  }
.\[\&_ol_li\]\:before\:w-5 {
    & ol li {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 5);
      }
    }
  }
.\[\&_ol_li\]\:before\:items-center {
    & ol li {
      &::before {
        content: var(--tw-content);
        align-items: center;
      }
    }
  }
.\[\&_ol_li\]\:before\:justify-center {
    & ol li {
      &::before {
        content: var(--tw-content);
        justify-content: center;
      }
    }
  }
.\[\&_ol_li\]\:before\:rounded-full {
    & ol li {
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
.\[\&_ol_li\]\:before\:bg-brand-50 {
    & ol li {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-brand-50);
      }
    }
  }
.\[\&_ol_li\]\:before\:text-\[10px\] {
    & ol li {
      &::before {
        content: var(--tw-content);
        font-size: 10px;
      }
    }
  }
.\[\&_ol_li\]\:before\:leading-\[14px\] {
    & ol li {
      &::before {
        content: var(--tw-content);
        --tw-leading: 14px;
        line-height: 14px;
      }
    }
  }
.\[\&_ol_li\]\:before\:font-semibold {
    & ol li {
      &::before {
        content: var(--tw-content);
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
.\[\&_ol_li\]\:before\:text-brand-600 {
    & ol li {
      &::before {
        content: var(--tw-content);
        color: var(--color-brand-600);
      }
    }
  }
.\[\&_ol_li\]\:before\:\[content\:counter\(faq-ol\,decimal-leading-zero\)\] {
    & ol li {
      &::before {
        content: var(--tw-content);
        content: counter(faq-ol,decimal-leading-zero);
      }
    }
  }
.\[\&_p\]\:\!m-0 {
    & p {
      margin: 0 !important;
    }
  }
.\[\&_p\]\:m-0 {
    & p {
      margin: 0;
    }
  }
.\[\&_p\]\:my-4 {
    & p {
      margin-block: calc(var(--spacing) * 4);
    }
  }
.\[\&_p\]\:mt-0 {
    & p {
      margin-top: 0;
    }
  }
.\[\&_p\]\:mb-2 {
    & p {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
.\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
.\[\&_p\]\:ct-paragraph-01 {
    & p {
      font-family: var(--font-body);
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
.\[\&_p\]\:ct-paragraph-02 {
    & p {
      font-family: var(--font-body);
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
.\[\&_p\]\:\!text-base {
    & p {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
.\[\&_p\]\:\!leading-6 {
    & p {
      --tw-leading: calc(var(--spacing) * 6) !important;
      line-height: calc(var(--spacing) * 6) !important;
    }
  }
.\[\&_p\]\:\!leading-7 {
    & p {
      --tw-leading: calc(var(--spacing) * 7) !important;
      line-height: calc(var(--spacing) * 7) !important;
    }
  }
.\[\&_p\]\:\!text-brand-100 {
    & p {
      color: var(--color-brand-100) !important;
    }
  }
.\[\&_p\]\:\!text-gray-600 {
    & p {
      color: var(--color-gray-600) !important;
    }
  }
.\[\&_p\]\:text-gray-900 {
    & p {
      color: var(--color-gray-900);
    }
  }
.max-sm\:\[\&_p\]\:ct-paragraph-02 {
    @media (width < 480px) {
      & p {
        font-family: var(--font-body);
        font-size: 1rem;
        line-height: 1.5rem;
      }
    }
  }
.max-sm\:\[\&_p\]\:ct-paragraph-03 {
    @media (width < 480px) {
      & p {
        font-family: var(--font-body);
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
    }
  }
.\[\&_p\:first-child\]\:mt-0 {
    & p:first-child {
      margin-top: 0;
    }
  }
.\[\&_p\:last-child\]\:mb-0 {
    & p:last-child {
      margin-bottom: 0;
    }
  }
.\[\&_svg\]\:mr-\[var\(--ct-spacing-sm\)\] {
    & svg {
      margin-right: var(--ct-spacing-sm);
    }
  }
.\[\&_svg\]\:h-5 {
    & svg {
      height: calc(var(--spacing) * 5);
    }
  }
.\[\&_svg\]\:w-5 {
    & svg {
      width: calc(var(--spacing) * 5);
    }
  }
.\[\&_ul\]\:my-4 {
    & ul {
      margin-block: calc(var(--spacing) * 4);
    }
  }
.\[\&_ul\]\:my-\[1em\] {
    & ul {
      margin-block: 1em;
    }
  }
.\[\&_ul\]\:\!list-none {
    & ul {
      list-style-type: none !important;
    }
  }
.\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
.\[\&_ul\]\:\!pl-0 {
    & ul {
      padding-left: 0 !important;
    }
  }
.\[\&_ul\]\:pl-10 {
    & ul {
      padding-left: calc(var(--spacing) * 10);
    }
  }
.\[\&_ul_li\]\:relative {
    & ul li {
      position: relative;
    }
  }
.\[\&_ul_li\]\:pl-5 {
    & ul li {
      padding-left: calc(var(--spacing) * 5);
    }
  }
.\[\&_ul_li\]\:before\:absolute {
    & ul li {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
.\[\&_ul_li\]\:before\:top-\[0\.55em\] {
    & ul li {
      &::before {
        content: var(--tw-content);
        top: 0.55em;
      }
    }
  }
.\[\&_ul_li\]\:before\:left-0 {
    & ul li {
      &::before {
        content: var(--tw-content);
        left: 0;
      }
    }
  }
.\[\&_ul_li\]\:before\:h-2 {
    & ul li {
      &::before {
        content: var(--tw-content);
        height: calc(var(--spacing) * 2);
      }
    }
  }
.\[\&_ul_li\]\:before\:w-2 {
    & ul li {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2);
      }
    }
  }
.\[\&_ul_li\]\:before\:rounded-full {
    & ul li {
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
.\[\&_ul_li\]\:before\:bg-brand-100 {
    & ul li {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-brand-100);
      }
    }
  }
.\[\&_ul_li\]\:before\:content-\[\'\'\] {
    & ul li {
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
.\[\&_ul_ul\]\:\[list-style-type\:circle\] {
    & ul ul {
      list-style-type: circle;
    }
  }
.\[\&\>\*\:first-child\]\:mt-0 {
    &>*:first-child {
      margin-top: 0;
    }
  }
.lg\:\[\&\>\*\:first-child\]\:mt-0 {
    @media (width >= 1024px) {
      &>*:first-child {
        margin-top: 0;
      }
    }
  }
.\[\&\>\*\:last-child\]\:mb-0 {
    &>*:last-child {
      margin-bottom: 0;
    }
  }
}
:root {
  --container-max: 1280px;
  --container-padding: 1rem;
  --container-padding-desktop: 2rem;
  --ct-text-footer: 0.625rem;
  --ct-text-caption: 0.75rem;
  --ct-text-paragraph-03: 0.875rem;
  --ct-text-paragraph-02: 1rem;
  --ct-text-paragraph-01: 1.125rem;
  --ct-text-subheading: 1.25rem;
  --ct-text-heading-06: 1.125rem;
  --ct-text-heading-05: 1.5rem;
  --ct-text-heading-04: 1.875rem;
  --ct-text-heading-03: 2.25rem;
  --ct-text-heading-02: 3rem;
  --ct-text-heading-01: 3.75rem;
  --ct-text-display-01: 4.5rem;
  --ct-spacing-xxs: 0.125rem;
  --ct-spacing-xs: 0.25rem;
  --ct-spacing-sm: 0.375rem;
  --ct-spacing-md: 0.5rem;
  --ct-spacing-lg: 0.75rem;
  --ct-spacing-xl: 1rem;
  --ct-spacing-2xl: 1.25rem;
  --ct-spacing-3xl: 1.5rem;
  --ct-spacing-4xl: 2rem;
  --ct-spacing-5xl: 2.5rem;
  --ct-spacing-6xl: 3rem;
  --ct-spacing-7xl: 4rem;
  --ct-spacing-8xl: 5rem;
  --ct-spacing-9xl: 6rem;
  --ct-spacing-10xl: 8rem;
  --ct-spacing-11xl: 10rem;
  --ct-radius-xxs: 0.125rem;
  --ct-radius-xs: 0.25rem;
  --ct-radius-sm: 0.375rem;
  --ct-radius-md: 0.5rem;
  --ct-radius-lg: 0.625rem;
  --ct-radius-xl: 0.75rem;
  --ct-radius-2xl: 1rem;
  --ct-radius-3xl: 1.25rem;
  --ct-radius-4xl: 1.5rem;
  --ct-radius-full: 9999px;
  --ct-shadow-xs: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  --ct-shadow-xs-skeuomorphic: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  --ct-shadow-sm: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px -1px rgba(10, 13, 18, 0.10);
  --ct-shadow-md: 0px 4px 6px -1px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  --ct-shadow-lg: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  --ct-shadow-xl: 0px 20px 24px -4px rgba(10, 13, 18, 0.08), 0px 8px 8px -4px rgba(10, 13, 18, 0.03), 0px 3px 3px -1.5px rgba(10, 13, 18, 0.04);
  --ct-shadow-2xl: 0px 24px 48px -12px rgba(10, 13, 18, 0.18), 0px 4px 4px -2px rgba(10, 13, 18, 0.04);
  --ct-shadow-3xl: 0px 32px 64px -12px rgba(10, 13, 18, 0.14), 0px 5px 5px -2.5px rgba(10, 13, 18, 0.04);
  --ct-gradient-skeuomorphic-border: rgba(255, 255, 255, 0.12);
}
body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]) {
  cursor: pointer;
}
body:has(.ct-chromeless-page) #head,
body:has(.ct-chromeless-page) .ct-below-fold {
  display: none !important;
}
.sl-desktop-bg {
  background: linear-gradient(180deg, #fff 25.09%, #0527ff 54.97%, #031aaa 99.79%);
}
@layer components {
.label {
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin: 0.125rem;
    width: fit-content;
    flex-grow: 0;
    font-family: var(--font-body);
  }
.label-dot::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
  }
.label-pill-color-gray-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #414651;
    background: #fafafa;
    outline: 1px solid #e9eaeb;
  }
.label-pill-color-gray-sm.label-dot::before, .label-pill-color-gray-md.label-dot::before, .label-pill-color-gray-lg.label-dot::before {
    background-color: #717680;
  }
.label-pill-color-indigo-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #3538cd;
    background: #eef4ff;
    outline: 1px solid #c7d7fe;
  }
.label-pill-color-indigo-sm.label-dot::before, .label-pill-color-indigo-md.label-dot::before, .label-pill-color-indigo-lg.label-dot::before {
    background-color: #3538cd;
  }
.label-pill-color-brand-sm {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.875rem;
    padding: 0.125rem 0.5rem;
    gap: 0.25rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-md {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.125rem 10px;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 0.75rem;
    gap: 0.375rem;
    border-radius: 9999px;
    color: #031aaa;
    background: #dde2ff;
    outline: 1px solid #8495ff;
  }
.label-pill-color-brand-sm.label-dot::before, .label-pill-color-brand-md.label-dot::before, .label-pill-color-brand-lg.label-dot::before {
    background-color: #0527ff;
  }
.ct-core-content :is(h2, h3, h4, h5) {
    font-family: var(--font-display);
    color: var(--color-gray-900, #181D27);
  }
.ct-core-content h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -1.08px;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
  }
.ct-core-content h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin: 2.5rem 0 1.25rem;
  }
.ct-core-content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
    font-weight: 500;
    margin: 2rem 0 1rem;
  }
.ct-core-content h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.36px;
    font-weight: 500;
    margin: 2rem 0 0.75rem;
  }
.ct-core-content p {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 0 1.5rem;
    color: var(--color-gray-900, #181D27);
  }
@media (max-width: 480px) {
.ct-core-content p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
}
.ct-core-content a {
    color: var(--color-brand-600, #0420D5);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.ct-core-content a:hover {
    color: var(--color-brand-700, #031AAA);
  }
.ct-core-content :is(ul, ol) {
    margin: 1em 0;
    padding-left: 40px;
  }
.ct-core-content ul {
    list-style: disc;
  }
.ct-core-content ol {
    list-style: decimal;
  }
.ct-core-content ul ul {
    list-style: circle;
  }
.ct-core-content li {
    font-family: var(--font-body);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
  }
@media (max-width: 480px) {
.ct-core-content h2 {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: -0.6px;
      margin: 2.5rem 0 1.25rem;
    }
.ct-core-content h3 {
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: -0.48px;
      margin: 2rem 0 1rem;
    }
.ct-core-content :is(p, li) {
      font-size: 1rem;
      line-height: 1.5rem;
    }
}
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.875rem;
    line-height: 2.375rem;
    letter-spacing: -0.6px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
@media (max-width: 768px) {
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: -0.48px;
      margin-bottom: 1rem;
    }
}
.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap, 0.5em);
  }
.wp-block-buttons.is-vertical {
    flex-direction: column;
  }
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
  }
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
  }
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
  }
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
  }
.wp-block-buttons > .wp-block-button > a {
    height: 100%;
  }
.btn,
  .wp-block-button a,
  .wp-block-button.is-style-primary a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    text-decoration: none;
    transition: all .15s ease-in-out;
    box-sizing: border-box;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    color: #FFF;
    background: #0420D5;
    outline: 2px solid rgba(255, 255, 255, 0.12);
    outline-offset: -2px;
    box-shadow: var(--ct-shadow-xs-skeuomorphic);
  }
.btn:hover,
  .wp-block-button a:hover,
  .wp-block-button.is-style-primary a:hover {
    color: #FFF;
    background: #031AAA;
  }
.btn:active,
  .wp-block-button a:active,
  .wp-block-button.is-style-primary a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    background: #0420D5;
  }
.btn.btn-regular, .wp-block-button.btn-regular a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem 0.875rem;
  }
.btn.btn-small,   .wp-block-button.btn-small a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem;
  }
.btn.btn-xs,      .wp-block-button.btn-xs a {
    font-size: 0.75rem;
    line-height: 1.125rem;
    padding: 0.5rem 0.75rem;
  }
.btn.btn-xl,      .wp-block-button.btn-xl a {
    padding: 0.75rem 18px;
  }
.btn.btn-2xl,     .wp-block-button.btn-2xl a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 1rem 22px;
    border-radius: 0.625rem;
  }
.btn.btn-ghost,
  .wp-block-button.btn-ghost a,
  .wp-block-button.is-style-ghost a {
    color: #414651;
    background: #FFF;
    outline: 1px solid #D5D7DA;
    outline-offset: -1px;
  }
.btn.btn-ghost:hover,
  .wp-block-button.btn-ghost a:hover,
  .wp-block-button.is-style-ghost a:hover {
    color: #252B37;
    background: #FAFAFA;
  }
.btn.btn-ghost:active,
  .wp-block-button.btn-ghost a:active,
  .wp-block-button.is-style-ghost a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #414651;
    background: #FFF;
  }
.btn.btn-secondary,
  .wp-block-button.btn-secondary a,
  .wp-block-button.is-style-secondary a {
    color: #252B37;
    background: #A4F41B;
  }
.btn.btn-secondary:hover,
  .wp-block-button.btn-secondary a:hover,
  .wp-block-button.is-style-secondary a:hover {
    color: #3A5805;
    background: #91DA15;
  }
.btn.btn-secondary:active,
  .wp-block-button.btn-secondary a:active,
  .wp-block-button.is-style-secondary a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0 0 2px #FFF, 0 0 0 4px #A4F41B;
    color: #252B37;
    background: #A4F41B;
  }
.btn.btn-secondary-color,
  .wp-block-button.btn-secondary-color a,
  .wp-block-button.is-style-secondary-color a {
    color: #031AAA;
    background: #FFF;
    outline: 1px solid #5970FF;
    outline-offset: -1px;
  }
.btn.btn-secondary-color:hover,
  .wp-block-button.btn-secondary-color a:hover,
  .wp-block-button.is-style-secondary-color a:hover {
    color: #021480;
    background: #DDE2FF;
  }
.btn.btn-secondary-color:active,
  .wp-block-button.btn-secondary-color a:active,
  .wp-block-button.is-style-secondary-color a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: #FFF;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color {
    color: #535862 !important;
    background: unset !important;
    outline: unset !important;
    box-shadow: unset;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color:hover {
    color: #414651 !important;
    background: unset !important;
  }
.addon-block__card:nth-child(n+3) .btn-secondary-color:focus {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862 !important;
    background: unset !important;
  }
.btn.btn-secondary-green,
  .wp-block-button.btn-secondary-green a,
  .wp-block-button.is-style-secondary-green a {
    color: #067647;
    background: #FFF;
    outline: 1px solid #75E0A7;
    outline-offset: -1px;
  }
.btn.btn-secondary-green:hover,
  .wp-block-button.btn-secondary-green a:hover,
  .wp-block-button.is-style-secondary-green a:hover {
    color: #067647;
    background: #ECFDF3;
  }
.btn.btn-secondary-green:active,
  .wp-block-button.btn-secondary-green a:active,
  .wp-block-button.is-style-secondary-green a:active {
    box-shadow: 0 0 0 1px rgba(10, 13, 18, 0.18) inset, 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 -2px 0 0 rgba(10, 13, 18, 0.05) inset, 0 0 0 2px #FFF, 0 0 0 4px #47CD89;
    color: #067647;
    background: #FFF;
  }
.btn.btn-secondary-light-blue,
  .wp-block-button.btn-secondary-light-blue a,
  .wp-block-button.is-style-secondary-light-blue a {
    color: #0420D5;
    background: #DDE2FF;
    outline: 1px solid #D5D7DA;
    outline-offset: -1px;
  }
.btn.btn-secondary-light-blue:hover,
  .wp-block-button.btn-secondary-light-blue a:hover,
  .wp-block-button.is-style-secondary-light-blue a:hover {
    color: #0420D5;
    background: #B1BCFF;
  }
.btn.btn-secondary-light-blue:active,
  .wp-block-button.btn-secondary-light-blue a:active,
  .wp-block-button.is-style-secondary-light-blue a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #0420D5;
    background: #DDE2FF;
  }
.btn.btn-tertiary-color,
  .wp-block-button.btn-tertiary-color a,
  .wp-block-button.is-style-tertiary-color a {
    color: #031AAA;
    background: transparent;
    outline: none;
    box-shadow: none;
  }
.btn.btn-tertiary-color:hover,
  .wp-block-button.btn-tertiary-color a:hover,
  .wp-block-button.is-style-tertiary-color a:hover {
    color: #021480;
    background: #DDE2FF;
  }
.btn.btn-tertiary-color:active,
  .wp-block-button.btn-tertiary-color a:active,
  .wp-block-button.is-style-tertiary-color a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: #FFF;
  }
.btn.btn-tertiary-gray,
  .wp-block-button.btn-tertiary-gray a,
  .wp-block-button.is-style-tertiary-gray a {
    color: #535862;
    background: transparent;
    outline: none;
    box-shadow: none;
  }
.btn.btn-tertiary-gray:hover,
  .wp-block-button.btn-tertiary-gray a:hover,
  .wp-block-button.is-style-tertiary-gray a:hover {
    color: #414651;
    background: #FAFAFA;
  }
.btn.btn-tertiary-gray:active,
  .wp-block-button.btn-tertiary-gray a:active,
  .wp-block-button.is-style-tertiary-gray a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862;
    background: #FFF;
  }
.btn.btn-link-color, .wp-block-button.btn-link-color a, .wp-block-button.is-style-link-color a {
    color: #031AAA;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-gray,  .wp-block-button.btn-link-gray a,  .wp-block-button.is-style-link-gray a {
    color: #535862;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-white, .wp-block-button.btn-link-white a, .wp-block-button.is-style-link-white a {
    color: #FFF;
    background: transparent;
    outline: none;
    box-shadow: none;
    padding: 0;
  }
.btn.btn-link-color:hover, .wp-block-button.btn-link-color a:hover, .wp-block-button.is-style-link-color a:hover {
    color: #021480;
    background: transparent;
  }
.btn.btn-link-gray:hover,  .wp-block-button.btn-link-gray a:hover,  .wp-block-button.is-style-link-gray a:hover {
    color: #414651;
    background: transparent;
  }
.btn.btn-link-white:hover, .wp-block-button.btn-link-white a:hover, .wp-block-button.is-style-link-white a:hover {
    color: rgba(255, 255, 255, 0.90);
    text-decoration: underline;
    background: transparent;
  }
.btn.btn-link-color:active, .wp-block-button.btn-link-color a:active, .wp-block-button.is-style-link-color a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #031AAA;
    background: transparent;
  }
.btn.btn-link-gray:active,  .wp-block-button.btn-link-gray a:active,  .wp-block-button.is-style-link-gray a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: #535862;
    background: transparent;
  }
.btn.btn-link-white:active, .wp-block-button.btn-link-white a:active, .wp-block-button.is-style-link-white a:active {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #0527FF;
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    background: transparent;
  }
.ct-vn-map-item svg.ct-world-map-svg path.land {
    fill: #EBEEFF;
    transition: fill 0.3s ease;
  }
.ct-vn-map-item svg.ct-world-map-svg path.land.highlighted {
    fill: #B1BCFF;
  }
.ct-vn-pulse {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
.ct-vn-pulse.positioned {
    opacity: 1;
    visibility: visible;
  }
.ct-vn-pulse .dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
.ct-vn-pulse::before,
  .ct-vn-pulse::after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #B1BCFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    transform-origin: center center;
    animation: ct-vn-pulse-ring 3s linear infinite;
  }
.ct-vn-pulse::after {
    animation-delay: 2s;
  }
}
@keyframes ct-vn-pulse-ring {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(0.5);
    opacity: 0.2;
  }
  50% {
    opacity: 0.2;
  }
  70% {
    opacity: 0.19;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(5);
    opacity: 0;
  }
}
@layer base {
a {
    color: #0420d5;
  }
}
@media (min-width: 1024px) {
.ct-vah__inner::before,
  .ct-vah__inner::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    pointer-events: none;
  }
.ct-vah__inner::before {
    background-image: url('https://media.cloudtalk.io/2025/05/voice-agent-background-left.svg');
    width: 673.9px;
    height: 590.8px;
    top: -25%;
    left: calc(-424px - (1256px - 100%) / 2);
  }
.ct-vah__inner::after {
    background-image: url('https://media.cloudtalk.io/2025/05/voice-agent-background-right.svg');
    width: 673.4px;
    height: 540.2px;
    top: -33%;
    right: calc(-280px - (1256px - 100%) / 2);
  }
}
.ct-blog-sidebar {
  position: relative;
}
@media (max-width: 1024px) {
.ct-blog-row > .ct-blog-sidebar {
    position: sticky;
    top: calc(var(--header-height, 64px) - 2px);
    z-index: 10;
    margin-bottom: 1rem;
  }
}
.ct-blog-row {
  max-width: 1320px;
}
@media (min-width: 1024px) {
.ct-blog-row {
    gap: 4rem;
  }
.ct-blog-row > .ct-blog-sidebar {
    grid-row: 1;
    grid-column: 2;
    padding-bottom: 2rem;
  }
.ct-blog-row--cs > .ct-blog-sidebar {
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
.ct-blog-row {
    padding-top: 0;
    padding-bottom: 2rem;
  }
.ct-blog-row > *:nth-child(2) {
    padding-top: 0;
  }
}
.ct-blog-row--flush,
.ct-blog-row--cs {
  padding-top: 0;
}
@media (max-width: 1023.98px) {
.ct-row > *:nth-child(1) {
    order: var(--mobile-order-1, 1);
  }
.ct-row > *:nth-child(2) {
    order: var(--mobile-order-2, 2);
  }
.ct-row > *:nth-child(3) {
    order: var(--mobile-order-3, 3);
  }
.ct-row > *:nth-child(4) {
    order: var(--mobile-order-4, 4);
  }
.ct-row > *:nth-child(5) {
    order: var(--mobile-order-5, 5);
  }
.ct-row > *:nth-child(6) {
    order: var(--mobile-order-6, 6);
  }
}
.ct-core-content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.ct-core-content h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.ct-core-content h3 {
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.ct-core-content h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.ct-core-content h5 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.ct-core-content p {
  margin: 0 0 1.5rem;
}
.ct-core-content :is(ul, ol) {
  margin: 1em 0;
}
.ct-core-content > :last-child {
  margin-bottom: 0;
}
.caption {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  display: block;
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
p.caption {
  color: var(--color-brand-500, #0527FF);
}
.ct-core-content p.caption {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: var(--color-brand-500, #0527FF);
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
@media (min-width: 1280px) {
.caption,
  .ct-core-content p.caption {
    display: inherit;
    width: unset;
    margin-top: 0;
  }
}
.ct-cs-col p.caption,
.ct-cs-col .ct-core-content p.caption {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.24px;
  color: var(--color-brand-700, #031AAA);
  width: 90%;
  margin: 2.5rem 0 0.25rem;
}
@media (min-width: 1280px) {
.ct-cs-col p.caption,
  .ct-cs-col .ct-core-content p.caption {
    font-size: 1rem;
    line-height: 1.5rem;
    width: unset;
    margin-top: 0;
  }
}
.wp-block-embed,
.wp-block-embed-youtube {
  width: 100%;
  max-width: 680px;
  margin: 2rem auto;
}
.ct-blog-content :is(.wp-block-embed, .wp-block-embed-youtube) {
  margin-bottom: 2rem;
}
@media (max-width: 480px) {
.ct-core-content h2 {
    margin-bottom: 1.25rem;
  }
.ct-core-content h3 {
    margin-bottom: 1rem;
  }
.ct-core-content h4 {
    margin-bottom: 0.75rem;
  }
.ct-core-content h5 {
    margin-bottom: 0.5rem;
  }
}
.ct-blog-content > .ct-core-content:not(:last-child) > :is(h2, p):last-child {
  margin-bottom: 1.5rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h3:last-child {
  margin-bottom: 1.25rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h4:last-child {
  margin-bottom: 1rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > h5:last-child {
  margin-bottom: 0.75rem;
}
.ct-blog-content > .ct-core-content:not(:last-child) > :is(ul, ol):last-child {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
.ct-blog-content > .ct-core-content:not(:last-child) > h2:last-child {
    margin-bottom: 1.25rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h3:last-child {
    margin-bottom: 1rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h4:last-child {
    margin-bottom: 0.75rem;
  }
.ct-blog-content > .ct-core-content:not(:last-child) > h5:last-child {
    margin-bottom: 0.5rem;
  }
}
.ct-cs-col :is(ul, ol).wp-block-list {
  list-style: none;
  padding-inline-start: 0;
  margin: 0 auto 0.75rem auto;
  width: 100%;
}
.ct-cs-col :is(ul, ol).wp-block-list li {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--color-gray-600, #535862);
  display: flex;
  align-items: center;
  margin: 0 0 0.75rem 0;
}
.ct-cs-col :is(ul, ol).wp-block-list li :is(strong) {
  display: contents;
  font-weight: 600;
}
.ct-cs-col :is(ul, ol).wp-block-list li :is(a, em) {
  display: contents;
}
.ct-cs-col ul.wp-block-list li::before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-brand-100, #B1BCFF);
  position: relative;
  align-self: flex-start;
  top: 8px;
  margin: 0 0.75rem 0 0;
}
.ct-cs-col ol.wp-block-list {
  counter-reset: list-counter 0;
}
.ct-cs-col ol.wp-block-list li {
  counter-increment: list-counter 1;
  align-items: flex-start;
}
.ct-cs-col ol.wp-block-list li::before {
  content: counter(list-counter, decimal-leading-zero);
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: var(--color-brand-50, #DDE2FF);
  color: var(--color-brand-600, #0420D5);
  position: relative;
  align-self: flex-start;
  top: 1px;
  margin: 0 0.5rem 0 0;
  text-align: center;
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ct-cs-col > .ct-core-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ct-cs-col > .ct-core-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ct-cs-col > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 4px;
}
.ct-blog-content > .ct-core-content h2 {
  margin-top: 3rem;
}
.ct-blog-content > .ct-core-content h3 {
  margin-top: 2.5rem;
}
.ct-blog-content > .ct-core-content h4 {
  margin-top: 2rem;
}
.ct-blog-content > .ct-core-content h5 {
  margin-top: 2rem;
}
.ct-blog-content > .ct-core-content:first-child > :first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
.ct-blog-content > .ct-core-content h2 {
    margin-top: 2.5rem;
  }
.ct-blog-content > .ct-core-content h3 {
    margin-top: 2rem;
  }
.ct-blog-content > .ct-core-content h4 {
    margin-top: 2rem;
  }
.ct-blog-content > .ct-core-content h5 {
    margin-top: 1.25rem;
  }
}
.ct-blog-content {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.ct-blog-content li {
  line-height: 1.75rem;
}
@media (max-width: 480px) {
.ct-blog-content li {
    line-height: 1.5rem;
  }
}
.ct-blog-content :is(ul, ol).wp-block-list > li {
  margin-bottom: 0.75rem;
}
.ct-blog-content :is(ul, ol).wp-block-list > li:last-child {
  margin-bottom: 0;
}
.ct-blog-content figure {
  margin-bottom: 1em;
}
.ct-blog-content .wp-block-quote {
  position: relative;
  margin: 2rem -2% 4rem;
  padding: 20px 30px;
  background: var(--color-brand-50, #DDE2FF);
  border-radius: 22px;
}
.ct-blog-content .wp-block-quote p {
  margin: 0;
}
.ct-blog-content .wp-block-quote cite {
  display: block;
  position: absolute;
  bottom: -2.25rem;
  left: 34px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-style: normal;
}
.ct-blog-content .wp-block-quote cite strong {
  font-weight: 700;
}
.ct-blog-content .wp-block-quote::before {
  content: url('data:image/svg+xml,<svg width="22" height="17" viewBox="0 0 22 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.32898 0H5.85901C4.82507 0 4.25065 0.503289 3.906 1.0625L1.20627 5.59211C0.402089 6.93421 0 7.71711 0 9.05921V15.9375C0 16.4967 0.516971 17 1.09138 17H8.67363C9.30548 17 9.76501 16.4967 9.76501 15.9375V8.55592C9.76501 7.94079 9.30548 7.49342 8.67363 7.49342H7.2376C6.72063 7.49342 6.5483 7.04605 6.72063 6.65461L9.24804 1.67763C9.70757 0.782895 9.13316 0 8.32898 0ZM12.235 15.9375C12.235 16.4967 12.752 17 13.3264 17H20.9086C21.5405 17 22 16.4967 22 15.9375V8.55592C22 7.94079 21.5405 7.49342 20.9086 7.49342H19.4726C18.9556 7.49342 18.7833 7.04605 18.9556 6.65461L21.483 1.67763C21.8851 0.782895 21.3681 0 20.564 0H18.094C17.0601 0 16.4282 0.503289 16.141 1.0625L13.4413 5.59211C12.6371 6.93421 12.235 7.71711 12.235 9.05921V15.9375Z" fill="%23B1BCFF"/></svg>');
  position: absolute;
  width: 22px;
  height: 17px;
  top: 13px;
  left: 16px;
}
.ct-blog-content .wp-block-quote::after {
  content: url('data:image/svg+xml,<svg width="21" height="15" viewBox="0 0 21 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0C4.03469 0 4.19483 1.48207 4.84059 3.45992L7.90922 13.3492C8.23469 14.5042 8.88044 15 9.84649 15H11.1483C12.1196 15 12.7653 14.5042 13.0856 13.3492L16.1542 3.45992C16.8 1.48207 16.9653 0 21 0L0 0Z" fill="%23EBEEFF"/></svg>');
  position: absolute;
  width: 21px;
  height: 15px;
  bottom: -13px;
  left: 30px;
}
@media only screen and (min-width: 1024px) {
.ct-blog-content .wp-block-quote {
    margin: 2rem 0 4rem -24px;
    padding: 57px 44px 30px;
  }
.ct-blog-content .wp-block-quote::before {
    top: 30px;
    left: 44px;
  }
}
@media (max-width: 480px) {
.ct-blog-content {
    font-size: 1rem;
    line-height: 1.15;
  }
}
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.875rem;
  line-height: 2.375rem;
  letter-spacing: -0.6px;
  font-weight: 500;
  margin: 0 0 1.25rem;
}
@media (max-width: 768px) {
.ct-summary .ct-core-content :is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.48px;
    margin-bottom: 1rem;
  }
}
.ct-summary > .ct-core-content:not(:last-child) > :is(p, ul, ol):last-child {
  margin-bottom: 0.75rem;
}
.ct-summary > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
.ct-summary > .ct-core-content:not(:last-child) > :is(h1, h2, h3, h4, h5, h6):last-child {
    margin-bottom: 1rem;
  }
}
.fsa-item__answer .ct-core-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--color-gray-600, #535862);
}
.fsa-item__answer .ct-core-content a {
  color: var(--color-gray-600, #535862);
  text-decoration: underline;
}
.fsa-item__answer .ct-core-content a:hover {
  color: var(--color-gray-600, #535862);
}
.bws .bws__menu p a {
  color: var(--color-gray-900, #181D27);
  text-decoration: none;
}
.bws .bws__menu p a:hover {
  color: var(--color-gray-900, #181D27);
}
.bws .bws__menu p {
  margin: 0;
}
.ct-core-content p.hp1__trust-badges-intro {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.24px;
  color: var(--color-gray-500, #717680);
  margin: 0;
}
.ct-blog-content > section {
  padding-top: 0;
  padding-bottom: 0;
}
.ct-blog-content > section > div {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
main.ct-defer-render
  > :nth-child(n + 4 of :not(script, style, noscript, link)):not(:has(.bws__menu)) {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}
.ct-below-fold {
  content-visibility: auto;
  contain-intrinsic-size: auto 850px;
}
.ct-sl-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(63, 95, 172, 0.35);
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(26, 19, 72, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  background: linear-gradient(135deg, var(--color-brand-100, #B1BCFF), #fff);
}
.ct-sl-facade .ct-sl-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.ct-sl-facade .ct-sl-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background-color: var(--color-brand-500, #0527FF);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
}
.ct-sl-facade:hover .ct-sl-play {
  transform: translate(-50%, -50%) scale(1.05);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
}
}
