html {
  height: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box !important;
}

body {
  --wp--preset--color--black: #fff000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--maldkfctric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.thick-b903) {
  gap: 0.5em;
}
:where(.avatar-steel-2f4e) {
  gap: 0.5em;
}
body .tertiary-e8c5 > .smooth_edf5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .tertiary-e8c5 > .mask-9caa {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .tertiary-e8c5 > .notice-selected-318a {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .secondary_2549 > .smooth_edf5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .secondary_2549 > .mask-9caa {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .secondary_2549 > .notice-selected-318a {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .secondary_2549
  > :where(:not(.smooth_edf5):not(.mask-9caa):not(.texture-plasma-1e14)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .secondary_2549 > .card_slow_1b2a {
  max-width: var(--wp--style--global--wide-size);
}
body .thick-b903 {
  display: flex;
}
body .thick-b903 {
  flex-wrap: wrap;
  align-items: center;
}
body .thick-b903 > * {
  margin: 0;
}
body .avatar-steel-2f4e {
  display: grid;
}
body .avatar-steel-2f4e > * {
  margin: 0;
}
:where(.paragraph-huge-4d82.thick-b903) {
  gap: 2em;
}
:where(.paragraph-huge-4d82.avatar-steel-2f4e) {
  gap: 2em;
}
:where(.notification_soft_860a.thick-b903) {
  gap: 1.25em;
}
:where(.notification_soft_860a.avatar-steel-2f4e) {
  gap: 1.25em;
}
.breadcrumb-fast-6f57 {
  color: var(--wp--preset--color--black) !important;
}
.disabled_3678 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.thumbnail-b8ee {
  color: var(--wp--preset--color--white) !important;
}
.pagination_9279 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.notice_iron_770b {
  color: var(--wp--preset--color--vivid-red) !important;
}
.outline-9bdb {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fresh-43af {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.heading-gold-2249 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.red-afe3 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.icon_6cb5 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.backdrop-large-934d {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.silver-37a1 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.shade-dynamic-c803 {
  background-color: var(--wp--preset--color--black) !important;
}
.easy-fd65 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.summary_94d1 {
  background-color: var(--wp--preset--color--white) !important;
}
.accent_f8c2 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.feature_warm_39af {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.secondary_c95b {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fast-fa77 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.footer-4124 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.last-eaab {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.fixed_0814 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.media_action_758d {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.label_164c {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.list_narrow_a640 {
  border-color: var(--wp--preset--color--black) !important;
}
.texture-ff4f {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.nav_4183 {
  border-color: var(--wp--preset--color--white) !important;
}
.carousel-copper-fa9a {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.sort-d2e3 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.fixed-0abb {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.component-west-2319 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.badge-warm-f4bf {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.copper-8bfd {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.south-5fde {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.nav-a208 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.detail-5bae {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.module-south-489b {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.in_ff10 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.text-center-1686 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.caption_lower_abb8 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.under_98ac {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.action-b17d {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.white_6e8b {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.mask-paper-30c1 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.paragraph-fa97 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.bronze-e061 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.disabled_fb92 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.menu_5e35 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.video_532e {
  font-size: var(--wp--preset--font-size--small) !important;
}
.mask_first_43fa {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.advanced_a660 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.popup-f022 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.brown-9cb1 a:where(:not(.active_black_9956)) {
  color: inherit;
}
:where(.notification_soft_860a.thick-b903) {
  gap: 1.25em;
}
:where(.notification_soft_860a.avatar-steel-2f4e) {
  gap: 1.25em;
}
:where(.paragraph-huge-4d82.thick-b903) {
  gap: 2em;
}
:where(.paragraph-huge-4d82.avatar-steel-2f4e) {
  gap: 2em;
}
.footer-3ec3 {
  font-size: 1.5em;
  line-height: 1.6;
}

.current-0bcf .thick_d91b {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_middle_0791 .menu_a4e3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_9984 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu_9984.box-east-b3ea .hero_simple_b383 {
  background-color: var(--e-global-color-primary);
}
.menu_9984.thick-f9d3 .hero_simple_b383,
.menu_9984.in_6aca .hero_simple_b383 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.border-cf3a .hovered_d726 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.table_582f {
  --divider-color: var(--e-global-color-secondary);
}
.table_582f .inner-bb1b {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.table_582f.hard_5cae .photo-right-2abf {
  background-color: var(--e-global-color-secondary);
}
.table_582f.alert_advanced_5594 .photo-right-2abf,
.table_582f.aside_fb89 .photo-right-2abf {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.table_582f.alert_advanced_5594 .photo-right-2abf,
.table_582f.aside_fb89 .photo-right-2abf svg {
  fill: var(--e-global-color-secondary);
}
.shade_a3fb .dynamic_6c83 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade_a3fb .silver-6bc0 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide_6f81.hard_5cae .photo-right-2abf {
  background-color: var(--e-global-color-primary);
}
.wide_6f81.alert_advanced_5594 .photo-right-2abf,
.wide_6f81.aside_fb89 .photo-right-2abf {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.wide_6f81.alert_advanced_5594 .photo-right-2abf,
.wide_6f81.aside_fb89 .photo-right-2abf svg {
  fill: var(--e-global-color-primary);
}
.text_new_b2d0.hard_5cae .photo-right-2abf {
  background-color: var(--e-global-color-primary);
}
.text_new_b2d0.alert_advanced_5594 .photo-right-2abf,
.text_new_b2d0.aside_fb89 .photo-right-2abf {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.text_new_b2d0 .message-prev-3b5f {
  color: var(--e-global-color-primary);
}
.text_new_b2d0 .message-prev-3b5f,
.text_new_b2d0 .message-prev-3b5f a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_new_b2d0 .table_fluid_9c0d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-85b4 .white-49c7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-9590 .nav_dark_c761 .summary-bright-0a87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video-cool-060d .bright-730f:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.video-cool-060d .slider_north_ac51 i {
  color: var(--e-global-color-primary);
}
.video-cool-060d .slider_north_ac51 svg {
  fill: var(--e-global-color-primary);
}
.video-cool-060d .overlay_thick_13cb {
  color: var(--e-global-color-secondary);
}
.video-cool-060d .bright-730f > .overlay_thick_13cb,
.video-cool-060d .bright-730f > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-b75f .sort_easy_69a5 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-b75f .bronze_e98c {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.wood_b870 .fluid_bd61 .link-a281 {
  background-color: var(--e-global-color-primary);
}
.wood_b870 .slider-copper-d595 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_gas_80fb .popup_54b7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_gas_80fb .backdrop-56f3 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_gas_80fb .input-bright-a8ac {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.summary_0ec3 .avatar_first_8d3d,
.summary_0ec3 .avatar_first_8d3d a {
  color: var(--e-global-color-primary);
}
.summary_0ec3 .avatar_first_8d3d.hidden_focused_f558,
.summary_0ec3 .avatar_first_8d3d.hidden_focused_f558 a {
  color: var(--e-global-color-accent);
}
.summary_0ec3 .avatar_first_8d3d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_0ec3 .popup-lower-5f7e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_left_a317 .active_9890,
.detail_left_a317 .new-bb40 {
  color: var(--e-global-color-primary);
}
.detail_left_a317 .active_9890 svg {
  fill: var(--e-global-color-primary);
}
.detail_left_a317 .hidden_focused_f558 .active_9890,
.detail_left_a317 .hidden_focused_f558 .new-bb40 {
  color: var(--e-global-color-accent);
}
.detail_left_a317 .hidden_focused_f558 .active_9890 svg {
  fill: var(--e-global-color-accent);
}
.detail_left_a317 .new-bb40 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.detail_left_a317 .popup-lower-5f7e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_5b5c .media-black-e701,
.sidebar_5b5c .progress-91a5 {
  color: var(--e-global-color-primary);
}
.sidebar_5b5c .progress-91a5 svg {
  fill: var(--e-global-color-primary);
}
.sidebar_5b5c .avatar_first_8d3d.hidden_focused_f558 a,
.sidebar_5b5c
  .avatar_first_8d3d.hidden_focused_f558
  .progress-91a5 {
  color: var(--e-global-color-accent);
}
.sidebar_5b5c .media-black-e701 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_5b5c .popup-lower-5f7e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.plasma_152d .prev_ce01 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_152d .component_4d5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-5df3 .center-104a .texture-paper-e141 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.hidden-5df3 .center-104a .image-gas-7f2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-5df3 .box_under_c48a .texture-paper-e141 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.hidden-5df3
  .box_under_c48a
  .image-gas-7f2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-5df3
  .description_lite_5723
  .texture-paper-e141 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.hidden-5df3
  .description_lite_5723
  .image-gas-7f2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-5df3
  .accent-ef1f
  .texture-paper-e141 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-accent);
}
.hidden-5df3
  .accent-ef1f
  .image-gas-7f2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_c019 .disabled_east_b561 {
  background-color: var(--e-global-color-primary);
}
.message_c019 .disabled_east_b561:hover {
  background-color: var(--e-global-color-primary);
}
.message_c019 .sidebar_ec7b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_c019
  .disabled_east_b561:hover
  .sidebar_ec7b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_next_c1bb .component-7922 {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-a801 .pagination_8840 .red_1dc6 a {
  background-color: var(--e-global-color-accent);
}
.black-a801 .pagination_8840 .pattern-east-c89a a {
  background-color: var(--e-global-color-accent);
}
.black-a801 .pagination_8840 .red_1dc6 a,
.black-a801 .pagination_8840 .pattern-east-c89a a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_00b1
  .next_d254.plasma_ae5f
  .pagination_8840
  a.steel_95a5 {
  background-color: var(--e-global-color-accent);
}
.aside_00b1
  .next_d254.plasma_ae5f
  .pagination_8840
  span.steel_95a5.fn-current-8649 {
  background-color: var(--e-global-color-text);
}
.aside_00b1
  .next_d254.plasma_ae5f
  .pagination_8840
  .steel_95a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51 .summary-c412 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .dark-1f20
  > .basic-98d3
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .white-46e3
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .video-a17b
  .notice_c4c5,
.lite-ea51
  .video-a17b
  .yellow_5cf9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-ea51
  .video-a17b
  .wrapper_over_65a0,
.lite-ea51
  .video-a17b
  a
  .wrapper_over_65a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .video-a17b
  .active_7044 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .video-a17b
  .block_dynamic_3030 {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .video-a17b
  .block_dynamic_3030 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .video-a17b
  .block_dynamic_3030:hover {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .video-a17b
  .video-outer-9dc5 {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .video-a17b
  .video-outer-9dc5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .video-a17b
  .video-outer-9dc5:hover {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .sort-eb0e
  .main_motion_8d7e
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-ea51
  .sort-eb0e
  .north-83e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .sort-eb0e
  .active_7044 {
  color: var(--e-global-color-text);
}
.lite-ea51
  .sort-eb0e
  .active_7044
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .sort-eb0e
  .block_dynamic_3030 {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .sort-eb0e
  .block_dynamic_3030 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .sort-eb0e
  .block_dynamic_3030:hover {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .sort-eb0e
  .video-outer-9dc5 {
  background-color: var(--e-global-color-primary);
}
.lite-ea51
  .sort-eb0e
  .video-outer-9dc5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-ea51
  .sort-eb0e
  .video-outer-9dc5:hover {
  background-color: var(--e-global-color-primary);
}
.lite-ea51 .menu_selected_0b19 {
  background-color: var(--e-global-color-primary);
}
.lite-ea51 .menu_selected_0b19:hover {
  background-color: var(--e-global-color-primary);
}
.lite-ea51 .mini_0b07 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-ea51 .badge-down-6570 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_326b .photo-54ab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_326b
  .dark_af37
  > div:nth-child(3)
  .photo-54ab,
.card_326b
  .chip-mini-f2ea
  > div:nth-child(1)
  .photo-54ab,
.card_326b
  .sort_left_d22f
  > div:nth-child(1)
  .photo-54ab,
.card_326b
  .copper-bd25
  > div:nth-child(1)
  .photo-54ab,
.card_326b
  .clean_ed27
  > div:nth-child(1)
  .photo-54ab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_326b .widget_fast_b3d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_326b .caption-f81e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_326b .photo-old-05b4 {
  background-color: var(--e-global-color-primary);
}
.card_326b .photo-old-05b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_326b .photo-old-05b4:hover {
  background-color: var(--e-global-color-primary);
}
.card_326b .surface_plasma_309c {
  background-color: var(--e-global-color-primary);
}
.card_326b .surface_plasma_309c:hover {
  background-color: var(--e-global-color-primary);
}
.card_326b .mini_0b07 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_326b .badge-down-6570 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced-9f2a .alert-over-424a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced-9f2a .message_under_2750 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-9f2a .box-cf5c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-9f2a .paper_1284 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-9f2a .texture-copper-efb2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-9f2a .surface_plasma_309c {
  background-color: var(--e-global-color-primary);
}
.advanced-9f2a .surface_plasma_309c:hover {
  background-color: var(--e-global-color-primary);
}
.main_prev_c8fb .modal_1aa7 {
  background-color: var(--e-global-color-secondary);
}
.main_prev_c8fb .widget-wood-f18c {
  background-color: var(--e-global-color-text);
}
.main_prev_c8fb .wide_71a6 {
  background-color: var(--e-global-color-secondary);
}
.main_prev_c8fb .gradient_2fd0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_prev_c8fb .sidebar-tiny-c85d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_prev_c8fb .header-top-22c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_prev_c8fb .cool_773a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_prev_c8fb .logo_soft_3cce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-c422 .dirty-8853 .basic_e8d3,
.simple-c422
  .dirty-8853
  .basic_e8d3
  a,
.simple-c422 .gallery_10c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-c422 .dirty-8853 .hard-2fc2,
.simple-c422 .modal-1cd0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple-c422 .dirty-8853 .hard-2fc2 {
  color: var(--e-global-color-text);
}
.simple-c422 .modal-1cd0 {
  color: var(--e-global-color-text);
}
.simple-c422
  .dirty-8853
  .active_aa92 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.simple-c422 .content_af59 .description_up_4545 {
  background-color: var(--e-global-color-primary);
}
.simple-c422 .content_af59 .description_up_4545:hover {
  background-color: var(--e-global-color-primary);
}
.simple-c422 .content_af59 .card-b1f4 li span {
  background-color: var(--e-global-color-text);
}
.simple-c422 .content_af59 .card-b1f4 li span:hover {
  background-color: var(--e-global-color-primary);
}
.simple-c422
  .content_af59
  .card-b1f4
  li.summary_5099
  span {
  background-color: var(--e-global-color-accent);
}
.simple-c422 .card-last-7d61 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.white-726a .breadcrumb_clean_ddef {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_8271 .banner_b3cf {
  background-color: var(--e-global-color-primary);
}
.purple_8271 .badge_d81b {
  background-color: var(--e-global-color-secondary);
}
.purple_8271 .fixed_0ca2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .highlight_d4e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .pattern-216b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .hidden_4052 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .old_5eba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .tag_ff52 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple_8271 .solid-d3b7 {
  background-color: var(--e-global-color-primary);
}
.purple_8271 .solid-d3b7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message-motion-6fc7 .feature_dade {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-motion-6fc7 .texture-easy-3224 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.message-motion-6fc7
  .short-aa20:after {
  background-color: var(--e-global-color-primary);
}
.message-motion-6fc7 .label-cde3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-narrow-dda5 .gallery_10c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-narrow-dda5 .modal-1cd0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-6814 .pressed_4e53 .slider_lite_65a2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-6814 .pressed_4e53 .wrapper-motion-f7a8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper_086b .aside-3328 {
  background-color: var(--e-global-color-primary);
}
.copper_086b .hidden_90e3 {
  background-color: var(--e-global-color-secondary);
}
.copper_086b .mask_next_6aef .block_2c4f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_086b .preview-hovered-5479 .block_2c4f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_top_9932 .link-stone-49df .status_dynamic_0438 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_top_9932 .link-stone-49df .banner_d930 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_top_9932 .link-stone-49df .notification_c3dc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.south_69e0 .accordion-tiny-5a9e {
  border-color: var(--e-global-color-text);
}
.south_69e0 .progress_27d9 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south_69e0 .stale_6c8a {
  color: var(--e-global-color-primary);
}
.south_69e0 .silver-a6bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_21c0 .overlay_bronze_101d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_21c0 .footer_outer_4665 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_21c0 .easy-2aa5:hover .overlay_bronze_101d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_21c0
  .easy-2aa5:hover
  .footer_outer_4665 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar_tall_c300 .narrow-d789 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar_tall_c300 .progress_1bc4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east_e7c0 .primary_cold_83e7 .popup_thick_ff6d {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east_e7c0 .primary_action_b81a .popup_thick_ff6d {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.down_74de .action-6f2f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.overlay_b9ad .notice_e3b0 .hover-363d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_b9ad .notice_e3b0 .hover-363d {
  background-color: var(--e-global-color-secondary);
}
.overlay_b9ad .notification_green_e026 .hover-363d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_b9ad .notification_green_e026 .hover-363d {
  background-color: var(--e-global-color-secondary);
}
.overlay_b9ad .right_ee5a .inner-ac5b {
  background-color: var(--e-global-color-primary);
}
.overlay_b9ad .right_ee5a:hover .inner-ac5b {
  background-color: var(--e-global-color-secondary);
}
.overlay_b9ad .description_up_4545 {
  background-color: var(--e-global-color-primary);
}
.overlay_b9ad .description_up_4545:hover {
  background-color: var(--e-global-color-accent);
}
.overlay_b9ad .card-b1f4 li span {
  background-color: var(--e-global-color-text);
}
.overlay_b9ad .card-b1f4 li span:hover {
  background-color: var(--e-global-color-primary);
}
.overlay_b9ad .card-b1f4 li.summary_5099 span {
  background-color: var(--e-global-color-accent);
}
.full_e1f9 .row-full-6a5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full_e1f9 .slow_8e05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_16af .caption-complex-9d19:before {
  background-color: var(--e-global-color-secondary);
}
.inner_16af .left_1edd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_16af .hard_6e3d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_wood_8437 .table_paper_e94c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_wood_8437 .table_paper_e94c:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_wood_8437 .table_paper_e94c.fn-active-8649 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_wood_8437 .complex-6c9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_wood_8437 .shade-acf5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_wood_8437 .card_narrow_0b08 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_wood_8437 .progress-plasma-a4d3 {
  background-color: var(--e-global-color-primary);
}
.filter_wood_8437 .progress-plasma-a4d3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter_wood_8437 .info-black-c5ba {
  background-color: var(--e-global-color-primary);
}
.filter_wood_8437 .info-black-c5ba {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.surface-blue-3fa8 .form-9257 .table-b7f7 a {
  color: var(--e-global-color-secondary);
}
.surface-blue-3fa8 .form-9257 .table-b7f7 a:hover {
  color: var(--e-global-color-secondary);
}
.surface-blue-3fa8 .form-9257 .table-b7f7,
.surface-blue-3fa8 .form-9257 .table-b7f7 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-blue-3fa8 .form-9257 .input_b873 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-blue-3fa8 .form-9257 .table_copper_e5f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-blue-3fa8 .form-9257 .small_b77b {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .form-9257 .small_b77b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-blue-3fa8 .form-9257 .small_b77b:hover {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .form-9257 .image_a57b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.surface-blue-3fa8 .form-9257 .image_a57b {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .form-9257 .image_a57b:hover {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .form-9257 .description_up_4545 {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .form-9257 .description_up_4545:hover {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .content_af59 .card-b1f4 li span {
  background-color: var(--e-global-color-text);
}
.surface-blue-3fa8 .content_af59 .card-b1f4 li span:hover {
  background-color: var(--e-global-color-primary);
}
.surface-blue-3fa8 .content_af59 .card-b1f4 li.summary_5099 span {
  background-color: var(--e-global-color-accent);
}
.surface-blue-3fa8 .mini_0b07 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-blue-3fa8 .badge-down-6570 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple-1e11 .banner-out-af71 .selected-ae9f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple-1e11 .banner-out-af71 .aside-5643 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.purple-1e11 .banner-out-af71 .icon-complex-7229 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .selected-769e {
  border-color: var(--e-global-color-text);
}
.next-8a47 .fluid-f20b {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .white-1a25 {
  color: var(--e-global-color-secondary);
}
.next-8a47 .white-1a25 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .message-24e9 > * {
  color: var(--e-global-color-primary);
}
.next-8a47 .message-24e9 > * svg {
  fill: var(--e-global-color-primary);
}
.next-8a47 .preview-lower-0ad8 {
  color: var(--e-global-color-primary);
}
.next-8a47 .preview-lower-0ad8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-8a47 .nav_in_f034 {
  color: var(--e-global-color-primary);
}
.next-8a47 .nav_in_f034 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-8a47 .mask_ef5d {
  color: var(--e-global-color-primary);
}
.next-8a47 .mask_ef5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .liquid-2a44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .pattern_2bdd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47 .pattern_2bdd.shade-456f {
  color: var(--e-global-color-secondary);
}
.next-8a47 .pattern_2bdd.shade-456f .dark_139c {
  color: var(--e-global-color-accent);
}
.next-8a47 .pattern_2bdd.static_4dfd {
  color: var(--e-global-color-text);
}
.next-8a47 .pattern_2bdd.static_4dfd .dark_139c {
  color: var(--e-global-color-text);
}
.next-8a47 .pattern_2bdd:before {
  border-top-color: var(--e-global-color-text);
}
.next-8a47 .steel-238c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-8a47
  .steel-238c
  .fluid-8405 {
  background-color: var(--e-global-color-primary);
}
.next-8a47
  .steel-238c
  .fluid-8405 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-8a47 .selected-769e .wide_2f79 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-f351 .light-991e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium-f351 .complex-252e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas_5530 .blue_e180 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas_5530
  .row_short_4dcc
  .active-ace0 {
  background-color: var(--e-global-color-secondary);
}
.gas_5530
  .row_short_4dcc.layout_pink_b4b8
  .active-ace0 {
  background-color: var(--e-global-color-text);
}
.gas_5530
  .row_short_4dcc:hover
  .active-ace0 {
  background-color: var(--e-global-color-accent);
}
.gas_5530
  .row_short_4dcc.fn-active-8649
  .active-ace0 {
  background-color: var(--e-global-color-primary);
}
.header-cold-c545 .stone-86d3 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.header-cold-c545 .button-lite-fafb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-cold-c545 .block-1c1a {
  background-color: var(--e-global-color-primary);
}
.header-cold-c545 .block-1c1a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.texture_clean_7499 .box_26b0 .menu-7288 .pattern-prev-6d0f {
  background-color: var(--e-global-color-secondary);
}
.texture_clean_7499 .box_26b0 .shadow_edb3:after {
  background-color: var(--e-global-color-secondary);
}
.texture_clean_7499 .black-07e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_clean_7499 .row_iron_2cb5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_clean_7499 .header-0297 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_clean_7499 .next_80a3 {
  background-color: var(--e-global-color-primary);
}
.texture_clean_7499 .next_80a3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.texture_clean_7499 .block_4c5f {
  background-color: var(--e-global-color-secondary);
}
.texture_clean_7499 .block_4c5f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.texture_clean_7499 .box_26b0 .disabled_097f .feature_stale_fe0e:hover {
  background-color: var(--e-global-color-primary);
}
.texture_clean_7499
  .box_26b0
  .disabled_097f
  .feature_stale_fe0e.component_large_ad8c {
  background-color: var(--e-global-color-primary);
}
.texture_clean_7499 .box_26b0 .avatar_up_8639:before {
  border-color: var(--e-global-color-primary);
}
.texture_clean_7499 .box_26b0 .avatar_up_8639:hover:before {
  border-color: var(--e-global-color-secondary);
}
.texture_clean_7499
  .box_26b0
  .avatar_up_8639.shade_silver_f916:before {
  border-color: var(--e-global-color-primary);
}
.texture_clean_7499 .sidebar-3981 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-e503 .center_483c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-e503 .center_483c:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-e503 .center_483c.slow-d6eb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-e503 .layout_abdc {
  background-color: var(--e-global-color-primary);
}
.box-e503 .layout_abdc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-e503
  .label_e7eb
  .gallery-ef24
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-e503
  .list_upper_ac08
  .gallery-ef24
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.column-top-dac6
  .under_d807
  .icon_dirty_3b00 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-top-dac6
  .under_d807
  .heading_green_8fc9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-top-dac6 .pattern-321a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-top-dac6 .cool_9fdd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column-top-dac6 .smooth_9157 {
  background-color: var(--e-global-color-primary);
}
.column-top-dac6 .smooth_9157 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_under_104a .tabs_4792 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_under_104a .hover_3395 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-primary);
}
.link_under_104a .border-1fe1 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_under_104a .border-1fe1 a:hover {
  color: var(--e-global-color-secondary);
}
.link_under_104a .motion_8545 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_under_104a .form_4798 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_under_104a .stone-f0ce .description_up_4545 {
  background-color: var(--e-global-color-primary);
}
.link_under_104a .stone-f0ce .description_up_4545:hover {
  background-color: var(--e-global-color-accent);
}
.link_under_104a
  .stone-f0ce
  .card-b1f4
  li
  span {
  background-color: var(--e-global-color-text);
}
.link_under_104a
  .stone-f0ce
  .card-b1f4
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.link_under_104a
  .stone-f0ce
  .card-b1f4
  li.summary_5099
  span {
  background-color: var(--e-global-color-accent);
}
.first-d957
  .highlight_163e
  .wide_f481 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first-d957 .highlight_163e .bronze-cf42 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first-d957 .highlight_163e .static-9a6a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-d957 .shadow-narrow-9ed1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.first-d957
  .simple-1673.narrow-c7c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a {
  background-color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .pro-b23d.grid_85af {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .mask-hovered-b6ba.thick_cb9a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  .list_bright_401e
  > a {
  background-color: var(--e-global-color-secondary);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  .list_bright_401e
  > a
  .mask-old-1e9d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  .list_bright_401e
  > a
  .mask-hovered-b6ba.grid_dynamic_aac9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .wide_8bfc:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  a
  .wide_8bfc:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e.out_b446
  > a
  .wide_8bfc:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  .list_bright_401e.out_b446
  > a
  .wide_8bfc:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .grid_e9ce
  .secondary_b275 {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  a
  .grid_e9ce
  .secondary_b275 {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .grid_e9ce
  .secondary_b275,
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  a
  .grid_e9ce
  .secondary_b275 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > a
  .tag-3c3b:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  a
  .tag-3c3b:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e.out_b446
  > a
  .tag-3c3b:before {
  color: var(--e-global-color-text);
}
.accent-7403
  > .east_7705
  > div
  > .selected_d35b
  > .list_bright_401e
  > .preview_5239
  .list_bright_401e.out_b446
  > a
  .tag-3c3b:before {
  color: var(--e-global-color-text);
}
.orange-38b2 .box_56fe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange-38b2
  .footer-fluid-49ae:hover
  .box_56fe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.action-c257
  > .east_7705
  > .accordion_8aa9
  > .popup-light-9e56
  > .content_simple_884f
  > .item_soft_012b
  .pressed_91c3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-c257
  > .east_7705
  > .accordion_8aa9
  > .popup-light-9e56
  > .content_simple_884f
  > .item_soft_012b:hover
  .pressed_91c3 {
  color: var(--e-global-color-text);
}
.action-c257
  > .east_7705
  > .accordion_8aa9
  > .popup-light-9e56
  > .content_simple_884f
  > .item_soft_012b:hover
  .pressed_91c3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-c257
  > .east_7705
  > .accordion_8aa9
  > .popup-light-9e56
  > .content_simple_884f.hover_749b
  > .item_soft_012b
  .pressed_91c3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-ea4c .slider-plasma-3316 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-ea4c .thick_96bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-ea4c .element-3415 {
  background-color: var(--e-global-color-primary);
}
.hover-ea4c .element-3415 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a
  .white_a7b6 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a
  .info-469b {
  color: var(--e-global-color-text);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a:hover
  .white_a7b6 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a:hover
  .info-469b {
  color: var(--e-global-color-secondary);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a.text_54d0
  .white_a7b6 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_aaff
  > .east_7705
  > .block_c54f
  > .fresh-4441
  > .pagination-east-3f0a.text_54d0
  .info-469b {
  color: var(--e-global-color-primary);
}
.pressed-9b49
  .component-liquid-139a
  .table_aafb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed-9b49 .notification_4417 .wide_2f79 .simple-3600 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool_8d3b .smooth_76c6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool_8d3b .shadow_9fe0 .smooth_76c6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool_8d3b .form_dynamic_2330 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cool_8d3b .form_dynamic_2330 {
  background-color: var(--e-global-color-primary);
}
.label-7608 .tag-gas-e603 .column_left_0274 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label-7608
  .tag-gas-e603:hover
  .header_66c9 {
  color: var(--e-global-color-secondary);
}
.label-7608
  .tag-gas-e603:hover
  .column_left_0274 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_advanced_dbc0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.modal_2481 {
  max-width: 1400px !important;
}

.hot-1bae {
  flex-direction: column;
}

.hot-1bae .progress-1a28 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #FFD700; /* 金黄色标题 */
  margin-bottom: 5px !important;
  margin-top: -10px !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3); /* 添加文字阴影增强视觉效果 */
}

h2.hot-1bae .progress-1a28 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
  color: #FFD700; /* 金黄色 */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hot-1bae .form_mini_87e7 {
  text-align: center;
  font-size: 21px;
  color: #F0F8FF; /* 淡蓝白色，更柔和易读 */
  margin: 5px 0;
  line-height: 1.6; /* 增加行高提升可读性 */
}

span {
  color: #F0F8FF; /* 淡蓝白色 */
}

.light-e97c.message_out_0e54 {
  display: none;
}

.box-4dfc {
  display: none;
}

body,
.shade_c8aa {
  background: linear-gradient(135deg, #1B4D3E 0%, #2D5016 50%, #0F4C75 100%) !important;
  /* 巴西风格渐变背景：从深绿到橄榄绿到深蓝 */
  background-attachment: fixed;
}

.secondary-42bb.solid-3075 {
  margin-bottom: 40px;
  width: 100%;
}

.banner-focused-a7ea {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.hot-1bae a {
  width: 100%;
}

.fixed_485e .accent_hot_6769.next-cb9c {
  width: 20% !important;
}

.mini-179c {
  display: block;
  gap: 5px;
  text-align: center;
  background: linear-gradient(45deg, #FF6B35 0%, #F7931E 50%, #FFD700 100%); /* 巴西风格渐变 */
  white-space: nowrap;
  display: flex;
  border-radius: 15px; /* 更圆润的边角 */
  padding: 15px 30px; /* 增加内边距 */
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4); /* 添加阴影效果 */
  transition: all 0.3s ease;
  text-transform: uppercase; /* 大写字母更有力量感 */
  letter-spacing: 1px; /* 字母间距 */
}

.mini-179c:hover {
  color: #FFFFFF;
  transform: translateY(-2px); /* 悬停时轻微上升 */
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.6);
  background: linear-gradient(45deg, #E55A2B 0%, #E8821A 50%, #E6C200 100%);
}

.mini-179c svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

.mini-179c:hover svg {
  fill: #FFFFFF;
  transform: translateX(3px); /* 箭头向右移动 */
}

.background-dim-9882 {
  background: linear-gradient(45deg, #00A86B 0%, #28B463 100%); /* 巴西绿渐变 */
  border-radius: 12px;
  color: #FFFFFF;
  width: 120px; /* 稍微增加宽度 */
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.background-dim-9882:hover {
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(0, 168, 107, 0.5);
  background: linear-gradient(45deg, #008F5A 0%, #239B56 100%);
}

.background-dim-9882:nth-child(2) {
  background: transparent;
  color: #FFD700;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.background-dim-9882:nth-child(2):hover {
  color: #1B4D3E;
  background: #FFD700;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.fixed_485e
  .accent_hot_6769.slider-8b64
  .photo-complex-51d4
  .pink-2678 {
  font-size: 20px !important;
}

.yellow_8528 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: 15px;
  gap: 25px;
}

.footer_4b4f {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

ol {
  margin: 0 !important;
  margin-bottom: 1px !important;

  display: flex;
  flex-direction: column;
  gap: 1px;
}

ol li {
  margin-left: 25px !important;
  padding-left: 10px;
}

ol li a {
  font-size: 30px;
  color: #fff !important;
}

ol li::marker {
  font-size: 22px;
  color: #fff !important;
}

.pagination-1f7c h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.tooltip-out-f80f.list_59bc > .outer-5b41 {
  display: flex;
  align-items: center;
}

.accordion_large_cb9b {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.sort-0025 {
  position: relative;
  width: 100%;
}

.article-d7ca {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.primary_233b {
  font-size: 35px !important;
}

.cool-c209 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

.gas-c24e {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.image_78a7 {
  display: flex;
  gap: 50px;
}

.fixed_485e
  .accent_hot_6769.wide-0bd7
  .small_6572
  .plasma_8244 {
  width: 100% !important;
}

.feature-62c6 {
  width: 500px !important;
  max-width: none;
}

.form_5ee9 {
  width: 100%;
}

.input-eefe {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.motion_2f6a {
  position: relative;
  cursor: pointer;
}

.motion_2f6a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

.caption-845d {
  font-size: 15px !important;
}

.complex_536d {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.motion_2f6a:hover .complex_536d {
  visibility: visible;
}
.motion_2f6a:hover.motion_2f6a::before {
  display: block;
}

.pagination-1f7c h3 {
  color: #fff;
}

.icon-left-22b4 {
  margin: 0;
}

.fixed_485e
  .accent_hot_6769.wide-0bd7
  .plasma_8244
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.mask-medium-06e4 {
  width: 100%;
}

.mask-advanced-e57b {
  width: 100%;
}

.backdrop_cfd2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mask-advanced-e57b {
  width: 100%;
}

.tag_08a4 {
  margin-bottom: 10px !important;
}

.plasma_8244 {
  display: flex;
  align-items: center;
}

.first-d4a8 {
  box-shadow: 10px 0px 13px 7px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.box_easy_7bb4 {
  margin-top: 15px !important;
}

table {
  margin-top: 20px !important;
  width: 100%;
}

table th {
  background: #fff !important;
}

tr {
  display: flex;
  width: 100%;
}

td {
  background: #fff !important;
  color: #fff;
  font-size: 21px !important;

  border: 1px solid #fff;
  text-align: center !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

ul {
  margin: 0 !important;

  margin-bottom: 15px !important;
}

.hot-1bae .progress-1a28.dynamic_4082 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.hot-1bae h1.progress-1a28 {
  margin-top: 80px !important;
}

.fixed_485e .accent_hot_6769.out-bf77 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.label-solid-c421 img {
  width: 100%;
}

.hard_98e8 .right-7829.photo-complex-51d4 {
  justify-content: space-between;
}

.message-64fe {
  display: none;
}

.info_rough_1d3c .form_mini_87e7 {
  margin: 1px 0 !important;
}

.column-3356 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .tooltip-out-f80f .outer-5b41 {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1000px) {
  .image_78a7 {
    flex-direction: column;
  }

  .feature-62c6 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .pagination-1f7c h3 {
    font-size: 28px;
  }

  .mini-179c svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .hard_98e8 .right-7829.photo-complex-51d4 {
    border-bottom: 1px solid #f0c159;
  }

  .backdrop_cfd2 {
    display: flex;
    width: 55% !important;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
  }

  .tooltip-out-f80f.list_59bc > .outer-5b41 {
    gap: 15px;
    justify-content: space-between;
  }

  .fixed_485e
    .accent_hot_6769.wide-0bd7
    .plasma_8244
    img {
    width: 60% !important;
  }

  .article-d7ca {
    left: 2%;
  }

  .yellow_8528 {
    margin: 10px 0;
  }

  .hot-1bae .form_mini_87e7 {
    margin: 0;
    margin-bottom: 10px;
  }

  .mini-179c {
    font-size: 16px !important;
  }

  .primary_233b {
    font-size: 14px !important;
    padding: 10px 15px;
  }

  ol li a {
    font-size: 22px;
  }

  h2.hot-1bae .progress-1a28,
  .hot-1bae .progress-1a28 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .plasma_8244 {
    justify-content: center;
  }

  .hot-1bae .form_mini_87e7 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .banner-focused-a7ea {
    margin-bottom: 15px !important;
  }

  .fixed_485e .accent_hot_6769.next-cb9c {
    width: 75% !important;
  }

  .label-solid-c421 img {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .background-dim-9882 {
    text-transform: capitalize;
  }

  h2.hot-1bae .progress-1a28,
  .hot-1bae .progress-1a28 {
    font-size: 30px !important;
  }

  .plasma_8244 {
    justify-content: center;
  }

  td {
    font-size: 15px !important;
  }

  .center-2e10
    .card-0de9.description_46b0 {
    margin: 0 !important;
  }

  .accordion_large_cb9b {
    margin: 0;
    gap: 10px;
  }

  .yellow_8528 {
    display: flex;
  }

  .border_9bb1 .mini-179c {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .grid_plasma_1446 svg {
    width: 75% !important;
    height: 75% !important;
  }

  .backdrop_cfd2 {
    justify-content: flex-end;
    gap: 1px;
  }

  .hot-1bae h1.progress-1a28 {
    margin-top: 40px !important;
  }

  .fixed_485e
    .accent_hot_6769.wide-0bd7
    .plasma_8244
    img,
  .shade_a3fb .small_6572 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .background-dim-9882 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .fixed_485e .accent_hot_6769.next-cb9c {
    width: 100% !important;
  }

  .tooltip-out-f80f.list_59bc > .outer-5b41 {
    gap: 3px;
  }

  .hot-1bae .form_mini_87e7 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .mini-179c {
    white-space: wrap;
  }
}

/* 超紧凑型导航菜单样式 */
.hard_98e8 .right-7829.photo-complex-51d4 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.hard_98e8 .right-7829.photo-complex-51d4:hover {
  background: rgba(255, 215, 0, 0.2);
  color: #FFD700 !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.2);
}

.pink-2678 {
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #F0F8FF !important;
  font-size: 12px !important;
}

/* 图片容器简化样式 */
.sort-0025 {
  position: relative;
  width: 100%;
}

.hot-1bae {
  position: relative;
  padding-top: 30px;
}

/* 手机菜单触发器巴西风格 */
.light-e97c {
  background: rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  padding: 8px;
  transition: all 0.3s ease;
}

.light-e97c:hover {
  background: rgba(255, 215, 0, 0.4);
  transform: scale(1.05);
}

/* 列表项巴西风格增强 */
ol li a {
  font-size: 30px;
  color: #F0F8FF !important;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

ol li a:hover {
  color: #FFD700 !important;
  background: rgba(255, 215, 0, 0.1);
  transform: translateX(10px);
}

ol li::marker {
  font-size: 22px;
  color: #FFD700 !important;
}

/* 图片块简化样式 */
.gas-c24e {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .hard_98e8 .right-7829.photo-complex-51d4 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .hot-1bae .progress-1a28 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .mini-179c {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

/* 导航菜单防换行优化 */
.tooltip_05d9 {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 2px;
}

.tooltip_05d9 .dynamic_0937 {
  flex-shrink: 0;
  white-space: nowrap;
}

.tooltip_05d9 .thick-db5c {
  flex-shrink: 0;
  min-width: fit-content;
}

.tooltip_05d9 .pink-2678 {
  white-space: nowrap;
}

/* 隐藏水平滚动条但保持功能 */
.tooltip_05d9::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}

.tooltip_05d9 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.tooltip_05d9 .dynamic_0937 {
  max-width: 80px !important;
}

.tooltip_05d9 .thick-db5c {
  max-width: 80px !important;
  overflow: hidden;
}

.tooltip_05d9 .right-7829.photo-complex-51d4 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.tooltip_05d9 .pink-2678 {
  font-size: 11px !important;
  line-height: 1.2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 登录和注册按钮炫酷闪烁动画 */
@keyframes button-glow-pulse {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(0, 168, 107, 0.8),
      0 0 20px 5px rgba(0, 168, 107, 0.4);
    filter: brightness(1.3);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
}

@keyframes button-glow-pulse-gold {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(255, 215, 0, 0.8),
      0 0 20px 5px rgba(255, 215, 0, 0.4);
    filter: brightness(1.4);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
}

/* 应用炫酷闪烁动画到按钮 */
.background-dim-9882 {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  position: relative;
  overflow: hidden;
}

.background-dim-9882:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
}

.background-dim-9882:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s;
}

/* 添加内部光效 */
.background-dim-9882::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 70%);
  transform: rotate(45deg);
  animation: shine-sweep 3s linear infinite;
}

@keyframes shine-sweep {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* 强制首页按钮动画 - 解决动画冲突 */
body .background-dim-9882:nth-child(1),
.fixed_485e .background-dim-9882:nth-child(1),
#page .background-dim-9882:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .background-dim-9882:nth-child(2),
.fixed_485e .background-dim-9882:nth-child(2),
#page .background-dim-9882:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s !important;
  transform-origin: center center !important;
}

/* 确保悬停时不干扰动画 */
.background-dim-9882:hover {
  animation-play-state: running !important;
}

/* css-noise: 66fe */
.promo-block-q9 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
