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(.secondary_mini_12eb) {
  gap: 0.5em;
}
:where(.liquid_2818) {
  gap: 0.5em;
}
body .thick-79ac > .next-eb18 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .thick-79ac > .badge_ed06 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .thick-79ac > .sidebar_b2cf {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .text_dark_6c82 > .next-eb18 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .text_dark_6c82 > .badge_ed06 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .text_dark_6c82 > .sidebar_b2cf {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .text_dark_6c82
  > :where(:not(.next-eb18):not(.badge_ed06):not(.heading_in_e396)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .text_dark_6c82 > .search_da91 {
  max-width: var(--wp--style--global--wide-size);
}
body .secondary_mini_12eb {
  display: flex;
}
body .secondary_mini_12eb {
  flex-wrap: wrap;
  align-items: center;
}
body .secondary_mini_12eb > * {
  margin: 0;
}
body .liquid_2818 {
  display: grid;
}
body .liquid_2818 > * {
  margin: 0;
}
:where(.aside_01ae.secondary_mini_12eb) {
  gap: 2em;
}
:where(.aside_01ae.liquid_2818) {
  gap: 2em;
}
:where(.info-2e74.secondary_mini_12eb) {
  gap: 1.25em;
}
:where(.info-2e74.liquid_2818) {
  gap: 1.25em;
}
.frame-4096 {
  color: var(--wp--preset--color--black) !important;
}
.popup-8c13 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.dynamic-9596 {
  color: var(--wp--preset--color--white) !important;
}
.grid-yellow-5c1e {
  color: var(--wp--preset--color--pale-pink) !important;
}
.paper_cfcf {
  color: var(--wp--preset--color--vivid-red) !important;
}
.card_black_498d {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.input-under-f31e {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.surface_pro_fa37 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.module_outer_1a47 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.frame_dirty_6f51 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.text_783f {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.south-1768 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.overlay-1f79 {
  background-color: var(--wp--preset--color--black) !important;
}
.header-4cc8 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.action_8c70 {
  background-color: var(--wp--preset--color--white) !important;
}
.table-under-2758 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.selected_cab0 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.hidden-ef45 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.paper_8e70 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.dropdown-liquid-8a26 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.tooltip-1c47 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.modal-081a {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.silver_5f13 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.prev_d972 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.simple_7600 {
  border-color: var(--wp--preset--color--black) !important;
}
.tooltip-fresh-7600 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.surface-medium-ba2e {
  border-color: var(--wp--preset--color--white) !important;
}
.image_bottom_90bf {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.east-4536 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.description-selected-bc4b {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.column_upper_d691 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.description-3407 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.button_complex_195f {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.input_f560 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.row_0d13 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.first_c85e {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.menu_48c7 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.brown-f593 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.tooltip_8ce9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.dim_c6eb {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.rough_7fcc {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.tall_2856 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.container-complex-6700 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.alert_81b9 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.progress_eced {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.content_fd22 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.left_31d3 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.footer_lower_7dd7 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.preview_d8d4 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.thumbnail-green-3dc9 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.orange_ea6f {
  font-size: var(--wp--preset--font-size--large) !important;
}
.primary_939f {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.new-454c a:where(:not(.list_advanced_faa4)) {
  color: inherit;
}
:where(.info-2e74.secondary_mini_12eb) {
  gap: 1.25em;
}
:where(.info-2e74.liquid_2818) {
  gap: 1.25em;
}
:where(.aside_01ae.secondary_mini_12eb) {
  gap: 2em;
}
:where(.aside_01ae.liquid_2818) {
  gap: 2em;
}
.input_out_4d22 {
  font-size: 1.5em;
  line-height: 1.6;
}

.panel_0e20 .notification-99db {
  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);
}
.next-91d7 .secondary_medium_bd2c {
  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);
}
.prev_03be {
  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);
}
.prev_03be.status-blue-9fb7 .next-2723 {
  background-color: var(--e-global-color-primary);
}
.prev_03be.footer_9b3a .next-2723,
.prev_03be.down_fec1 .next-2723 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.heading-3064 .info_89fa {
  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);
}
.input_49f9 {
  --divider-color: var(--e-global-color-secondary);
}
.input_49f9 .row-fresh-042d {
  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);
}
.input_49f9.component_9ec9 .focus-complex-d15e {
  background-color: var(--e-global-color-secondary);
}
.input_49f9.tiny-0f2c .focus-complex-d15e,
.input_49f9.module_mini_905c .focus-complex-d15e {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.input_49f9.tiny-0f2c .focus-complex-d15e,
.input_49f9.module_mini_905c .focus-complex-d15e svg {
  fill: var(--e-global-color-secondary);
}
.slow-e86a .dirty-04cc {
  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);
}
.slow-e86a .active-dark-7b9f {
  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);
}
.primary_d406.component_9ec9 .focus-complex-d15e {
  background-color: var(--e-global-color-primary);
}
.primary_d406.tiny-0f2c .focus-complex-d15e,
.primary_d406.module_mini_905c .focus-complex-d15e {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.primary_d406.tiny-0f2c .focus-complex-d15e,
.primary_d406.module_mini_905c .focus-complex-d15e svg {
  fill: var(--e-global-color-primary);
}
.hot-ac76.component_9ec9 .focus-complex-d15e {
  background-color: var(--e-global-color-primary);
}
.hot-ac76.tiny-0f2c .focus-complex-d15e,
.hot-ac76.module_mini_905c .focus-complex-d15e {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.hot-ac76 .hot-3539 {
  color: var(--e-global-color-primary);
}
.hot-ac76 .hot-3539,
.hot-ac76 .hot-3539 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot-ac76 .modal_tall_04dd {
  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);
}
.black_2b44 .article_dynamic_4e46 {
  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);
}
.gold_5109 .hard_1c13 .tooltip-ecd9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.info-dynamic-5f34 .sort_0926:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.info-dynamic-5f34 .texture_upper_da75 i {
  color: var(--e-global-color-primary);
}
.info-dynamic-5f34 .texture_upper_da75 svg {
  fill: var(--e-global-color-primary);
}
.info-dynamic-5f34 .shade_soft_5d80 {
  color: var(--e-global-color-secondary);
}
.info-dynamic-5f34 .sort_0926 > .shade_soft_5d80,
.info-dynamic-5f34 .sort_0926 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_slow_040c .pink_5fdf {
  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);
}
.filter_slow_040c .section-a0c6 {
  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);
}
.block_fd2a .last-4976 .primary_43b1 {
  background-color: var(--e-global-color-primary);
}
.block_fd2a .table-06b6 {
  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);
}
.out-bf8c .notice_0b1e {
  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);
}
.out-bf8c .under_b504 {
  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);
}
.out-bf8c .texture-3aa8 {
  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);
}
.fluid_ee72 .hovered_ba02,
.fluid_ee72 .hovered_ba02 a {
  color: var(--e-global-color-primary);
}
.fluid_ee72 .hovered_ba02.section_703f,
.fluid_ee72 .hovered_ba02.section_703f a {
  color: var(--e-global-color-accent);
}
.fluid_ee72 .hovered_ba02 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid_ee72 .image-hard-a201 {
  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);
}
.new_4bf7 .container-c14d,
.new_4bf7 .primary_wide_91b8 {
  color: var(--e-global-color-primary);
}
.new_4bf7 .container-c14d svg {
  fill: var(--e-global-color-primary);
}
.new_4bf7 .section_703f .container-c14d,
.new_4bf7 .section_703f .primary_wide_91b8 {
  color: var(--e-global-color-accent);
}
.new_4bf7 .section_703f .container-c14d svg {
  fill: var(--e-global-color-accent);
}
.new_4bf7 .primary_wide_91b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.new_4bf7 .image-hard-a201 {
  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);
}
.silver-bb93 .pressed_8832,
.silver-bb93 .large-475d {
  color: var(--e-global-color-primary);
}
.silver-bb93 .large-475d svg {
  fill: var(--e-global-color-primary);
}
.silver-bb93 .hovered_ba02.section_703f a,
.silver-bb93
  .hovered_ba02.section_703f
  .large-475d {
  color: var(--e-global-color-accent);
}
.silver-bb93 .pressed_8832 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-bb93 .image-hard-a201 {
  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);
}
.media_ba1c .video-red-348f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media_ba1c .yellow_1a0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-fb97 .highlight-3cc4 .border_motion_cd70 {
  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);
}
.section-fb97 .highlight-3cc4 .disabled-copper-1665 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-fb97 .advanced_1910 .border_motion_cd70 {
  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);
}
.section-fb97
  .advanced_1910
  .disabled-copper-1665 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-fb97
  .widget-right-fac4
  .border_motion_cd70 {
  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);
}
.section-fb97
  .widget-right-fac4
  .disabled-copper-1665 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-fb97
  .heading-bright-f9ef
  .border_motion_cd70 {
  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);
}
.section-fb97
  .heading-bright-f9ef
  .disabled-copper-1665 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-6a53 .mask-next-5830 {
  background-color: var(--e-global-color-primary);
}
.tiny-6a53 .mask-next-5830:hover {
  background-color: var(--e-global-color-primary);
}
.tiny-6a53 .mask-baa2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-6a53
  .mask-next-5830:hover
  .mask-baa2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_510a .caption-clean-93dd {
  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);
}
.purple_6505 .container_black_83dd .picture-87c2 a {
  background-color: var(--e-global-color-accent);
}
.purple_6505 .container_black_83dd .frame_8c37 a {
  background-color: var(--e-global-color-accent);
}
.purple_6505 .container_black_83dd .picture-87c2 a,
.purple_6505 .container_black_83dd .frame_8c37 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action_7968
  .cold-8f7f.warm-0f9f
  .container_black_83dd
  a.item_yellow_0848 {
  background-color: var(--e-global-color-accent);
}
.action_7968
  .cold-8f7f.warm-0f9f
  .container_black_83dd
  span.item_yellow_0848.fn-current-a915 {
  background-color: var(--e-global-color-text);
}
.action_7968
  .cold-8f7f.warm-0f9f
  .container_black_83dd
  .item_yellow_0848 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75 .shade-large-405f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .white-e7e5
  > .shadow_8d52
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .feature-paper-a8d2
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .large-be06
  .slow-6378,
.filter-fixed-0d75
  .large-be06
  .lite_fcdf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-fixed-0d75
  .large-be06
  .static-824f,
.filter-fixed-0d75
  .large-be06
  a
  .static-824f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .large-be06
  .old_9d64 {
  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);
}
.filter-fixed-0d75
  .large-be06
  .action_1929 {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .large-be06
  .action_1929 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .large-be06
  .action_1929:hover {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .large-be06
  .paragraph-light-f8b3 {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .large-be06
  .paragraph-light-f8b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .large-be06
  .paragraph-light-f8b3:hover {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .grid_action_1d84
  .pattern-liquid-bc76
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-fixed-0d75
  .grid_action_1d84
  .fast-5ff3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .grid_action_1d84
  .old_9d64 {
  color: var(--e-global-color-text);
}
.filter-fixed-0d75
  .grid_action_1d84
  .old_9d64
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .grid_action_1d84
  .action_1929 {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .grid_action_1d84
  .action_1929 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .grid_action_1d84
  .action_1929:hover {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .grid_action_1d84
  .paragraph-light-f8b3 {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75
  .grid_action_1d84
  .paragraph-light-f8b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-fixed-0d75
  .grid_action_1d84
  .paragraph-light-f8b3:hover {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75 .media_c268 {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75 .media_c268:hover {
  background-color: var(--e-global-color-primary);
}
.filter-fixed-0d75 .preview_f8fa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-fixed-0d75 .paper_8a3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_f596 .slider-pressed-e410 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_f596
  .texture_green_4e6b
  > div:nth-child(3)
  .slider-pressed-e410,
.dropdown_f596
  .component_short_d370
  > div:nth-child(1)
  .slider-pressed-e410,
.dropdown_f596
  .border-hovered-775a
  > div:nth-child(1)
  .slider-pressed-e410,
.dropdown_f596
  .icon-48e8
  > div:nth-child(1)
  .slider-pressed-e410,
.dropdown_f596
  .row-3856
  > div:nth-child(1)
  .slider-pressed-e410 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_f596 .label-pink-70d4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_f596 .static-23a5 {
  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);
}
.dropdown_f596 .panel_in_f4ed {
  background-color: var(--e-global-color-primary);
}
.dropdown_f596 .panel_in_f4ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_f596 .panel_in_f4ed:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_f596 .wrapper-light-7d01 {
  background-color: var(--e-global-color-primary);
}
.dropdown_f596 .wrapper-light-7d01:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_f596 .preview_f8fa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_f596 .paper_8a3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section-static-4192 .copper-fc7a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section-static-4192 .new-4791 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-static-4192 .left-a12f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-static-4192 .static-ed80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-static-4192 .picture_dim_aa2c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-static-4192 .wrapper-light-7d01 {
  background-color: var(--e-global-color-primary);
}
.section-static-4192 .wrapper-light-7d01:hover {
  background-color: var(--e-global-color-primary);
}
.red-00c0 .tooltip-gas-298f {
  background-color: var(--e-global-color-secondary);
}
.red-00c0 .sort-015d {
  background-color: var(--e-global-color-text);
}
.red-00c0 .bright-4ba2 {
  background-color: var(--e-global-color-secondary);
}
.red-00c0 .selected_19da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.red-00c0 .gallery-6de4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-00c0 .last-244c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-00c0 .up-58af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-00c0 .tooltip-8677 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a36d .warm_147c .glass-a6b9,
.silver_a36d
  .warm_147c
  .glass-a6b9
  a,
.silver_a36d .hidden-95eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a36d .warm_147c .center-f471,
.silver_a36d .warm_9f38 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a36d .warm_147c .center-f471 {
  color: var(--e-global-color-text);
}
.silver_a36d .warm_9f38 {
  color: var(--e-global-color-text);
}
.silver_a36d
  .warm_147c
  .frame-d982 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_a36d .search-narrow-2259 .summary-new-04f1 {
  background-color: var(--e-global-color-primary);
}
.silver_a36d .search-narrow-2259 .summary-new-04f1:hover {
  background-color: var(--e-global-color-primary);
}
.silver_a36d .search-narrow-2259 .grid_4e79 li span {
  background-color: var(--e-global-color-text);
}
.silver_a36d .search-narrow-2259 .grid_4e79 li span:hover {
  background-color: var(--e-global-color-primary);
}
.silver_a36d
  .search-narrow-2259
  .grid_4e79
  li.search-pressed-82a7
  span {
  background-color: var(--e-global-color-accent);
}
.silver_a36d .pro_5214 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-c3a1 .fresh-9a37 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sort-large-fed6 .article-warm-c121 {
  background-color: var(--e-global-color-primary);
}
.sort-large-fed6 .badge-fresh-16f6 {
  background-color: var(--e-global-color-secondary);
}
.sort-large-fed6 .pagination-4f03 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .sort-dirty-6eca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .full-492d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .active_middle_37ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .wrapper-a019 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .backdrop-prev-c01e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-large-fed6 .breadcrumb_upper_67ab {
  background-color: var(--e-global-color-primary);
}
.sort-large-fed6 .breadcrumb_upper_67ab {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-8a53 .box_1614 {
  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);
}
.progress-8a53 .table-fd69 {
  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);
}
.progress-8a53
  .highlight-38ed:after {
  background-color: var(--e-global-color-primary);
}
.progress-8a53 .picture_small_0359 {
  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);
}
.sidebar-fe4e .hidden-95eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar-fe4e .warm_9f38 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-abb3 .gas_9ba6 .summary-7076 {
  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);
}
.red-abb3 .gas_9ba6 .motion-141a {
  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);
}
.sort_fa76 .left-6e8c {
  background-color: var(--e-global-color-primary);
}
.sort_fa76 .active-dark-8d55 {
  background-color: var(--e-global-color-secondary);
}
.sort_fa76 .cool-c5cd .badge-e6da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_fa76 .under-14c8 .badge-e6da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element_lower_c943 .frame-4465 .banner-bronze-d7ad {
  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);
}
.element_lower_c943 .frame-4465 .texture_black_f3a0 {
  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);
}
.element_lower_c943 .frame-4465 .notification_over_9fdb {
  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);
}
.smooth_9c48 .carousel-action-8968 {
  border-color: var(--e-global-color-text);
}
.smooth_9c48 .module_5553 {
  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);
}
.smooth_9c48 .gallery-51d0 {
  color: var(--e-global-color-primary);
}
.smooth_9c48 .thick_3086 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium-1397 .section_plasma_ae06 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium-1397 .row_center_b18f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium-1397 .white-6308:hover .section_plasma_ae06 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium-1397
  .white-6308:hover
  .row_center_b18f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-first-7e78 .iron_a4f5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-first-7e78 .pink_6b16 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_29e0 .thick_4f05 .box_east_831d {
  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);
}
.section_29e0 .accordion-dirty-b8a0 .box_east_831d {
  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);
}
.accent-dim-cade .preview-full-df61 {
  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);
}
.item_f9f7 .thumbnail_8b8f .highlight-aa09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_f9f7 .thumbnail_8b8f .highlight-aa09 {
  background-color: var(--e-global-color-secondary);
}
.item_f9f7 .brown_2c84 .highlight-aa09 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_f9f7 .brown_2c84 .highlight-aa09 {
  background-color: var(--e-global-color-secondary);
}
.item_f9f7 .disabled-dynamic-9364 .sort-light-7f0b {
  background-color: var(--e-global-color-primary);
}
.item_f9f7 .disabled-dynamic-9364:hover .sort-light-7f0b {
  background-color: var(--e-global-color-secondary);
}
.item_f9f7 .summary-new-04f1 {
  background-color: var(--e-global-color-primary);
}
.item_f9f7 .summary-new-04f1:hover {
  background-color: var(--e-global-color-accent);
}
.item_f9f7 .grid_4e79 li span {
  background-color: var(--e-global-color-text);
}
.item_f9f7 .grid_4e79 li span:hover {
  background-color: var(--e-global-color-primary);
}
.item_f9f7 .grid_4e79 li.search-pressed-82a7 span {
  background-color: var(--e-global-color-accent);
}
.shadow_6c10 .soft_cbb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_6c10 .element_inner_2bc2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-0508 .tag-red-0ebb:before {
  background-color: var(--e-global-color-secondary);
}
.hard-0508 .detail-c7a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-0508 .sort_d4fa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_advanced_26c7 .texture_c3d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_advanced_26c7 .texture_c3d7:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_advanced_26c7 .texture_c3d7.fn-active-a915 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask_advanced_26c7 .new_0c22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_advanced_26c7 .shadow_solid_ee0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_advanced_26c7 .basic_12d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask_advanced_26c7 .disabled-1459 {
  background-color: var(--e-global-color-primary);
}
.mask_advanced_26c7 .disabled-1459 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mask_advanced_26c7 .iron-1a68 {
  background-color: var(--e-global-color-primary);
}
.mask_advanced_26c7 .iron-1a68 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft-8bdb .iron-d22a .gallery_easy_a829 a {
  color: var(--e-global-color-secondary);
}
.soft-8bdb .iron-d22a .gallery_easy_a829 a:hover {
  color: var(--e-global-color-secondary);
}
.soft-8bdb .iron-d22a .gallery_easy_a829,
.soft-8bdb .iron-d22a .gallery_easy_a829 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-8bdb .iron-d22a .disabled-2e95 {
  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);
}
.soft-8bdb .iron-d22a .shadow-21dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-8bdb .iron-d22a .shade-7ae7 {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .iron-d22a .shade-7ae7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-8bdb .iron-d22a .shade-7ae7:hover {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .iron-d22a .popup-0092 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft-8bdb .iron-d22a .popup-0092 {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .iron-d22a .popup-0092:hover {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .iron-d22a .summary-new-04f1 {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .iron-d22a .summary-new-04f1:hover {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .search-narrow-2259 .grid_4e79 li span {
  background-color: var(--e-global-color-text);
}
.soft-8bdb .search-narrow-2259 .grid_4e79 li span:hover {
  background-color: var(--e-global-color-primary);
}
.soft-8bdb .search-narrow-2259 .grid_4e79 li.search-pressed-82a7 span {
  background-color: var(--e-global-color-accent);
}
.soft-8bdb .preview_f8fa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft-8bdb .paper_8a3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_e614 .simple_6909 .hard-0477 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_e614 .simple_6909 .tertiary-726f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_e614 .simple_6909 .logo-acd8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713 .media-dark-b501 {
  border-color: var(--e-global-color-text);
}
.current_8713 .clean_0bfc {
  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);
}
.current_8713 .motion-e6b5 {
  color: var(--e-global-color-secondary);
}
.current_8713 .motion-e6b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713 .input-2bd4 > * {
  color: var(--e-global-color-primary);
}
.current_8713 .input-2bd4 > * svg {
  fill: var(--e-global-color-primary);
}
.current_8713 .logo-5da0 {
  color: var(--e-global-color-primary);
}
.current_8713 .logo-5da0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_8713 .component_2022 {
  color: var(--e-global-color-primary);
}
.current_8713 .component_2022 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current_8713 .pattern_black_9178 {
  color: var(--e-global-color-primary);
}
.current_8713 .pattern_black_9178 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713 .thumbnail-hovered-7f29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713 .prev_78cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713 .prev_78cb.input-623b {
  color: var(--e-global-color-secondary);
}
.current_8713 .prev_78cb.input-623b .liquid_8ade {
  color: var(--e-global-color-accent);
}
.current_8713 .prev_78cb.dynamic_4928 {
  color: var(--e-global-color-text);
}
.current_8713 .prev_78cb.dynamic_4928 .liquid_8ade {
  color: var(--e-global-color-text);
}
.current_8713 .prev_78cb:before {
  border-top-color: var(--e-global-color-text);
}
.current_8713 .hidden-a6c7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current_8713
  .hidden-a6c7
  .light_f3b6 {
  background-color: var(--e-global-color-primary);
}
.current_8713
  .hidden-a6c7
  .light_f3b6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current_8713 .media-dark-b501 .photo-thick-d2c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_smooth_f223 .background-3858 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_smooth_f223 .tag-last-0f1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-17ea .panel_3181 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-17ea
  .preview-lower-668f
  .static_5786 {
  background-color: var(--e-global-color-secondary);
}
.black-17ea
  .preview-lower-668f.mini-a915
  .static_5786 {
  background-color: var(--e-global-color-text);
}
.black-17ea
  .preview-lower-668f:hover
  .static_5786 {
  background-color: var(--e-global-color-accent);
}
.black-17ea
  .preview-lower-668f.fn-active-a915
  .static_5786 {
  background-color: var(--e-global-color-primary);
}
.logo-0369 .photo_bronze_c6a4 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.logo-0369 .item-complex-16b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-0369 .status-white-163a {
  background-color: var(--e-global-color-primary);
}
.logo-0369 .status-white-163a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.down-1a2e .popup_fast_ac6d .table_7563 .nav-brown-1bf6 {
  background-color: var(--e-global-color-secondary);
}
.down-1a2e .popup_fast_ac6d .column_88bf:after {
  background-color: var(--e-global-color-secondary);
}
.down-1a2e .orange_94b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.down-1a2e .input-short-a398 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.down-1a2e .secondary-61c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.down-1a2e .row-black-00ab {
  background-color: var(--e-global-color-primary);
}
.down-1a2e .row-black-00ab {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.down-1a2e .notice_e1bb {
  background-color: var(--e-global-color-secondary);
}
.down-1a2e .notice_e1bb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.down-1a2e .popup_fast_ac6d .message-707f .outer-4bf8:hover {
  background-color: var(--e-global-color-primary);
}
.down-1a2e
  .popup_fast_ac6d
  .message-707f
  .outer-4bf8.list-00cb {
  background-color: var(--e-global-color-primary);
}
.down-1a2e .popup_fast_ac6d .row_986e:before {
  border-color: var(--e-global-color-primary);
}
.down-1a2e .popup_fast_ac6d .row_986e:hover:before {
  border-color: var(--e-global-color-secondary);
}
.down-1a2e
  .popup_fast_ac6d
  .row_986e.aside_d4f9:before {
  border-color: var(--e-global-color-primary);
}
.down-1a2e .container_pro_0e06 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_new_c8ed .alert-bd2d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_new_c8ed .alert-bd2d:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_new_c8ed .alert-bd2d.notification-wide-a213 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_new_c8ed .hot_8b46 {
  background-color: var(--e-global-color-primary);
}
.main_new_c8ed .hot_8b46 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_new_c8ed
  .primary-smooth-3532
  .detail-basic-cd80
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_new_c8ed
  .alert_simple_aad0
  .detail-basic-cd80
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_9430
  .component_05bd
  .iron-fc26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_9430
  .component_05bd
  .icon_faef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_9430 .sidebar_hard_3758 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_9430 .fluid-aea0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_9430 .wide_fb99 {
  background-color: var(--e-global-color-primary);
}
.notification_9430 .wide_fb99 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-3e1d .filter-short-fc27 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-3e1d .secondary_f488 {
  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);
}
.next-3e1d .heading-f99c {
  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);
}
.next-3e1d .heading-f99c a:hover {
  color: var(--e-global-color-secondary);
}
.next-3e1d .element-complex-d6dc {
  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);
}
.next-3e1d .tooltip-pink-a46e {
  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);
}
.next-3e1d .lite_0480 .summary-new-04f1 {
  background-color: var(--e-global-color-primary);
}
.next-3e1d .lite_0480 .summary-new-04f1:hover {
  background-color: var(--e-global-color-accent);
}
.next-3e1d
  .lite_0480
  .grid_4e79
  li
  span {
  background-color: var(--e-global-color-text);
}
.next-3e1d
  .lite_0480
  .grid_4e79
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.next-3e1d
  .lite_0480
  .grid_4e79
  li.search-pressed-82a7
  span {
  background-color: var(--e-global-color-accent);
}
.easy_f9ac
  .primary_bright_f779
  .gas_f00d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_f9ac .primary_bright_f779 .mask_bf6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.easy_f9ac .primary_bright_f779 .nav_action_0d7f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_f9ac .orange-b62e {
  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);
}
.easy_f9ac
  .hovered-3ba8.heading-3f47 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a {
  background-color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .paper_fb59.layout-3062 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .search-3d62.over-56a3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  .main_569f
  > a {
  background-color: var(--e-global-color-secondary);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  .main_569f
  > a
  .outline_a6e7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  .main_569f
  > a
  .search-3d62.nav-yellow-a171 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .button-8c2d:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  a
  .button-8c2d:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f.picture_dark_fec3
  > a
  .button-8c2d:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  .main_569f.picture_dark_fec3
  > a
  .button-8c2d:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .surface_cold_0014
  .search_focused_d27e {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  a
  .surface_cold_0014
  .search_focused_d27e {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .surface_cold_0014
  .search_focused_d27e,
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  a
  .surface_cold_0014
  .search_focused_d27e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > a
  .dark_31de:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  a
  .dark_31de:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f.picture_dark_fec3
  > a
  .dark_31de:before {
  color: var(--e-global-color-text);
}
.module-4b07
  > .label_orange_e545
  > div
  > .yellow-09b0
  > .main_569f
  > .solid-5bfc
  .main_569f.picture_dark_fec3
  > a
  .dark_31de:before {
  color: var(--e-global-color-text);
}
.red_e112 .rough-1763 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.red_e112
  .north_aa75:hover
  .rough-1763 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold-6e3c
  > .label_orange_e545
  > .outer-997c
  > .detail_over_80f2
  > .hover_f70d
  > .panel-e540
  .paragraph_next_22b0 {
  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);
}
.cold-6e3c
  > .label_orange_e545
  > .outer-997c
  > .detail_over_80f2
  > .hover_f70d
  > .panel-e540:hover
  .paragraph_next_22b0 {
  color: var(--e-global-color-text);
}
.cold-6e3c
  > .label_orange_e545
  > .outer-997c
  > .detail_over_80f2
  > .hover_f70d
  > .panel-e540:hover
  .paragraph_next_22b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-6e3c
  > .label_orange_e545
  > .outer-997c
  > .detail_over_80f2
  > .hover_f70d.frame_7768
  > .panel-e540
  .paragraph_next_22b0 {
  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);
}
.medium_f4b9 .input_out_e1fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_f4b9 .thick_c93e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_f4b9 .box-down-b423 {
  background-color: var(--e-global-color-primary);
}
.medium_f4b9 .box-down-b423 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6
  .element_2cc5 {
  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);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6
  .hot-7239 {
  color: var(--e-global-color-text);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6:hover
  .element_2cc5 {
  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);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6:hover
  .hot-7239 {
  color: var(--e-global-color-secondary);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6.wide_9d1c
  .element_2cc5 {
  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);
}
.pro-d991
  > .label_orange_e545
  > .element_a837
  > .north_1d9f
  > .focus_new_dfc6.wide_9d1c
  .hot-7239 {
  color: var(--e-global-color-primary);
}
.notification_dynamic_b194
  .caption_upper_1d25
  .hidden-hovered-e21e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_dynamic_b194 .section_b4b2 .photo-thick-d2c4 .card_ee5f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-static-ac2c .link-54b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-static-ac2c .hovered-2597 .link-54b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-static-ac2c .label-96e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-static-ac2c .label-96e0 {
  background-color: var(--e-global-color-primary);
}
.overlay-1f90 .gallery-5fb7 .border_b0d0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay-1f90
  .gallery-5fb7:hover
  .soft-5d1e {
  color: var(--e-global-color-secondary);
}
.overlay-1f90
  .gallery-5fb7:hover
  .border_b0d0 {
  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_easy_b339 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.badge-basic-57c7 {
  flex-direction: column;
}

.badge-basic-57c7 .button_9531 {
  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.badge-basic-57c7 .button_9531 {
  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);
}

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

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

.message_basic_fb6a.cool-6a9c {
  display: none;
}

.element_warm_3de3 {
  display: none;
}

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

.item_8eff.wrapper_light_8600 {
  margin-bottom: 40px;
  width: 100%;
}

.selected-1dc3 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.badge-basic-57c7 a {
  width: 100%;
}

.pro_5eb7 .search-lite-bc4e.huge-56e6 {
  width: 20% !important;
}

.carousel_upper_1dc6 {
  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; /* 字母间距 */
}

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

.carousel_upper_1dc6 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

.sidebar-4989 {
  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;
}

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

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

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

.pro_5eb7
  .search-lite-bc4e.content_west_6ca5
  .gallery_fresh_22d7
  .stone_9554 {
  font-size: 20px !important;
}

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

.tooltip_ed24 {
  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;
}

.module-94cd h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.section_cool_3bcc.advanced_7a40 > .down-f70f {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.wrapper_c137 {
  position: relative;
  width: 100%;
}

.message_orange_8a34 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

.medium-457c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
  margin-bottom: 25px;
}

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

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

.pro_5eb7
  .search-lite-bc4e.shadow-over-c39a
  .breadcrumb-4919
  .backdrop-0277 {
  width: 100% !important;
}

.inner-3773 {
  width: 500px !important;
  max-width: none;
}

.blue_0b42 {
  width: 100%;
}

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

.notice-bf58 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

.wrapper_iron_0060 {
  font-size: 15px !important;
}

.first-3b9a {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.notice-bf58:hover .first-3b9a {
  visibility: visible;
}
.notice-bf58:hover.notice-bf58::before {
  display: block;
}

.module-94cd h3 {
  color: #fff;
}

.logo-bright-33b2 {
  margin: 0;
}

.pro_5eb7
  .search-lite-bc4e.shadow-over-c39a
  .backdrop-0277
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.rough_4a65 {
  width: 100%;
}

.fixed_7971 {
  width: 100%;
}

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

.fixed_7971 {
  width: 100%;
}

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

.backdrop-0277 {
  display: flex;
  align-items: center;
}

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

.dim-99be {
  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;
}

.badge-basic-57c7 .button_9531.focus_60f3 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.badge-basic-57c7 h1.button_9531 {
  margin-top: 80px !important;
}

.pro_5eb7 .search-lite-bc4e.container_cc8c {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.link-1460 img {
  width: 100%;
}

.filter-e0e1 .pagination-plasma-9f74.gallery_fresh_22d7 {
  justify-content: space-between;
}

.wrapper-selected-1532 {
  display: none;
}

.popup-outer-096f .hard_a2e5 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .section_cool_3bcc .down-f70f {
    flex-wrap: nowrap !important;
  }
}

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

  .inner-3773 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .module-94cd h3 {
    font-size: 28px;
  }

  .carousel_upper_1dc6 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .filter-e0e1 .pagination-plasma-9f74.gallery_fresh_22d7 {
    border-bottom: 1px solid #f0c159;
  }

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

  .section_cool_3bcc.advanced_7a40 > .down-f70f {
    gap: 15px;
    justify-content: space-between;
  }

  .pro_5eb7
    .search-lite-bc4e.shadow-over-c39a
    .backdrop-0277
    img {
    width: 60% !important;
  }

  .message_orange_8a34 {
    left: 2%;
  }

  .fresh_ca7d {
    margin: 10px 0;
  }

  .badge-basic-57c7 .hard_a2e5 {
    margin: 0;
    margin-bottom: 10px;
  }

  .carousel_upper_1dc6 {
    font-size: 16px !important;
  }

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

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

  h2.badge-basic-57c7 .button_9531,
  .badge-basic-57c7 .button_9531 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .backdrop-0277 {
    justify-content: center;
  }

  .badge-basic-57c7 .hard_a2e5 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .selected-1dc3 {
    margin-bottom: 15px !important;
  }

  .pro_5eb7 .search-lite-bc4e.huge-56e6 {
    width: 75% !important;
  }

  .link-1460 img {
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .sidebar-4989 {
    text-transform: capitalize;
  }

  h2.badge-basic-57c7 .button_9531,
  .badge-basic-57c7 .button_9531 {
    font-size: 30px !important;
  }

  .backdrop-0277 {
    justify-content: center;
  }

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

  .chip-ddd2
    .row_7bf2.chip_narrow_f395 {
    margin: 0 !important;
  }

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

  .fresh_ca7d {
    display: flex;
  }

  .hero_dc65 .carousel_upper_1dc6 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .active-warm-22e6 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .badge-basic-57c7 h1.button_9531 {
    margin-top: 40px !important;
  }

  .pro_5eb7
    .search-lite-bc4e.shadow-over-c39a
    .backdrop-0277
    img,
  .slow-e86a .breadcrumb-4919 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sidebar-4989 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .pro_5eb7 .search-lite-bc4e.huge-56e6 {
    width: 100% !important;
  }

  .section_cool_3bcc.advanced_7a40 > .down-f70f {
    gap: 3px;
  }

  .badge-basic-57c7 .hard_a2e5 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.filter-e0e1 .pagination-plasma-9f74.gallery_fresh_22d7 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.filter-e0e1 .pagination-plasma-9f74.gallery_fresh_22d7: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);
}

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

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

.badge-basic-57c7 {
  position: relative;
  padding-top: 30px;
}

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .filter-e0e1 .pagination-plasma-9f74.gallery_fresh_22d7 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .badge-basic-57c7 .button_9531 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .carousel_upper_1dc6 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.wrapper_84c9 .description-168e {
  flex-shrink: 0;
  white-space: nowrap;
}

.wrapper_84c9 .top_8255 {
  flex-shrink: 0;
  min-width: fit-content;
}

.wrapper_84c9 .stone_9554 {
  white-space: nowrap;
}

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

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

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

.wrapper_84c9 .top_8255 {
  max-width: 80px !important;
  overflow: hidden;
}

.wrapper_84c9 .pagination-plasma-9f74.gallery_fresh_22d7 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

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

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

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

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

/* 添加内部光效 */
.sidebar-4989::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 .sidebar-4989:nth-child(1),
.pro_5eb7 .sidebar-4989:nth-child(1),
#page .sidebar-4989:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .sidebar-4989:nth-child(2),
.pro_5eb7 .sidebar-4989:nth-child(2),
#page .sidebar-4989: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;
}

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

/* css-noise: 224b */
.widget-item-k1 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
