/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-red-100: #f96e65;
    --color-red-200: #e94c4c;
    --color-red-300: #dd2e2e;
    --color-yellow-100: #fadf50;
    --color-yellow-200: #f7d12e;
    --color-yellow-300: #e7af06;
    --color-green-100: #11b584;
    --color-green-200: #009c7b;
    --color-green-300: #026e57;
    --color-blue-100: #2869e6;
    --color-blue-200: #264caf;
    --color-blue-300: #183385;
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-purple-100: #5e41d0;
    --color-purple-200: #4e26af;
    --color-purple-300: #381885;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --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);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --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);
    --shadow: var(--shadow-light);
    --color-grey-dk-000: #959396;
    --color-grey-dk-100: #5c5962;
    --color-grey-dk-200: #44434d;
    --color-grey-dk-250: #302d36;
    --color-grey-dk-300: #27262b;
    --color-grey-lt-000: #f5f6fa;
    --color-grey-lt-100: #eeebee;
    --color-grey-lt-200: #ecebed;
    --color-grey-lt-300: #e6e1e8;
    --color-purple-000: #7253ed;
    --color-blue-000: #2c84fa;
    --color-green-000: #41d693;
    --color-yellow-000: #ffeb82;
    --color-red-000: #f77e7e;
    --color-brand-tertiary-light: #EBEDF5;
    --color-brand-tertiary-dark: #38373D;
    --color-brand-secondary-light: #F5F6FA;
    --color-brand-secondary-dark: #302F34;
    --color-post-hero-bg-light: #DFE2EC;
    --color-post-hero-bg-dark: #38373D;
    --shadow-light: rgba(0, 0, 0, 0.12);
    --shadow-dark: rgba(255, 255, 255, 0.12);
    --color-link: var(--primary-color);
    --btn-primary-color: var(--primary-color);
    --btn-outline-focus: var(--color-purple-100);
    --color-darker-link: rgb(104, 75, 204);
    --color-sidebar-darker: 234.8, 236.82, 244.9;
    --color-feedback: var(--color-sidebar-darker);
    --code-background-color: var(--color-grey-lt-000);
    --color-scheme: light;
    --color-track-slider: #E7E7E7;
    --body-background-color: var(--color-white);
    --table-background-color: var(--color-white);
    --search-background-color: var(--color-white);
    --body-heading-color: var(--color-grey-dk-300);
    --body-text-color: var(--color-grey-dk-100);
    --nav-child-link-color: var(--color-grey-dk-100);
    --sidebar-color: var(--color-grey-lt-000);
    --base-button-color: #f7f7f7;
    --border-color: var(--color-grey-lt-100);
    --btn-primary-lighter-color: rgb(132.9236842105, 106.0842105263, 239.4157894737);
    --btn-primary-darker-color: rgb(106.4305263158, 73.7663157895, 236.0336842105);
    --search-result-preview-color: var(--color-grey-dk-000);
    --hero-bg-color: var(--color-brand-tertiary-light);
    --section-bg-color: var(--color-brand-secondary-light);
    --post-hero-bg: var(--color-post-hero-bg-light);
  }
}
@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;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-2 {
    margin: calc(var(--spacing) * 2) !important;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!my-0 {
    margin-block: calc(var(--spacing) * 0) !important;
  }
  .\!my-5 {
    margin-block: calc(var(--spacing) * 5) !important;
  }
  .\!my-\[1em\] {
    margin-block: 1em !important;
  }
  .\!my-auto {
    margin-block: auto !important;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[40px\] {
    margin-block: 40px;
  }
  .my-\[60px\] {
    margin-block: 60px;
  }
  .my-auto {
    margin-block: auto;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .\!mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .\!mb-10 {
    margin-bottom: calc(var(--spacing) * 10) !important;
  }
  .\!mb-12 {
    margin-bottom: calc(var(--spacing) * 12) !important;
  }
  .\!mb-15 {
    margin-bottom: calc(var(--spacing) * 15) !important;
  }
  .\!mb-\[0\.5em\] {
    margin-bottom: 0.5em !important;
  }
  .\!mb-\[1em\] {
    margin-bottom: 1em !important;
  }
  .\!mb-\[3em\] {
    margin-bottom: 3em !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .\!inline-block {
    display: inline-block !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[170px\] {
    min-height: 170px;
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[80px_1fr\] {
    grid-template-columns: 80px 1fr;
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(min\(103px\,100\%\)\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(min(103px, 100%),1fr));
  }
  .grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .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-9 {
    gap: calc(var(--spacing) * 9);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .\!rounded-xl {
    border-radius: var(--radius-xl) !important;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .\!border-2 {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .\!border-\[var\(--primary-color\)\] {
    border-color: var(--primary-color) !important;
  }
  .border-\(--color-link\) {
    border-color: var(--color-link);
  }
  .\!bg-\[var\(--primary-color\)\] {
    background-color: var(--primary-color) !important;
  }
  .bg-\(--btn-primary-color\) {
    background-color: var(--btn-primary-color);
  }
  .bg-\(--hero-bg-color\) {
    background-color: var(--hero-bg-color);
  }
  .bg-\(--section-bg-color\) {
    background-color: var(--section-bg-color);
  }
  .bg-\[\#f6fcfe\] {
    background-color: #f6fcfe;
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-\[\#fbfbfb\] {
    background-color: #fbfbfb;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-blue-000 {
    background-color: var(--color-blue-000);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-green-000 {
    background-color: var(--color-green-000);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-green-200 {
    background-color: var(--color-green-200);
  }
  .bg-green-300 {
    background-color: var(--color-green-300);
  }
  .bg-grey-dk-000 {
    background-color: var(--color-grey-dk-000);
  }
  .bg-grey-dk-100 {
    background-color: var(--color-grey-dk-100);
  }
  .bg-grey-dk-200 {
    background-color: var(--color-grey-dk-200);
  }
  .bg-grey-dk-250 {
    background-color: var(--color-grey-dk-250);
  }
  .bg-grey-dk-300 {
    background-color: var(--color-grey-dk-300);
  }
  .bg-grey-lt-000 {
    background-color: var(--color-grey-lt-000);
  }
  .bg-grey-lt-100 {
    background-color: var(--color-grey-lt-100);
  }
  .bg-grey-lt-200 {
    background-color: var(--color-grey-lt-200);
  }
  .bg-grey-lt-300 {
    background-color: var(--color-grey-lt-300);
  }
  .bg-purple-000 {
    background-color: var(--color-purple-000);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-purple-300 {
    background-color: var(--color-purple-300);
  }
  .bg-red-000 {
    background-color: var(--color-red-000);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-red-300 {
    background-color: var(--color-red-300);
  }
  .bg-yellow-000 {
    background-color: var(--color-yellow-000);
  }
  .bg-yellow-100 {
    background-color: var(--color-yellow-100);
  }
  .bg-yellow-200 {
    background-color: var(--color-yellow-200);
  }
  .bg-yellow-300 {
    background-color: var(--color-yellow-300);
  }
  .fill-\(--body-heading-color\) {
    fill: var(--body-heading-color);
  }
  .fill-\(--color-link\) {
    fill: var(--color-link);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[1\.5em\] {
    padding-inline: 1.5em;
  }
  .px-\[1em\] {
    padding-inline: 1em;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .\!py-1 {
    padding-block: calc(var(--spacing) * 1) !important;
  }
  .\!py-5 {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[1em\] {
    padding-block: 1em;
  }
  .py-\[2em\] {
    padding-block: 2em;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .\!pt-1 {
    padding-top: calc(var(--spacing) * 1) !important;
  }
  .\!pt-\[30px\] {
    padding-top: 30px !important;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .\!text-center {
    text-align: center !important;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!text-3xl {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--tw-leading, var(--text-9xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[54px\] {
    font-size: 54px !important;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .\!leading-\[1\.6\] {
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }
  .\!leading-\[66px\] {
    --tw-leading: 66px !important;
    line-height: 66px !important;
  }
  .leading-1 {
    --tw-leading: calc(var(--spacing) * 1);
    line-height: calc(var(--spacing) * 1);
  }
  .leading-2 {
    --tw-leading: calc(var(--spacing) * 2);
    line-height: calc(var(--spacing) * 2);
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[5px\] {
    --tw-leading: 5px;
    line-height: 5px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!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) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.15px\] {
    --tw-tracking: 0.15px;
    letter-spacing: 0.15px;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .\!text-\(--primary-color\) {
    color: var(--primary-color) !important;
  }
  .\!text-\[var\(--primary-color\)\] {
    color: var(--primary-color) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\(--body-heading-color\) {
    color: var(--body-heading-color);
  }
  .text-\(--body-text-color\) {
    color: var(--body-text-color);
  }
  .text-\(--primary-color\) {
    color: var(--primary-color);
  }
  .text-blue-000 {
    color: var(--color-blue-000);
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-200 {
    color: var(--color-blue-200);
  }
  .text-blue-300 {
    color: var(--color-blue-300);
  }
  .text-green-000 {
    color: var(--color-green-000);
  }
  .text-green-100 {
    color: var(--color-green-100);
  }
  .text-green-200 {
    color: var(--color-green-200);
  }
  .text-green-300 {
    color: var(--color-green-300);
  }
  .text-grey-dk-000 {
    color: var(--color-grey-dk-000);
  }
  .text-grey-dk-100 {
    color: var(--color-grey-dk-100);
  }
  .text-grey-dk-200 {
    color: var(--color-grey-dk-200);
  }
  .text-grey-dk-250 {
    color: var(--color-grey-dk-250);
  }
  .text-grey-dk-300 {
    color: var(--color-grey-dk-300);
  }
  .text-grey-lt-000 {
    color: var(--color-grey-lt-000);
  }
  .text-grey-lt-100 {
    color: var(--color-grey-lt-100);
  }
  .text-grey-lt-200 {
    color: var(--color-grey-lt-200);
  }
  .text-grey-lt-300 {
    color: var(--color-grey-lt-300);
  }
  .text-purple-000 {
    color: var(--color-purple-000);
  }
  .text-purple-100 {
    color: var(--color-purple-100);
  }
  .text-purple-200 {
    color: var(--color-purple-200);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-red-000 {
    color: var(--color-red-000);
  }
  .text-red-100 {
    color: var(--color-red-100);
  }
  .text-red-200 {
    color: var(--color-red-200);
  }
  .text-red-300 {
    color: var(--color-red-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-000 {
    color: var(--color-yellow-000);
  }
  .text-yellow-100 {
    color: var(--color-yellow-100);
  }
  .text-yellow-200 {
    color: var(--color-yellow-200);
  }
  .text-yellow-300 {
    color: var(--color-yellow-300);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, visibility, 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-height\] {
    transition-property: max-height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:text-\(--primary-color\) {
    &::before {
      content: var(--tw-content);
      color: var(--primary-color);
    }
  }
  .before\:content-\[\'✓\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '✓';
      content: var(--tw-content);
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-sm\:\!text-3xl {
    @media (width < 40rem) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:\!my-\[1em\] {
    @media (width >= 48rem) {
      margin-block: 1em !important;
    }
  }
  .md\:my-\[60px\] {
    @media (width >= 48rem) {
      margin-block: 60px;
    }
  }
  .md\:\!mb-14 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 14) !important;
    }
  }
  .md\:\!mb-\[1\.5em\] {
    @media (width >= 48rem) {
      margin-bottom: 1.5em !important;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-5\/6 {
    @media (width >= 48rem) {
      width: calc(5/6 * 100%);
    }
  }
  .md\:w-\[66\%\] {
    @media (width >= 48rem) {
      width: 66%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:bg-\(--hero-bg-color\) {
    @media (width >= 48rem) {
      background-color: var(--hero-bg-color);
    }
  }
  .md\:bg-\(--section-bg-color\) {
    @media (width >= 48rem) {
      background-color: var(--section-bg-color);
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 48rem) {
      padding: 60px;
    }
  }
  .md\:p-\[69px\] {
    @media (width >= 48rem) {
      padding: 69px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[2em\] {
    @media (width >= 48rem) {
      padding-inline: 2em;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:py-\[10px\] {
    @media (width >= 48rem) {
      padding-block: 10px;
    }
  }
  .md\:pe-\[3em\] {
    @media (width >= 48rem) {
      padding-inline-end: 3em;
    }
  }
  .md\:\!text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .md\:\!text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:aspect-auto {
    @media (width >= 64rem) {
      aspect-ratio: auto;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:p-\[60px_120px\] {
    @media (width >= 64rem) {
      padding: 60px 120px;
    }
  }
  .lg\:p-\[90px\] {
    @media (width >= 64rem) {
      padding: 90px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:py-\[40px\] {
    @media (width >= 64rem) {
      padding-block: 40px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .dark\:bg-\(--hero-bg-color\) {
    &:where(.dark, .dark *) {
      background-color: var(--hero-bg-color);
    }
  }
  .dark\:bg-\[\#27262B\] {
    &:where(.dark, .dark *) {
      background-color: #27262B;
    }
  }
}
:root {
  --primary-color: var(--color-blue-700);
}
.dark {
  --primary-color: var(--color-blue-000);
}
.dark {
  --color-scheme: dark;
  --body-background-color: var(--color-grey-dk-300);
  --sidebar-color: var(--body-background-color);
  --table-background-color: var(--color-grey-dk-250);
  --search-background-color: var(--table-background-color);
  --base-button-color: var(--table-background-color);
  --border-color: var(--color-grey-dk-200);
  --body-heading-color: var(--color-grey-lt-000);
  --body-text-color: var(--color-grey-lt-300);
  --nav-child-link-color: var(--color-grey-dk-000);
  --search-result-preview-color: var(--nav-child-link-color);
  --color-link: var(--primary-color);
  --btn-primary-color: var(--primary-color);
  --btn-outline-focus: var(--color-blue-100);
  --btn-primary-darker-color: rgb(34, 63, 153);
  --btn-primary-lighter-color: rgb(42, 86, 194);
  --color-darker-link: rgb(39, 100, 234);
  --code-background-color: #31343f;
  --code-linenumber-color: #dee2f7;
  --color-sidebar-darker: 31.6333333333, 30.8222222222, 34.8777777778;
  --color-feedback: 31.6333333333, 30.8222222222, 34.8777777778;
  --color-track-slider: #6A6A6A;
  --hero-bg-color: var(--color-brand-tertiary-dark);
  --section-bg-color: var(--color-brand-secondary-dark);
  --post-hero-bg: var(--color-post-hero-bg-dark);
  --shadow: var(--shadow-dark);
}
:root {
  --body-font-family: system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Segoe UI Emoji";
  --mono-font-family: "SFMono-Regular", menlo, consolas, monospace;
  --root-font-size: 16px;
  --body-line-height: 1.4;
  --content-line-height: 1.6;
  --body-heading-line-height: 1.25;
  --full-content-width: 90rem;
  --font-size-1: 0.5625rem;
  --font-size-1-sm: 0.625rem;
  --font-size-2: 0.6875rem;
  --font-size-3: 0.75rem;
  --font-size-4: 0.875rem;
  --font-size-5: 1rem;
  --font-size-6: 1.125rem;
  --font-size-7: 1.5rem;
  --font-size-8: 2rem;
  --font-size-9: 2.25rem;
  --font-size-10: 2.625rem;
  --font-size-10-sm: 3rem;
  --spacing-unit: 1rem;
  --sp-0: 0;
  --sp-1: calc(var(--spacing-unit) * 0.25);
  --sp-2: calc(var(--spacing-unit) * 0.5);
  --sp-3: calc(var(--spacing-unit) * 0.75);
  --sp-4: var(--spacing-unit);
  --sp-5: calc(var(--spacing-unit) * 1.5);
  --sp-6: calc(var(--spacing-unit) * 2);
  --sp-7: calc(var(--spacing-unit) * 2.5);
  --sp-8: calc(var(--spacing-unit) * 3);
  --sp-9: calc(var(--spacing-unit) * 3.5);
  --sp-10: calc(var(--spacing-unit) * 4);
  --border: 1px solid;
  --border-radius: 4px;
  --gutter-spacing: var(--sp-6);
  --gutter-spacing-sm: var(--sp-4);
  --nav-width: 16.5rem;
  --nav-width-md: 15.5rem;
  --nav-list-item-height: var(--sp-6);
  --nav-list-item-height-sm: var(--sp-8);
  --nav-list-expander-right: 1;
  --content-width: 50rem;
  --header-height: 3.75rem;
  --search-results-width: calc(50rem - 16.5rem);
  --transition-duration: 400ms;
  --media-xs: 20rem;
  --media-sm: 31.25rem;
  --media-md: 50rem;
  --media-lg: 66.5rem;
  --media-xl: 87.5rem;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.3em 1em;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-link);
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  background-color: var(--base-button-color);
  border-width: 0;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  appearance: none;
}
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:focus:hover, .btn.selected:focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn:hover, .btn.zeroclipboard-is-hover {
  color: var(--color-link);
}
.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active {
  text-decoration: none;
  background-color: #eaeaea;
}
.btn:active, .btn.selected, .btn.zeroclipboard-is-active {
  background-color: #e0e0e0;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn.selected:hover {
  background-color: #cfcfcf;
}
.btn:disabled, .btn.disabled, .btn:disabled:hover, .btn.disabled:hover {
  color: rgba(102, 102, 102, 0.5);
  cursor: default;
  background-color: rgba(229, 229, 229, 0.5);
  background-image: none;
  box-shadow: none;
}
.btn-outline {
  color: var(--color-link);
  background: transparent;
  box-shadow: inset 0 0 0 2px #e0e0e0;
}
.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active {
  color: var(--color-darker-link);
  text-decoration: none;
  background-color: transparent;
  box-shadow: inset 0 0 0 3px #e0e0e0;
}
.btn-outline:focus {
  text-decoration: none;
  outline: none;
  box-shadow: inset 0 0 0 2px #343a40,  0 0 0 3px rgba(0, 0, 255, 0.25);
}
.btn-outline:focus:hover, .btn-outline.selected:focus {
  box-shadow: inset 0 0 0 2px #343a40;
}
.btn-primary {
  color: #fff;
  background-color: var(--btn-primary-darker-color);
  background-image: linear-gradient(var(--btn-primary-lighter-color),var(--btn-primary-darker-color));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover, .btn-primary.zeroclipboard-is-hover {
  color: #fff;
  background-color: var(--btn-primary-darker-color);
  background-image: linear-gradient(var(--btn-primary-color),var(--btn-primary-darker-color));
}
.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active {
  background-color: #005cbf;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-primary.selected:hover {
  background-color: #003f7f;
}
.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  background-image: linear-gradient(#8e63ce, #6f42c1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-purple:hover, .btn-purple.zeroclipboard-is-hover {
  color: #fff;
  background-color: #5a32a3;
  background-image: linear-gradient(#7e5bbd, #5a32a3);
}
.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active {
  background-color: #4b278a;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-purple.selected:hover {
  background-color: #2e174d;
}
.btn-blue {
  color: #fff;
  background-color: #339cff;
  background-image: linear-gradient(#66b3ff, #339cff);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-blue:hover, .btn-blue.zeroclipboard-is-hover {
  color: #fff;
  background-color: #2684d9;
  background-image: linear-gradient(#4da6ff, #2684d9);
}
.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active {
  background-color: #1a6fb3;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-blue.selected:hover {
  background-color: #124266;
}
.btn-green {
  color: #fff;
  background-color: #28a745;
  background-image: linear-gradient(#5cd65c, #28a745);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-green:hover, .btn-green.zeroclipboard-is-hover {
  color: #fff;
  background-color: #218838;
  background-image: linear-gradient(#47d147, #218838);
}
.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active {
  background-color: #1e7e34;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn-green.selected:hover {
  background-color: #14521b;
}
.btn-reset {
  background: none;
  border: none;
  margin: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none;
}
:not(pre, figure) > code {
  padding: 0.2em 0.15em;
  font-weight: 400;
  background-color: var(--code-background-color);
  border: var(--border) var(--border-color);
  border-radius: var(--border-radius);
}
a:visited code {
  border-color: var(--border-color);
}
div.highlighter-rouge pre.highlight, div.highlighter-rouge code {
  padding: 0;
  margin: 0;
  border: 0;
}
div.highlighter-rouge, div.listingblock > div.content, figure.highlight {
  margin-top: 0;
  margin-bottom: var(--sp-3);
  background-color: var(--code-background-color);
  border-radius: var(--border-radius);
  box-shadow: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0;
}
div.highlighter-rouge > button, div.listingblock > div.content > button, figure.highlight > button {
  width: var(--sp-3);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: var(--sp-3) solid var(--code-background-color);
  background-color: var(--code-background-color);
  color: var(--body-text-color);
  box-sizing: content-box;
}
div.highlighter-rouge > button svg, div.listingblock > div.content > button svg, figure.highlight > button svg {
  fill: var(--body-text-color);
}
div.highlighter-rouge > button:active, div.listingblock > div.content > button:active, figure.highlight > button:active {
  text-decoration: none;
  outline: none;
  opacity: 1;
}
div.highlighter-rouge > button:focus, div.listingblock > div.content > button:focus, figure.highlight > button:focus {
  opacity: 1;
}
div.highlighter-rouge:hover > button, div.listingblock > div.content:hover > button, figure.highlight:hover > button {
  cursor: copy;
  opacity: 1;
}
div.highlight, pre.highlight {
  overflow-x: auto;
  padding: var(--sp-3);
  margin: 0;
  border: 0;
}
div.highlight code, pre.highlight code {
  padding: 0;
  margin: 0;
  border: 0;
}
div.listingblock div.content, div.listingblock div.content > pre {
  overflow-x: auto;
  padding: var(--sp-3);
  margin: 0;
  border: 0;
}
div.listingblock {
  margin-top: 0;
  margin-bottom: var(--sp-3);
}
figure.highlight pre, figure.highlight :not(pre) > code {
  overflow-x: auto;
  padding: var(--sp-3);
  margin: 0;
  border: 0;
}
.highlight .table-wrapper {
  padding: var(--sp-3) 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.highlight .table-wrapper td, .highlight .table-wrapper pre {
  min-width: 0;
  padding: 0;
  background-color: var(--code-background-color);
  border: 0;
}
.highlight .table-wrapper td.gl {
  width: 1em;
  padding-right: var(--sp-3);
  padding-left: var(--sp-3);
}
.highlight .table-wrapper pre {
  margin: 0;
  line-height: 2;
}
.code-example, .listingblock > .title {
  padding: var(--sp-3);
  margin-bottom: var(--sp-3);
  overflow: auto;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.code-example + .highlighter-rouge, .code-example + .sectionbody .listingblock, .code-example + .content, .code-example + figure.highlight, .listingblock > .title + .highlighter-rouge, .listingblock > .title + .sectionbody .listingblock, .listingblock > .title + .content, .listingblock > .title + figure.highlight {
  position: relative;
  margin-top: calc(-1 * var(--sp-4));
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
code.language-mermaid {
  padding: 0;
  background-color: inherit;
  border: 0;
}
.highlight, pre.highlight {
  background: var(--code-background-color);
  color: var(--code-linenumber-color, var(--body-text-color));
}
.highlight pre {
  background: var(--code-background-color);
}
.label:not(g), .label-blue:not(g) {
  display: inline-block;
  padding: 0.16em 0.56em;
  margin-right: var(--sp-2);
  margin-left: var(--sp-2);
  color: var(--color-white);
  text-transform: uppercase;
  vertical-align: middle;
  background-color: var(--color-blue-100);
  font-size: var(--font-size-2);
  border-radius: 12px;
}
.label-green:not(g) {
  background-color: var(--color-green-200);
}
.label-purple:not(g) {
  background-color: var(--color-purple-100);
}
.label-red:not(g) {
  background-color: var(--color-red-200);
}
.label-yellow:not(g) {
  color: var(--color-grey-dk-200);
  background-color: var(--color-yellow-200);
}
.table-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--sp-5);
  overflow-x: auto;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
table {
  display: table;
  min-width: 100%;
  border-collapse: separate;
}
th, td {
  font-size: var(--font-size-4);
  min-width: 7.5rem;
  padding: var(--sp-2) var(--sp-3);
  background-color: var(--table-background-color);
  border-bottom: var(--border) rgba(var(--border-color), 0.5);
  border-left: var(--border) var(--border-color);
}
th:first-of-type, td:first-of-type {
  border-left: 0;
}
tbody tr:last-of-type th, tbody tr:last-of-type td {
  border-bottom: 0;
}
tbody tr:last-of-type td {
  padding-bottom: var(--sp-3);
}
thead th {
  border-bottom: var(--border) var(--border-color);
}
.main-content {
  line-height: var(--content-line-height);
  ol, ul, dl, pre, address, blockquote, .table-wrapper {
    margin-top: 0.5em;
  }
  a {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ul, ol {
    padding-left: 1.5em;
  }
  li {
    .highlight {
      margin-top: var(--sp-1);
    }
  }
  ol {
    list-style-type: none;
    counter-reset: step-counter;
    > li {
      position: relative;
      &::before {
        position: absolute;
        top: 0.2em;
        left: -1.6em;
        color: var(--color-grey-dk-000);
        content: counter(step-counter);
        counter-increment: step-counter;
      }
      ol {
        counter-reset: sub-counter;
        > li {
          &::before {
            content: counter(sub-counter, lower-alpha);
            counter-increment: sub-counter;
          }
        }
      }
    }
  }
  ul {
    list-style: none;
    > li {
      &::before {
        position: absolute;
        margin-left: -1.4em;
        color: var(--color-grey-dk-000);
        content: "\2022";
      }
    }
  }
  .task-list-item {
    &::before {
      content: "";
    }
  }
  .task-list-item-checkbox {
    margin-right: 0.6em;
    margin-left: -1.4em;
  }
  hr + * {
    margin-top: 0;
  }
  h1:first-of-type {
    margin-top: 0.5em;
  }
  dl {
    display: grid;
    grid-template: auto / 10em 1fr;
  }
  dt, dd {
    margin: 0.25em 0;
  }
  dt {
    grid-column: 1;
    font-weight: 500;
    text-align: right;
    &::after {
      content: ":";
    }
  }
  dd {
    grid-column: 2;
    margin-bottom: 0;
    margin-left: 1em;
    blockquote, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, table, ul, .table-wrapper {
      &:first-child {
        margin-top: 0;
      }
    }
  }
  dd, ol, ul {
    dl:first-child {
      dt:first-child, dd:nth-child(2) {
        margin-top: 0;
      }
    }
  }
  .anchor-heading {
    position: absolute;
    right: calc(-1 * var(--sp-4));
    width: var(--sp-5);
    height: 100%;
    padding-right: var(--sp-1);
    padding-left: var(--sp-1);
    overflow: visible;
    svg {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: var(--color-link);
      visibility: hidden;
    }
  }
  .anchor-heading:hover, .anchor-heading:focus, h1:hover > .anchor-heading, h2:hover > .anchor-heading, h3:hover > .anchor-heading, h4:hover > .anchor-heading, h5:hover > .anchor-heading, h6:hover > .anchor-heading {
    svg {
      visibility: visible;
    }
  }
  summary {
    cursor: pointer;
  }
  h1, h2, h3, h4, h5, h6, #toctitle {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
    + table, + .table-wrapper, + .code-example, + .highlighter-rouge, + .sectionbody .listingblock {
      margin-top: 1em;
    }
    + p:not(.label) {
      margin-top: 0;
    }
  }
  > h1:first-child, > h2:first-child, > h3:first-child, > h4:first-child, > h5:first-child, > h6:first-child, > .sect1:first-child > h2, > .sect2:first-child > h3, > .sect3:first-child > h4, > .sect4:first-child > h5, > .sect5:first-child > h6 {
    margin-top: var(--sp-2);
  }
}
.nav-list {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-list .nav-list-item {
  font-size: var(--font-size-5);
  position: relative;
  margin: 0;
}
@media (min-width: 50rem) {
  .nav-list .nav-list-item {
    font-size: var(--font-size-4);
  }
}
.nav-list .nav-list-item .nav-list-link {
  display: block;
  min-height: var(--nav-list-item-height-sm);
  padding-top: var(--sp-1);
  padding-bottom: var(--sp-1);
  line-height: calc(var(--nav-list-item-height-sm) - 2 * var(--sp-1));
  padding-right: var(--nav-list-item-height-sm);
  padding-left: var(--gutter-spacing-sm);
}
@media (min-width: 50rem) {
  .nav-list .nav-list-item .nav-list-link {
    min-height: var(--nav-list-item-height);
    line-height: calc(var(--nav-list-item-height) - 2 * var(--sp-1));
    padding-right: var(--nav-list-item-height);
    padding-left: var(--gutter-spacing);
  }
}
.nav-list .nav-list-item .nav-list-link.external > svg {
  width: var(--sp-4);
  height: var(--sp-4);
  vertical-align: text-bottom;
}
.nav-list .nav-list-item .nav-list-link.active {
  font-weight: 600;
  text-decoration: none;
}
.nav-list .nav-list-item .nav-list-link:hover, .nav-list .nav-list-item .nav-list-link.active {
  background-image: linear-gradient( -90deg, rgba(var(--color-feedback), 1) 0%, rgba(var(--color-feedback), 0.8) 80%, rgba(var(--color-feedback), 0) 100% );
}
.nav-list .nav-list-item .nav-list-expander {
  position: absolute;
  right: 0;
  width: var(--nav-list-item-height-sm);
  height: var(--nav-list-item-height-sm);
  padding: calc(var(--nav-list-item-height-sm) * 0.25);
  color: var(--color-link);
}
@media (min-width: 50rem) {
  .nav-list .nav-list-item .nav-list-expander {
    width: var(--nav-list-item-height);
    height: var(--nav-list-item-height);
    padding: calc(var(--nav-list-item-height) * 0.25);
  }
}
.nav-list .nav-list-item .nav-list-expander:hover {
  background-image: linear-gradient( -90deg, rgba(var(--color-feedback), 1) 0%, rgba(var(--color-feedback), 0.8) 100% );
}
.nav-list .nav-list-item .nav-list-expander svg {
  transform: rotate(90deg);
}
.nav-list .nav-list-item > .nav-list {
  display: none;
  padding-left: var(--sp-3);
  list-style: none;
}
.nav-list .nav-list-item > .nav-list .nav-list-item {
  position: relative;
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-link {
  color: var(--nav-child-link-color);
}
.nav-list .nav-list-item > .nav-list .nav-list-item .nav-list-expander {
  color: var(--nav-child-link-color);
}
.nav-list .nav-list-item.active > .nav-list-expander svg {
  transform: rotate(-90deg);
}
.nav-list .nav-list-item.active > .nav-list {
  display: block;
}
.nav-category {
  padding: var(--sp-2) var(--gutter-spacing-sm);
  font-weight: 600;
  text-align: start;
  text-transform: uppercase;
  border-bottom: var(--border, 1px solid #dee2e6) var(--border-color, #dee2e6);
  font-size: var(--font-size-2);
}
@media (min-width: 50rem) {
  .nav-category {
    padding: var(--sp-2) var(--gutter-spacing);
    margin-top: var(--gutter-spacing-sm);
    text-align: start;
  }
  .nav-category:first-child {
    margin-top: 0;
  }
}
.nav-list.nav-category-list > .nav-list-item {
  margin: 0;
}
.nav-list.nav-category-list > .nav-list-item > .nav-list {
  padding: 0;
}
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-link {
  color: var(--color-link);
}
.nav-list.nav-category-list > .nav-list-item > .nav-list > .nav-list-item > .nav-list-expander {
  color: var(--color-link);
}
.aux-nav {
  height: 100%;
  overflow-x: auto;
  font-size: var(--font-size-2);
}
@media (min-width: 31.25rem) {
  .aux-nav {
    font-size: var(--font-size-3);
  }
}
.aux-nav .aux-nav-list {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.aux-nav .aux-nav-list-item {
  display: inline-block;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 50rem) {
  .aux-nav {
    padding-right: var(--gutter-spacing-sm);
  }
}
@media (min-width: 50rem) {
  .breadcrumb-nav {
    margin-top: calc(-1 * var(--sp-4));
  }
}
.breadcrumb-nav-list {
  padding-left: 0;
  margin-bottom: var(--sp-3);
  list-style: none;
}
.breadcrumb-nav-list-item {
  display: table-cell;
  font-size: var(--font-size-2);
}
.breadcrumb-nav-list-item::before {
  display: none;
}
.breadcrumb-nav-list-item::after {
  display: inline-block;
  margin-right: var(--sp-2);
  margin-left: var(--sp-2);
  color: var(--color-grey-dk-000, #6c757d);
  content: "/";
}
.breadcrumb-nav-list-item:last-child::after {
  content: "";
}
.list-style-none {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  li {
    &::before {
      display: none !important;
    }
  }
}
@media print {
  .site-footer, .site-button, #edit-this-page, #back-to-top, .site-nav, .main-header {
    display: none !important;
  }
  .side-bar {
    width: 100%;
    height: auto;
    border-right: 0 !important;
  }
  .site-header {
    border-bottom: 1px solid var(--border-color);
  }
  .site-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
  .text-small {
    font-size: 8pt !important;
  }
  pre.highlight {
    border: 1px solid var(--border-color);
  }
  .main {
    max-width: none;
    margin-left: 0;
  }
}
a.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-to-main:focus, a.skip-to-main:active {
  color: var(--color-link);
  background-color: var(--body-background-color);
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid var(--btn-primary-color);
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}
.side-bar {
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--sidebar-color);
  @media (min-width: 50rem) {
    flex-flow: column nowrap;
    position: fixed;
    width: var(--nav-width-md);
    height: 100%;
    border-right: var(--border) var(--border-color);
    align-items: flex-end;
  }
  @media (min-width: 66.5rem) {
    width: calc((100% - (var(--nav-width) + var(--content-width))) / 2 + var(--nav-width));
    min-width: var(--nav-width);
  }
}
.main {
  @media (min-width: 50rem) {
    position: relative;
    max-width: var(--content-width);
    margin-left: var(--nav-width-md);
  }
  @media (min-width: 66.5rem) {
    margin-left: max( var(--nav-width), calc((100% - (var(--nav-width) + var(--content-width))) / 2 + var(--nav-width)) );
  }
}
.main-content-wrap {
  padding-right: var(--gutter-spacing-sm);
  padding-left: var(--gutter-spacing-sm);
  padding-top: var(--gutter-spacing-sm);
  padding-bottom: var(--gutter-spacing-sm);
  @media (min-width: 50rem) {
    padding-right: var(--gutter-spacing);
    padding-left: var(--gutter-spacing);
    padding-top: var(--gutter-spacing);
    padding-bottom: var(--gutter-spacing);
  }
}
.main-header {
  z-index: 0;
  display: none;
  background-color: var(--sidebar-color);
  @media (min-width: 50rem) {
    display: flex;
    justify-content: space-between;
    height: var(--header-height);
    background-color: var(--body-background-color);
    border-bottom: var(--border) var(--border-color);
  }
  &.nav-open {
    display: block;
    @media (min-width: 50rem) {
      display: flex;
    }
  }
}
.site-nav, .site-header, .site-footer {
  width: 100%;
  @media (min-width: 66.5rem) {
    width: var(--nav-width);
  }
}
.site-nav {
  display: none;
  &.nav-open {
    display: block;
  }
  @media (min-width: 50rem) {
    display: block;
    padding-top: var(--sp-8);
    padding-bottom: var(--gutter-spacing-sm);
    overflow-y: auto;
    flex: 1 1 auto;
  }
}
.site-header {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  @media (min-width: 50rem) {
    height: var(--header-height);
    max-height: var(--header-height);
    border-bottom: var(--border) var(--border-color);
  }
}
.site-title {
  padding-right: var(--gutter-spacing-sm);
  padding-left: var(--gutter-spacing-sm);
  flex-grow: 1;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: var(--sp-3);
  padding-bottom: var(--sp-3);
  color: var(--body-heading-color);
  font-size: var(--font-size-6);
  @media (min-width: 50rem) {
    font-size: var(--font-size-7);
    padding-right: var(--gutter-spacing);
    padding-left: var(--gutter-spacing);
    padding-top: var(--sp-2);
    padding-bottom: var(--sp-2);
  }
}
@media (min-width: 31.25rem) {
  .site-title {
    font-size: 1.5rem !important;
    line-height: 1.25;
  }
}
.site-logo {
  width: 100%;
  height: 100%;
  background-image: var(--logo, none);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.site-logo-homepage {
  width: 100%;
  height: 100%;
  background-image: var(--logo-homepage, none);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.site-button {
  display: flex;
  height: 100%;
  padding: var(--gutter-spacing-sm);
  align-items: center;
}
@media (min-width: 50rem) {
  .site-header .site-button {
    display: none;
  }
}
.site-title:hover {
  background-image: linear-gradient( -90deg, rgba(var(--color-feedback), 1) 0%, rgba(var(--color-feedback), 0.8) 80%, rgba(var(--color-feedback), 0) 100% );
}
.site-button:hover {
  background-image: linear-gradient( -90deg, rgba(var(--color-feedback), 1) 0%, rgba(var(--color-feedback), 0.8) 100% );
}
body {
  position: relative;
  padding-bottom: var(--sp-10);
  overflow-y: scroll;
  @media (min-width: 50rem) {
    position: static;
    padding-bottom: 0;
  }
}
.site-footer {
  padding-right: var(--gutter-spacing-sm);
  padding-left: var(--gutter-spacing-sm);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: var(--sp-4);
  padding-bottom: var(--sp-4);
  color: #959396;
  font-size: var(--font-size-2);
  @media (min-width: 50rem) {
    padding-right: var(--gutter-spacing);
    padding-left: var(--gutter-spacing);
    position: static;
    justify-self: end;
  }
}
@media (min-width: 31.25rem) {
  .site-footer {
    font-size: var(--font-size-3);
  }
}
.icon {
  width: var(--sp-5);
  height: var(--sp-5);
  color: var(--color-link);
}
p.highlight, blockquote.highlight {
  background: rgba(231, 175, 6, 0.2);
  border-left: 4px solid #ffeb82;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.highlight > .highlight-title, blockquote.highlight > .highlight-title {
  color: #ffeb82;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.highlight-title, blockquote.highlight-title {
  background: rgba(231, 175, 6, 0.2);
  border-left: 4px solid #ffeb82;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.highlight-title > p:first-child, blockquote.highlight-title > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  color: #ffeb82;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
blockquote.highlight {
  margin-left: 0;
  margin-right: 0;
}
blockquote.highlight > p:first-child {
  margin-top: 0;
}
blockquote.highlight > p:last-child {
  margin-bottom: 0;
}
blockquote.highlight-title {
  margin-left: 0;
  margin-right: 0;
}
blockquote.highlight-title > p:nth-child(2) {
  margin-top: 0;
}
blockquote.highlight-title > p:last-child {
  margin-bottom: 0;
}
p.important, blockquote.important {
  background: rgba(24, 51, 133, 0.2);
  border-left: 4px solid #2c84fa;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.important::before, blockquote.important::before {
  color: #2c84fa;
  content: "Important";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.important > .important-title, blockquote.important > .important-title {
  color: #2c84fa;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.important-title, blockquote.important-title {
  background: rgba(24, 51, 133, 0.2);
  border-left: 4px solid #2c84fa;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.important-title > p:first-child, blockquote.important-title > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  color: #2c84fa;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
blockquote.important {
  margin-left: 0;
  margin-right: 0;
}
blockquote.important > p:first-child {
  margin-top: 0;
}
blockquote.important > p:last-child {
  margin-bottom: 0;
}
blockquote.important-title {
  margin-left: 0;
  margin-right: 0;
}
blockquote.important-title > p:nth-child(2) {
  margin-top: 0;
}
blockquote.important-title > p:last-child {
  margin-bottom: 0;
}
p.new, blockquote.new {
  background: rgba(2, 110, 87, 0.2);
  border-left: 4px solid #41d693;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.new::before, blockquote.new::before {
  color: #41d693;
  content: "New";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.new > .new-title, blockquote.new > .new-title {
  color: #41d693;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.new-title, blockquote.new-title {
  background: rgba(2, 110, 87, 0.2);
  border-left: 4px solid #41d693;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.new-title > p:first-child, blockquote.new-title > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  color: #41d693;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
blockquote.new {
  margin-left: 0;
  margin-right: 0;
}
blockquote.new > p:first-child {
  margin-top: 0;
}
blockquote.new > p:last-child {
  margin-bottom: 0;
}
blockquote.new-title {
  margin-left: 0;
  margin-right: 0;
}
blockquote.new-title > p:nth-child(2) {
  margin-top: 0;
}
blockquote.new-title > p:last-child {
  margin-bottom: 0;
}
p.note, blockquote.note {
  background: rgba(56, 24, 133, 0.2);
  border-left: 4px solid #7253ed;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.note::before, blockquote.note::before {
  color: #7253ed;
  content: "Note";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.note > .note-title, blockquote.note > .note-title {
  color: #7253ed;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.note-title, blockquote.note-title {
  background: rgba(56, 24, 133, 0.2);
  border-left: 4px solid #7253ed;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.note-title > p:first-child, blockquote.note-title > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  color: #7253ed;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
blockquote.note {
  margin-left: 0;
  margin-right: 0;
}
blockquote.note > p:first-child {
  margin-top: 0;
}
blockquote.note > p:last-child {
  margin-bottom: 0;
}
blockquote.note-title {
  margin-left: 0;
  margin-right: 0;
}
blockquote.note-title > p:nth-child(2) {
  margin-top: 0;
}
blockquote.note-title > p:last-child {
  margin-bottom: 0;
}
p.warning, blockquote.warning {
  background: rgba(221, 46, 46, 0.2);
  border-left: 4px solid #f77e7e;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.warning::before, blockquote.warning::before {
  color: #f77e7e;
  content: "Warning";
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.warning > .warning-title, blockquote.warning > .warning-title {
  color: #f77e7e;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
p.warning-title, blockquote.warning-title {
  background: rgba(221, 46, 46, 0.2);
  border-left: 4px solid #f77e7e;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem;
}
p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
  color: #f77e7e;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-bottom: 0.125rem;
}
blockquote.warning {
  margin-left: 0;
  margin-right: 0;
}
blockquote.warning > p:first-child {
  margin-top: 0;
}
blockquote.warning > p:last-child {
  margin-bottom: 0;
}
blockquote.warning-title {
  margin-left: 0;
  margin-right: 0;
}
blockquote.warning-title > p:nth-child(2) {
  margin-top: 0;
}
blockquote.warning-title > p:last-child {
  margin-bottom: 0;
}
.range-input {
  touch-action: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 10px;
  background: var(--color-track-slider);
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 22px;
  width: 22px;
  background-color: var(--color-link);
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: var(--color-link);
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}
.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(231, 231, 231, .2);
}
.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(231, 231, 231, .2);
}
.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(231, 231, 231, .2);
}
.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(231, 231, 231, .1);
}
.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(231, 231, 231, .2);
}
.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(231, 231, 231, .2);
}
.highlight, pre.highlight {
  background: #f9f9f9;
  color: #383942;
}
.highlight pre {
  background: #f9f9f9;
}
.highlight .hll {
  background: #f9f9f9;
}
.highlight .c {
  color: #9fa0a6;
  font-style: italic;
}
.highlight .err {
  color: #fff;
  background-color: #e05151;
}
.highlight .k {
  color: #a625a4;
}
.highlight .l {
  color: #50a04f;
}
.highlight .n {
  color: #383942;
}
.highlight .o {
  color: #383942;
}
.highlight .p {
  color: #383942;
}
.highlight .cm {
  color: #9fa0a6;
  font-style: italic;
}
.highlight .cp {
  color: #9fa0a6;
  font-style: italic;
}
.highlight .c1 {
  color: #9fa0a6;
  font-style: italic;
}
.highlight .cs {
  color: #9fa0a6;
  font-style: italic;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: 700;
}
.highlight .kc {
  color: #a625a4;
}
.highlight .kd {
  color: #a625a4;
}
.highlight .kn {
  color: #a625a4;
}
.highlight .kp {
  color: #a625a4;
}
.highlight .kr {
  color: #a625a4;
}
.highlight .kt {
  color: #a625a4;
}
.highlight .ld {
  color: #50a04f;
}
.highlight .m {
  color: #b66a00;
}
.highlight .s {
  color: #50a04f;
}
.highlight .na {
  color: #b66a00;
}
.highlight .nb {
  color: #ca7601;
}
.highlight .nc {
  color: #ca7601;
}
.highlight .no {
  color: #ca7601;
}
.highlight .nd {
  color: #ca7601;
}
.highlight .ni {
  color: #ca7601;
}
.highlight .ne {
  color: #ca7601;
}
.highlight .nf {
  color: #383942;
}
.highlight .nl {
  color: #ca7601;
}
.highlight .nn {
  color: #383942;
}
.highlight .nx {
  color: #383942;
}
.highlight .py {
  color: #ca7601;
}
.highlight .nt {
  color: #e35549;
}
.highlight .nv {
  color: #ca7601;
}
.highlight .ow {
  font-weight: 700;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mf {
  color: #b66a00;
}
.highlight .mh {
  color: #b66a00;
}
.highlight .mi {
  color: #b66a00;
}
.highlight .mo {
  color: #b66a00;
}
.highlight .sb {
  color: #50a04f;
}
.highlight .sc {
  color: #50a04f;
}
.highlight .sd {
  color: #50a04f;
}
.highlight .s2 {
  color: #50a04f;
}
.highlight .se {
  color: #50a04f;
}
.highlight .sh {
  color: #50a04f;
}
.highlight .si {
  color: #50a04f;
}
.highlight .sx {
  color: #50a04f;
}
.highlight .sr {
  color: #0083bb;
}
.highlight .s1 {
  color: #50a04f;
}
.highlight .ss {
  color: #0083bb;
}
.highlight .bp {
  color: #ca7601;
}
.highlight .vc {
  color: #ca7601;
}
.highlight .vg {
  color: #ca7601;
}
.highlight .vi {
  color: #e35549;
}
.highlight .il {
  color: #b66a00;
}
.highlight .gu {
  color: #75715e;
}
.highlight .gd {
  color: #e05151;
}
.highlight .gi {
  color: #43d089;
}
.highlight .language-json .w + .s2 {
  color: #e35549;
}
.highlight .language-json .kc {
  color: #0083bb;
}
.dark {
  .highlight, pre.highlight {
    background: #31343f;
    color: #dee2f7;
  }
  .highlight pre {
    background: #31343f;
  }
  .highlight .hll {
    background: #31343f;
  }
  .highlight .c {
    color: #63677e;
    font-style: italic;
  }
  .highlight .err {
    color: #960050;
    background-color: #1e0010;
  }
  .highlight .k {
    color: #e19ef5;
  }
  .highlight .l {
    color: #a3eea0;
  }
  .highlight .n {
    color: #dee2f7;
  }
  .highlight .o {
    color: #dee2f7;
  }
  .highlight .p {
    color: #dee2f7;
  }
  .highlight .cm {
    color: #63677e;
    font-style: italic;
  }
  .highlight .cp {
    color: #63677e;
    font-style: italic;
  }
  .highlight .c1 {
    color: #63677e;
    font-style: italic;
  }
  .highlight .cs {
    color: #63677e;
    font-style: italic;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gs {
    font-weight: 700;
  }
  .highlight .kc {
    color: #e19ef5;
  }
  .highlight .kd {
    color: #e19ef5;
  }
  .highlight .kn {
    color: #e19ef5;
  }
  .highlight .kp {
    color: #e19ef5;
  }
  .highlight .kr {
    color: #e19ef5;
  }
  .highlight .kt {
    color: #e19ef5;
  }
  .highlight .ld {
    color: #a3eea0;
  }
  .highlight .m {
    color: #eddc96;
  }
  .highlight .s {
    color: #a3eea0;
  }
  .highlight .na {
    color: #eddc96;
  }
  .highlight .nb {
    color: #fdce68;
  }
  .highlight .nc {
    color: #fdce68;
  }
  .highlight .no {
    color: #fdce68;
  }
  .highlight .nd {
    color: #fdce68;
  }
  .highlight .ni {
    color: #fdce68;
  }
  .highlight .ne {
    color: #fdce68;
  }
  .highlight .nf {
    color: #dee2f7;
  }
  .highlight .nl {
    color: #fdce68;
  }
  .highlight .nn {
    color: #dee2f7;
  }
  .highlight .nx {
    color: #dee2f7;
  }
  .highlight .py {
    color: #fdce68;
  }
  .highlight .nt {
    color: #f9867b;
  }
  .highlight .nv {
    color: #fdce68;
  }
  .highlight .ow {
    font-weight: 700;
  }
  .highlight .w {
    color: #f8f8f2;
  }
  .highlight .mf {
    color: #eddc96;
  }
  .highlight .mh {
    color: #eddc96;
  }
  .highlight .mi {
    color: #eddc96;
  }
  .highlight .mo {
    color: #eddc96;
  }
  .highlight .sb {
    color: #a3eea0;
  }
  .highlight .sc {
    color: #a3eea0;
  }
  .highlight .sd {
    color: #a3eea0;
  }
  .highlight .s2 {
    color: #a3eea0;
  }
  .highlight .se {
    color: #a3eea0;
  }
  .highlight .sh {
    color: #a3eea0;
  }
  .highlight .si {
    color: #a3eea0;
  }
  .highlight .sx {
    color: #a3eea0;
  }
  .highlight .sr {
    color: #7be2f9;
  }
  .highlight .s1 {
    color: #a3eea0;
  }
  .highlight .ss {
    color: #7be2f9;
  }
  .highlight .bp {
    color: #fdce68;
  }
  .highlight .vc {
    color: #fdce68;
  }
  .highlight .vg {
    color: #fdce68;
  }
  .highlight .vi {
    color: #f9867b;
  }
  .highlight .il {
    color: #eddc96;
  }
  .highlight .gu {
    color: #75715e;
  }
  .highlight .gd {
    color: #f92672;
  }
  .highlight .gi {
    color: #a6e22e;
  }
  p.highlight, blockquote.highlight {
    background: rgba(231, 175, 6, 0.2);
    border-left: 4px solid #ffeb82;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.highlight > .highlight-title, blockquote.highlight > .highlight-title {
    color: #ffeb82;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.highlight-title, blockquote.highlight-title {
    background: rgba(231, 175, 6, 0.2);
    border-left: 4px solid #ffeb82;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.highlight-title > p:first-child, blockquote.highlight-title > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffeb82;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  blockquote.highlight {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.highlight > p:first-child {
    margin-top: 0;
  }
  blockquote.highlight > p:last-child {
    margin-bottom: 0;
  }
  blockquote.highlight-title {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.highlight-title > p:nth-child(2) {
    margin-top: 0;
  }
  blockquote.highlight-title > p:last-child {
    margin-bottom: 0;
  }
  p.important, blockquote.important {
    background: rgba(24, 51, 133, 0.2);
    border-left: 4px solid #2c84fa;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.important::before, blockquote.important::before {
    color: #2c84fa;
    content: "Important";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.important > .important-title, blockquote.important > .important-title {
    color: #2c84fa;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.important-title, blockquote.important-title {
    background: rgba(24, 51, 133, 0.2);
    border-left: 4px solid #2c84fa;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.important-title > p:first-child, blockquote.important-title > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    color: #2c84fa;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  blockquote.important {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.important > p:first-child {
    margin-top: 0;
  }
  blockquote.important > p:last-child {
    margin-bottom: 0;
  }
  blockquote.important-title {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.important-title > p:nth-child(2) {
    margin-top: 0;
  }
  blockquote.important-title > p:last-child {
    margin-bottom: 0;
  }
  p.new, blockquote.new {
    background: rgba(2, 110, 87, 0.2);
    border-left: 4px solid #41d693;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.new::before, blockquote.new::before {
    color: #41d693;
    content: "New";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.new > .new-title, blockquote.new > .new-title {
    color: #41d693;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.new-title, blockquote.new-title {
    background: rgba(2, 110, 87, 0.2);
    border-left: 4px solid #41d693;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.new-title > p:first-child, blockquote.new-title > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    color: #41d693;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  blockquote.new {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.new > p:first-child {
    margin-top: 0;
  }
  blockquote.new > p:last-child {
    margin-bottom: 0;
  }
  blockquote.new-title {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.new-title > p:nth-child(2) {
    margin-top: 0;
  }
  blockquote.new-title > p:last-child {
    margin-bottom: 0;
  }
  p.note, blockquote.note {
    background: rgba(56, 24, 133, 0.2);
    border-left: 4px solid #7253ed;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.note::before, blockquote.note::before {
    color: #7253ed;
    content: "Note";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.note > .note-title, blockquote.note > .note-title {
    color: #7253ed;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.note-title, blockquote.note-title {
    background: rgba(56, 24, 133, 0.2);
    border-left: 4px solid #7253ed;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.note-title > p:first-child, blockquote.note-title > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    color: #7253ed;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  blockquote.note {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.note > p:first-child {
    margin-top: 0;
  }
  blockquote.note > p:last-child {
    margin-bottom: 0;
  }
  blockquote.note-title {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.note-title > p:nth-child(2) {
    margin-top: 0;
  }
  blockquote.note-title > p:last-child {
    margin-bottom: 0;
  }
  p.warning, blockquote.warning {
    background: rgba(221, 46, 46, 0.2);
    border-left: 4px solid #f77e7e;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.warning::before, blockquote.warning::before {
    color: #f77e7e;
    content: "Warning";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.warning > .warning-title, blockquote.warning > .warning-title {
    color: #f77e7e;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  p.warning-title, blockquote.warning-title {
    background: rgba(221, 46, 46, 0.2);
    border-left: 4px solid #f77e7e;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    padding: 0.8rem;
  }
  p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
    margin-top: 0;
    margin-bottom: 0;
    color: #f77e7e;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-bottom: 0.125rem;
  }
  blockquote.warning {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.warning > p:first-child {
    margin-top: 0;
  }
  blockquote.warning > p:last-child {
    margin-bottom: 0;
  }
  blockquote.warning-title {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.warning-title > p:nth-child(2) {
    margin-top: 0;
  }
  blockquote.warning-title > p:last-child {
    margin-bottom: 0;
  }
}
.search {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  height: var(--sp-10);
  padding: var(--sp-2);
  transition: padding linear calc(var(--transition-duration) * 0.5);
  @media (min-width: 50rem) {
    position: relative !important;
    width: auto !important;
    height: 100% !important;
    padding: 0;
    transition: none;
  }
}
.search-input-wrap {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: unset !important;
  height: var(--sp-8);
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: height linear calc(var(--transition-duration )* 0.5);
  @media (min-width: 50rem) {
    position: absolute;
    width: 100%;
    max-width: var(--search-results-width);
    height: 100% !important;
    border-radius: 0;
    box-shadow: none;
    transition: width ease var(--transition-duration);
  }
}
.search-input {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: var(--sp-2) var(--gutter-spacing-sm) var(--sp-2) calc(var(--gutter-spacing-sm) + var(--sp-5));
  font-size: 1rem;
  color: var(--body-text-color);
  background-color: var(--search-background-color);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  @media (min-width: 50rem) {
    padding: var(--sp-2) var(--gutter-spacing-sm) var(--sp-2) calc(var(--gutter-spacing) + var(--sp-5));
    font-size: 0.875rem;
    background-color: var(--body-background-color);
    transition: padding-left linear calc(var(--transition-duration * 0.5));
  }
  &:focus {
    outline: 0;
    + .search-label .search-icon {
      color: var(--color-link);
    }
  }
}
.search-label {
  position: absolute;
  display: flex;
  height: 100%;
  padding-left: var(--gutter-spacing-sm);
  @media (min-width: 50rem) {
    padding-left: var(--gutter-spacing);
    transition: padding-left linear calc(var(--transition-duration * 0.5));
  }
  .search-icon {
    width: 1.2rem;
    height: 1.2rem;
    align-self: center;
    color: var(--color-grey-dk-000);
  }
}
.search-results {
  position: absolute;
  left: 0;
  width: 100% !important;
  display: none;
  width: 100%;
  max-height: calc(100% - calc(var(--sp-10)));
  overflow-y: auto;
  background-color: var(--search-background-color);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  @media (min-width: 50rem) {
    top: 100%;
    width: var(--search-results-width);
    max-height: calc(100vh - 200%) !important;
  }
}
.search-results-list {
  padding-left: 0;
  margin-bottom: var(--sp-1);
  list-style: none;
  font-size: var(--font-size-4);
  @media (min-width: 50rem) {
    font-size: var(--font-size-3);
  }
}
.search-results-list-item {
  padding: 0;
  margin: 0;
}
.search-result {
  display: block;
  padding: var(--sp-1) var(--sp-3);
  &:hover, &.active {
    background-color: var(--color-feedback);
  }
}
.search-result-title {
  display: block;
  padding-top: var(--sp-2);
  padding-bottom: var(--sp-2);
  @media (min-width: 31.25rem) {
    display: inline-block;
    width: 40%;
    padding-right: var(--sp-2);
    vertical-align: top;
  }
}
.search-result-doc {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  &.search-result-doc-parent {
    opacity: 0.5;
    font-size: var(--font-size-4);
    @media (min-width: 50rem) {
      font-size: var(--font-size-4);
    }
  }
  .search-result-icon {
    width: var(--sp-4);
    height: var(--sp-4);
    margin-right: var(--sp-2);
    color: var(--color-link);
    flex-shrink: 0;
  }
  .search-result-doc-title {
    overflow: auto;
    font-size: var(--font-size-4);
  }
}
.search-result-section {
  margin-left: calc(var(--sp-4) + var(--sp-2));
  word-wrap: break-word;
}
.search-result-rel-url {
  display: block;
  margin-left: calc(var(--sp-4) + var(--sp-2));
  overflow: hidden;
  color: var(--search-result-preview-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size-3);
}
.search-result-previews {
  display: block;
  padding-top: var(--sp-2);
  padding-bottom: var(--sp-2);
  padding-left: var(--sp-4);
  margin-left: var(--sp-2);
  color: var(--search-result-preview-color);
  word-wrap: break-word;
  border-left: var(--border);
  border-left-color: var(--border-color);
  font-size: var(--font-size-3);
  @media (min-width: 31.25rem) {
    display: inline-block;
    width: 60%;
    padding-left: var(--sp-2);
    margin-left: 0;
    vertical-align: top;
  }
}
.search-result-preview + .search-result-preview {
  margin-top: var(--sp-1);
}
.search-result-highlight {
  font-weight: bold;
  color: var(--primary-color);
}
.search-no-result {
  padding: var(--sp-2) var(--sp-3);
  font-size: var(--font-size-3);
}
.search-button {
  position: fixed;
  right: var(--sp-4);
  bottom: var(--sp-4);
  display: flex;
  width: var(--sp-9);
  height: var(--sp-9);
  background-color: var(--search-background-color);
  border: 1px solid rgba(var(--color-link, 0.3));
  border-radius: calc(var(--sp-9 * 0.5));
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
  align-items: center;
  justify-content: center;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity ease var(--transition-duration), width 0s var(--transition-duration), height 0s var(--transition-duration);
}
.search-active {
  .search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .search-input-wrap {
    height: var(--sp-10);
    border-radius: 0;
    @media (min-width: 50rem) {
      width: var(--search-results-width);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
    }
  }
  .search-input {
    background-color: var(--search-background-color);
    @media (min-width: 50rem) {
      padding-left: 2.3rem;
    }
  }
  .search-label {
    @media (min-width: 50rem) {
      padding-left: 0.6rem;
    }
  }
  .search-results {
    display: block;
  }
  .search-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity ease var(--transition-duration), width 0s, height 0s;
  }
  @media (min-width: 50rem) {
    .main {
      position: fixed;
      right: 0;
      left: 0;
    }
  }
  .main-header {
    padding-top: var(--sp-10);
    @media (min-width: 50rem) {
      padding-top: 0;
    }
  }
}
.site-footer {
  border-top: 1px solid var(--border-color);
}
@media (min-width: 31.25rem) {
  .site-footer {
    padding-top: var(--sp-4);
  }
  .main-content {
    padding-bottom: var(--sp-4);
  }
}
body:not(.theme-loaded) {
  visibility: hidden;
}
.btn.js-toggle-mode {
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
}
.btn.js-toggle-mode:focus {
  outline: none !important;
}
.btn.js-toggle-mode:focus:hover {
  outline: none !important;
  box-shadow: none;
}
.btn.js-toggle-mode:hover {
  outline: none !important;
}
.site-header .btn.js-toggle-mode {
  display: block;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 50rem) {
  .site-header .btn.js-toggle-mode {
    display: none;
  }
}
.toggle-icon {
  width: 1rem;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}
#main-header, .search {
  display: block;
}
@media (min-width: 50rem) {
  #main-header, .search {
    display: flex;
  }
}
.aux-nav {
  display: none;
}
@media (min-width: 50rem) {
  .aux-nav {
    display: block;
  }
}
body.homepage.blog .search {
  display: block;
}
body.homepage .main-header .site-header {
  display: none;
}
body.homepage .ft-line, body.homepage .ft-home {
  display: none;
}
@media (min-width: 50rem) {
  body.homepage .main {
    position: relative;
    margin: unset !important;
    max-width: unset !important;
  }
  body.homepage .contain {
    max-width: var(--full-content-width);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.homepage .side-bar {
    display: none;
  }
  body.homepage .search {
    display: none;
  }
  body.homepage .main-header {
    padding-right: var(--gutter-spacing-sm);
    padding-left: var(--gutter-spacing-sm);
  }
  @media (min-width: 50rem) {
    body.homepage .main-header {
      padding-right: var(--gutter-spacing);
      padding-left: var(--gutter-spacing);
    }
  }
  body.homepage .main-header .site-header {
    display: flex;
    width: var(--nav-width);
  }
  body.homepage .main-content {
    padding-bottom: 0;
  }
  body.homepage .ft-line, body.homepage .ft-home {
    display: block;
  }
}
.home-icon-wrap {
  display: block;
}
@media (min-width: 50rem) {
  .home-icon-wrap {
    display: none;
  }
}
.home-icon {
  height: 30px;
  width: 30px;
}
@media (min-width: 50rem) {
  .contain {
    padding-right: var(--gutter-spacing);
    padding-left: var(--gutter-spacing);
  }
}
.primary-color {
  color: var(--primary-color) !important;
}
.hero-bg-color {
  background-color: var(--hero-bg-color);
}
.section-bg-color {
  background-color: var(--section-bg-color);
}
.btn.btn-outline {
  box-shadow: inset 0 0 0 2px var(--primary-color);
}
.btn.btn-outline:focus:hover {
  box-shadow: inset 0 0 0 2px var(--btn-outline-focus);
}
.btn-style {
  padding: 20px 24px;
  border-radius: 12px;
}
.hero {
  background-color: var(--hero-bg-color);
}
.hero > .contain {
  padding: 60px 16px;
}
@media (min-width: 31.25rem) {
  .hero > .contain {
    padding: 60px;
  }
}
@media (min-width: 50rem) {
  .hero > .contain {
    padding: 120px;
  }
  .hero > .contain .content .cta {
    display: block !important;
  }
}
.hero .bg-container .content > p {
  margin-top: 0;
}
@media (min-width: 66.5rem) {
  .hero .bg-container .content > p {
    margin-right: 170px;
    margin-left: 170px;
    margin-bottom: 60px;
    font-size: 20px;
  }
  .hero .bg-container .content > h2 {
    font-size: 3rem !important;
    margin-bottom: 60px;
  }
  .hero .bg-container .content > h5 {
    font-size: 2rem !important;
  }
  .hero .bg-container .content > .cta a:first-child {
    margin-bottom: 0;
  }
}
.hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.hero .content .cta {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
}
.hero .content .cta > a:first-child {
  margin-bottom: 20px;
}
.hero .content > h2 {
  margin-bottom: 40px;
  font-size: 2.5rem !important;
  font-weight: 700;
}
.hero .content > h5 {
  font-size: 1.5rem !important;
  font-weight: 500;
}
.hero .content > p {
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 160%;
}
.chart-wrap {
  padding: 40px 10px;
  display: grid;
  grid-auto-flow: dense;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
}
@media (min-width: 50rem) {
  .chart-wrap {
    gap: 1.5rem;
    padding: 60px 120px;
  }
}
.chart-wrap > .chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart > img, .chart > svg {
  width: 80px;
  height: 80px;
  color: var(--primary-color);
}
.chart > p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 31.25rem) {
  .chart > p {
    font-size: 1.25rem;
  }
}
.image-wrap {
  padding: 1rem;
  object-fit: cover;
}
.image-wrap img.square {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 7px;
}
@media (min-width: 50rem) {
  .image-wrap img.square {
    aspect-ratio: auto;
  }
}
@media (min-width: 66.5rem) {
  .image-wrap {
    padding: 60px 120px;
  }
}
@media (min-width: 50rem) {
  section.selling-points > .contain {
    padding: 120px;
  }
  section.selling-points > .contain .fs-h3 {
    font-size: 40px !important;
  }
  section.selling-points > .contain .heading-wrap > p {
    font-size: 1.25rem;
  }
  section.selling-points > .contain .icon-wrap {
    margin-top: 60px;
  }
  section.selling-points > .contain .text-content .title {
    font-size: 20px !important;
    padding-top: 0px;
  }
  section.selling-points > .contain .text-content .text {
    font-size: 14px !important;
  }
}
.fs-h3 {
  font-size: 36px !important;
  margin: 0;
}
.selling-points > .contain {
  padding: 60px 16px;
}
.heading-wrap > p {
  line-height: 160%;
  font-size: 1rem;
  margin: 20px 0;
}
.icon-wrap {
  margin-top: 40px;
}
.icon-size {
  width: 80px;
  height: 80px;
}
.chart-icon {
  color: var(--primary-color);
}
.icon-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 370px), 1fr));
  align-items: center;
  gap: 1.5rem 2.5rem;
  text-align: left;
}
.icon-card {
  display: grid;
  gap: 1rem;
  grid-template-columns: 80px 1fr;
}
.icon-card .text-content .title {
  font-weight: 700;
  font-size: 16px !important;
  margin-bottom: 12px !important;
  padding-top: 4px;
  line-height: normal;
}
.icon-card .text-content .text {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 160%;
}
@media (min-width: 50rem) {
  section.integration {
    padding: 120px;
  }
}
.integration {
  padding: 60px 16px;
}
.integration .heading-wrap p {
  padding: 32px 10px;
  margin: 0;
}
.integration .h-icon-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(103px, 100%), 1fr));
  align-items: center;
  gap: 24px 17px;
  justify-items: center;
  margin: 40px 0;
}
@media (min-width: 50rem) {
  section.pricing > .contain {
    padding: 120px;
    margin-bottom: unset;
  }
  section.pricing > .contain .price-card .tier {
    font-size: 20px;
  }
  section.pricing > .contain .price-card .page-view {
    font-size: 20px;
  }
  section.pricing > .contain .price-card .unique {
    display: inline-block;
  }
}
.pricing > .contain {
  padding: 60px 16px;
  margin-bottom: 1.2rem;
}
.pricing > .contain .heading-wrap > p {
  margin-top: 16px;
  margin-bottom: 60px;
}
.pricing > .contain .price-card {
  display: flex;
  padding: 24px 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
}
.pricing > .contain .price-card:hover {
  box-shadow: 0px 0px 40px 0px var(--shadow);
}
.pricing > .contain .price-card.highlight {
  box-shadow: 0px 0px 40px 0px var(--color-link);
}
.pricing > .contain .price-card .tier {
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
}
.pricing > .contain .price-card .pageview {
  font-size: 16px;
}
.pricing > .contain .price-card:not(:first-child) {
  margin-top: 20px;
}
.pricing > .contain .price-card .unique {
  display: none;
}
.pricing > .contain .price-card.additional {
  display: none;
}
.pricing > .contain .benefit {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: start;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
}
.pricing > .contain .benefit > .title {
  font-weight: 700;
  line-height: normal;
  font-size: 24px;
}
.pricing > .contain .benefit .text {
  margin-bottom: 32px;
  margin-top: 32px;
}
.pricing > .contain .benefit .text > p {
  margin: 0;
  line-height: normal;
}
.pricing > .contain .benefit .text > p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 66.5rem) {
  .pricing-pad {
    padding: 0 30px;
  }
}
@media (min-width: 87.5rem) {
  .pricing-pad {
    padding: 0 80px;
  }
}
.pricing-details .price-card-wrap {
  grid-area: price;
}
.pricing-details .btn.more {
  grid-area: btn;
  margin-top: 32px;
  margin-bottom: 60px;
}
.pricing-details .btn {
  width: 200px;
}
.pricing-details .benefit {
  grid-area: benefit;
}
@media (min-width: 66.5rem) {
  .pricing-details {
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(auto, 572px) auto;
    grid-template-rows: 1fr auto;
    grid-template-areas: "price benefit" "btn btn";
  }
  .pricing-details .btn.more {
    margin: auto;
  }
}
@media (min-width: 50rem) {
  .homepage footer.ft-home {
    padding: 20px 50px;
  }
}
.homepage .ft-line {
  margin: 0;
}
.homepage footer {
  padding: 16px 16px;
}
.top-border {
  position: relative;
  padding-top: 20px;
}
.top-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #ecf0f1, #bdc3c7, #ecf0f1);
}
body.homepage.blog .search-results {
  width: 100% !important;
}
body.homepage.blog .search-input-wrap {
  width: 100% !important;
  max-width: unset !important;
}
.hidden {
  display: none !important;
}
.muted > svg {
  color: var(--grey-dk-000) !important;
}
.category-list .contain {
  position: relative;
}
.category-list .category-wrap.active {
  background-color: var(--color-link);
}
.category-list .category-wrap.active a {
  color: white !important;
}
.category-list .category-nav {
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow: auto;
  padding-inline: 8px;
}
@media (min-width: 50rem) {
  .category-list .category-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.category-list .category-nav::-webkit-scrollbar {
  display: none;
}
.category-list .category-nav ul {
  margin: 0;
  padding: 12px 0;
  display: flex;
  gap: 20px;
  -webkit-padding-start: 0px;
  list-style: none;
}
.category-list .category-nav li {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
  line-height: 160%;
  border-radius: 7px;
  border: 1px solid var(--color-grey-dk-200);
}
.category-list .category-nav li a {
  padding: 4px 16px;
  text-decoration: none;
  text-underline-offset: 0;
  color: var(--body-text-color);
}
.category-list .category-nav li:hover {
  box-shadow: 0px 0px 15px 0px var(--color-link);
}
.category-list .category-nav .arrow {
  cursor: pointer;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
}
.category-list .category-nav .arrow > svg {
  color: var(--color-link);
}
.category-list .category-nav .category-nav-prev {
  width: 25px;
  height: 56px;
  position: absolute;
  margin-top: 0px;
  left: 0px;
  top: 0;
}
.category-list .category-nav .category-nav-next {
  width: 25px;
  height: 56px;
  position: absolute;
  right: 0px;
  margin-top: 0px;
  top: 0;
}
@media (min-width: 31.25rem) {
  .category-list .category-nav {
    margin: 0 40px;
  }
  .category-list .category-nav .arrow {
    display: flex;
  }
}
@media (min-width: 50rem) {
  .category-list .category-nav ul {
    gap: 40px;
    padding: 20px 0;
  }
  .category-list .category-nav li {
    font-size: 16px;
  }
  .category-list .category-nav li a {
    padding: 5px 16px;
  }
  .category-list .category-nav .category-nav-prev {
    width: 25px;
    height: 77px;
  }
  .category-list .category-nav .category-nav-next {
    width: 25px;
    height: 77px;
  }
}
.blog-hero > .contain {
  display: flex;
  flex-direction: column;
  padding: 60px 16px;
}
.blog-hero > .contain > .hero-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: center;
}
.blog-hero > .contain > .hero-text .hero-title {
  font-size: 48px !important;
  font-weight: 700;
  margin-bottom: 0;
}
.blog-hero > .contain > .hero-text .text {
  margin: 16px 0 40px 0;
  font-size: 16px;
  line-height: 25.6px;
}
.blog-hero > .contain .img-wrap {
  display: none;
}
.blog-hero > .contain .img-wrap > img {
  border-radius: 7px;
  object-fit: cover;
}
@media (min-width: 31.25rem) {
  .blog-hero .hero-text {
    align-items: center;
  }
}
@media (min-width: 66.5rem) {
  .blog-hero > .contain {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 80px 120px;
    gap: 80px;
  }
  .blog-hero > .contain .hero-text {
    align-items: unset;
    text-align: justify;
    flex-shrink: 1.5;
  }
  .blog-hero > .contain .hero-text > a.btn {
    margin-right: auto;
    font-size: 20px;
  }
  .blog-hero > .contain .hero-text .text {
    font-size: 20px;
    line-height: 32px;
  }
  .blog-hero > .contain .img-wrap {
    display: block;
  }
}
@media (min-width: 87.5rem) {
  .blog-hero .img-wrap {
    width: 500px;
    height: 500px;
  }
  .blog-hero .img-wrap > img {
    max-width: 500px;
  }
}
.posts-list {
  padding: 60px 16px 40px;
}
.posts-list > h3.title {
  font-size: 32px !important;
  font-weight: 700;
  margin-bottom: 0;
}
.posts-list .post-wrap {
  display: grid;
  gap: 32px;
  margin-top: 80px;
}
.posts-list .post-card {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 20px;
  align-items: center;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.posts-list .post-card:hover {
  box-shadow: 0px 0px 40px 0px var(--shadow);
}
.posts-list .post-image {
  border-radius: 7px;
}
.posts-list .post-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.posts-list .post-text {
  font-size: 14px;
  line-height: 160%;
}
.posts-list a.post-url {
  color: unset;
}
@media (min-width: 66.5rem) {
  .posts-list {
    padding: 90px 120px 40px;
  }
  .posts-list > h3.title {
    font-size: 40px !important;
  }
  .posts-list .post-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 32px;
  }
  .posts-list .post-card {
    display: grid;
    grid-template-columns: 140px auto;
    gap: 20px;
    align-items: center;
  }
  .posts-list .post-image {
    width: 140px;
    height: 140px;
  }
}
.pagination {
  margin: 60px 0 20px 0;
}
.pagination ul.pager {
  text-align: center;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination ul.pager li {
  display: inline-flex;
  margin: 5px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.pagination .selected {
  background-color: var(--section-bg-color);
}
.pagination a {
  text-decoration: none;
  line-height: normal !important;
}
.pagination li:hover {
  background-color: var(--hero-bg-color);
}
.pagination .chevron {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  color: var(--color-link);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.pagination a, .pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-left: 0;
  padding: 5px;
}
@media (min-width: 50rem) {
  .pagination a, .pagination span {
    padding: 10px;
    width: 40px;
    height: 40px;
  }
}
.pagination .active {
  pointer-events: none;
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
  border-radius: 9999px;
}
.pagination .active svg {
  opacity: .3;
}
.pagination .disabled svg {
  color: var(--grey-lt-300);
}
.pagination a:hover {
  background: #f3f3f3;
  cursor: pointer;
  border-radius: 9999px;
}
.pagination a:first-child, .pagination span:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 9999px;
}
.pagination a:last-child, .pagination span:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-radius: 9999px;
}
.pagination .disabled {
  background-color: var(--grey-lt-300);
  color: var(--grey-dk-000);
}
.page-404 {
  padding: 120px 16px;
  height: 100%;
  overflow-x: hidden;
}
.page-404 a {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
}
.page-404 a:hover {
  background-color: var(--section-bg-color);
  border-radius: 10px;
}
.page-404 a:before {
  content: "";
  position: absolute;
  width: 0;
  background: var(--primary-color);
  left: 45%;
  height: 2px;
  bottom: 0;
  transition: all .3s;
  opacity: 0.7;
}
.page-404 a:hover:before {
  width: 100%;
  left: 0;
}
.page-404 p {
  line-height: 200%;
}
.page-404 > h2 {
  font-size: 60px !important;
  margin-top: 60px;
  animation: grow 1s ease-in-out infinite alternate;
  overflow-x: hidden;
}
@media (min-width: 31.25rem) {
  .page-404 {
    padding: 120px 60px;
  }
}
@media (min-width: 66.5rem) {
  .page-404 {
    padding: 120px;
  }
}
@keyframes grow {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.15);
  }
}
.post-single {
  background-color: var(--post-hero-bg);
}
.post-single > .contain {
  padding: 65px 16px;
}
.post-single > .contain .hero-text > h2 {
  font-size: 40px !important;
  font-weight: 700;
  margin-bottom: 16px !important;
}
.post-single > .contain .hero-text > p.text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-style: italic;
}
@media (min-width: 66.5rem) {
  .post-single > .contain {
    padding: 105px 120px;
  }
  .post-single > .contain .hero-text > h2 {
    font-size: 48px !important;
  }
  .post-single > .contain .hero-text p.text {
    font-size: 20px !important;
  }
}
section.post-content {
  padding: 40px 16px;
}
section.post-content p {
  font-size: 16px !important;
  line-height: 160%;
  text-align: justify;
}
@media (min-width: 66.5rem) {
  section.post-content {
    padding: 85px 120px;
  }
  section.post-content p {
    font-size: 20px !important;
  }
}
.recommendation {
  padding: 40px 16px;
  margin-bottom: 17px;
}
.recommendation .title {
  margin-bottom: 40px;
}
.recommendation .main-title {
  font-size: 24px !important;
  font-weight: 700;
}
.recommendation .post-wrap {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}
.recommendation .post-card {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 20px;
  align-items: center;
  background-color: var(--body-background-color);
  border-radius: 12px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.recommendation .post-card:hover {
  box-shadow: 0px 0px 40px 0px var(--shadow);
}
.recommendation .post-content {
  padding-right: 20px;
}
.recommendation .post-image {
  border-radius: 7px;
}
.recommendation .post-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.recommendation .post-text, .recommendation .post-text-xl {
  font-size: 14px;
  line-height: 160%;
  text-align: justify;
}
.recommendation a.post-url {
  color: unset;
}
@media (min-width: 50rem) {
  .recommendation {
    margin-bottom: unset;
  }
}
@media (min-width: 66.5rem) {
  .recommendation {
    padding: 60px 120px;
  }
  .recommendation .title {
    margin-bottom: 80px;
  }
  .recommendation .main-title {
    font-size: 32px !important;
  }
  .recommendation .post-wrap {
    margin-top: 80px;
  }
}
@media (min-width: 87.5rem) {
  .recommendation .post-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.xl-only {
  display: none;
}
@media (min-width: 87.5rem) {
  .sm-md {
    display: none;
  }
  .xl-only {
    display: block;
  }
}
.blog.category .section-title {
  font-size: 48px !important;
  font-weight: 700;
}
section.page-content {
  padding: 30px 16px;
}
section.page-content p {
  font-size: 16px !important;
  line-height: 160%;
  text-align: justify;
}
@media (min-width: 66.5rem) {
  section.page-content {
    padding: 40px 80px;
  }
  section.page-content p {
    font-size: 20px !important;
  }
}
h1, .text-alpha {
  font-size: var(--font-size-8);
  font-weight: 300;
}
h2, .text-beta, #toctitle {
  font-size: var(--font-size-6);
}
h3, .text-gamma {
  font-size: var(--font-size-5);
}
h4, .text-delta {
  font-size: var(--font-size-3);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 code {
  text-transform: none;
}
h5, .text-epsilon {
  font-size: var(--font-size-3);
}
h6, .text-zeta {
  font-size: var(--font-size-2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-color: darkgrey transparent;
}
body {
  font-family: var(--body-font-family);
  font-size: inherit;
  line-height: var(--body-line-height);
  color: var(--body-text-color);
  background-color: var(--body-background-color);
  overflow-wrap: break-word;
}
ol, ul, dl, pre, address, blockquote, table, div, hr, form, fieldset, noscript .table-wrapper {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6, #toctitle {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: var(--body-heading-line-height);
  color: var(--body-heading-color);
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
a {
  color: var(--color-link);
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
  text-decoration-color: var(--border-color);
  text-underline-offset: 2px;
}
a:not([class]):hover {
  text-decoration-color: rgba(var(--color-link), 0.45);
}
code {
  font-family: var(--mono-font-family);
  font-size: 0.75em;
  line-height: var(--body-line-height);
}
figure, pre {
  margin: 0;
}
li {
  margin: 0.25em 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 1px;
  padding: 0;
  margin: var(--sp-6) 0;
  background-color: var(--border-color);
  border: 0;
}
blockquote {
  margin: 10px 0;
  margin-block-start: 0;
  margin-inline-start: 0;
  padding-left: 1rem;
  border-left: 3px solid var(--border-color);
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-content: "";
    }
  }
}

