/** AirBridge Icon */
.airbridge-banner-info-icon {
  border-radius: 0 !important;
}

:root {
  /*  color primitive */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-white-alpha-800: rgba(255, 255, 255, 0.8);
  --color-white-alpha-0: rgba(255, 255, 255, 0);
  --color-gray-950: #121417;
  --color-gray-900: #22272b;
  --color-gray-800: #363e45;
  --color-gray-700: #55616d;
  --color-gray-600: #707f8f;
  --color-gray-500: #8a96a3;
  --color-gray-400: #acb5be;
  --color-gray-300: #cbd1d7;
  --color-gray-200: #e3e6e9;
  --color-gray-100: #f0f2f3;
  --color-gray-50: #f6f7f8;
  --color-gray-alpha-900: rgba(8, 15, 23, 0.9);
  --color-gray-alpha-800: rgba(4, 14, 24, 0.8);
  --color-gray-alpha-700: rgba(0, 16, 31, 0.66);
  --color-gray-alpha-600: rgba(0, 26, 50, 0.56);
  --color-gray-alpha-500: rgba(0, 26, 50, 0.46);
  --color-gray-alpha-400: rgba(0, 30, 57, 0.33);
  --color-gray-alpha-300: rgba(0, 30, 57, 0.21);
  --color-gray-alpha-200: rgba(0, 30, 57, 0.12);
  --color-gray-alpha-100: rgba(0, 30, 57, 0.06);
  --color-gray-alpha-50: rgba(0, 30, 57, 0.03);
  --color-gray-alpha-inverse-900: rgba(251, 253, 255, 0.95);
  --color-gray-alpha-inverse-800: rgba(246, 251, 255, 0.85);
  --color-gray-alpha-inverse-700: rgba(244, 249, 255, 0.75);
  --color-gray-alpha-inverse-600: rgba(240, 247, 255, 0.65);
  --color-gray-alpha-inverse-500: rgba(229, 241, 255, 0.55);
  --color-gray-alpha-inverse-400: rgba(225, 238, 255, 0.45);
  --color-gray-alpha-inverse-300: rgba(211, 230, 255, 0.35);
  --color-gray-alpha-inverse-200: rgba(200, 224, 255, 0.25);
  --color-gray-alpha-inverse-100: rgba(192, 220, 255, 0.15);
  --color-gray-alpha-inverse-50: rgba(189, 219, 255, 0.1);
  --color-gray-alpha-inverse-0: rgba(255, 255, 255, 0);
  --color-violet-950: #120d3f;
  --color-violet-900: #1e176d;
  --color-violet-800: #3024ad;
  --color-violet-700: #4939f3;
  --color-violet-600: #5e50fa;
  --color-violet-500: #7b6ffb;
  --color-violet-400: #9b92fc;
  --color-violet-300: #bfb9fd;
  --color-violet-200: #d4cfff;
  --color-violet-100: #f0f0ff;
  --color-violet-50: #f4f4ff;
  --color-violet-alpha-600: rgba(19, 0, 232, 0.67);
  --color-violet-alpha-100: rgba(19, 0, 232, 0.06);
  --color-red-950: #3b0202;
  --color-red-900: #590202;
  --color-red-800: #a60404;
  --color-red-700: #df0000;
  --color-red-600: #f91f1f;
  --color-red-500: #ff5c5c;
  --color-red-400: #ff8585;
  --color-red-300: #ffadad;
  --color-red-200: #ffc3c3;
  --color-red-100: #ffefef;
  --color-red-50: #fff3f3;
  --color-red-alpha-600: rgba(240, 0, 0, 0.8);
  --color-red-alpha-100: rgba(255, 0, 0, 0.06);
  --color-green-950: #052c19;
  --color-green-900: #084929;
  --color-green-800: #0c6e3d;
  --color-green-700: #009c4f;
  --color-green-600: #14b866;
  --color-green-500: #3bce85;
  --color-green-400: #70dba6;
  --color-green-300: #a5e9c7;
  --color-green-200: #c6f1db;
  --color-green-100: #e3fbef;
  --color-green-50: #eefdf6;
  --color-green-alpha-600: rgba(10, 138, 74, 0.74);
  --color-green-alpha-100: rgba(0, 227, 114, 0.16);
  --color-orange-950: #411e00;
  --color-orange-900: #763700;
  --color-orange-800: #b25300;
  --color-orange-700: #f16d09;
  --color-orange-600: #ff7c0a;
  --color-orange-500: #ff973d;
  --color-orange-400: #ffb370;
  --color-orange-300: #ffc999;
  --color-orange-200: #ffd6b2;
  --color-orange-100: #fff2e5;
  --color-orange-50: #fff6ee;
  --color-orange-alpha-600: rgba(240, 88, 0, 0.72);
  --color-orange-alpha-100: rgba(255, 106, 0, 0.09);
  --color-blue-950: #001f4b;
  --color-blue-900: #002c68;
  --color-blue-800: #0049af;
  --color-blue-700: #0062f5;
  --color-blue-600: #0e72ff;
  --color-blue-500: #3a8cff;
  --color-blue-400: #6ca9ff;
  --color-blue-300: #a3c9ff;
  --color-blue-200: #c7defe;
  --color-blue-100: #e9f3ff;
  --color-blue-50: #f0f6ff;
  --color-blue-alpha-600: rgba(0, 77, 219, 0.78);
  --color-blue-alpha-100: rgba(0, 102, 255, 0.08);
  --color-yellow-950: #3c3000;
  --color-yellow-900: #5c4900;
  --color-yellow-800: #947600;
  --color-yellow-700: #d1a700;
  --color-yellow-600: #ffcc00;
  --color-yellow-500: #ffd70f;
  --color-yellow-400: #ffe357;
  --color-yellow-300: #ffec8f;
  --color-yellow-200: #fff4bf;
  --color-yellow-100: #fff8d3;
  --color-yellow-50: #fffae2;
  --color-pink-950: #2f0010;
  --color-pink-900: #45091d;
  --color-pink-800: #89123a;
  --color-pink-700: #b8184d;
  --color-pink-600: #e22262;
  --color-pink-500: #ff528c;
  --color-pink-400: #ff80aa;
  --color-pink-300: #ffb2cc;
  --color-pink-200: #ffd8e5;
  --color-pink-100: #ffe5ee;
  --color-pink-50: #fef1f5;
  --color-olive-950: #3b430a;
  --color-olive-900: #4f590d;
  --color-olive-800: #6f7d12;
  --color-olive-700: #8a9c16;
  --color-olive-600: #a4ba12;
  --color-olive-500: #c0da16;
  --color-olive-400: #cfe920;
  --color-olive-300: #e3f566;
  --color-olive-200: #f5fcca;
  --color-olive-100: #f9fde1;
  --color-olive-50: #f5fbe3;
  --color-cyan-950: #093535;
  --color-cyan-900: #0f5757;
  --color-cyan-800: #178282;
  --color-cyan-700: #1da5a5;
  --color-cyan-600: #22bebe;
  --color-cyan-500: #26d9d9;
  --color-cyan-400: #6be5e5;
  --color-cyan-300: #97eded;
  --color-cyan-200: #bef4f4;
  --color-cyan-100: #dcf9f9;
  --color-cyan-50: #e9fbfb;
  --color-cornflower-950: #0d174a;
  --color-cornflower-900: #13226c;
  --color-cornflower-800: #1d34a5;
  --color-cornflower-700: #2f4bda;
  --color-cornflower-600: #3f5fff;
  --color-cornflower-500: #7088ff;
  --color-cornflower-400: #99aaff;
  --color-cornflower-300: #bdc8ff;
  --color-cornflower-200: #d6ddff;
  --color-cornflower-100: #e5e9ff;
  --color-cornflower-50: #f1f3ff;
  --color-magenta-950: #2c0035;
  --color-magenta-900: #4e005e;
  --color-magenta-800: #75008d;
  --color-magenta-700: #9700b6;
  --color-magenta-600: #c300eb;
  --color-magenta-500: #e047ff;
  --color-magenta-400: #ea80ff;
  --color-magenta-300: #f2b2ff;
  --color-magenta-200: #f8d6ff;
  --color-magenta-100: #fbe5ff;
  --color-magenta-50: #fcefff;

  /*  color sementic  */
  --color-primary-foreground-high: var(--color-violet-700);
  --color-primary-foreground-main: var(--color-violet-600);
  --color-primary-foreground-inverse-main: var(--color-white);
  --color-primary-background-main: var(--color-violet-600);
  --color-primary-background-low: var(--color-violet-100);
  --color-primary-background-lowest: var(--color-violet-50);
  --color-primary-background-hover: var(--color-gray-alpha-200);
  --color-primary-border-main: var(--color-violet-alpha-600);
  --color-secondary-foreground-high: var(--color-gray-800);
  --color-secondary-foreground-main: var(--color-gray-700);
  --color-secondary-foreground-low: var(--color-gray-400);
  --color-secondary-foreground-inverse-main: var(--color-white);
  --color-secondary-background-main: var(--color-gray-800);
  --color-secondary-background-low: var(--color-gray-100);
  --color-secondary-background-hover: var(--color-gray-alpha-200);
  --color-secondary-border-main: var(--color-gray-alpha-900);
  --color-error-foreground-high: var(--color-red-700);
  --color-error-foreground-main: var(--color-red-600);
  --color-error-foreground-low: var(--color-red-400);
  --color-error-foreground-inverse-main: var(--color-white);
  --color-error-background-main: var(--color-red-600);
  --color-error-background-low: var(--color-red-100);
  --color-error-background-hover: var(--color-gray-alpha-200);
  --color-error-border-main: var(--color-red-alpha-600);
  --color-success-foreground-high: var(--color-green-700);
  --color-success-foreground-main: var(--color-green-600);
  --color-success-foreground-low: var(--color-green-400);
  --color-success-foreground-inverse-main: var(--color-white);
  --color-success-background-main: var(--color-green-600);
  --color-success-background-low: var(--color-green-100);
  --color-success-background-hover: var(--color-gray-alpha-200);
  --color-success-border-main: var(--color-green-alpha-600);
  --color-warning-foreground-high: var(--color-orange-700);
  --color-warning-foreground-main: var(--color-orange-600);
  --color-warning-foreground-low: var(--color-orange-400);
  --color-warning-foreground-inverse-main: var(--color-white);
  --color-warning-background-main: var(--color-orange-600);
  --color-warning-background-low: var(--color-orange-100);
  --color-warning-background-lowest: var(--color-orange-50);
  --color-warning-background-hover: var(--color-gray-alpha-200);
  --color-warning-border-main: var(--color-orange-alpha-600);
  --color-info-foreground-high: var(--color-blue-700);
  --color-info-foreground-main: var(--color-blue-600);
  --color-info-foreground-low: var(--color-blue-400);
  --color-info-foreground-inverse-main: var(--color-white);
  --color-info-background-main: var(--color-blue-600);
  --color-info-background-low: var(--color-blue-100);
  --color-info-background-lowest: var(--color-blue-50);
  --color-info-background-hover: var(--color-gray-alpha-200);
  --color-info-border-main: var(--color-blue-alpha-600);
  --color-neutral-foreground-high: var(--color-gray-950);
  --color-neutral-foreground-main: var(--color-gray-900);
  --color-neutral-foreground-low: var(--color-gray-700);
  --color-neutral-foreground-lowest: var(--color-gray-500);
  --color-neutral-foreground-disabled: var(--color-gray-alpha-400);
  --color-neutral-foreground-inverse-main: var(--color-white);
  --color-neutral-foreground-inverse-disabled: var(--color-gray-alpha-inverse-400);
  --color-neutral-background-high: var(--color-gray-200);
  --color-neutral-background-main: var(--color-white);
  --color-neutral-background-low: var(--color-gray-100);
  --color-neutral-background-lowest: var(--color-gray-50);
  --color-neutral-background-transparent: var(--color-gray-alpha-inverse-0);
  --color-neutral-background-hover: var(--color-gray-alpha-50);
  --color-neutral-background-disabled: var(--color-gray-200);
  --color-neutral-background-inverse-main: var(--color-black);
  --color-neutral-background-inverse-hover: var(--color-gray-alpha-inverse-100);
  --color-neutral-background-inverse-disabled: var(--color-gray-700);
  --color-neutral-background-dimmed-low: var(--color-gray-alpha-300);
  --color-neutral-border-highest: var(--color-gray-alpha-900);
  --color-neutral-border-high: var(--color-gray-alpha-200);
  --color-neutral-border-main: var(--color-gray-alpha-100);
  --color-neutral-border-disabled: var(--color-gray-alpha-200);

  /*  typography  */
  --font-size-975: 5rem;
  --font-size-950: 4rem;
  --font-size-925: 3.5rem;
  --font-size-900: 3rem;
  --font-size-800: 2.5rem;
  --font-size-700: 2rem;
  --font-size-600: 1.625rem;
  --font-size-500: 1.375rem;
  --font-size-400: 1.25rem;
  --font-size-300: 1.125rem;
  --font-size-200: 1.0625rem;
  --font-size-100: 1rem;
  --font-size-75: 0.9375rem;
  --font-size-50: 0.875rem;
  --font-size-25: 0.8125rem;
  --font-size-10: 0.75rem;
  --font-weight-black: 900;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --line-height-loose: 1.625;
  --line-height-relaxed: 1.5;
  --line-height-normal: 1.45;
  --line-height-snug: 1.42;
  --line-height-tight: 1.35;
  --line-height-tighter: 1.3;
  --line-height-tightest: 1.25;
  --line-height-none: 1;
  --letter-spacing-normal: normal;
  --letter-spacing-tight: -0.01em;
  --letter-spacing-tightest: -0.02em;

  /* radius */
  --radius-full: 1000rem;
  --radius-2xl: 1.75rem;
  --radius-xl: 1.25rem;
  --radius-lg: 1rem;
  --radius-md: 0.75rem;
  --radius-sm: 0.625rem;
  --radius-xs: 0.5rem;

  /* elevation */
  --elevation-2xl: 0 1.5rem 3rem -0.75rem rgb(0 0 0 / 0.2);
  --elevation-xl: 0 1.25rem 1.5rem -0.3125rem rgb(0 0 0 / 0.1), 0 0.5rem 0.625rem -0.375rem rgb(0 0 0 / 0.1);
  --elevation-lg: 0 0.625rem 1rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  --elevation-md: 0 0.25rem 0.375rem -0.0625rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem -0.125rem rgb(0 0 0 / 0.1);
  --elevation-sm: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 0.1), 0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0 / 0.1);
  --elevation-xs: 0px 0.0625rem 0.125rem 0px rgba(0, 0, 0, 0.04);

  /* spacing */
  --spacing-13: 10rem;
  --spacing-12: 8rem;
  --spacing-11: 6rem;
  --spacing-10: 5rem;
  --spacing-09: 4rem;
  --spacing-08: 3rem;
  --spacing-07: 2rem;
  --spacing-06: 1.5rem;
  --spacing-05: 1rem;
  --spacing-04: 0.75rem;
  --spacing-03: 0.5rem;
  --spacing-02: 0.25rem;
  --spacing-01: 0.125rem;

  /* motion */
  --duration-long-03: 1000ms;
  --duration-long-02: 700ms;
  --duration-long-01: 500ms;
  --duration-medium-03: 300ms;
  --duration-medium-02: 250ms;
  --duration-medium-01: 200ms;
  --duration-short-03: 150ms;
  --duration-short-02: 100ms;
  --duration-short-01: 50ms;
  --easing-linear: linear;
  --easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --easing-standard-accelerate: cubic-bezier(0.3, 0, 1, 1);
  --easing-standard-decelerate: cubic-bezier(0, 0, 0, 1);

  /* layout - max-width */
  --max-width-full: 100%;
  --max-width-2xl: 1680px;
  --max-width-xl: 1200px;
  --max-width-lg: 1024px;
  --max-width-md: 520px;
  --max-width-sm: 440px;
  --max-width-xs: 360px;
  --max-width-2xs: 300px;
  --max-width-content: var(--max-width-xl);
  --max-width-header: var(--max-width-xl);
  --max-width-footer: var(--max-width-xl);

  /* layout - breakpoint */
  --breakpoint-lg: 1024px;
  --breakpoint-md: 734px;

  /* layout - margin */
  --margin-2xl: 4rem;
  --margin-xl: 3rem;
  --margin-lg: 2.25rem;
  --margin-md: 1.5rem;
  --margin-sm: 1.25rem;
  --margin-xs: 1rem;

  /* layout - padding-row */
  --padding-row-header: var(--margin-sm);
  --padding-row-content: var(--margin-md);
  --padding-row-list: var(--margin-md);
  --padding-row-dialog: var(--margin-sm);
  --padding-row-footer: var(--margin-sm);

  /* layout - gutter */
  --gutter-xl: 2rem;
  --gutter-lg: 1.5rem;
  --gutter-md: 1.25rem;
  --gutter-sm: 0.75rem;
  --gutter-xs: 0.5rem;

  /*  elevation  */
  --shadow-2xl: 0px 24px 48px -12px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.2));
  --shadow-xl:
    0px 20px 24px -5px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1)),
    0px 8px 10px -6px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1));
  --shadow-lg:
    0px 10px 15px -3px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1)),
    0px 4px 6px -4px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1));
  --shadow-md:
    0px 4px 6px -1px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1)),
    0px 2px 4px -2px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1));
  --shadow-sm:
    0px 1px 3px 0px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1)),
    0px 1px 2px -1px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.1));
  --shadow-xs: 0px 1px 2px 0px var(--color-gray-alpha-100, rgba(0, 0, 0, 0.04));
}

/* typography */
.display-lg {
  line-height: var(--line-height-tightest);
  letter-spacing: var(--letter-spacing-tightest);
}

.display-md,
.display-sm,
.heading-xl {
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.heading-lg {
  line-height: var(--line-height-snug);
  letter-spacing: var(--letter-spacing-normal);
}

.heading-md,
.heading-sm,
.heading-xs {
  line-height: var(--line-height-normal);
  letter-spacing: var(--letter-spacing-normal);
}

.body-lg,
.body-md,
.body-sm,
.caption-lg,
.caption-md {
  line-height: var(--line-height-normal);
  letter-spacing: var(--letter-spacing-normal);
}

.font-black {
  font-weight: var(--font-weight-black);
}

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

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

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

.font-regular {
  font-weight: var(--font-weight-regular);
}

/* motion */
.on-screen {
  transition-duration: var(--duration-medium-03);
  transition-timing-function: var(--easing-standard);
}

.enter-screen {
  transition-duration: var(--duration-medium-02);
  transition-timing-function: var(--easing-standard-decelerate);
}

.exit-screen {
  transition-duration: var(--duration-medium-01);
  transition-timing-function: var(--easing-standard-accelerate);
}

@media screen and (min-width: 1024px) {
  /* display  */
  .display-lg {
    font-size: var(--font-size-950);
  }
  .display-md {
    font-size: var(--font-size-925);
  }
  .display-sm {
    font-size: var(--font-size-900);
  }

  /* heading  */
  .heading-xl {
    font-size: var(--font-size-800);
  }
  .heading-lg {
    font-size: var(--font-size-700);
  }
  .heading-md {
    font-size: var(--font-size-600);
  }
  .heading-sm {
    font-size: var(--font-size-500);
  }
  .heading-xs {
    font-size: var(--font-size-400);
  }

  /* body  */
  .body-lg {
    font-size: var(--font-size-300);
  }
  .body-md {
    font-size: var(--font-size-200);
  }
  .body-sm {
    font-size: var(--font-size-100);
  }

  /* caption  */
  .caption-lg {
    font-size: var(--font-size-75);
  }
  .caption-md {
    font-size: var(--font-size-10);
  }
}

@media screen and (max-width: 1023px) {
  /* display  */
  .display-lg {
    font-size: var(--font-size-925);
  }
  .display-md {
    font-size: var(--font-size-900);
  }
  .display-sm {
    font-size: var(--font-size-800);
  }

  /* heading  */
  .heading-xl {
    font-size: var(--font-size-800);
  }
  .heading-lg {
    font-size: var(--font-size-700);
  }
  .heading-md {
    font-size: var(--font-size-600);
  }
  .heading-sm {
    font-size: var(--font-size-500);
  }
  .heading-xs {
    font-size: var(--font-size-400);
  }

  /* body  */
  .body-lg {
    font-size: var(--font-size-300);
  }
  .body-md {
    font-size: var(--font-size-200);
  }
  .body-sm {
    font-size: var(--font-size-100);
  }

  /* caption  */
  .caption-lg {
    font-size: var(--font-size-75);
  }
  .caption-md {
    font-size: var(--font-size-25);
  }
}

@media screen and (max-width: 734px) {
  /* display  */
  .display-lg {
    font-size: var(--font-size-800);
  }
  .display-md {
    font-size: var(--font-size-800);
  }
  .display-sm {
    font-size: var(--font-size-700);
  }

  /* heading  */
  .heading-xl {
    font-size: var(--font-size-600);
  }
  .heading-lg {
    font-size: var(--font-size-500);
  }
  .heading-md {
    font-size: var(--font-size-400);
  }
  .heading-sm {
    font-size: var(--font-size-300);
  }
  .heading-xs {
    font-size: var(--font-size-200);
  }

  /* body  */
  .body-lg {
    font-size: var(--font-size-100);
  }
  .body-md {
    font-size: var(--font-size-75);
  }
  .body-sm {
    font-size: var(--font-size-50);
  }

  /* caption  */
  .caption-lg {
    font-size: var(--font-size-25);
  }
  .caption-md {
    font-size: var(--font-size-10);
  }
}

@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: 'BZNAV KJC Sans';
  src:
    url('/hc/theming_assets/01HZ6AQN5ZJDMHP6HWHNKZF98H') format('woff2'),
    url('/hc/theming_assets/01HZ6AQM29TXHJ077GRZ3SCBPB') format('woff'),
    url('/hc/theming_assets/01HZ6AQPD69B9X7HJ4Y3GH1YCB') format('ttf');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Light.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Light.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Light.ttf') format('ttf');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Regular.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Regular.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Medium.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Medium.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Medium.ttf') format('ttf');
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-SemiBold.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-SemiBold.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-SemiBold.ttf') format('ttf');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Bold.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Bold.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Bold.ttf') format('ttf');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'BZNAV Sans';
  src:
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Black.woff2') format('woff2'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Black.woff') format('woff'),
    url('https://prd.cdn.bznav.com/common/font/BZNAVSans-Black.ttf') format('ttf');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

/* Helpcenter local token */

:root {
  --header-height: 64px;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
  padding-bottom: var(--spacing-08);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #c8ced4;
}

pre {
  font-family: monospace, monospace;
  font-size: 0.8em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

*:not(a) {
  word-break: keep-all;
  word-break: auto-phrase;
}

body {
  background-color: #FFFFFF;
  color: rgba(33, 39, 42, 1);
  font-family:
    'BZNAV Sans',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow: auto;
}

.brand-font {
  font-family: 'BZNAV KJC Sans';
  font-weight: bold;
}

body.blur-active {
  overflow: hidden;
}

body > main {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-weight: bold;
  font-size: 3.25rem;
  line-height: 1.25;
  margin-bottom: 1em;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.25;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.75rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.85rem;
  }

  h5 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.325rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.325rem;
  }

  h5 {
    font-size: 1.25rem;
  }
}

a {
  color: rgba(76, 63, 211, 1);
  text-decoration: none;
}

input,
textarea {
  color: $text-color;
  font-size: 1rem;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type='checkbox']) {
  outline: none;
}

input:not([type='checkbox']):focus {
}

input[disabled] {
  background-color: #c8ced4;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/hc/theming_assets/01KVYAJCADA9JE3T679F8JVQ5M) no-repeat 99% 50%;
  background-position: right 12px center;
  border: 1px solid #e1e5ea;
  border-radius: 28px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.9em 2.5em 0.9em 1.5em;
  line-height: 1.3333;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(76, 63, 211, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #c8ced4;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(76, 63, 211, 1);
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--margin-xl);
  z-index: 1;
  background: #ffffff;
}

.container.service {
  padding-bottom: 0;
}

.container.service .blocks-item-description {
  display: none;
}

@media (max-width: 1023px) {
  .container {
    padding: 0 var(--margin-xl);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--margin-lg);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--margin-md);
  }
}

.container-divider {
  position: relative;
  border-top: 1px solid var(--color-neutral-border-main);
  height: 12px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .container-divider {
    height: var(--spacing-06);
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  margin: 0 auto;
  padding: 4em 0;
  text-align: center;
}

.container.not-found {
  min-height: 40vh;
  display: flex;
  align-items: center;
}

.not-found img {
  width: 90%;
  max-width: 160px;
}

.not-found h3 {
  font-weight: 700;
  margin-bottom: 0em;
}

.not-found p {
  margin-bottom: 2.5em;
}

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

/***** Buttons *****/
.button,
.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.organization-subscribe button,
.subscriptions-subscribe button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.333333;
  border-color: transparent;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  outline: none;
  -webkit-touch-callout: none;
  border-width: 1px;
  border-radius: 10px;
  padding: 0.8em 1.5em;
  min-width: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: #383e43;
}

.button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  background-color: #fff;
  border-color: #c8ced4;
}

.button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover {
  background-color: #f0f3f6;
  border-color: #c8ced4;
  text-decoration: none;
}

.split-button button,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.organization-subscribe button,
.subscriptions-subscribe button {
  background-color: #f0f3f6;
  border-color: transparent;
}

@media (min-width: 768px) {
  .button,
  .split-button button,
  .section-subscribe button,
  .article-subscribe button,
  .community-follow button,
  .organization-subscribe button,
  .subscriptions-subscribe button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link {
    width: auto;
    min-width: 88px;
  }
}

.button.button-primary:hover,
.split-button button:hover,
.section-subscribe button.button-primary:hover,
.section-subscribe button:hover[data-selected='true'],
.article-subscribe button.button-primary:hover,
.article-subscribe button:hover[data-selected='true'],
.community-follow button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button.button-primary:hover,
.requests-table-toolbar .organization-subscribe button:hover[data-selected='true'],
.subscriptions-subscribe button.button-primary:hover,
.subscriptions-subscribe button:hover[data-selected='true'],
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.button.button-primary:focus,
.split-button button.button-primary:focus,
.section-subscribe button.button-primary:focus,
.section-subscribe button:focus[data-selected='true'],
.article-subscribe button.button-primary:focus,
.article-subscribe button:focus[data-selected='true'],
.community-follow button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button.button-primary:focus,
.requests-table-toolbar .organization-subscribe button:focus[data-selected='true'],
.subscriptions-subscribe button.button-primary:focus,
.subscriptions-subscribe button:focus[data-selected='true'],
.button-primary.pagination-next-link:focus,
.button-primary.pagination-prev-link:focus,
.button-primary.pagination-first-link:focus,
.button-primary.pagination-last-link:focus,
.button.button-primary:active,
.split-button button.button-primary:active,
.section-subscribe button.button-primary:active,
.section-subscribe button:active[data-selected='true'],
.article-subscribe button.button-primary:active,
.article-subscribe button:active[data-selected='true'],
.community-follow button.button-primary:active,
.requests-table-toolbar .organization-subscribe button.button-primary:active,
.requests-table-toolbar .organization-subscribe button:active[data-selected='true'],
.subscriptions-subscribe button.button-primary:active,
.subscriptions-subscribe button:active[data-selected='true'],
.button-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active {
  background-color: rgba(76, 63, 211, 1);
  color: #fff;
  border-color: rgba(76, 63, 211, 1);
}

.button[data-disabled],
.split-button button[data-disabled],
.section-subscribe button[data-disabled],
.article-subscribe button[data-disabled],
.community-follow button[data-disabled],
.requests-table-toolbar .organization-subscribe button[data-disabled],
.subscriptions-subscribe button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large,
input[type='submit'] {
  width: 100%;
  border-width: 3px;
  border-color: transparent;
  text-align: center;
  background: #5e50fa;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition:
    -webkit-transform 200ms,
    background 200ms;
  -webkit-transition:
    transform 200ms,
    background 200ms;
  transition:
    transform 200ms,
    background 200ms;
  outline: none;
  white-space: nowrap;
  border-radius: 16px;
  padding: 0.9em 2em;
  font-size: 0.975em;
  font-weight: 600;
  line-height: 1.33;
  max-width: 260px;
}

.article-body .button-large {
  margin-top: 0.5em;
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit']:focus {
  background-color: #2a208c;
}

.button-large[disabled],
input[type='submit'][disabled] {
  background-color: #e1e5ea;
}

.button-secondary {
  color: #4e5c63;
  border: 1px solid #c8ced4;
  background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: rgba(33, 39, 42, 1);
  border: 1px solid #c8ced4;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
}

[dir='rtl'] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir='ltr'] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir='rtl'] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir='ltr'] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #647780;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

[dir='rtl'] .table th,
[dir='rtl'] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #e1e5ea;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

.table td,
.table th {
  font-size: 0.9em;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 600px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #c8ced4;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(76, 63, 211, 1);
}

.form-field input[type='text'] {
  border: 1px solid #c8ced4;
  border-radius: 4px;
}

.form-field input[type='text']:focus {
  border: 1px solid rgba(76, 63, 211, 1);
}

.form-field input[type='checkbox'] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(76, 63, 211, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(76, 63, 211, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type='checkbox'] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #4e5c63;
  margin-left: 4px;
}

.form-field p {
  color: #4e5c63;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin: 1rem 0;
  padding-top: 2rem;
}

.form footer a {
  color: #4e5c63;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #c8ced4;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: rgba(76, 63, 211, 1);
}

/***** Header *****/
.header {
  position: relative;
  width: 100%;
  z-index: 50;
  background: white;
}

.header:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: var(--color-neutral-border-main);
}

.header-in {
  padding: 0 var(--margin-xl);
  margin: 0 auto;
  position: relative;
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
}

.logo {
  padding: 12px 0;
  margin-left: 4px;
}

.logo img {
  max-height: 24px;
  vertical-align: middle;
  user-select: none;
}

.logo span {
  margin: 0 10px;
  color: rgba(76, 63, 211, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover,
.logo a:focus,
.logo a:active {
  text-decoration: none;
}

.user-nav {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 32px;
}

.user-nav[aria-expanded='true'] {
  background-color: #fff;
  width: 100%;
  right: 0;
  left: 0;
  top: 64px;
  padding-bottom: 0.5em;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.04),
    0 4px 6px -2px rgba(0, 0, 0, 0.02);
  z-index: 1;
}

.user-nav[aria-expanded='true'] > a {
  display: flex;
  align-items: center;
  margin: 0.75em 1em;
  font-size: 1.05rem;
  padding: 14px 36px 14px;
  border-radius: 10px;
  background: transparent;
  color: #21272a;
  font-weight: 400;
}

.user-nav a:first-child {
  margin-right: 0px;
}

.user-nav .btn-nav {
  display: inline-block;
  line-height: 22px;
  white-space: nowrap;
  text-decoration: none;
  color: #21272a;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.25ms ease-in-out;
}

.user-nav .btn-nav:hover {
  color: #5e50fa;
}

.user-nav .btn-nav.block {
  padding: 3px 14px;
  border-radius: 100px;
  transition: background-color 0.25ms ease-in-out;
  background-color: #5e50fa;
  color: white;
  font-weight: 600;
}

.user-nav .btn-nav.block:hover {
  color: white;
  background-color: #4c3fd3;
}

.user-nav .btn-nav.block:focus {
  background-color: #5e50fa;
}

.nav-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: -1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.user-nav[aria-expanded='true'] + .nav-bg {
  display: block;
}

.nav-wrapper {
  display: flex;
  align-items: center;
}

.nav-wrapper .hide-on-mobile span {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .header-in {
    padding: 0 var(--margin-xl);
  }
  .logo {
    padding: 12px 0;
  }
}

@media (max-width: 767px) {
  .header-in {
    padding: 0 var(--margin-lg);
  }
  .logo {
    padding: 12px 0;
  }
  .user-nav {
    position: absolute;
    right: 100%;
    display: block;
  }
  .user-nav > a {
    display: none;
  }
  .user-nav a:first-child {
    margin-right: 0;
  }
  .user-nav[aria-expanded='true'] > a {
    display: flex;
    margin: 0.75em 0;
    background: transparent !important;
    padding: 14px 36px 14px !important;
    font-weight: 400 !important;
    color: #21272a !important;
  }

  .user-nav[aria-expanded='true'] > a:hover {
    color: #5e50fa !important;
  }

  .nav-wrapper .hide-on-mobile {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .header-in {
    height: 64px;
    padding: 0 var(--margin-sm);
  }
  .nav-bg {
    top: 64px;
  }
  .logo {
    padding: 12px 0;
  }
  .user-nav[aria-expanded='true'] {
    top: 64px;
  }
  .user-nav[aria-expanded='true'] > a {
    padding: 14px 20px !important;
  }
}

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: rgba(76, 63, 211, 1);
  display: inline-flex;
  padding: 8px;
  width: auto;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav-wrapper .menu-button {
    display: none;
  }
}

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

[dir='rtl'] .nav-wrapper .menu-button {
  margin-left: 10px;
  margin-right: 0;
}

.nav-wrapper .menu-button:hover,
.nav-wrapper .menu-button:focus,
.nav-wrapper .menu-button:active {
  background-color: transparent;
  color: rgba(76, 63, 211, 1);
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir='rtl'] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir='rtl'] .skip-navigation:focus,
[dir='rtl'] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  /*   display: inline-flex !important; */
  display: none !important;
  margin-left: 12px;
  align-items: center;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: #4e5c63;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover,
.user-info > button:focus {
  color: rgba(33, 39, 42, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(76, 63, 211, 1);
  padding-right: 15px;
}

[dir='rtl'] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent {
  color: rgba(76, 63, 211, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -3px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  background-color: #f6f7f9;
}

.footer-inner {
  margin: 0 auto;
  width: 100%;
  padding: 4rem var(--margin-xl);
}

.inner-wrap {
  display: flex;
  flex-flow: column;
}

.inner-wrap .info {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.inner-wrap .info .contact {
  margin-right: 2rem;
  flex-basis: auto;
}

.contact .contact-tit {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.inner-wrap .info .contact .num {
  font-weight: bold;
  font-size: 1rem;
  color: #5c6267;
  margin: 0.75rem 0;
}

.inner-wrap .info .contact .operating {
  font-size: 0.85rem;
  color: #5c6267;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .inner-wrap .info .contact .operating {
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .inner-wrap .info .contact .operating {
    margin-bottom: 1.75rem;
  }
}

.inner-wrap .info .contact .contact_btn {
  font-size: 0.9rem;
  font-weight: 500;
}

.inner-wrap .info .contact .operating li:first-child {
  margin-bottom: 0.5rem;
}

.inner-wrap .info .contact .operating .sub-title {
  font-weight: 600;
  color: #8c929b;
  margin-right: 0.75rem;
}

.inner-wrap .info .contact .operating li {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.inner-wrap .info .nav-link {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-basis: 40%;
  justify-content: space-between;
}

.inner-wrap .info .nav-link .link-group:last-child {
  margin-right: 0;
}

.inner-wrap .info .nav-link .link-group .group-tit {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.inner-wrap .info .nav-link .link-group .list li a {
  display: flex;
  align-items: center;
  line-height: 2;
  font-size: 0.9rem;
  white-space: nowrap;
  color: #4e5c63;
}

.inner-wrap .info .nav-link .link-group .list li a:hover {
  color: rgba(33, 39, 42, 1);
}

.inner-wrap .bznav-info {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e1e5ea;
}

.inner-wrap .bznav-info .inner {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.325rem;
}

.inner-wrap .bznav-info .inner li,
.inner-wrap .bznav-info .inner li a {
  font-size: 0.825rem;
  color: #7e9099;
}

.inner-wrap .bznav-info .inner li a:hover {
  color: rgba(33, 39, 42, 1);
  text-decoration: underline;
}

.inner-wrap .bznav-info .inner li:after {
  content: '|';
  color: #b7c1c6;
  margin: 0 0.325rem;
  display: inline-block;
}

.inner-wrap .bznav-info .inner li:last-child:after {
  content: '';
}

.inner-wrap .social {
  /*   display: flex; */
  display: none;
  flex-flow: row;
  align-items: center;
  margin-top: 3rem;
}

.inner-wrap .social .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #b7c1c6;
  border-radius: 50%;
  margin-right: 0.5rem;
  -webkit-transition: background 200ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -webkit-transition: background 200ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: background 200ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.inner-wrap .social .social-link:hover {
  background: #4e5c63;
}

.inner-wrap .social .social-link svg {
  fill: #fff;
}

.inner-wrap .social .social-link.bznav span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.inner-wrap .social .social-link.bznav svg {
  position: relative;
}

@media (max-width: 1023px) {
  .footer-inner {
    padding: 4rem var(--margin-xl);
  }
  .inner-wrap .info {
    flex-flow: column;
  }
  .inner-wrap .info .nav-link {
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
  .inner-wrap .info .nav-link .link-group {
    margin-right: 5rem;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    padding: 3.5rem var(--margin-lg);
  }
  .inner-wrap .info .nav-link .link-group {
    margin-right: 0;
    margin-bottom: 2rem;
    flex-basis: 50%;
  }
  .inner-wrap .info .nav-link .link-group:last-child {
    margin-bottom: 0;
  }
  .inner-wrap .bznav-info {
    margin-top: 1rem;
  }
  .inner-wrap .bznav-info .inner {
    flex-flow: column;
  }
  .inner-wrap .bznav-info .inner li {
    margin-bottom: 0.5rem;
  }
  .inner-wrap .bznav-info .inner.top {
    margin-bottom: 0;
  }
  .inner-wrap .bznav-info .inner li:after {
    content: '';
  }
}

@media (max-width: 480px) {
  .footer-inner {
    padding: 3rem var(--margin-sm);
  }
  .inner-wrap .info .contact {
    margin-right: 0;
  }
  .inner-wrap .info .nav-link .link-group {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }
}

.footer-language-selector button {
  color: #4e5c63;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 1.5rem 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: none;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    display: block;
  }
}

@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
    margin: 0;
  }
}

.breadcrumbs li {
  color: var(--color-neutral-foreground-lower);
  display: inline;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-50);
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs li + li::before {
  content: '';
  margin: 0 5px;
  font-size: 0.8em;
  color: var(--color-neutral-foreground-lowest);
}

.breadcrumbs li a {
  color: inherit;
}

.breadcrumbs li a:visited {
  color: var(--color-neutral-foreground-lower);
}

.breadcrumbs li:last-child a {
  color: var(--color-neutral-foreground-main);
}

.breadcrumbs li:last-child a:visited {
  color: var(--color-neutral-foreground-main);
}

/***** Search field *****/
.search {
  position: relative;
  display: inline-block;
}

.blur-bg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(18, 22, 25, 0.1);
  /*   backdrop-filter: blur(12px); */
  transition: opacity 200ms ease;
}

.blur-active .blur-bg {
  visibility: visible;
  opacity: 0;
  z-index: 10;
}

.blur-active .hero-inner,
.blur-active .search-container,
.requests-table-toolbar .search {
  z-index: 20;
}

/* clears the 'X' from Internet Explorer */
input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

select::-ms-expand {
  display: none;
}

.search input[type='search'] {
  border: 1px solid var(--color-neutral-border-high);
  border-radius: var(--radius-sm);
  box-sizing: border-box;
  color: var(--color-neutral-foreground-main);
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-medium);
  height: 40px;
  background: var(--color-neutral-background-main);
  padding: 0 10px 0 40px;
  -webkit-appearance: none;
  width: 100%;
  box-shadow: var(--elevation-xs);
}

[dir='rtl'] .search input[type='search'] {
  padding-right: 40px;
  padding-left: 20px;
}

[dir='rtl'] .search input[placeholder='*'] {
  color: #a8afb6;
}

.search input[type='search']:focus {
  outline: none;
  color: #21272a;
  border-color: var(--color-primary-border-low);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(94, 80, 250, 0.6);
  z-index: 30;
}

.search-full {
  width: 100%;
  max-width: var(--max-width-md);
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.search_button {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  border: none;
  outline: none;
}

.search .search_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 2px;
  padding: 9.5px;
}

.search .search_button svg {
  width: 20px;
  height: 20px;
}

.search-full .search_button {
  top: 0;
  left: 6px;
  padding: 12px;
}

.search-full .search_button svg {
  width: 24px;
  height: 24px;
}

.cancel_button {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 12px;
  background: none;
  border: none;
  outline: none;
  padding: 12px;
}

.search-full input[type='search'] {
  border: none;
  font-size: 1.15rem;
  padding: 0.5rem 1.6rem 0.6rem 4rem;
  height: 56px;
  border-radius: 56px;
  box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
  background: #ffffff;
}

.search-full input[type='search']:focus {
  box-shadow: 0 0 0 4px var(--color-violet-400);
}

.search-full .search_button {
  padding: 15px 12px;
  left: 12px;
}

[dir='rtl'] .search-icon {
  right: 15px;
  left: auto;
}

.search-section-featured {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 auto;
}

.search-popular-lists {
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}

.search-popular-list-item {
  background-color: var(--color-neutral-background-low);
  border-radius: var(--radius-full);
  color: var(--color-neutral-foreground-main);
  display: inline-block;
  padding: 0.375em 0.75em;
  transition-property: background-color;
  transition-duration: var(--duration-medium-03);
  transition-timing-function: var(--easing-standard);
}

.search-popular-list-item:hover {
  text-decoration: none;
  background-color: var(--color-gray-200);
}

@media screen and (max-width: 734px) {
  .search-section-featured {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75em;
  }

  .search-popular-lists {
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .search-full input[type='search'] {
    font-size: 1.05rem;
    height: 56px;
  }
  .search-full .search_button {
    padding: 17px 12px 16px;
  }
}

@media (max-width: 767px) {
  .search-full input[type='search'] {
    font-size: 1rem;
    height: 52px;
  }
  .search {
    display: block;
  }
}

@media (max-width: 480px) {
  .search-full input[type='search'] {
    height: 48px;
    padding: 0.5rem 1.6rem 0.6rem 3.2rem;
  }
  .search-full .search_button {
    padding: 13px 12px 12px;
    left: 6px;
  }
}

.search-container {
  position: relative;
}

@media (max-width: 767px) {
  .search-container {
    width: 100%;
  }
}

.text-wrap,
.btn-wrap {
  display: flex;
  align-items: center;
}

.text-wrap {
  flex-flow: column;
}

.text-wrap h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.text-wrap svg {
  margin-bottom: 20px;
}

.btn-wrap {
  flex-flow: row;
  margin-top: 1rem;
}

.text-wrap h2 {
  font-weight: 600;
  margin-bottom: 1.25em;
}

.text-wrap p {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0.75em;
  margin-top: 0.375em;
  color: #383e43;
}

.btn-block {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-color: transparent;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  outline: none;
  transition: all 0.15s ease-in-out;
}

.btn-block:hover {
  text-decoration: none;
}

.btn-block.size-lg {
  border-width: 3px;
  border-radius: 12px;
  padding: 0.85em 2em;
  min-width: 148px;
  font-size: 1rem;
  font-weight: 700;
}

.btn-block.size-default {
  border-width: 1px;
  border-radius: 10px;
  padding: 0.8em 1.25em;
  min-width: 88px;
  font-size: 15px;
  font-weight: 600;
}

.btn-block.line-black {
  background-color: transparent;
  border-color: var(--color-neutral-border-high);
  color: var(--color-neutral-foreground-main);
}

.btn-block.line-white {
  background-color: transparent;
  border-color: white;
  color: white;
}

.btn-block.primary {
  background-color: #5e50fa;
  color: white !important;
}

.btn-block.primary:hover {
  background-color: #4c3fd3;
}

.btn-block.white {
  background-color: white;
  color: $brand-color;
}

.btn-block.white:hover {
  background-color: #f0f3f6;
  color: $brand-color;
}

.btn-block.ghost {
  color: #5e50fa;
  background-color: transparent;
}

.btn-block.ghost:hover {
  color: #5e50fa;
  background-color: #f0f3f6;
}

.btn-block.ghost.black {
  background-color: transparent;
  color: #383e43;
}

.btn-block.ghost.black:hover {
  background-color: #f0f3f6;
  color: #383e43;
  text-decoration: none;
}

.btn-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: $brand-color;
  font-size: 1em;
  font-weight: 400;
  padding: 4px 0;
  cursor: pointer;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  border: none;
  background: transparent;
}

.btn-text.size-lg {
  font-size: 1.125em;
  font-weight: 500;
}

.btn-text.small {
  font-size: 0.875em;
}

.btn-text:after {
  content: '';
  display: inline-block;
}

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

.btn-text:hover {
  text-decoration: underline;
}

.section.knowledge-base {
  padding-top: 1.75rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 1023px) {
  .section.knowledge-base {
    padding-top: 1.625rem;
    padding-bottom: 3.25rem;
  }
}

@media (max-width: 767px) {
  .section.knowledge-base {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .section.knowledge-base {
    padding-top: 12px;
    padding-bottom: 24px;
  }
}

/***** Hero component *****/

.hero {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*   background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,1) 100%); */
}

.hero-inner {
  position: relative;
  margin: 0 auto;
  max-width: var(--max-width-lg);
}

.hero-inner h2 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.625em;
}

.page-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: var(--spacing-09);
  margin-bottom: var(--spacing-10);
}

.page-header.section {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.page-header.section h3 {
  font-weight: 600;
  margin-bottom: 0.25em;
}

.page-header.section .section-subscribe {
  display: none;
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin: 0.5rem 0;
}

@media screen and (min-width: 1024px) {
  .hero-inner {
    padding: var(--spacing-10) var(--margin-lg);
  }
}

@media screen and (max-width: 1023px) and (min-width: 735px) {
  .hero-inner {
    padding: var(--spacing-09) var(--margin-lg);
  }
  .page-header {
    padding-top: var(--spacing-08);
    margin-bottom: var(--spacing-09);
  }
}

@media screen and (max-width: 734px) {
  .hero-inner {
    padding: var(--spacing-08) var(--margin-lg);
  }
  .page-header {
    padding-top: var(--spacing-08);
    margin-bottom: var(--spacing-07);
  }
}

@media screen and (max-width: 480px) {
  .hero-inner {
    padding: var(--spacing-08) var(--margin-md);
  }

  .hero-inner h2 {
    font-size: var(--font-size-700);
  }
}

@media screen (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
  .page-header.section {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.page-header h2 {
  display: inline-block;
  margin-bottom: 0.25em;
}

.page-header-description {
  color: var(--color-neutral-foreground-low);
  margin: 0.5em 0;
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 60px;
}

.sub-nav.category {
  flex-direction: row;
  float: right;
  width: 240px;
}

.sub-nav input[type='search'] {
  width: 240px;
}

.sub-nav.category input[type='search'] {
  max-width: 240px;
}

.sub-nav.article-page {
  align-items: center;
  border-bottom: 1px solid var(--color-neutral-border-main);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--color-white-alpha-800);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.sub-nav.category .breadcrumbs {
  display: none;
}

.sub-nav.category .search-container {
  width: 100%;
}

@media (max-width: 1023px) {
  .sub-nav input[type='search'] {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .sub-nav {
    flex-direction: column;
  }
  .sub-nav.category {
    margin-top: 0;
    float: none;
    width: 100%;
  }
  .sub-nav input[type='search'] {
    width: 100%;
    min-width: 100%;
  }
  .sub-nav.category input[type='search'] {
    min-width: 100%;
  }
  .sub-nav.article-page {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.sub-nav input[type='search']::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: var(--gutter-lg);
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.blocks-item .blocks-item-link figure {
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.blocks-item:nth-child(1) .blocks-item-link figure {
  background-image: url(/hc/theming_assets/01KVYAJFR3K00XYK2XG3P9FFHG);
}

.blocks-item:nth-child(2) .blocks-item-link figure {
  background-image: url(/hc/theming_assets/01KVYAJG57K1P0Y1RB3DJ191W0);
}

.blocks-item:nth-child(3) .blocks-item-link figure {
  background-image: url(/hc/theming_assets/01KVYAJEFGZM96FMW715R59BMG);
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #c8ced4;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(33, 39, 42, 1);
}

.blocks-item-link {
  position: relative;
  display: flex;
  padding: var(--margin-lg) var(--margin-md);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: center;
  border-radius: var(--radius-md);
  box-sizing: border-box;
  overflow: hidden;
  user-select: none;
  -webkit-transition: -webkit-all var(--duration-md-03);
  -webkit-transition: all var(--duration-md-03);
  transition: all var(--duration-md-03);
  background-color: var(--color-neutral-background-lowest);
  color: var(--color-neutral-foreground-main);
}

.blocks-item-link:after {
  position: absolute;
  content: '';
  right: var(--spacing-06);
  opacity: 0;
  font-size: var(--font-size-300);
  color: var(--color-neutral-foreground-lower);
}

.blocks-item-link:hover {
  background-color: var(--color-neutral-background-low);
}

.blocks-item-link:focus {
  outline: 0;
}

.blocks-item-title {
  margin-bottom: 0;
  font-weight: 700;
  color: inherit;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .blocks-item-link {
    flex-direction: column;
    gap: var(--spacing-04);
  }
}

@media screen and (max-width: 1023px) {
  .blocks-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blocks-item-textwarp {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .blocks-item-link {
    flex-direction: row;
    padding: var(--margin-md);
    gap: var(--spacing-04);
    justify-content: flex-start;
    box-shadow: none;
  }
  .blocks-item .blocks-item-link figure {
    width: 36px;
    height: 36px;
  }
  .blocks-item:nth-child(2n) {
    margin-right: 0;
  }
  .blocks-item-link:after {
    opacity: 1;
  }
  .blocks-item-textwarp {
    margin-top: 0;
  }
}

@media screen and (max-width: 734px) {
  .blocks-list {
    gap: var(--gutter-sm);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/***** Homepage *****/

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.sub-content {
  position: relative;
  width: 100%;
}

.sub-content.with-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  z-index: 0;
}

.sub-content .container {
  position: relative;
  z-index: 1;
}

.sub-content .container > .section {
  margin: 0 auto;
  padding: var(--spacing-09) 0;
}

.sub-content .container > .section.tab-content {
  padding-top: var(--spacing-07);
}

.sub-content .container .section.question .text-wrap h2 {
  margin-bottom: 0;
}

.sub-content.line-top .container {
  border-top: 1px solid #f0f3f6;
}

.sub-content.service {
  margin-bottom: 3rem;
}

@media (max-width: 1023px) {
  .sub-content .container {
  }
}

@media (max-width: 767px) {
  .sub-content .container {
  }
}

@media (max-width: 480px) {
  .sub-content .container {
  }

  .sub-content.service {
    margin-bottom: 0;
  }
}

.text-content h2 {
  font-weight: bold;
  margin-bottom: 0.25em;
}

.text-content h4 {
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .text-content {
    max-width: 320px;
  }

  .text-content h2 {
    margin-bottom: 0.25em;
  }

  .text-content p {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
}

/*  home-banner */
.sub-content.banner .container {
  background: inherit;
}

.sub-content.banner .banner-items {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 3rem;
}

.banner-items .banner {
  border-radius: 24px;
  padding: 40px 20px 0;
  text-align: center;
  min-height: 380px;
  width: 322px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.banner-items .banner.bznav-refund {
  color: #fff;
  background: #0f73fe;
}

.banner-items .banner.bznav-care {
  color: #4e001a;
  background: #ffd8e5;
}

.banner-items .banner.bznav-mobile {
  color: #fff;
  background: black;
}

.banner-items .banner h3 {
  color: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
}

.banner-items .banner p {
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 600;
}

.banner-items .banner .btn-text.small {
  color: inherit;
  font-weight: 500;
}

.banner-items .banner picture {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.banner-items .banner img {
  width: 128px;
  height: 128px;
}

.banner-items .banner img.app-icon {
  width: 100px;
  height: 100px;
  margin: 20px;
}

@media (max-width: 1024px) {
  .sub-content.banner .banner-items {
    gap: 20px;
  }
  .banner-items .banner p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .sub-content.banner .banner-items {
    margin-top: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .banner-items .banner p {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .banner-items .banner {
    width: 100%;
    min-width: none;
    max-width: 320px;
  }
}

/* article-in banner */

.banner.article-in {
  display: block;
  width: 100%;
  margin-top: 4rem;
}

.banner.article-in .row {
  border-radius: 1rem;
  background-color: #e9e7ff;
  min-height: 280px;
}

.banner.article-in .row .text-col {
  padding-top: 3em;
  padding-bottom: 3em;
}

.banner.article-in .text-content h4 {
  color: #121619;
  line-height: 1.3;
}

.banner.article-in .text-content p {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 1.25em;
  color: #121619;
}

.banner.article-in figure {
  width: 225px;
  height: 210px;
  background-image: url('/hc/theming_assets/01HZ6AQKF65R3N9CWSHMMQ6H40');
  background-size: 225px 210px;
}

.banner.article-in .btn-text {
  pointer-events: none;
}

.download-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: flex-start;
  gap: 0.5em;
}

.download-wrap .app-logo {
  line-height: 0;
}

.download-wrap .app-logo img {
  height: 34px;
}

@media (max-width: 767px) {
  .download-wrap {
    justify-content: center;
  }
  .banner.article-in figure {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 480px) {
  .banner .text-content h2 {
    font-size: 1.5rem;
  }
  .home .row {
    border-radius: 1rem;
  }
  .banner.home figure {
    width: 268px;
    height: 276px;
    background-size: 268px 276px;
  }
  .banner.home .text-content p {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .download-wrap {
    flex-flow: column;
  }
  .download-wrap .app-logo {
    text-align: center;
  }
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir='rtl'] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #c8ced4;
  padding: 15px 0;
  color: rgba(33, 39, 42, 1);
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #c8ced4;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZ6AQXDM14V62T067N3ATSCM);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #c8ced4;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #f3f3ff;
}

.recent-activity-list {
  padding: 1.25rem 1rem;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  margin-top: 3.5rem;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  background-color: #fff;
  box-shadow:
    0 1px 1px 0 rgb(117 124 131 / 10%),
    0 12px 12px -12px rgb(117 124 131 / 12%);
}

.recent-activity-item {
  overflow: auto;
  border-radius: 8px;
  padding: 1rem 1.5rem 0 1.5rem;
  background-color: #fff;
  transition: background-color 0.12s ease-out;
}

.recent-activity-item:last-of-type .recent-activity-item-link {
  border-bottom: none;
}

.recent-activity-item:hover {
  background-color: #f6f7f9;
}

.recent-activity-item-parent {
  font-size: 0.9rem;
  font-weight: bold;
  color: #5e50fa;
  margin-bottom: 0.25rem;
}

.recent-activity-item-parent,
.recent-activity-item-link {
  display: inline-block;
  width: 65%;
}

.recent-activity-item-link {
  color: rgba(33, 39, 42, 1);
  font-size: 14px;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  margin: 0;
  border-bottom: 1px solid #e1e5ea;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[dir='rtl'] .recent-activity-item-meta {
  float: left;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
  margin: 0;
  float: right;
}

.recent-activity-item-time,
.recent-activity-item-comment {
  color: #4e5c63;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir='rtl'] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  max-width: 520px;
  margin: 0 auto;
  margin-top: 2rem;
}

.recent-activity-controls a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #5e50fa;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition:
    -webkit-transform 200ms,
    background 200ms;
  -webkit-transition:
    transform 200ms,
    background 200ms;
  transition:
    transform 200ms,
    background 200ms;
  outline: none;
  white-space: nowrap;
  border-radius: 8px;
  padding: 1.325rem 2rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}

.recent-activity-controls a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(76, 63, 211, 1);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir='rtl'] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

.img-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-box .img-source {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-box:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  left: 0;
}

.img-box.white:after {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.8));
}

.img-box.dark:after {
  background: linear-gradient(#110b4f, rgba(17, 11, 79, 0.9) 50%, rgba(17, 11, 79, 0));
}

@media (max-width: 1023px) {
  .recent-activity-list {
    margin-top: 3.25rem;
  }
}

@media (max-width: 767px) {
  .recent-activity-list {
    margin-top: 3rem;
  }
  .recent-activity-item {
    padding: 1rem 1rem 0 1rem;
  }
  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 100%;
  }
  .recent-activity-item-link {
    border-bottom: none;
    padding-bottom: 0;
  }
  .recent-activity-item-meta {
    display: flex;
    justify-content: space-between;
    float: none;
    margin-top: 0.325rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e1e5ea;
  }
  .recent-activity-item:last-child .recent-activity-item-meta {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .recent-activity-list {
    margin-top: 2.5rem;
    padding: 0.75rem;
  }
  .recent-activity-item {
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .recent-activity-item-meta {
    padding-bottom: 0.75rem;
  }
}

/***** Category pages *****/

.category-wrap {
  margin-top: var(--spacing-08);
  margin-bottom: var(--spacing-08);
  grid-column-gap: var(--gutter-xl);
  grid-row-gap: var(--spacing-08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-wrap .section {
  break-inside: avoid;
  color: #21272a;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
}

.category-wrap .section-tree {
  break-inside: auto;
}

@media (max-width: 1320px) {
  .category-wrap {
    columns: 100px 2;
  }
}

@media (max-width: 767px) {
  .category-wrap {
    columns: 100px 1;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .category-wrap .section {
    margin-bottom: 12px;
  }
}

.section-tree {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--gutter-xl);
  grid-row-gap: var(--spacing-08);
  overflow: hidden;
  margin-top: 20px;
}

.tab-content .section-tree {
  padding: var(--spacing-06) 0;
}

.section-item {
  width: 100%;
}

.section-tree .section {
  border-radius: 20px;
  color: #21272a;
  transition:
    background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  width: 100%;
}

.section-tree.section-page {
  grid-template-columns: repeat(auto-fill, minmax(100%, auto));
}

.section-tree.section-page .section {
  margin: 0;
  max-width: 640px;
}

.section-tree.category .section {
  max-width: 100%;
  overflow: hidden;
}

.section-tree-title {
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: 0.25em;
}

.category-wrap .section-tree-title {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid var(--color-neutral-border-main);
}

.section-tree-title a {
  color: inherit;
}

.see-all-articles {
  color: #757c83;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
  padding-left: 5px;
  margin: 1.1em 0;
}

.see-all-articles:hover {
  text-decoration: underline;
}

.article-list {
  margin: 0.5em 0;
}

.article-list-item {
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list-item a {
  display: block;
  position: relative;
  vertical-align: middle;
  text-overflow: inherit;
  text-transform: uppercase;
  line-height: 1.5;
  margin-left: 0;
  padding: 4px 0 4px 16px;
  background-color: transparent;
  transition: background-color 0.12s ease-out;
  color: #4c3fd3;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section.category .article-list-item a {
  padding: 0.6rem 1.5rem 0.59rem;
}

.article-list-item a:before {
  content: '·';
  display: inline-block;
  font-weight: 900;
  color: inherit;
  left: 0px;
  position: absolute;
  font-size: 1.6em;
  line-height: 0.925;
}

.article-list-item svg {
  position: absolute;
  top: 10px;
  right: 8px;
  fill: #757c83;
}

.icon-star {
  color: rgba(76, 63, 211, 1);
  font-size: 18px;
}

@media (max-width: 1023px) {
  .section-tree .section {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .section-tree {
    grid-template-columns: repeat(1, 100%);
  }
  .section-tree {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .section-tree {
    gap: 28px;
  }
  .article-list-item a {
    padding: 3px 0 3px 12px;
    font-size: 0.875rem;
  }
  .section-tree .see-all-articles {
    margin-top: 0.75rem;
    padding-left: 0;
  }
  .article-list-item a:before {
    font-size: 1.5em;
    line-height: 1;
  }
}

/* Category Pages Custom Tab */

.category-tab-wrap {
  margin: 3em 0;
}

.category-tab {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 1em;
}

.category-tab-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.333333;
  border-width: 1px;
  border-color: #e1e5ea;
  border-radius: 8px;
  border-style: solid;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateY(0px);
  -webkit-transition: -webkit-all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  white-space: nowrap;
  padding: 1.325em 2em;
  min-width: 148px;
  font-size: 1rem;
  font-weight: 700;
  background: white;
  outline: none;
}

.category-tab-item:hover,
.category-tab-item:active {
  border-color: #383e43;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgb(32 32 32 / 12%);
}

.category-tab-item.active {
  background: #5e50fa;
  border-color: #5e50fa;
  color: white;
}

.section-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}

.section-item {
  flex-wrap: wrap;
  gap: 2em;
  flex-flow: row;
}

.section-item.active {
  display: block;
}

/***** Section pages *****/

.section-content {
  flex: 1;
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #c8ced4;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #c8ced4;
}

.section-list-item a {
  align-items: center;
  color: rgba(33, 39, 42, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden='true'] {
  display: none;
}

@media (max-width: 480px) {
  .section-container {
    padding-bottom: 4rem;
  }
}

/***** Article *****/

.article-container {
  display: grid;
  column-gap: var(--gutter-lg);
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: var(--spacing-08);
}

.sidebar-nav {
  grid-column: 1 / span 3;
}

.article {
  padding-right: var(--spacing-10);
  padding-left: var(--spacing-08);
  grid-column: 4 / span 9;
  margin-bottom: var(--spacing-09);
}

@media screen and (max-width: 1023px) {
  .article-container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: var(--spacing-04);
  }
  .sidebar-nav {
    grid-column: 1 / span 2;
    padding-right: var(--spacing-06);
  }
  .article {
    padding-right: 0;
    padding-left: 0;
    grid-column: 3 / span 4;
  }
}

@media screen and (max-width: 734px) {
  .sidebar-nav {
    display: none;
  }
  .article {
    grid-column: 1 / span 6;
  }
}

/* Sidebar navigation that collapses on mobile */

.sidebar-nav {
  position: relative;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid var(--purple);
  min-height: calc(100vh - 160px);
}

.sidebar-nav-container {
  position: sticky;
  top: calc(var(--header-height) + 49px);
  -webkit-mask-image: linear-gradient(180deg, #0000, #000 5%, #000 95%, #0000);
  max-height: calc(100vh - 64px);
}

.sidebar-nav-body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-07);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 132px - var(--header-height));
  padding: 32px 0;
}

.sidebar-nav-category#id33121616844697,
.sidebar-nav-category#id39516788280601,
.sidebar-nav-category#id31977819322265 {
  display: none;
}

.sidebar-nav-toggle-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px 4px 4px 20px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  display: flex;
  line-height: 22px;
  transition: color 0.3s ease;
  color: var(--color-neutral-foreground-main);
  font-weight: var(--font-weight-medium);
  font-size: 15px;
  text-align: left;
  transition: background 0.3s ease;
  border-radius: var(--border-radius);
}

.sidebar-nav-category h4 {
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: var(--font-weight-semibold);
  font-size: 15px;
  margin: 0;
  color: var(--color-neutral-foreground-lower);
}

.sidebar-nav-sub {
  padding-left: 10px;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  transition: max-height 0.3s ease;
  margin-bottom: 4px;
}

.active > .sidebar-nav-sub {
  height: auto;
}

.sidebar-nav-toggle-btn:after {
  content: '';
  position: absolute;
  left: 4px;
  transition: transform 0.1s ease;
  font-size: 0.8em;
  color: var(--color-neutral-foreground-lower);
}

.active > .sidebar-nav-toggle-btn:after {
  transform: rotate(90deg);
}

.sidebar-nav-article.current,
.sidebar-nav-article.current:visited,
.sidebar-nav-toggle-btn.current,
.sidebar-nav-toggle-btn.current:visited {
  color: var(--color-primary-foreground-main);
  font-weight: var(--font-weight-semibold);
  border-left: 2px solid var(--color-primary-border-main);
  position: relative;
}

.sidebar-nav-article {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 18px;
  padding: 8px 8px 8px 16px;
  color: var(--color-gray-600);
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.3s ease;
  border-left: 2px solid var(--color-neutral-border-main);
  margin-left: -6px;
}

.sidebar-nav-article:first-of-type {
  margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 734px) {
  .sidebar-nav {
    display: none;
  }
}

/***** Article Contents *****/

.article-header {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 2em;
}

.article-title {
  position: relative;
  font-weight: 600;
  flex-basis: 100%;
  margin-bottom: 0.25em;
  padding-top: 1em;
}

.article-title.badge:before {
  opacity: 0;
  content: attr(data-before-text);
  position: absolute;
  top: -3em;
  display: inline-flex;
  padding: 0.5em 1.05em;
  border-radius: 4em;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e1678;
  background: #e9e7ff;
  /*   animation: fadeIn 0.25s ease-in-out; */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.article-title .icon-lock {
  color: #4e5c63;
  position: relative;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .article-title.badge:before {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .article-title {
    font-size: 1.75rem;
  }
  .article-title.badge:before {
    font-size: 0.875rem;
  }
}

.article [role='button'] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role='button'] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
  color: #383e43;
}

.wysiwyg-color-black {
  color: #383e43;
}

.wysiwyg-color-black50 {
  color: #757c83;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body > :first-child {
  margin-top: 0.3em !important;
}

@media (max-width: 480px) {
  .article-body > :first-child {
    margin-top: max(1em, 12px) !important;
  }
}

.article-body > :last-child {
  margin-bottom: 0;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  color: #21272a;
  margin-top: 2.5em;
  margin-bottom: 16px;
}

.article-body h1 > img,
.article-body h2 > img,
.article-body h3 > img,
.article-body h4 > img,
.article-body h5 > img,
.article-body h6 > img,
.article-body p > img {
  margin-top: 8px;
  margin-bottom: 8px;
}

.article-body h1 + h1,
.article-body h1 + h2,
.article-body h1 + h3,
.article-body h1 + h4,
.article-body h2 + h2,
.article-body h2 + h3,
.article-body h2 + h4,
.article-body h3 + h3,
.article-body h3 + h4,
.article-body h4 + h4 {
  margin-top: 1.5em;
}

.article-body h1 {
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.4;
}

.article-body h2 {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5;
}

.article-body h3 {
  font-weight: 600;
  font-size: 1.375em;
  line-height: 1.5;
}

.article-body h4 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.58;
}

.article-body > p:first-child {
  font-weight: 600;
}

.article-body p {
  margin: 24px 0 16px 0;
}

.article-body p + p {
  margin-top: 0.75em;
}

.article-body br {
  content: '';
  display: block;
  margin: 0;
}

@media (max-width: 1023px) {
  .article-body h1 {
    font-size: 2rem;
  }

  .article-body h2 {
    font-size: 1.625rem;
  }

  .article-body h3 {
    font-size: 1.325rem;
  }

  .article-body h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .article-body h1,
  .article-body h2,
  .article-body h3,
  .article-body h4,
  .article-body h5,
  .article-body h6 {
    margin-bottom: 12px;
  }

  .article-body h1 {
    font-size: 1.75rem;
  }

  .article-body h2 {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }

  .article-body h3 {
    font-size: 1.25rem;
  }

  .article-body h4 {
    font-size: 1.1rem;
  }
  .article-body p {
    margin: 16px 0 12px 0;
  }
}

@media (max-width: 480px) {
  .article-body h1 {
    font-size: 1.5rem;
  }

  .article-body h2 {
    font-size: 1.3rem;
  }

  .article-body h3 {
    font-size: 1.125rem;
  }

  .article-body h4 {
    font-size: 1.05rem;
  }
}

.article-body img {
  height: auto;
  max-width: 100%;
  margin: 16px 0;
  border-radius: 16px;
  overflow: hidden;
}

.article-body ul,
.article-body ol {
  padding-left: 0;
  list-style-position: outside;
}

.article-body ul {
  margin: 16px 0 16px 1.5em;
}

.article-body ol {
  margin: 16px 0 16px 2em;
}

[dir='rtl'] .article-body ul,
[dir='rtl'] .article-body ol {
  padding-right: 1rem;
  padding-left: 0;
  margin-left: 0;
  margin-right: 1rem;
}

.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0.25em 0 0.75em;
  padding-left: 1.5em;
  color: #5c6267;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ul li,
.article-body ol li {
  margin-bottom: 0.25em;
}

.article-body ul li p,
.article-body ol li p {
  margin: 0;
}

.article-body a {
  font-weight: inherit;
}

.article-body a:visited {
  color: rgba(76, 63, 211, 1);
}

.article-body a:hover {
  text-decoration: underline;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  padding: 1.5em 2em;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #c8ced4;
  color: #4e5c63;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.article-comment-count {
  color: #4e5c63;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(76, 63, 211, 1);
  width: 18px;
  height: 18px;
}

@media (max-width: 1680px) {
  .article-content {
    font-size: 1.05rem;
  }
}

@media (max-width: 1023px) {
  .article-body ul {
    margin: 0.9em 0 0.9em 1.5em;
  }

  .article-body ol {
    margin: 0.9em 0 0.9em 2em;
  }
}

@media (max-width: 767px) {
  .article-content {
    font-size: 1rem;
  }
  .article-body ul {
    margin: 0.75em 0 0.75em 1.5em;
  }
  .article-body ol {
    margin: 0.75em 0 0.75em 2em;
  }
}

@media (max-width: 480px) {
  .article-content {
    font-size: 0.95rem;
  }

  .article-body ul {
    margin: 0.5em 0 0.5em 1.5em;
    font-size: 0.9rem;
  }

  .article-body ol {
    margin: 0.5em 0 0.5em 2em;
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .article-content {
    font-size: 0.9rem;
  }
}

.article-relatives {
  border-top: 1px solid #c8ced4;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  display: none;
  align-items: center;
  gap: var(--spacing-07);
  padding: 32px 0;
}

.article-votes-items {
  display: flex;
  flex-direction: column;
}

.article-votes-question {
  font-weight: 500;
}

.article-vote {
  margin: 10px 3px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  text-align: center;
}

.article-chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 3rem;
}

.article-chat .chat-desc {
  margin-top: var(--spacing-02);
  margin-bottom: var(--spacing-04);
  color: var(--color-neutral-foreground-lower);
}

.article-more-questions a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.25rem;
  margin: 1rem 0 2rem;
}

.article-vote-label {
  margin-top: var(--spacing-01);
  display: inline-block;
  color: #4e5c63;
}

.squiggle {
  padding-top: var(--spacing-08);
  padding-bottom: var(--spacing-08);
}

@media screen and (max-width: 734px) {
  .squiggle {
    padding-top: var(--spacing-06);
    padding-bottom: var(--spacing-06);
    margin-bottom: var(--spacing-04);
  }
}

/* .table-container에 shadow 넣기 */
.article-body .table-container {
  position: relative;
  margin: 32px 0;
}

.table-container:before,
.table-container:after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 24px;
  top: 0;
  height: 100%;
}

.table-container:before {
  left: 0;
  background: transparent;
}

.table-container:after {
  right: 0;
  background: transparent;
}

.table-container.left-shadow:before {
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.12));
}

.table-container.right-shadow:after {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.12));
}

.article-body .table-wrap {
  overflow-x: auto;
  font-size: 0.9rem;
}

.article-body .table-wrap table {
  width: 100% !important;
  border-collapse: collapse;
  font-family:
    'BZNAV Sans',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    sans-serif !important;
}

.table-wrap tr,
.table-wrap tr th,
.table-wrap tr td {
  width: auto !important;
  height: auto !important;
}

.table-wrap thead {
  color: #21272a;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #c8ced4;
}

.table-wrap thead th,
.table-wrap thead td,
.table-wrap tr th {
  word-break: break-all;
  line-height: 1.2;
  margin-bottom: 1rem;
  background-color: #ececfe;
  border: 1px solid #c8ced4;
  color: #222;
  padding: 10px 8px;
  vertical-align: inherit;
}

.table-wrap tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #c8ced4;
}

.table-wrap tbody td,
.table-wrap tbody tr {
  border: 1px solid #c8ced4;
}

.table-wrap tbody td {
  vertical-align: middle;
  padding: 10px 8px;
  /*   	text-shadow: 1px 1px 1px #fff; */
  line-height: 1.2;
  color: #333;
}

.table-wrap tbody td,
.prose tbody tr {
  border: 1px solid #c8ced4;
}

.table-wrap br {
  content: none;
  margin: 0;
}

.table-wrap p {
  margin: 0.5em 0;
}

.article-return-to-top {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(33, 39, 42, 1);
  display: flex;
  font-size: 0.9rem;
  font-weight: 600;
  background: #f0f3f6;
  padding: 0.9em 1.25em 0.9em 1.75em;
  border-radius: 28px;
  align-items: center;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
  color: #757c83;
  margin-left: 0.25rem;
  width: 16px;
  height: 16px;
}

.sidenav-title {
  display: block;
  font-size: 15px;
  position: relative;
  color: #8c929b;
  font-weight: 600;
  padding: 20px 0;
}

.sidenav-item {
  font-size: 14px;
  line-height: 1.45;
  display: block;
  color: #8c929b;
  padding: 6px 0;
  font-weight: 400;
}

.sidenav-item:hover {
  text-decoration: underline;
}

.sidenav-item:focus {
  outline: none;
}

.sidenav-item.current-article {
  color: #21272a;
  font-weight: 600;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

::marker {
  color: inherit;
}

.article-body ol > li::marker {
  color: rgba(255, 255, 255, 1);
}

.article-body ol > li {
  position: relative;
}

.article-body ol > li:before {
  color: #5e50fa;
  letter-spacing: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 0;
  position: absolute;
  left: -1.5em;
  top: 0.7em;
  transform: scale(1.2);
}

.article-body ol > li:first-child:before {
  content: '❶  ';
}
.article-body ol > li:nth-child(2):before {
  content: '❷  ';
}
.article-body ol > li:nth-child(3):before {
  content: '❸  ';
}
.article-body ol > li:nth-child(4):before {
  content: '❹  ';
}
.article-body ol > li:nth-child(5):before {
  content: '❺  ';
}
.article-body ol > li:nth-child(6):before {
  content: '❻  ';
}
.article-body ol > li:nth-child(7):before {
  content: '❼  ';
}
.article-body ol > li:nth-child(8):before {
  content: '❽  ';
}
.article-body ol > li:nth-child(9):before {
  content: '❾  ';
}
.article-body ol > li:nth-child(10):before {
  content: '❿  ';
}

@media (max-width: 767px) {
  .related-articles {
    margin-top: 2rem;
  }
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: rgba(33, 39, 42, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir='rtl'] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir='rtl'] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #4e5c63;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li {
  display: inline-block;
  border-radius: 18px;
  background-color: #8c929b;
  margin-left: 0.25rem;
}

.share li:first-child {
  margin-left: 0;
}

.share a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6f7f9;
}

.share li:hover {
  text-decoration: none;
  background-color: #5c6267;
}

.share li:hover a {
  text-decoration: none;
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #e1e5ea;
  padding: 20px 0;
}

.comment-heading,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.comment-overview {
  border-bottom: 1px solid #e1e5ea;
  border-top: 1px solid #e1e5ea;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #4e5c63;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(76, 63, 211, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #4e5c63;
  font-weight: 300;
  font-size: 13px;
}

[dir='rtl'] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(76, 63, 211, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir='rtl'] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 12px;
  display: inline-block;
}

.comment-avatar .user-avatar {
  margin-top: 5px;
}

[dir='rtl'] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-meta span {
  font-weight: 500;
}

.comment-meta ul {
  line-height: 1.2;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir='ltr'] .comment-form-controls {
    text-align: left;
  }
}

.comment-form-controls input[type='submit'] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type='submit'] {
  }
  [dir='rtl'] .comment-form-controls input[type='submit'] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type='checkbox'] {
  margin-right: 5px;
}

.comment-form-controls input[type='checkbox'] [dir='rtl'] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(76, 63, 211, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 1.6;
  overflow-x: auto;
  font-size: 0.9rem;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body br {
  content: '';
  display: block;
  margin: 0.5em 0;
}

[dir='rtl'] .comment-body ul,
[dir='rtl'] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: rgba(76, 63, 211, 1);
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #c8ced4;
  color: #4e5c63;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #4e5c63;
  display: block;
  margin: 3px 0;
}

[dir='rtl'] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(76, 63, 211, 1);
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #4e5c63;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(76, 63, 211, 1);
}

.vote-voted:hover {
  color: #2a208c;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZ6AQWQT2PR7FV6TC4KQZW05);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #c8ced4;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #c8ced4;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(76, 63, 211, 1);
}

.community-follow button:hover::after,
.community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected='true'] {
  background-color: rgba(76, 63, 211, 1);
  color: #FFFFFF;
}

.community-follow button[data-selected='true']::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected='true']:hover {
  background-color: #2a208c;
  border-color: #2a208c;
}

.community-follow button::after {
  border-left: 1px solid rgba(76, 63, 211, 1);
  content: attr(data-follower-count);
  color: rgba(76, 63, 211, 1);
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir='rtl'] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(76, 63, 211, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #c8ced4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(76, 63, 211, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: rgba(76, 63, 211, 1);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #4e5c63;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: '·';
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(33, 39, 42, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: rgba(76, 63, 211, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir='rtl'] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned,
.status-label-closed {
  background-color: #e9ebed;
  color: #4e5c63;
}

.status-label-pending,
.status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #5e50fa;
}

.status-label-solved {
  background-color: #a8afb6;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir='rtl'] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir='rtl'] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir='rtl'] .post-body ul,
[dir='rtl'] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: rgba(76, 63, 211, 1);
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #c8ced4;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #c8ced4;
  color: #4e5c63;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #4e5c63;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(76, 63, 211, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #c8ced4;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir='rtl'] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 0 2px;
}

.community-badge-container-achievements {
  margin-top: 0.5rem;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir='rtl'] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

.tab .collapsible-nav {
  flex-direction: row;
}

.profile-nav .tab .collapsible-nav {
  position: relative;
  height: 68px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
  .profile-nav .tab .collapsible-nav {
    height: 70px;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #e1e5ea;
  border-top: 1px solid #e1e5ea;
}

.tab .collapsible-nav-border {
  border-top: none;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(64px / 2);
  transform: translateY(-50%);
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e1e5ea;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir='rtl'] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded='false'] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded='true'] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

.tab .collapsible-nav-list {
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #5c6267;
  font-size: 1rem;
  font-weight: 500;
  line-height: 64px;
  order: 1;
}

.my-activities-sub-nav .collapsible-nav-list li {
  font-size: 0.9rem;
}

.tab .collapsible-nav-list li {
  margin-left: 0;
  margin-right: 1.25rem;
  line-height: normal;
}

.tab .collapsible-nav-list li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }

  [dir='rtl'] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }

  .tab .collapsible-nav-list li {
    margin-right: 30px;
  }
}

.collapsible-nav-list li a {
  color: #5c6267;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #c8ced4;
  }
  .collapsible-nav-list li:hover a:not([aria-current='page']) {
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected='true']),
.collapsible-nav-list li:not(.current) {
  display: none;
}

.tab .collapsible-nav-list li:not([aria-selected='true']),
.tab .collapsible-nav-list li:not(.current) {
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected='true']),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true'] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected='true'],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

.tab .collapsible-nav-list li a {
  padding: 15px 0 11px 0;
}

.tab .collapsible-nav-list li[aria-selected='true'],
.tab .collapsible-nav-list li.current {
  border-bottom: 4px solid rgba(76, 63, 211, 1);
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected='true'],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(76, 63, 211, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected='true'] a,
.collapsible-nav-list li.current a {
  color: rgba(33, 39, 42, 1);
}

.collapsible-nav[aria-expanded='true'] li:not([aria-selected='true']),
.collapsible-nav[aria-expanded='true'] li:not(.current) {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #fff;
  border-bottom: 1px solid #e1e5ea;
  margin-bottom: 27px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

.my-activities-header {
  margin-top: 6rem;
}

.my-activities-following-header {
  text-align: right;
  position: absolute;
  right: 60px;
  top: 10px;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  .my-activities-header {
    margin-top: 5rem;
  }
  .my-activities-following-header {
    top: 8px;
    right: 48px;
  }
}

@media (max-width: 767px) {
  .my-activities-header {
    margin-top: 4rem;
  }
  .my-activities-following-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 1rem;
  }
  .my-activities-following-header .dropdown {
    display: block;
  }
  .my-activities-following-header .dropdown-toggle {
    display: flex;
    width: 100%;
  }
  .my-activities-following-header .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .my-activities-nav {
    margin-bottom: 1rem;
  }
  .my-activities-header {
    margin-top: 3rem;
  }
  .my-activities-following-header {
    top: 5px;
    right: 20px;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
  display: flex;
  align-items: center;
}

.request-table-filter {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
  .request-table-filter {
    margin-top: 0;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
  min-width: 172px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 1rem;
  }
  [dir='rtl'] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
  display: none;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 48px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir='rtl'] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: '';
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 0;
}

.requests .requests-table-meta {
  display: block;
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
  .requests-table-toolbar + .requests {
    margin-top: 3rem;
  }
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + -1px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.2em;
  color: #8c929b;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #4e5c63;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #4e5c63;
  text-align: center;
  padding: 4rem 0;
  margin: 4rem 0;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 6rem;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  color: rgba(33, 39, 42, 1);
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus='true'] {
  border: 1px solid rgba(76, 63, 211, 1);
}

.request-main .form-field.comment-ccs > input[type='text'] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(76, 63, 211, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
  font-weight: bold;
  color: #333c41;
}

.comment-list {
  margin: 1rem 0;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 2px solid #e1e5ea;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0.5rem 1.5rem;
    width: 30%;
  }
}

.request-sidebar h2 {
  display: block;
  font-size: 15px;
  position: relative;
  color: #757c83;
  font-weight: 600;
  margin-bottom: 0;
  padding: 2px 0;
}

@media (min-width: 1024px) {
  .request-sidebar h2,
  .request-sidebar .collapsible-sidebar-toggle {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #e1e5ea;
  font-size: 0;
  margin: 0;
}

.request-details:first-child {
  padding-bottom: 0.75rem;
}

.request-details:last-child {
  border: 0;
}

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 0.75rem 0 0 0;
}

@media (min-width: 1024px) {
  .request-details {
    padding-bottom: 1rem;
  }
  .request-details dt,
  .request-details dd {
    margin: 1rem 0 0 0;
  }
  .request-details:first-child {
    padding-bottom: 1rem;
  }
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: '\A';
  white-space: pre;
}

.request-details dt {
  color: #4e5c63;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  font-size: 0.9rem;
}

/***** Pagination *****/
.pagination {
  margin: 3rem 0;
  text-align: center;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

.pagination-list li {
  margin-left: 0.5rem;
}
.pagination-list li:first-child {
  margin-left: 0;
}

.pagination-first-link,
.pagination-last-link,
.pagination-next-link,
.pagination-prev-link {
  padding: 0 10px;
  height: 42px;
}

.pagination-first-text,
.pagination-last-text,
.pagination-next-text,
.pagination-prev-text {
  white-space: nowrap;
  min-width: 60px;
}

.pagination-last-icon,
.pagination-next-icon,
.pagination-prev-icon,
.pagination-first-icon {
  display: none;
}

.pagination-next-link {
}

.pagination-next-text {
}

[dir='rtl'] .pagination-next-link {
}

[dir='rtl'] .pagination-next-text {
}

.pagination-prev-link {
}

.pagination-prev-text {
}

[dir='rtl'] .pagination-prev-link {
}

[dir='rtl'] .pagination-prev-text {
}

/***** Metadata *****/
.meta-group {
  display: block;
  font-size: 1rem;
}

.meta-group-opposite {
  float: right;
}

[dir='rtl'] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: var(--color-neutral-foreground-lowest);
  font-weight: var(--font-weight-medium);
}

.meta-data:not(:last-child)::after {
  content: '\00B7';
  margin: 0 2px;
}

/* User Profiles */
.profile-header {
  position: relative;
  padding: 3rem 0;
  background-image: url(/hc/theming_assets/01HZ6AQS1MY04P7V9B1JG7T7HQ);
  background-position: bottom;
  background-size: cover;
}

.profile-header:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2));
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .profile-header {
    padding: 6rem 0;
  }
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 900px;
  margin: 0 auto;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 1rem;
}

[dir='rtl'] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: calc(100% - 126px);
  min-width: 0;
}

.profile-header .basic-info .name {
  color: white;
  margin: 0;
  line-height: 25px;
}

.profile-header .basic-info .name a {
  color: white;
  font-size: 2rem;
}

.profile-header .options {
  display: flex;
  flex-basis: auto;
  margin-top: 2rem;
  margin-right: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .basic-info .name a {
    font-size: inherit;
  }
  .profile-avatar {
    margin-right: 2rem;
  }
  .profile-avatar .user-avatar {
    width: 94px;
    height: 94px;
  }
  .profile-avatar .icon-agent {
    width: 28px;
    height: 28px;
  }
  [dir='rtl'] .profile-header .options {
    margin-left: 0;
    margin-right: 2rem;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 0;
  }
  [dir='rtl'] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .user-profile-actions {
    margin-bottom: 1rem;
  }
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  margin-top: 1.5rem;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 0.5rem;
}

.profile-stats .stat:last-child {
  margin-bottom: 0;
}

.profile-stats .stat-label {
  color: #fff;
  font-weight: 500;
  flex: 0 0 auto;
  margin-right: 16px;
  opacity: 0.8;
}

[dir='rtl'] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  margin-top: 0.5rem;
}

.profile-stats-activity .stat-label {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .profile-stats {
    margin-top: 0;
  }
  .profile-stats .stat {
    margin-bottom: 1rem;
  }
  .profile-stats .stat-label {
    color: #383e43;
    margin-right: 0;
    opacity: 1;
  }
  .profile-stats-activity {
    border-top: 0;
    margin-top: 2rem;
    flex-direction: row;
  }
  .profile-stats {
    flex-basis: auto;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 1.5rem;
}

.profile-stats-activity .stat-label,
.profile-stats-activity .stat-value {
  color: white;
}

.profile-stats-activity .stat-value {
  font-weight: bold;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
  .profile-stats-activity .stat-value {
    padding-top: 0.125rem;
  }
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 1.5rem;
  }
  [dir='rtl'] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

.profile-stats-counters {
  padding: 1.5em 0 0 0;
}

.profile-stats-counters .stat-label {
}

.profile-stats-counters .stat-value {
  font-weight: bold;
  color: white;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 280px;
    margin-left: 40px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2em 1.5em;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    height: fit-content;
  }
  [dir='rtl'] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
  .profile-stats-counters .stat-value {
    color: rgba(33, 39, 42, 1);
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-value {
    flex: 1 1 auto;
    text-align: right;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(76, 63, 211, 1);
  border-radius: 4px;
  color: rgba(76, 63, 211, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

.profile-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3rem;
}

.profile-nav .container {
  position: relative;
  top: -36px;
  padding: 0 60px;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow:
    0 8px 8px -8px rgb(0 0 0 / 12%),
    0 8px 8px 0 rgb(0 0 0 / 4%);
}

.profile-nav .collapsible-nav-list li a {
  font-size: 0.9rem;
  white-space: nowrap;
  padding: 23px 0 19px 0;
}

@media (min-width: 768px) {
  .profile-section {
    padding-top: 4rem;
  }

  .profile-nav .collapsible-nav-list li a {
    font-size: 1rem;
  }
  .profile-nav .container {
    border-radius: 16px;
  }
}

@media (max-width: 1200px) {
  .profile-nav .container {
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 1023px) {
  .profile-nav .container {
    padding: 0 48px;
  }
}

@media (max-width: 767px) {
  .profile-nav .container {
    padding: 0 36px;
  }
}

@media (max-width: 480px) {
  .profile-nav .container {
    padding: 0 20px;
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
  font-weight: bold;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #4e5c63;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-header {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  font-size: 13px;
  margin-top: 1rem;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
    margin-left: 20px;
  }
  [dir='rtl'] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #c8ced4;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir='rtl'] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title,
.profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description,
.profile-badges-item-metadata-description {
  color: #4e5c63;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir='rtl'] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
  font-size: 0.9rem;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir='rtl'] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir='rtl'] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir='rtl'] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir='rtl'] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir='rtl'] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #c8ced4;
  }
  [dir='rtl'] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #c8ced4;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir='rtl'] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir='rtl'] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir='rtl'] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 12px;
  background-color: #f6f7f9;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir='rtl'] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir='rtl'] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir='rtl'] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 90%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #c8ced4;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded='false'] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded='false'] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(76, 63, 211, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden='true'] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-weight: 600;
  padding-top: 1.675em;
  margin-bottom: 0.75em;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding-top: 2.5rem;
}

.search-results-list > li:first-child {
  border-top: 1px solid #e1e5ea;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results-list > li h2 a {
  color: #21272a;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  margin-bottom: 0.5rem;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: #a8afb6;
}

[dir='ltr'] .search-results .meta-group .meta-data:nth-child(2) {
  display: none;
}

[dir='ltr'] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir='rtl'] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 6px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #383e43;
}

.search-result-title {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

[dir='ltr'] .search-result-icons {
  float: right;
  display: none;
}

[dir='rtl'] .search-result-icons {
  float: left;
}

.search-result-votes,
.search-result-meta-count {
  color: #4e5c63;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon,
.search-result-meta-count-icon {
  color: rgba(76, 63, 211, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
  margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir='rtl'] .search-result-votes,
[dir='rtl'] .search-result-meta-count {
  margin-right: 5px;
}

[dir='rtl'] .search-result-votes::before,
[dir='rtl'] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li,
.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
  color: #757c83;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: 600;
  background: #e9e7ff;
  color: #1e1678;
}

/* Add a yellow background for Chinese */
html[lang|='zh'] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before,
.notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before,
.notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before,
.notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before,
.notification-inline.notification-error::before {
  background-size: cover;
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir='rtl'] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden='true'] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir='rtl'] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir='rtl'] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-position: right 12px center;
  border: 1px solid #e1e5ea;
  border-radius: 28px;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.9em 1.5em;
  line-height: 1.3333;
  min-width: 170px;
  outline: none;
  color: #383e43;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  top: 3em;
  left: 0;
  margin-top: 8px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir='rtl'] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded='true'] {
  display: block;
}

.profile-section-sorter .dropdown-menu[aria-expanded='true'] {
  width: 100%;
}

.dropdown-menu [role='separator'] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role='menuitem'] {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 8px 40px 8px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir='rtl'] .dropdown-menu [role='menuitem'] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus {
  background: #f0f3f6;
  text-decoration: none;
  color: $text-color;
}

.dropdown-menu [role='menuitem'][aria-selected='true'] {
  cursor: default;
}

.dropdown-menu [role='menuitem'][aria-selected='true']::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir='rtl'] .dropdown-menu [role='menuitem'][aria-selected='true']::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role='menuitem'][hidden],
.dropdown-menu [role='menuitem'][aria-hidden='true'] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
  top: 3em;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir='rtl'] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir='rtl'] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/*  팔로잉 기능, 팔로잉 페이지, 기여페이지 숨김 */
.article-subscribe,
.section-subscribe,
.my-activities-nav .container.tab,
.profile-stats-counters,
.profile-nav,
.my-activities-sub-nav {
  display: none;
}

.meta-group .meta-data:nth-of-type(3),
.meta-group .meta-data:nth-of-type(4),
.meta-group .meta-data:nth-of-type(5),
.meta-group .meta-data:nth-of-type(6) {
  display: none;
}

.meta-group .meta-data:nth-of-type(2)::after {
  display: none;
}

/* 기사 - 오른쪽 배너 */

.side-banner-wrap {
  display: block;
  width: auto;
  min-width: 200px;
  padding-left: 40px;
  margin-left: 40px;
}

.side-banner {
  display: block;
  position: sticky;
  top: 80px;
}

.side-banner img {
  width: 100%;
}

.side-banner a {
  display: block;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 0;
}

.side-banner a img {
  border-radius: 0;
  border: none;
}

.side-banner button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8em 1em 0.8em 1.5em;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.333333;
  border: none;
  cursor: pointer;
  transition: all 350ms ease-in-out;
}

#sideBanner0 button {
  color: #4c3fd3;
  background: #dad6ff;
}

#sideBanner0:hover button {
  color: white;
  background: black;
}

#sideBanner1 button {
  color: #0862df;
  background: #d0e3fe;
}

#sideBanner1:hover button {
  color: white;
  background: black;
}

#sideBanner2 button {
  color: #13894a;
  background: #c9f5de;
}

#sideBanner2:hover button {
  color: white;
  background: black;
}

#sideBanner3 button {
  color: #2e4ad6;
  background: #d6ddff;
}

#sideBanner3:hover button {
  color: white;
  background: black;
}

.side-banner button svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 1440px) {
  .side-banner-wrap {
    display: none;
  }
}

/* 반응형 너비조절 */

.container,
.profile-header .container {
  max-width: var(--max-width-content);
}

.header-in {
  max-width: var(--max-width-header);
}
.footer-inner {
  max-width: var(--max-width-footer);
}

/* tab ui */

.tab {
  position: relative;
  font-size: 0.875rem;
  height: var(--spacing-08);
  letter-spacing: 0rem;
  line-height: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.tab:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--color-neutral-border-main);
}

.tab-content {
  display: none;
}

.tab-content > :first-child {
  margin-top: 0;
}

.tab-button {
  position: relative;
  top: 0;
  z-index: 1;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: var(--spacing-08);
  padding: 0;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  outline: none;
  box-sizing: border-box;
  font-size: var(--font-size-500);
  color: var(--color-neutral-foreground-lower);
}

.article-body .tab-button {
  font-size: var(--font-size-400);
  height: var(--spacing-08);
}

@media screen and (min-width: 1024px) {
  .tab-button:not(:first-child) {
    margin-left: var(--spacing-07);
  }
}

@media screen and (max-width: 1023px) and (min-width: 735px) {
  .tab-button:not(:first-child) {
    margin-left: var(--spacing-06);
  }
}

@media screen and (max-width: 734px) {
  .tab-button:not(:first-child) {
    margin-left: var(--spacing-05);
  }
  .tab-button,
  .article-body .tab-button {
    font-size: var(--font-size-100);
  }
}

@media screen and (max-width: 360px) {
  .tab-button,
  .article-body .tab-button {
    font-size: var(--font-size-75);
  }
}

.tab-button.active {
  color: var(--color-neutral-foreground-high);
  border-bottom: 2px solid var(--color-neutral-background-inverse-main);
}

.tab-button:not(.active):hover {
  color: var(--color-neutral-foreground-lower);
  border-bottom: 2px solid var(--color-neutral-border-main);
}

/* callout ui */
.article-body .note {
  display: block;
  padding: 1.5em 2em 1.5em 3.5em;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  font-size: 0.95em;
}

.article-body .note p {
  margin: 8px 0 16px 0;
}

.article-body .note > :last-child,
.article-body .note > :last-child > :last-child,
.article-body .note > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.article-body .note a {
  color: inherit;
  text-decoration: underline;
}

.article-body .note a:hover {
  color: rgba(76, 63, 211, 1);
}

.article-body .note:after {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 1.5em;
  top: 1.5em;
  background-size: 1.5em 1.5em;
}

.article-body .note:before {
  content: '';
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 767px) {
  .article-body .note {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1.25em 1.75em 1.25em 3.25em;
  }
  .article-body .note:after {
    width: 1.5em;
    height: 1.5em;
    left: 1.25em;
    top: 1.25em;
    background-size: 1.5em 1.5em;
  }
}

/* callout variants - note */
.article-body .note {
  background-color: #f0f3f6;
  color: #383e43;
}

.article-body .note:before {
  content: '참고: ';
}

.article-body .note:after {
  background-image: url(/hc/theming_assets/01KVYAJG21NTABVBFP9ZB8YV52);
}

/* callout variants - tip */
.article-body .tip {
  background-color: #e3efff;
  color: #054aaa;
}

.article-body .tip:before {
  content: '팁: ';
}

.article-body .tip:after {
  background-image: url(/hc/theming_assets/01KVYAJG582TYVQAEA397S76AF);
}

/* callout variants - warning */
.article-body .warning {
  background-color: #ffe9e9;
  color: #a00a0a;
}

.article-body .warning:before {
  content: '주의: ';
}

.article-body .warning:after {
  background-image: url(/hc/theming_assets/01KVYAJFR5ZAMFG19EZRT5GX9M);
}

/* callout variants - notice */
.article-body .notice {
  background-color: #f0f3f6;
  color: #383e43;
}

.article-body .notice:before {
  content: '안내: ';
}

.article-body .notice:after {
  background-image: url(/hc/theming_assets/01KVYAJG26S8TRB88KE1WCAC57);
}

/* Bundle Content ui */

.article-body .bundle-content {
  display: block;
  padding: 1.75em 1.75em 1.6em;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: var(--color-neutral-background-main);
  color: #5c6267;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.65;
  margin: 24px 0;
  position: relative;
  font-size: 0.9375em;
  border: 1px solid var(--color-neutral-border-main);
  box-shadow: var(--elevation-sm);
}

.article-body .bundle-content > :first-child {
  margin-top: 0 !important;
}

.article-body .bundle-content > :last-child,
.article-body .bundle > :last-child > :last-child,
.article-body .bundle > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.article-body .bundle-content h1,
.article-body .bundle-content h2,
.article-body .bundle-content h3,
.article-body .bundle-content h4,
.article-body .bundle-content h5,
.article-body .bundle-content h6 {
  margin-top: 1.75em;
  margin-bottom: 10px;
}

.article-body .bundle-content ul {
  margin: 10px 0 10px 1.5em;
}

.article-body .bundle-content p {
  margin: 10px 0;
}

@media (max-width: 767px) {
  .article-body .bundle-content {
    margin: 20px 0;
  }
}

/* Code Block UI 사용하기 */

.article-body .code {
  border: 1px solid #e1e5ea;
  background: #f6f7f9;
  border-radius: 6px;
  padding: 0 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #121619;
  font-size: 0.9em;
  font-weight: 500;
  margin: 0 0.15em;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.article-body .note .code {
  background: inherit;
  color: inherit;
  border-color: inherit;
  filter: contrast(1.1);
}

/* Banner Component */
.article-footer .block-banner,
.article-body .block-banner {
  display: none;
  position: relative;
  width: 100%;
  padding: var(--spacing-08);
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-06);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--color-neutral-background-low);
  margin-top: var(--spacing-08);
}

.article-footer .block-banner *,
.article-body .block-banner * {
  position: relative;
  z-index: 2;
}

.article-footer .block-banner:hover,
.article-body .block-banner:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.article-footer .block-banner > :first-child,
.article-body .block-banner > :first-child {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.article-footer .block-banner h3,
.article-body .block-banner h3 {
  font-size: var(--font-size-400) !important;
  line-height: var(--line-height-normal) !important;
  letter-spacing: var(--letter-spacing-normal) !important;
  font-weight: var(--font-weight-semibold) !important;
  color: var(--color-neutral-foreground-high);
  line-height: 1.3;
}

@media screen and (max-width: 734px) {
  .article-footer .block-banner h3,
  .article-body .block-banner h3 {
    font-size: var(--font-size-200) !important;
  }
}

@media (max-width: 640px) {
  .article-footer .block-banner,
  .article-body .block-banner {
    gap: var(--spacing-05);
  }
}

/* ❶, ❷ text-number */
.article-body .text-number {
  display: inline-block;
  transform: scale(1.2);
  margin-right: 0.2em;
}

/* 형광펜 UI 추가하기 */

.article-body em {
  white-space: pre-wrap;
  color: var(--color-black);
  font-weight: var(--font-weight-semibold);
  background-color: var(--color-green-alpha-100);
  font-style: normal;
}

.article-body .note em {
  background-color: var(--color-gray-alpha-200);
  mix-blend-mode: color-burn;
}

.article-body em .code {
  background-color: #e9e7ff;
  border: 1px solid #b4adff;
}

/* 아코디언 UI 추가하기 */

.accordion {
  width: 100%;
  margin: 20px auto;
}

.accordion-item {
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-neutral-background-main);
  cursor: pointer;
  border-radius: var(--radius-xl);
  padding-left: var(--spacing-06);
  padding-right: var(--spacing-06);
  margin-left: calc(var(--spacing-06) * -1);
  margin-right: calc(var(--spacing-06) * -1);
}

.accordion-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--color-neutral-background-hover);
  border-radius: inherit;
  opacity: 0;
  transition-property: all;
  transition-duration: var(--duration-medium-03);
  transition-timing-function: var(--easing-standard);
  pointer-events: none;
  transform: scaleY(0.8);
}

.accordion-item:hover:before {
  transition: opacity 0s ease 0s;
  opacity: 1;
  transform: none;
}

.accordion-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-size-400);
  border-top: 1px solid var(--color-neutral-border-main);
  gap: 20px;
  padding-bottom: 1.125em;
  padding-top: 1.125em;
  background-color: var(--color-neutral-background-main-opacity-0);
  font-weight: var(--font-weight-semibold);
  color: var(--color-neutral-foreground-high);
  margin: 0;
}

.accordion .accordion-item:first-of-type .accordion-title {
  border-top: none;
}

.accordion-content {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  cursor: pointer;
  overflow: hidden;
  font-size: var(--font-size-100);
  color: var(--color-neutral-foreground-main);
}

.accordion-content > * {
  margin: 1em 0 0 0 !important;
}

.accordion-content > *:first-of-type {
  margin: 0 !important;
}

.accordion-content:last-child {
  margin: 0;
  padding: 0 0 1.75em 0;
}

.accordion-content.active {
  display: block;
  animation: fadeInDown 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  max-height: fit-content;
}

.accordion-icon-svg {
  position: relative;
  transform-origin: center;
  top: -0.1em;
  width: 0.8em;
  min-width: 0.8em;
  stroke-width: 0.125em;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
}

@media screen and (max-width: 1023px) {
  .accordion-title {
    font-size: var(--font-size-400);
  }
}

@media screen and (max-width: 734px) {
  .accordion-title {
    font-size: var(--font-size-300);
  }
}

/* 뱃지 UI 추가하기 */
.c-badge {
  padding: 0.15em 0.725em;
  font-weight: var(--font-weight-semibold);
  border-radius: var(--radius-full);
  font-size: 0.85em;
  margin-right: 0.25em;
}

.c-badge.green {
  color: var(--color-green-600);
  background: var(--color-green-100);
}

.c-badge.red {
  color: var(--color-red-600);
  background: var(--color-red-100);
}

.c-badge.orange {
  color: var(--color-orange-600);
  background: var(--color-orange-100);
}

.c-badge.gray {
  color: var(--color-gray-700);
  background: var(--color-gray-100);
}

.c-badge.blue {
  color: var(--color-blue-600);
  background: var(--color-blue-100);
}

.c-badge.violet {
  color: var(--color-violet-600);
  background: var(--color-violet-100);
}

/* 커스텀 페이지 - 보안 가이드 */
.bz-section {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.security-privacy {
  background: var(--color-neutral-background-inverse-main);
}

.bz-container {
  width: 100%;
  max-width: var(--max-width-lg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 var(--margin-xl);
}

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

.content-wrapper {
  width: 100%;
}

.security-hero .bz-content {
  padding-top: var(--spacing-10);
}

.security-least-max .bz-content,
.security-answer .bz-content,
.security-privacy .bz-content,
.security-management .bz-content {
  padding: var(--spacing-12) 0;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-02);
}

.section-header .overtext {
  margin: 0;
}

.highlight-gradient {
  display: inline-block;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-gradient.bznav-main-light {
  background-image: linear-gradient(90deg, var(--color-violet-700), var(--color-violet-400));
  background-color: var(--color-violet-400);
}

.highlight-gradient.bznav-main-dark {
  background-image: linear-gradient(90deg, #8a96a3, #ffffff);
  background-color: var(--color-violet-400);
}

.highlight-gradient.bznav-security-dark {
  background-image: linear-gradient(90deg, #ffffff, #8a96a3);
  background-color: #ffffff;
}

.highlight-gradient.bznav-security-light {
  background-image: linear-gradient(90deg, #22272b, #acb5be);
  background-color: #acb5be;
}

.highlight-gradient.bznav-main-light.shimmer {
  background-image: linear-gradient(
    135deg,
    var(--color-violet-400) 17%,
    var(--color-violet-700) 50%,
    var(--color-violet-400) 83%
  );
}

.highlight-gradient.bznav-main-dark.shimmer {
  background-image: linear-gradient(135deg, #ffffff 17%, #8a96a3 50%, #ffffff 83%);
}

.highlight-gradient.bznav-security-light.shimmer {
  background-image: linear-gradient(135deg, #acb5be 17%, #22272b 50%, #acb5be 83%);
}

.highlight-gradient.bznav-security-dark.shimmer {
  background-image: linear-gradient(135deg, #ffffff 17%, #8a96a3 50%, #ffffff 83%);
}

.shimmer {
  animation-fill-mode: both;
  animation-duration: 3.6s;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background-size: 200% 100%;
}

@keyframes shimmer {
  100% {
    background-position: -200% 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 735px) {
  .bz-container {
    padding: 0 var(--margin-lg);
  }

  .security-hero .bz-content {
    padding-top: var(--spacing-09);
  }

  .security-least-max .bz-content,
  .security-answer .bz-content,
  .security-privacy .bz-content,
  .security-management .bz-content {
    padding: var(--spacing-11) 0;
    max-width: var(--max-width-sm);
  }

  .content-wrapper {
    max-width: var(--max-width-sm);
  }
}

@media screen and (max-width: 734px) {
  .bz-container {
    padding: 0 var(--margin-md);
  }

  .security-hero .bz-content {
    padding-top: var(--spacing-08);
  }

  .security-least-max .bz-content,
  .security-answer .bz-content,
  .security-privacy .bz-content,
  .security-management .bz-content {
    padding: var(--spacing-10) 0;
    max-width: var(--max-width-md);
  }

  .content-wrapper {
    max-width: var(--max-width-xs);
  }
}

/* 걱정 없는 안심 환급 */

.security-hero {
  position: relative;
  /*   background: linear-gradient(90deg, #DBD7FE 7%, #D6DDFF 25%, #E3EFFF 43%, #E3EFFF 61%, #F1F3FF 80%, #E9FBFB 100%); */
}

.security-hero .section-header .title {
  text-align: center;
  margin-bottom: 0.75em;
}

.security-hero .content-img {
  border-radius: var(--radius-2xl);
  background: var(--color-gray-100);
  width: 100%;
  max-width: 480px;
  margin-top: var(--spacing-05);
  margin-bottom: var(--spacing-05);
}

@media screen and (max-width: 1023px) {
  .security-hero .bz-content {
    max-width: var(--max-width-md);
  }
}

@media screen and (max-width: 734px) {
  .security-hero .bz-content {
    max-width: var(--max-width-md);
  }
  .security-hero .content-img {
    max-width: 320px;
  }
}

/* 가장 최소의 정보로 가장 최고의 환급을 */

.security-least-max .section-header .title {
  color: var(--color-neutral-foreground-lower);
  margin-bottom: 2em;
  text-align: center;
}

.security-least-max .section-header .title strong {
  color: var(--color-neutral-foreground-high);
}

.security-least-max .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--margin-xl);
}

.security-least-max .content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-05);
  flex: 1 1 0;
}

.security-least-max .content-item .image-wrapper {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: flex-start;
  margin: 0;
}

.security-least-max .content-item .image-wrapper img {
  position: absolute;
  left: -6px;
}

.security-least-max .content-item .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-03);
  align-self: stretch;
}

.security-least-max .content-item .text-wrapper .title {
  color: var(--color-neutral-foreground-high);
  margin: 0;
}

.security-least-max .content-item .text-wrapper .description {
  color: var(--color-neutral-foreground-low);
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .security-least-max .content-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 734px) {
  .security-least-max .section-header .title {
    margin-bottom: 1.75em;
  }

  .security-least-max .content-wrapper {
    max-width: var(--max-width-2xs);
    flex-direction: column;
    gap: var(--margin-xl);
  }

  .security-least-max .content-item {
    gap: var(--spacing-04);
  }

  .security-least-max .content-item .image-wrapper {
    width: 48px;
    height: 48px;
  }

  .security-least-max .content-item .image-wrapper img {
    left: -4px;
    width: 48px;
    height: 48px;
  }
}

/* 간편하고도 안전하게, 마음 편한 최고의 환급 경험 */

.security-answer .section-header .title {
  color: var(--color-neutral-foreground-lower);
  margin-bottom: 1.5em;
  text-align: center;
}

.security-answer .section-header .title strong {
  color: var(--color-neutral-foreground-high);
}

.security-answer .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--margin-xl);
}

.security-answer .content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-06);
  min-width: 280px;
  padding: var(--margin-lg);
  width: 100%;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(to bottom, var(--color-blue-100) 0.05%, rgba(255, 255, 255, 1) 100%),
    var(--color-neutral-background-low);
}

.security-answer .content-item .image-wrapper {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: flex-start;
  margin: 0;
}

.security-answer .content-item .image-wrapper img {
  position: absolute;
  left: -6px;
}

.security-answer .content-item .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-04);
  align-self: stretch;
}

.security-answer .content-item .text-wrapper .question {
  color: var(--color-primary-foreground-high);
  margin: 0;
}

.security-answer .content-item .text-wrapper .answer {
  position: relative;
  color: var(--color-neutral-foreground-low);
  margin: 0;
}

.security-answer .content-item .text-wrapper .question,
.security-answer .content-item .text-wrapper .answer {
  position: relative;
  left: 28px;
  width: calc(100% - 28px);
}

.security-answer .content-item .text-wrapper .question:before,
.security-answer .content-item .text-wrapper .answer:before {
  position: absolute;
  left: -28px;
  top: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.security-answer .content-item .text-wrapper .question:before {
  content: 'Q.';
}

.security-answer .content-item .text-wrapper .answer:before {
  content: 'A.';
}

@media screen and (max-width: 1023px) {
  .security-answer .content-wrapper {
    flex-direction: column;
    gap: var(--margin-lg);
  }
}

@media screen and (max-width: 734px) {
  .security-answer .section-header .title {
    margin-bottom: 1.5em;
  }

  .security-answer .content-wrapper {
    flex-direction: column;
    gap: var(--margin-md);
  }

  .security-answer .content-item {
    gap: var(--spacing-05);
    padding: var(--margin-md);
  }

  .security-answer .content-item .image-wrapper {
    width: 48px;
    height: 48px;
  }

  .security-answer .content-item .image-wrapper img {
    left: -4px;
    width: 48px;
    height: 48px;
  }
}

/* 개인정보는 특별하게 관리되어야 하니까 */

.security-privacy {
  background: var(--color-black);
}

.security-privacy .section-header .title {
  margin-bottom: 2em;
  text-align: center;
}

.security-privacy .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--margin-lg);
}

.security-privacy .content-item {
  display: flex;
  width: 100%;
  max-width: var(--max-width-md);
  flex-direction: row;
  align-items: flex-start;
  gap: var(--spacing-05);
}

.security-privacy .content-item .image-wrapper {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: flex-start;
  margin: 0;
}

.security-privacy .content-item .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-03);
  align-self: stretch;
  padding: var(--spacing-02);
}

.security-privacy .content-item .text-wrapper .title {
  color: var(--color-neutral-foreground-inverse-main);
  margin: 0;
}

.security-privacy .content-item .text-wrapper .description {
  color: var(--color-gray-400);
  margin: 0;
}

@media screen and (max-width: 734px) {
  .security-privacy .section-header .title {
    margin-bottom: 1.75em;
  }

  .security-privacy .content-wrapper {
    max-width: var(--max-width-2xs);
    gap: var(--margin-xl);
  }

  .security-privacy .content-item {
    flex-direction: column;
    gap: var(--spacing-04);
  }

  .security-privacy .content-item .image-wrapper {
    width: 48px;
    height: 48px;
  }

  .security-privacy .content-item .image-wrapper img {
    position: absolute;
    left: -4px;
    width: 48px;
    height: 48px;
  }

  .security-privacy .content-item .text-wrapper {
    padding: 0;
  }
}

/* 고도화된 보안 기술과 엄격한 관리 규율로 만드는 안심 환급 */

.security-management .section-header .title {
  margin-bottom: 2.5em;
  text-align: center;
}

.security-management .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--margin-lg);
}

.security-management .content-item {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gutter-xl);
}

.security-management .content-item .title-area {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-04);
  padding-top: var(--spacing-06);
  border-top: 1px solid var(--color-neutral-border-high);
  min-width: 280px;
}

.security-management .content-item .image-wrapper {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: flex-start;
  margin: 0;
}

.security-management .content-item .image-wrapper img {
  position: absolute;
  top: -4px;
}

.security-management .content-item .text-area {
  display: flex;
  min-height: 120px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  color: var(--color-neutral-foreground-main);
  padding: calc(var(--spacing-06) + 2px) 0;
  margin: 0;
  border-top: 1px solid var(--color-neutral-border-high);
}

@media screen and (max-width: 1023px) {
  .security-management .content-wrapper {
    gap: var(--spacing-09);
    max-width: var(--max-width-2xs);
  }

  .security-management .content-item .title-area {
    padding-top: 0;
    align-items: center;
    border-top: none;
    gap: var(--spacing-03);
  }

  .security-management .content-item .title-area .title {
    margin-bottom: 0;
  }

  .security-management .content-item {
    flex-direction: column;
    gap: var(--spacing-04);
  }

  .security-management .content-item .text-area {
    padding: var(--spacing-05) 0;
    min-height: unset;
  }

  .security-management .content-item .image-wrapper img {
    top: 0;
  }
}

@media screen and (max-width: 734px) {
  .security-management .content-wrapper {
    gap: var(--spacing-08);
  }
}

/* 마무리 */

.security-message .bz-content {
  padding-bottom: var(--spacing-11);
}

.security-message .content-wrapper {
  display: flex;
  padding: var(--margin-2xl);
  gap: var(--spacing-06);
  background: var(--color-neutral-background-lowest);
  border-radius: var(--radius-2xl);
  flex-direction: column;
  align-items: center;
}

.security-message .message-item {
  position: relative;
  color: var(--color-neutral-foreground-main);
  text-align: center;
  line-height: var(--line-height-relaxed);
}

.security-message .message-item strong {
  color: var(--color-neutral-foreground-high);
}

.security-message .content-item .title-area {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-04);
  padding-top: var(--spacing-05);
  border-top: 1px solid var(--color-neutral-border-high);
  min-width: 280px;
}

.security-message .help {
  display: flex;
  width: 100%;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-03);
  border-top: 1px solid var(--color-neutral-border-main);
  padding-top: var(--spacing-07);
}

.security-message .help .image-wrapper {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: flex-start;
  margin: 0;
}

.security-message .help p {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .security-message .content-wrapper {
    flex-direction: column;
    gap: var(--spacing-08);
    padding: var(--margin-xl);
  }

  .security-message .message-item {
    margin: 0;
    left: 0;
    width: 100%;
  }

  .security-message .message-item:before {
    content: none;
  }

  .security-message .help {
    width: 100%;
    border-left: none;
    border-top: 1px solid var(--color-neutral-border-main);
    padding-left: 0;
    padding-top: var(--spacing-08);
  }
}

@media screen and (max-width: 734px) {
  .security-message .content-wrapper {
    padding: var(--margin-lg);
    gap: var(--spacing-07);
  }

  .security-message .help {
    padding-top: var(--spacing-07);
  }
}

/* 프로모션 템플릿 */
.promo-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.promo-container {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.promo-container img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.promo-button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0 28px;
  align-items: center;
}

.promo-button {
  position: relative;
  color: var(--color-primary-foreground-inverse-main);
  width: 75%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--color-primary-background-main);
  font-size: 21px;
  padding: 1em 2em;
  font-weight: 700;
  transition: all var(--duration-medium-03) var(--easing-standard);
  overflow: hidden;
  cursor: pointer;
}

.promo-button:hover {
  text-decoration: none;
}

.promo-button:after {
  content: '';
  transition: all var(--duration-medium-03) var(--easing-standard);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: var(--color-primary-background-hover);
  cursor: pointer;
  z-index: 0;
}

.promo-button:hover:after {
  opacity: 1;
}

.promo-button-label {
  position: relative;
  z-index: 1;
  color: inherit;
}

.promo-container .accordion {
  padding: 0 28px;
}

@media screen and (max-width: 700px) {
  .promo-button {
    max-width: 320px;
    font-size: calc(15px + (21 - 15) * (100vw - 320px) / (700 - 320));
  }
}

/* 안심 환급 */
.safety-refund .promo-section:nth-child(1),
.safety-refund .promo-section:nth-child(2) {
  background: #f0f0ff;
}

.safety-refund .promo-section:nth-child(3),
.safety-refund .promo-section:nth-child(4),
.safety-refund .promo-section:nth-child(5) {
  background: #f6f7f8;
}

.safety-refund .promo-section:nth-child(6) {
  background: white;
}

.safety-refund .promo-section:nth-child(7) {
  background: #f1f3ff;
}
