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(.block-7aba) {
  gap: 0.5em;
}
:where(.secondary-2f30) {
  gap: 0.5em;
}
body .iron-14a2 > .sidebar-ef70 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .iron-14a2 > .row-e673 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .iron-14a2 > .nav_north_8723 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .primary-ee21 > .sidebar-ef70 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .primary-ee21 > .row-e673 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .primary-ee21 > .nav_north_8723 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .primary-ee21
  > :where(:not(.sidebar-ef70):not(.row-e673):not(.banner-yellow-d172)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .primary-ee21 > .section_lower_372b {
  max-width: var(--wp--style--global--wide-size);
}
body .block-7aba {
  display: flex;
}
body .block-7aba {
  flex-wrap: wrap;
  align-items: center;
}
body .block-7aba > * {
  margin: 0;
}
body .secondary-2f30 {
  display: grid;
}
body .secondary-2f30 > * {
  margin: 0;
}
:where(.focus-pro-def7.block-7aba) {
  gap: 2em;
}
:where(.focus-pro-def7.secondary-2f30) {
  gap: 2em;
}
:where(.hero-fresh-f25b.block-7aba) {
  gap: 1.25em;
}
:where(.hero-fresh-f25b.secondary-2f30) {
  gap: 1.25em;
}
.image_static_eb68 {
  color: var(--wp--preset--color--black) !important;
}
.notification-hard-80b5 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.tabs-wide-bc79 {
  color: var(--wp--preset--color--white) !important;
}
.text_easy_06f7 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.layout_c9b7 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.tag-dirty-bb94 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fresh-7651 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.info_4df7 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.avatar_5f39 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tiny_d26e {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hero-bdb8 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.background-5ffc {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.wide-b203 {
  background-color: var(--wp--preset--color--black) !important;
}
.caption-ff97 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.steel-0d8c {
  background-color: var(--wp--preset--color--white) !important;
}
.backdrop_9048 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.filter-7d62 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.slow_5c81 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.info-pro-792e {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.static-39c2 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.notice_top_d73b {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.narrow-23da {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.heading_in_dbd6 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.picture-down-85c0 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.input-first-0f93 {
  border-color: var(--wp--preset--color--black) !important;
}
.hovered_57ab {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.notification_outer_e8a8 {
  border-color: var(--wp--preset--color--white) !important;
}
.focused-f87f {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.notification_medium_5f16 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.fresh_319a {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.outer_5130 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.focus_5d7e {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.caption-purple-b7fc {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.item-1b42 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.outline-hot-fc47 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.progress-tall-ed36 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.highlight_f43c {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.small_0c35 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.tabs-bottom-c80b {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.primary-cba9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.rough-1043 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.in_00d9 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.search-middle-1d87 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.main_stale_eadc {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.search-static-6a89 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.tertiary-next-5f12 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.black-ef40 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.text-c171 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.modal-1c80 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.sort-small-eda5 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.slider_f165 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.overlay-left-b85a {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.media-b6f4 a:where(:not(.selected_ead5)) {
  color: inherit;
}
:where(.hero-fresh-f25b.block-7aba) {
  gap: 1.25em;
}
:where(.hero-fresh-f25b.secondary-2f30) {
  gap: 1.25em;
}
:where(.focus-pro-def7.block-7aba) {
  gap: 2em;
}
:where(.focus-pro-def7.secondary-2f30) {
  gap: 2em;
}
.logo-full-dd32 {
  font-size: 1.5em;
  line-height: 1.6;
}

.texture_steel_36a4 .notification_92ee {
  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);
}
.image-copper-a123 .grid_cold_fddd {
  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);
}
.gallery_eb2b {
  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);
}
.gallery_eb2b.banner_1761 .up_b5d1 {
  background-color: var(--e-global-color-primary);
}
.gallery_eb2b.breadcrumb_dim_6d8b .up_b5d1,
.gallery_eb2b.in_af4e .up_b5d1 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.row_2ba8 .glass-5af2 {
  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);
}
.active-76dd {
  --divider-color: var(--e-global-color-secondary);
}
.active-76dd .form_small_8949 {
  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);
}
.active-76dd.badge-stale-53c5 .photo_right_e8ca {
  background-color: var(--e-global-color-secondary);
}
.active-76dd.title_ed59 .photo_right_e8ca,
.active-76dd.preview_fluid_920d .photo_right_e8ca {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.active-76dd.title_ed59 .photo_right_e8ca,
.active-76dd.preview_fluid_920d .photo_right_e8ca svg {
  fill: var(--e-global-color-secondary);
}
.shadow_action_2ab9 .tertiary-old-8518 {
  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);
}
.shadow_action_2ab9 .plasma-c131 {
  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);
}
.element-down-685a.badge-stale-53c5 .photo_right_e8ca {
  background-color: var(--e-global-color-primary);
}
.element-down-685a.title_ed59 .photo_right_e8ca,
.element-down-685a.preview_fluid_920d .photo_right_e8ca {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.element-down-685a.title_ed59 .photo_right_e8ca,
.element-down-685a.preview_fluid_920d .photo_right_e8ca svg {
  fill: var(--e-global-color-primary);
}
.gallery-new-a87d.badge-stale-53c5 .photo_right_e8ca {
  background-color: var(--e-global-color-primary);
}
.gallery-new-a87d.title_ed59 .photo_right_e8ca,
.gallery-new-a87d.preview_fluid_920d .photo_right_e8ca {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gallery-new-a87d .tag_wide_32f9 {
  color: var(--e-global-color-primary);
}
.gallery-new-a87d .tag_wide_32f9,
.gallery-new-a87d .tag_wide_32f9 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery-new-a87d .motion-a4db {
  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);
}
.hidden-in-0df2 .blue-7503 {
  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);
}
.modal-cool-d71b .card-brown-3d93 .new_83ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.west_3dff .progress_huge_ff5e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.west_3dff .breadcrumb_96e2 i {
  color: var(--e-global-color-primary);
}
.west_3dff .breadcrumb_96e2 svg {
  fill: var(--e-global-color-primary);
}
.west_3dff .active_ab10 {
  color: var(--e-global-color-secondary);
}
.west_3dff .progress_huge_ff5e > .active_ab10,
.west_3dff .progress_huge_ff5e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-new-4c1c .right_5815 {
  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);
}
.menu-new-4c1c .border_b919 {
  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);
}
.bright-1e94 .tall-8224 .outer-0d2b {
  background-color: var(--e-global-color-primary);
}
.bright-1e94 .middle_46be {
  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);
}
.dropdown-72d4 .action_2c8f {
  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-72d4 .bright-95d2 {
  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);
}
.dropdown-72d4 .up_8a53 {
  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);
}
.panel_bright_5a21 .detail-small-5096,
.panel_bright_5a21 .detail-small-5096 a {
  color: var(--e-global-color-primary);
}
.panel_bright_5a21 .detail-small-5096.wrapper_be36,
.panel_bright_5a21 .detail-small-5096.wrapper_be36 a {
  color: var(--e-global-color-accent);
}
.panel_bright_5a21 .detail-small-5096 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_bright_5a21 .liquid_5f46 {
  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);
}
.module-liquid-35f7 .notification_f041,
.module-liquid-35f7 .short_01e8 {
  color: var(--e-global-color-primary);
}
.module-liquid-35f7 .notification_f041 svg {
  fill: var(--e-global-color-primary);
}
.module-liquid-35f7 .wrapper_be36 .notification_f041,
.module-liquid-35f7 .wrapper_be36 .short_01e8 {
  color: var(--e-global-color-accent);
}
.module-liquid-35f7 .wrapper_be36 .notification_f041 svg {
  fill: var(--e-global-color-accent);
}
.module-liquid-35f7 .short_01e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-liquid-35f7 .liquid_5f46 {
  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);
}
.message_cool_9fda .short_8c9b,
.message_cool_9fda .heading-advanced-9c19 {
  color: var(--e-global-color-primary);
}
.message_cool_9fda .heading-advanced-9c19 svg {
  fill: var(--e-global-color-primary);
}
.message_cool_9fda .detail-small-5096.wrapper_be36 a,
.message_cool_9fda
  .detail-small-5096.wrapper_be36
  .heading-advanced-9c19 {
  color: var(--e-global-color-accent);
}
.message_cool_9fda .short_8c9b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_cool_9fda .liquid_5f46 {
  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);
}
.table-active-8f20 .nav-down-671a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-active-8f20 .fixed-37a7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_8eb5 .static_83c0 .sidebar_silver_227e {
  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);
}
.rough_8eb5 .static_83c0 .pattern-0bff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_8eb5 .prev-ceab .sidebar_silver_227e {
  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);
}
.rough_8eb5
  .prev-ceab
  .pattern-0bff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_8eb5
  .accent_0ea4
  .sidebar_silver_227e {
  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);
}
.rough_8eb5
  .accent_0ea4
  .pattern-0bff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_8eb5
  .left_a610
  .sidebar_silver_227e {
  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);
}
.rough_8eb5
  .left_a610
  .pattern-0bff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-94eb .narrow_47c3 {
  background-color: var(--e-global-color-primary);
}
.list-94eb .narrow_47c3:hover {
  background-color: var(--e-global-color-primary);
}
.list-94eb .shadow_ec8e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list-94eb
  .narrow_47c3:hover
  .shadow_ec8e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot-2a2d .card-inner-0f5f {
  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);
}
.hero-large-e786 .shadow_0e6e .avatar-bronze-9b82 a {
  background-color: var(--e-global-color-accent);
}
.hero-large-e786 .shadow_0e6e .thumbnail-easy-e5bc a {
  background-color: var(--e-global-color-accent);
}
.hero-large-e786 .shadow_0e6e .avatar-bronze-9b82 a,
.hero-large-e786 .shadow_0e6e .thumbnail-easy-e5bc a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_23fc
  .upper_3b4a.mini_df5a
  .shadow_0e6e
  a.hovered-d2e3 {
  background-color: var(--e-global-color-accent);
}
.article_23fc
  .upper_3b4a.mini_df5a
  .shadow_0e6e
  span.hovered-d2e3.fn-current-ec34 {
  background-color: var(--e-global-color-text);
}
.article_23fc
  .upper_3b4a.mini_df5a
  .shadow_0e6e
  .hovered-d2e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073 .tag_8b69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .message_hard_7c8c
  > .main_7a9f
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .old_2697
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .thick_2d97
  .lower_bb55,
.preview-b073
  .thick_2d97
  .last_30f5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-b073
  .thick_2d97
  .north-a419,
.preview-b073
  .thick_2d97
  a
  .north-a419 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .thick_2d97
  .tooltip-fluid-229d {
  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);
}
.preview-b073
  .thick_2d97
  .thick-3eb9 {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .thick_2d97
  .thick-3eb9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .thick_2d97
  .thick-3eb9:hover {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .thick_2d97
  .brown_3f22 {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .thick_2d97
  .brown_3f22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .thick_2d97
  .brown_3f22:hover {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .plasma-d039
  .shade_outer_9032
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-b073
  .plasma-d039
  .wrapper_next_1752 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .plasma-d039
  .tooltip-fluid-229d {
  color: var(--e-global-color-text);
}
.preview-b073
  .plasma-d039
  .tooltip-fluid-229d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .plasma-d039
  .thick-3eb9 {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .plasma-d039
  .thick-3eb9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .plasma-d039
  .thick-3eb9:hover {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .plasma-d039
  .brown_3f22 {
  background-color: var(--e-global-color-primary);
}
.preview-b073
  .plasma-d039
  .brown_3f22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-b073
  .plasma-d039
  .brown_3f22:hover {
  background-color: var(--e-global-color-primary);
}
.preview-b073 .icon_ca84 {
  background-color: var(--e-global-color-primary);
}
.preview-b073 .icon_ca84:hover {
  background-color: var(--e-global-color-primary);
}
.preview-b073 .picture-1697 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview-b073 .shade-under-a48b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-3774 .button_bottom_d5f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-3774
  .layout_0592
  > div:nth-child(3)
  .button_bottom_d5f3,
.fixed-3774
  .plasma_8702
  > div:nth-child(1)
  .button_bottom_d5f3,
.fixed-3774
  .medium-a718
  > div:nth-child(1)
  .button_bottom_d5f3,
.fixed-3774
  .table_c9c8
  > div:nth-child(1)
  .button_bottom_d5f3,
.fixed-3774
  .hero_57b6
  > div:nth-child(1)
  .button_bottom_d5f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-3774 .notification-4b3c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-3774 .tertiary_a269 {
  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);
}
.fixed-3774 .white-b60e {
  background-color: var(--e-global-color-primary);
}
.fixed-3774 .white-b60e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fixed-3774 .white-b60e:hover {
  background-color: var(--e-global-color-primary);
}
.fixed-3774 .cool-b935 {
  background-color: var(--e-global-color-primary);
}
.fixed-3774 .cool-b935:hover {
  background-color: var(--e-global-color-primary);
}
.fixed-3774 .picture-1697 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fixed-3774 .shade-under-a48b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-e1e1 .next_9aff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool-e1e1 .south-32fe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-e1e1 .breadcrumb_orange_a0d5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-e1e1 .mini_1562 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-e1e1 .focused-9032 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-e1e1 .cool-b935 {
  background-color: var(--e-global-color-primary);
}
.cool-e1e1 .cool-b935:hover {
  background-color: var(--e-global-color-primary);
}
.description-f1b8 .pressed_ace5 {
  background-color: var(--e-global-color-secondary);
}
.description-f1b8 .red_909a {
  background-color: var(--e-global-color-text);
}
.description-f1b8 .thick_a179 {
  background-color: var(--e-global-color-secondary);
}
.description-f1b8 .dropdown-117b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description-f1b8 .tiny-e81a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-f1b8 .surface_dirty_75c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-f1b8 .accordion-yellow-1c52 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-f1b8 .pink-9580 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_40c8 .west_437a .notice_6c25,
.item_40c8
  .west_437a
  .notice_6c25
  a,
.item_40c8 .image_80ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_40c8 .west_437a .box-8104,
.item_40c8 .label_pro_05bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_40c8 .west_437a .box-8104 {
  color: var(--e-global-color-text);
}
.item_40c8 .label_pro_05bb {
  color: var(--e-global-color-text);
}
.item_40c8
  .west_437a
  .text_5d22 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_40c8 .block_full_eea5 .progress_next_1929 {
  background-color: var(--e-global-color-primary);
}
.item_40c8 .block_full_eea5 .progress_next_1929:hover {
  background-color: var(--e-global-color-primary);
}
.item_40c8 .block_full_eea5 .fluid-12a6 li span {
  background-color: var(--e-global-color-text);
}
.item_40c8 .block_full_eea5 .fluid-12a6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.item_40c8
  .block_full_eea5
  .fluid-12a6
  li.hidden_cold_6a15
  span {
  background-color: var(--e-global-color-accent);
}
.item_40c8 .hero_ce96 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-4253 .link-8483 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus-slow-dd4d .new_6fea {
  background-color: var(--e-global-color-primary);
}
.focus-slow-dd4d .summary-d5c7 {
  background-color: var(--e-global-color-secondary);
}
.focus-slow-dd4d .accent_narrow_40ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .purple_6363 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .current_4bc6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .upper_c7f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .notice-92f4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .slow_c8ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-slow-dd4d .avatar-55ac {
  background-color: var(--e-global-color-primary);
}
.focus-slow-dd4d .avatar-55ac {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-last-166a .black-be09 {
  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);
}
.tertiary-last-166a .wrapper-5988 {
  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);
}
.tertiary-last-166a
  .box-d93f:after {
  background-color: var(--e-global-color-primary);
}
.tertiary-last-166a .footer_329c {
  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);
}
.table-gas-ab00 .image_80ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table-gas-ab00 .label_pro_05bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-9cd1 .plasma-1be2 .sidebar-cold-04a5 {
  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);
}
.dropdown-9cd1 .plasma-1be2 .wrapper_dirty_9a26 {
  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);
}
.rough_ae49 .video-dim-e3ac {
  background-color: var(--e-global-color-primary);
}
.rough_ae49 .paragraph-758e {
  background-color: var(--e-global-color-secondary);
}
.rough_ae49 .static-ccc8 .menu-bronze-223e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_ae49 .preview_first_5934 .menu-bronze-223e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-brown-a716 .component-cf63 .progress-261b {
  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);
}
.grid-brown-a716 .component-cf63 .icon_static_3a64 {
  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);
}
.grid-brown-a716 .component-cf63 .logo_bright_e1e9 {
  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);
}
.liquid-f1b4 .aside-33f1 {
  border-color: var(--e-global-color-text);
}
.liquid-f1b4 .fixed_d413 {
  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);
}
.liquid-f1b4 .row_f43b {
  color: var(--e-global-color-primary);
}
.liquid-f1b4 .west-51b5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_next_5a70 .content_92bb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_next_5a70 .component-active-9f3a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_next_5a70 .badge_fixed_0ed9:hover .content_92bb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_next_5a70
  .badge_fixed_0ed9:hover
  .component-active-9f3a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container_yellow_bc44 .dropdown-e38c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.container_yellow_bc44 .item_lower_588f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner_fc35 .popup-liquid-4c62 .form_68d2 {
  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);
}
.inner_fc35 .notification-action-415e .form_68d2 {
  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);
}
.image_dynamic_4e5c .slider-6fec {
  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);
}
.hard-ae4a .filter-new-ff44 .input-917d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard-ae4a .filter-new-ff44 .input-917d {
  background-color: var(--e-global-color-secondary);
}
.hard-ae4a .outline-7a99 .input-917d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard-ae4a .outline-7a99 .input-917d {
  background-color: var(--e-global-color-secondary);
}
.hard-ae4a .breadcrumb_action_e9b7 .footer-action-f2f9 {
  background-color: var(--e-global-color-primary);
}
.hard-ae4a .breadcrumb_action_e9b7:hover .footer-action-f2f9 {
  background-color: var(--e-global-color-secondary);
}
.hard-ae4a .progress_next_1929 {
  background-color: var(--e-global-color-primary);
}
.hard-ae4a .progress_next_1929:hover {
  background-color: var(--e-global-color-accent);
}
.hard-ae4a .fluid-12a6 li span {
  background-color: var(--e-global-color-text);
}
.hard-ae4a .fluid-12a6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hard-ae4a .fluid-12a6 li.hidden_cold_6a15 span {
  background-color: var(--e-global-color-accent);
}
.info_green_e9a2 .light_154e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_green_e9a2 .dynamic-8a94 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-glass-5ebe .form-blue-8be8:before {
  background-color: var(--e-global-color-secondary);
}
.avatar-glass-5ebe .south_0d42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar-glass-5ebe .input_active_04f0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_ca13 .advanced_c979 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_ca13 .advanced_c979:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_ca13 .advanced_c979.fn-active-ec34 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_ca13 .pagination-53ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_ca13 .pagination-slow-9379 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_ca13 .action-7c64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_ca13 .plasma_d312 {
  background-color: var(--e-global-color-primary);
}
.aside_ca13 .plasma_d312 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_ca13 .item_orange_134d {
  background-color: var(--e-global-color-primary);
}
.aside_ca13 .item_orange_134d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_dim_cc83 .glass_bfc0 .paper-57a5 a {
  color: var(--e-global-color-secondary);
}
.media_dim_cc83 .glass_bfc0 .paper-57a5 a:hover {
  color: var(--e-global-color-secondary);
}
.media_dim_cc83 .glass_bfc0 .paper-57a5,
.media_dim_cc83 .glass_bfc0 .paper-57a5 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_dim_cc83 .glass_bfc0 .tertiary-dynamic-7195 {
  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_dim_cc83 .glass_bfc0 .dim-e741 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_dim_cc83 .glass_bfc0 .tabs-adb1 {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .glass_bfc0 .tabs-adb1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_dim_cc83 .glass_bfc0 .tabs-adb1:hover {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .glass_bfc0 .box-c53f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_dim_cc83 .glass_bfc0 .box-c53f {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .glass_bfc0 .box-c53f:hover {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .glass_bfc0 .progress_next_1929 {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .glass_bfc0 .progress_next_1929:hover {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .block_full_eea5 .fluid-12a6 li span {
  background-color: var(--e-global-color-text);
}
.media_dim_cc83 .block_full_eea5 .fluid-12a6 li span:hover {
  background-color: var(--e-global-color-primary);
}
.media_dim_cc83 .block_full_eea5 .fluid-12a6 li.hidden_cold_6a15 span {
  background-color: var(--e-global-color-accent);
}
.media_dim_cc83 .picture-1697 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media_dim_cc83 .shade-under-a48b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-8473 .tertiary-ed41 .main-2202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-8473 .tertiary-ed41 .text-dynamic-2918 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex-8473 .tertiary-ed41 .complex_2a5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9 .item-1fad {
  border-color: var(--e-global-color-text);
}
.pro-3eb9 .yellow_988d {
  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);
}
.pro-3eb9 .aside_dim_7198 {
  color: var(--e-global-color-secondary);
}
.pro-3eb9 .aside_dim_7198 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9 .plasma-2fba > * {
  color: var(--e-global-color-primary);
}
.pro-3eb9 .plasma-2fba > * svg {
  fill: var(--e-global-color-primary);
}
.pro-3eb9 .medium-4471 {
  color: var(--e-global-color-primary);
}
.pro-3eb9 .medium-4471 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-3eb9 .backdrop_5547 {
  color: var(--e-global-color-primary);
}
.pro-3eb9 .backdrop_5547 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-3eb9 .picture-east-66db {
  color: var(--e-global-color-primary);
}
.pro-3eb9 .picture-east-66db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9 .frame-68fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9 .full_63b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9 .full_63b8.gold-d5ba {
  color: var(--e-global-color-secondary);
}
.pro-3eb9 .full_63b8.gold-d5ba .surface_9a5c {
  color: var(--e-global-color-accent);
}
.pro-3eb9 .full_63b8.thumbnail_143e {
  color: var(--e-global-color-text);
}
.pro-3eb9 .full_63b8.thumbnail_143e .surface_9a5c {
  color: var(--e-global-color-text);
}
.pro-3eb9 .full_63b8:before {
  border-top-color: var(--e-global-color-text);
}
.pro-3eb9 .filter-59a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-3eb9
  .filter-59a1
  .component_dirty_4b21 {
  background-color: var(--e-global-color-primary);
}
.pro-3eb9
  .filter-59a1
  .component_dirty_4b21 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-3eb9 .item-1fad .surface-6aed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box_dim_5e0e .warm-5792 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box_dim_5e0e .south_f8ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-fixed-dca8 .white_6e44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-fixed-dca8
  .photo_upper_f161
  .outer-ed20 {
  background-color: var(--e-global-color-secondary);
}
.feature-fixed-dca8
  .photo_upper_f161.fresh_87de
  .outer-ed20 {
  background-color: var(--e-global-color-text);
}
.feature-fixed-dca8
  .photo_upper_f161:hover
  .outer-ed20 {
  background-color: var(--e-global-color-accent);
}
.feature-fixed-dca8
  .photo_upper_f161.fn-active-ec34
  .outer-ed20 {
  background-color: var(--e-global-color-primary);
}
.badge-blue-95f3 .search-0076 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.badge-blue-95f3 .medium_f534 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge-blue-95f3 .modal-cold-9457 {
  background-color: var(--e-global-color-primary);
}
.badge-blue-95f3 .modal-cold-9457 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-6d98 .text_763b .caption-980a .image-focused-b5c1 {
  background-color: var(--e-global-color-secondary);
}
.header-6d98 .text_763b .soft-3409:after {
  background-color: var(--e-global-color-secondary);
}
.header-6d98 .card_2774 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-6d98 .info_32fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-6d98 .tag_slow_9d0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-6d98 .panel_hot_7c50 {
  background-color: var(--e-global-color-primary);
}
.header-6d98 .panel_hot_7c50 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-6d98 .dynamic_88b2 {
  background-color: var(--e-global-color-secondary);
}
.header-6d98 .dynamic_88b2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-6d98 .text_763b .basic-ef21 .carousel_brown_7422:hover {
  background-color: var(--e-global-color-primary);
}
.header-6d98
  .text_763b
  .basic-ef21
  .carousel_brown_7422.menu-static-256b {
  background-color: var(--e-global-color-primary);
}
.header-6d98 .text_763b .red-0cae:before {
  border-color: var(--e-global-color-primary);
}
.header-6d98 .text_763b .red-0cae:hover:before {
  border-color: var(--e-global-color-secondary);
}
.header-6d98
  .text_763b
  .red-0cae.alert-tiny-b803:before {
  border-color: var(--e-global-color-primary);
}
.header-6d98 .pink-1451 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_lite_9c6e .accordion_15de {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_lite_9c6e .accordion_15de:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_lite_9c6e .accordion_15de.primary-25b8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_lite_9c6e .dropdown-advanced-da46 {
  background-color: var(--e-global-color-primary);
}
.preview_lite_9c6e .dropdown-advanced-da46 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_lite_9c6e
  .picture_df81
  .short_7f11
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_lite_9c6e
  .upper_f178
  .short_7f11
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow_outer_6f0c
  .stone-5eae
  .layout-35b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_outer_6f0c
  .stone-5eae
  .chip_narrow_a1d5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_outer_6f0c .narrow-6fe1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shadow_outer_6f0c .hero_1354 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_outer_6f0c .over-9b5a {
  background-color: var(--e-global-color-primary);
}
.shadow_outer_6f0c .over-9b5a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown-complex-0c47 .feature-20e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-complex-0c47 .top_9799 {
  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);
}
.dropdown-complex-0c47 .main-rough-c4d8 {
  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);
}
.dropdown-complex-0c47 .main-rough-c4d8 a:hover {
  color: var(--e-global-color-secondary);
}
.dropdown-complex-0c47 .yellow_118f {
  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);
}
.dropdown-complex-0c47 .status_purple_b7d5 {
  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);
}
.dropdown-complex-0c47 .secondary-stone-ea8d .progress_next_1929 {
  background-color: var(--e-global-color-primary);
}
.dropdown-complex-0c47 .secondary-stone-ea8d .progress_next_1929:hover {
  background-color: var(--e-global-color-accent);
}
.dropdown-complex-0c47
  .secondary-stone-ea8d
  .fluid-12a6
  li
  span {
  background-color: var(--e-global-color-text);
}
.dropdown-complex-0c47
  .secondary-stone-ea8d
  .fluid-12a6
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown-complex-0c47
  .secondary-stone-ea8d
  .fluid-12a6
  li.hidden_cold_6a15
  span {
  background-color: var(--e-global-color-accent);
}
.breadcrumb-green-537c
  .input-green-d3bf
  .lite_34da {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-green-537c .input-green-d3bf .active-6b46 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-green-537c .input-green-d3bf .status-0d42 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-green-537c .gas_df97 {
  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);
}
.breadcrumb-green-537c
  .bronze_73bc.block-ca2c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a {
  background-color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .primary-cf7a.outline_new_c789 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .steel_e87d.item_d93e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  .background-short-ee37
  > a {
  background-color: var(--e-global-color-secondary);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  .background-short-ee37
  > a
  .backdrop-a9c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  .background-short-ee37
  > a
  .steel_e87d.nav-purple-f6c5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .modal-blue-3957:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  a
  .modal-blue-3957:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37.info_d17a
  > a
  .modal-blue-3957:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  .background-short-ee37.info_d17a
  > a
  .modal-blue-3957:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .gradient_center_ae91
  .north_3921 {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  a
  .gradient_center_ae91
  .north_3921 {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .gradient_center_ae91
  .north_3921,
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  a
  .gradient_center_ae91
  .north_3921 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > a
  .video_57b6:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  a
  .video_57b6:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37.info_d17a
  > a
  .video_57b6:before {
  color: var(--e-global-color-text);
}
.pro-b2d7
  > .module_3054
  > div
  > .active_0e6c
  > .background-short-ee37
  > .status_orange_17b8
  .background-short-ee37.info_d17a
  > a
  .video_57b6:before {
  color: var(--e-global-color-text);
}
.tag_4138 .tabs_easy_b995 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tag_4138
  .filter-hard-1978:hover
  .tabs_easy_b995 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.warm_c877
  > .module_3054
  > .action_4e43
  > .widget_hovered_79ea
  > .breadcrumb_upper_40ab
  > .hovered-5800
  .photo_c5fc {
  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);
}
.warm_c877
  > .module_3054
  > .action_4e43
  > .widget_hovered_79ea
  > .breadcrumb_upper_40ab
  > .hovered-5800:hover
  .photo_c5fc {
  color: var(--e-global-color-text);
}
.warm_c877
  > .module_3054
  > .action_4e43
  > .widget_hovered_79ea
  > .breadcrumb_upper_40ab
  > .hovered-5800:hover
  .photo_c5fc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.warm_c877
  > .module_3054
  > .action_4e43
  > .widget_hovered_79ea
  > .breadcrumb_upper_40ab.preview-4053
  > .hovered-5800
  .photo_c5fc {
  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);
}
.logo_7521 .box-hard-b92c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_7521 .tag_ea8a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_7521 .filter-24d8 {
  background-color: var(--e-global-color-primary);
}
.logo_7521 .filter-24d8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885
  .middle-00b9 {
  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);
}
.hidden_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885
  .media_2fa4 {
  color: var(--e-global-color-text);
}
.hidden_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885:hover
  .middle-00b9 {
  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);
}
.hidden_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885:hover
  .media_2fa4 {
  color: var(--e-global-color-secondary);
}
.hidden_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885.copper-cbd8
  .middle-00b9 {
  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_4abc
  > .module_3054
  > .simple-c88d
  > .input-f943
  > .border_f885.copper-cbd8
  .media_2fa4 {
  color: var(--e-global-color-primary);
}
.picture_2fb2
  .white_3650
  .fixed_84a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_2fb2 .nav_thick_42b1 .surface-6aed .orange-1aaf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced_dcca .layout_1aa6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced_dcca .center-7046 .layout_1aa6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.advanced_dcca .card-slow-c5c0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_dcca .card-slow-c5c0 {
  background-color: var(--e-global-color-primary);
}
.filter_12e3 .green_30ca .layout-rough-332c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_12e3
  .green_30ca:hover
  .shade_silver_0c46 {
  color: var(--e-global-color-secondary);
}
.filter_12e3
  .green_30ca:hover
  .layout-rough-332c {
  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);
}
.hard-6cbe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.notice_hot_b40f {
  flex-direction: column;
}

.notice_hot_b40f .paragraph_advanced_227e {
  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.notice_hot_b40f .paragraph_advanced_227e {
  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);
}

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

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

.hover-c55b.outer_f055 {
  display: none;
}

.stone-7a17 {
  display: none;
}

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

.west-74c7.container_new_3d2f {
  margin-bottom: 40px;
  width: 100%;
}

.tertiary-6a36 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.notice_hot_b40f a {
  width: 100%;
}

.hover-full-57cd .paragraph_5957.red_6403 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.hover-full-57cd
  .paragraph_5957.orange-1c48
  .under-ea06
  .soft_9873 {
  font-size: 20px !important;
}

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

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

.article_9fbf h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.heading_active_9db3.orange_6069 > .item_37f2 {
  display: flex;
  align-items: center;
}

.huge-562b {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.hidden-warm-e56c {
  position: relative;
  width: 100%;
}

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

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

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

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

.notice-selected-e1e7 {
  display: flex;
  gap: 50px;
}

.hover-full-57cd
  .paragraph_5957.video-4c80
  .narrow-07ba
  .image_ae0c {
  width: 100% !important;
}

.chip-last-56ee {
  width: 500px !important;
  max-width: none;
}

.silver_145a {
  width: 100%;
}

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

.yellow-06af {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.yellow-06af:hover .detail_thick_3c75 {
  visibility: visible;
}
.yellow-06af:hover.yellow-06af::before {
  display: block;
}

.article_9fbf h3 {
  color: #fff;
}

.wide-8c54 {
  margin: 0;
}

.hover-full-57cd
  .paragraph_5957.video-4c80
  .image_ae0c
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.card_under_0dca {
  width: 100%;
}

.fluid_e399 {
  width: 100%;
}

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

.fluid_e399 {
  width: 100%;
}

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

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

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

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

.notice_hot_b40f .paragraph_advanced_227e.prev-4fc6 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.notice_hot_b40f h1.paragraph_advanced_227e {
  margin-top: 80px !important;
}

.hover-full-57cd .paragraph_5957.progress_active_f9fd {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.black-b413 img {
  width: 100%;
}

.plasma-b18d .box-ce08.under-ea06 {
  justify-content: space-between;
}

.shadow-f541 {
  display: none;
}

.hover_763a .hard-ea5d {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .heading_active_9db3 .item_37f2 {
    flex-wrap: nowrap !important;
  }
}

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

  .chip-last-56ee {
    width: 100% !important;
  }
}

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

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

  .plasma-b18d .box-ce08.under-ea06 {
    border-bottom: 1px solid #f0c159;
  }

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

  .heading_active_9db3.orange_6069 > .item_37f2 {
    gap: 15px;
    justify-content: space-between;
  }

  .hover-full-57cd
    .paragraph_5957.video-4c80
    .image_ae0c
    img {
    width: 60% !important;
  }

  .top_3506 {
    left: 2%;
  }

  .primary-cool-e6a8 {
    margin: 10px 0;
  }

  .notice_hot_b40f .hard-ea5d {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.notice_hot_b40f .paragraph_advanced_227e,
  .notice_hot_b40f .paragraph_advanced_227e {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .image_ae0c {
    justify-content: center;
  }

  .notice_hot_b40f .hard-ea5d {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .tertiary-6a36 {
    margin-bottom: 15px !important;
  }

  .hover-full-57cd .paragraph_5957.red_6403 {
    width: 75% !important;
  }

  .black-b413 img {
    width: 100% !important;
  }
}

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

  h2.notice_hot_b40f .paragraph_advanced_227e,
  .notice_hot_b40f .paragraph_advanced_227e {
    font-size: 30px !important;
  }

  .image_ae0c {
    justify-content: center;
  }

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

  .pattern-3835
    .thumbnail_yellow_94d4.lower-7199 {
    margin: 0 !important;
  }

  .huge-562b {
    margin: 0;
    gap: 10px;
  }

  .primary-cool-e6a8 {
    display: flex;
  }

  .disabled-stone-24ff .stale-7821 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .notice_hot_b40f h1.paragraph_advanced_227e {
    margin-top: 40px !important;
  }

  .hover-full-57cd
    .paragraph_5957.video-4c80
    .image_ae0c
    img,
  .shadow_action_2ab9 .narrow-07ba {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .hover-full-57cd .paragraph_5957.red_6403 {
    width: 100% !important;
  }

  .heading_active_9db3.orange_6069 > .item_37f2 {
    gap: 3px;
  }

  .notice_hot_b40f .hard-ea5d {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.plasma-b18d .box-ce08.under-ea06 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.plasma-b18d .box-ce08.under-ea06: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);
}

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

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

.notice_hot_b40f {
  position: relative;
  padding-top: 30px;
}

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .plasma-b18d .box-ce08.under-ea06 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .notice_hot_b40f .paragraph_advanced_227e {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .stale-7821 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.tooltip-9a0f .column-1a88 {
  flex-shrink: 0;
  white-space: nowrap;
}

.tooltip-9a0f .cold-78d4 {
  flex-shrink: 0;
  min-width: fit-content;
}

.tooltip-9a0f .soft_9873 {
  white-space: nowrap;
}

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

.tooltip-9a0f {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.tooltip-9a0f .column-1a88 {
  max-width: 80px !important;
}

.tooltip-9a0f .cold-78d4 {
  max-width: 80px !important;
  overflow: hidden;
}

.tooltip-9a0f .box-ce08.under-ea06 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.tooltip-9a0f .soft_9873 {
  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);
  }
}

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

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

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

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

body .copper_8f9f:nth-child(2),
.hover-full-57cd .copper_8f9f:nth-child(2),
#page .copper_8f9f: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;
}

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

/* css-noise: 70c2 */
.ghost-box-n6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
