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(.primary-a2a0) {
  gap: 0.5em;
}
:where(.form_slow_06ea) {
  gap: 0.5em;
}
body .progress_a160 > .header_thick_645c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .progress_a160 > .form-cold-7b44 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .progress_a160 > .stone_c7bf {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .focused_f930 > .header_thick_645c {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .focused_f930 > .form-cold-7b44 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .focused_f930 > .stone_c7bf {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .focused_f930
  > :where(:not(.header_thick_645c):not(.form-cold-7b44):not(.thumbnail_8e58)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .focused_f930 > .action_6b81 {
  max-width: var(--wp--style--global--wide-size);
}
body .primary-a2a0 {
  display: flex;
}
body .primary-a2a0 {
  flex-wrap: wrap;
  align-items: center;
}
body .primary-a2a0 > * {
  margin: 0;
}
body .form_slow_06ea {
  display: grid;
}
body .form_slow_06ea > * {
  margin: 0;
}
:where(.disabled_mini_b4e4.primary-a2a0) {
  gap: 2em;
}
:where(.disabled_mini_b4e4.form_slow_06ea) {
  gap: 2em;
}
:where(.picture-first-c059.primary-a2a0) {
  gap: 1.25em;
}
:where(.picture-first-c059.form_slow_06ea) {
  gap: 1.25em;
}
.pressed_7d70 {
  color: var(--wp--preset--color--black) !important;
}
.item-down-c00b {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.description-wide-fb7e {
  color: var(--wp--preset--color--white) !important;
}
.black_ff68 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.media_4240 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.large-914e {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.nav_b2a5 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.form-hot-f705 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.bronze-b86e {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.content_dynamic_f01e {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.preview-copper-7c65 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.popup_red_356e {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.texture-stone-12d6 {
  background-color: var(--wp--preset--color--black) !important;
}
.progress_short_db4b {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.video-complex-8637 {
  background-color: var(--wp--preset--color--white) !important;
}
.description_a73b {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.gradient_lite_b3b0 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.link_b3b6 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.widget_gold_577e {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.image-pro-7cd7 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.slow_98a5 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.header_left_9a9f {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.aside-c9b4 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.mask-active-32ff {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.current-ebfc {
  border-color: var(--wp--preset--color--black) !important;
}
.middle_2aab {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.shadow-12df {
  border-color: var(--wp--preset--color--white) !important;
}
.current-3dfd {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.form_white_013f {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.gold-a7d2 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.image_west_0d18 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.menu-out-ebf1 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.text_f1d4 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.texture_under_c3b3 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.title_liquid_6a32 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.element_clean_95d3 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.west_39a7 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.wood_848b {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.dropdown-5fc9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.slow_0a9c {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.right_aa57 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.orange-7d06 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.slider_stone_360f {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.accordion_3d74 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.in-d992 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.input_new_3c5c {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.dark_792c {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.form_8d41 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.image-6efc {
  font-size: var(--wp--preset--font-size--small) !important;
}
.new_6131 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.container-static-a2c9 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.first-4efe {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.panel-0030 a:where(:not(.gradient_6ec7)) {
  color: inherit;
}
:where(.picture-first-c059.primary-a2a0) {
  gap: 1.25em;
}
:where(.picture-first-c059.form_slow_06ea) {
  gap: 1.25em;
}
:where(.disabled_mini_b4e4.primary-a2a0) {
  gap: 2em;
}
:where(.disabled_mini_b4e4.form_slow_06ea) {
  gap: 2em;
}
.media-56d9 {
  font-size: 1.5em;
  line-height: 1.6;
}

.tertiary-old-198a .detail-fixed-4eb7 {
  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);
}
.modal-warm-ba46 .notice_eff8 {
  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);
}
.carousel_liquid_efc9 {
  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);
}
.carousel_liquid_efc9.active-white-416b .panel_38ac {
  background-color: var(--e-global-color-primary);
}
.carousel_liquid_efc9.footer_dd4e .panel_38ac,
.carousel_liquid_efc9.primary_warm_6c6d .panel_38ac {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.pagination_3028 .pattern_bcea {
  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);
}
.shade-focused-f166 {
  --divider-color: var(--e-global-color-secondary);
}
.shade-focused-f166 .summary-966f {
  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);
}
.shade-focused-f166.preview-new-1279 .status_lower_83ef {
  background-color: var(--e-global-color-secondary);
}
.shade-focused-f166.hidden_black_2d29 .status_lower_83ef,
.shade-focused-f166.input-cb71 .status_lower_83ef {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.shade-focused-f166.hidden_black_2d29 .status_lower_83ef,
.shade-focused-f166.input-cb71 .status_lower_83ef svg {
  fill: var(--e-global-color-secondary);
}
.background-rough-776d .info_336d {
  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);
}
.background-rough-776d .highlight-advanced-dbbc {
  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);
}
.solid_8bb7.preview-new-1279 .status_lower_83ef {
  background-color: var(--e-global-color-primary);
}
.solid_8bb7.hidden_black_2d29 .status_lower_83ef,
.solid_8bb7.input-cb71 .status_lower_83ef {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.solid_8bb7.hidden_black_2d29 .status_lower_83ef,
.solid_8bb7.input-cb71 .status_lower_83ef svg {
  fill: var(--e-global-color-primary);
}
.hard-3d05.preview-new-1279 .status_lower_83ef {
  background-color: var(--e-global-color-primary);
}
.hard-3d05.hidden_black_2d29 .status_lower_83ef,
.hard-3d05.input-cb71 .status_lower_83ef {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.hard-3d05 .dropdown-dirty-8777 {
  color: var(--e-global-color-primary);
}
.hard-3d05 .dropdown-dirty-8777,
.hard-3d05 .dropdown-dirty-8777 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard-3d05 .picture-c037 {
  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);
}
.action_6435 .outline_lite_6ffb {
  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);
}
.icon-065f .filter_a206 .component_iron_c5e7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text_c87c .highlight_7a5a:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.text_c87c .shade_motion_03c9 i {
  color: var(--e-global-color-primary);
}
.text_c87c .shade_motion_03c9 svg {
  fill: var(--e-global-color-primary);
}
.text_c87c .secondary-d136 {
  color: var(--e-global-color-secondary);
}
.text_c87c .highlight_7a5a > .secondary-d136,
.text_c87c .highlight_7a5a > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_thick_9c59 .rough_d15f {
  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);
}
.accent_thick_9c59 .content_1267 {
  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);
}
.component_8ed7 .footer-solid-c86e .description-glass-5524 {
  background-color: var(--e-global-color-primary);
}
.component_8ed7 .white_2ab0 {
  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);
}
.caption_c03c .cold_b79d {
  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);
}
.caption_c03c .link-9b9b {
  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);
}
.caption_c03c .action_c899 {
  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);
}
.container_57e8 .tag_medium_674f,
.container_57e8 .tag_medium_674f a {
  color: var(--e-global-color-primary);
}
.container_57e8 .tag_medium_674f.action-3857,
.container_57e8 .tag_medium_674f.action-3857 a {
  color: var(--e-global-color-accent);
}
.container_57e8 .tag_medium_674f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_57e8 .clean-175f {
  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);
}
.outline_small_a846 .cold_3b43,
.outline_small_a846 .text_fixed_2eea {
  color: var(--e-global-color-primary);
}
.outline_small_a846 .cold_3b43 svg {
  fill: var(--e-global-color-primary);
}
.outline_small_a846 .action-3857 .cold_3b43,
.outline_small_a846 .action-3857 .text_fixed_2eea {
  color: var(--e-global-color-accent);
}
.outline_small_a846 .action-3857 .cold_3b43 svg {
  fill: var(--e-global-color-accent);
}
.outline_small_a846 .text_fixed_2eea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_small_a846 .clean-175f {
  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);
}
.wrapper-c52b .stale_6f81,
.wrapper-c52b .picture-79bd {
  color: var(--e-global-color-primary);
}
.wrapper-c52b .picture-79bd svg {
  fill: var(--e-global-color-primary);
}
.wrapper-c52b .tag_medium_674f.action-3857 a,
.wrapper-c52b
  .tag_medium_674f.action-3857
  .picture-79bd {
  color: var(--e-global-color-accent);
}
.wrapper-c52b .stale_6f81 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-c52b .clean-175f {
  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);
}
.old-2966 .gallery-6a76 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old-2966 .footer-large-8091 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-3f56 .primary_dynamic_b7b7 .feature-liquid-bb41 {
  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);
}
.search-3f56 .primary_dynamic_b7b7 .list-42fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-3f56 .logo_0f18 .feature-liquid-bb41 {
  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);
}
.search-3f56
  .logo_0f18
  .list-42fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-3f56
  .element-under-4756
  .feature-liquid-bb41 {
  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);
}
.search-3f56
  .element-under-4756
  .list-42fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-3f56
  .link_glass_532a
  .feature-liquid-bb41 {
  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);
}
.search-3f56
  .link_glass_532a
  .list-42fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black-34fc .component_1146 {
  background-color: var(--e-global-color-primary);
}
.black-34fc .component_1146:hover {
  background-color: var(--e-global-color-primary);
}
.black-34fc .first-2ee4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-34fc
  .component_1146:hover
  .first-2ee4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_fb56 .element-dynamic-a420 {
  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);
}
.primary_blue_654e .detail-under-7d57 .video_126b a {
  background-color: var(--e-global-color-accent);
}
.primary_blue_654e .detail-under-7d57 .modal-917e a {
  background-color: var(--e-global-color-accent);
}
.primary_blue_654e .detail-under-7d57 .video_126b a,
.primary_blue_654e .detail-under-7d57 .modal-917e a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_cdf2
  .carousel_1575.dropdown-silver-5d34
  .detail-under-7d57
  a.preview_7c75 {
  background-color: var(--e-global-color-accent);
}
.hovered_cdf2
  .carousel_1575.dropdown-silver-5d34
  .detail-under-7d57
  span.preview_7c75.fn-current-f495 {
  background-color: var(--e-global-color-text);
}
.hovered_cdf2
  .carousel_1575.dropdown-silver-5d34
  .detail-under-7d57
  .preview_7c75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0 .wood-bf37 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .upper-8978
  > .east-481a
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .narrow-c494
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .button_6143
  .item_pink_c0c8,
.slider_b1f0
  .button_6143
  .basic_6258 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_b1f0
  .button_6143
  .brown-628e,
.slider_b1f0
  .button_6143
  a
  .brown-628e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .button_6143
  .caption-9534 {
  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);
}
.slider_b1f0
  .button_6143
  .tag_brown_d126 {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .button_6143
  .tag_brown_d126 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .button_6143
  .tag_brown_d126:hover {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .button_6143
  .prev-11ed {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .button_6143
  .prev-11ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .button_6143
  .prev-11ed:hover {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .preview_huge_b513
  .article-smooth-1ea0
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_b1f0
  .preview_huge_b513
  .notice-f941 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .preview_huge_b513
  .caption-9534 {
  color: var(--e-global-color-text);
}
.slider_b1f0
  .preview_huge_b513
  .caption-9534
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .preview_huge_b513
  .tag_brown_d126 {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .preview_huge_b513
  .tag_brown_d126 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .preview_huge_b513
  .tag_brown_d126:hover {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .preview_huge_b513
  .prev-11ed {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0
  .preview_huge_b513
  .prev-11ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider_b1f0
  .preview_huge_b513
  .prev-11ed:hover {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0 .element_07b4 {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0 .element_07b4:hover {
  background-color: var(--e-global-color-primary);
}
.slider_b1f0 .row_c50c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider_b1f0 .item_7c5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge-prev-fa05 .input-b5cc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge-prev-fa05
  .modal_db53
  > div:nth-child(3)
  .input-b5cc,
.badge-prev-fa05
  .slider-05d4
  > div:nth-child(1)
  .input-b5cc,
.badge-prev-fa05
  .box_9694
  > div:nth-child(1)
  .input-b5cc,
.badge-prev-fa05
  .aside-8a7b
  > div:nth-child(1)
  .input-b5cc,
.badge-prev-fa05
  .hard-5d23
  > div:nth-child(1)
  .input-b5cc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge-prev-fa05 .pagination-wood-c23c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge-prev-fa05 .form-green-1dfd {
  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);
}
.badge-prev-fa05 .label_plasma_e436 {
  background-color: var(--e-global-color-primary);
}
.badge-prev-fa05 .label_plasma_e436 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge-prev-fa05 .label_plasma_e436:hover {
  background-color: var(--e-global-color-primary);
}
.badge-prev-fa05 .tertiary-pink-0058 {
  background-color: var(--e-global-color-primary);
}
.badge-prev-fa05 .tertiary-pink-0058:hover {
  background-color: var(--e-global-color-primary);
}
.badge-prev-fa05 .row_c50c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge-prev-fa05 .item_7c5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-a804 .video-b68f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-a804 .dropdown_6d23 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-a804 .main_c131 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-a804 .paragraph-da7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-a804 .aside_solid_78c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-a804 .tertiary-pink-0058 {
  background-color: var(--e-global-color-primary);
}
.south-a804 .tertiary-pink-0058:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_pink_56bf .current-26da {
  background-color: var(--e-global-color-secondary);
}
.sidebar_pink_56bf .sidebar-0902 {
  background-color: var(--e-global-color-text);
}
.sidebar_pink_56bf .preview-52e8 {
  background-color: var(--e-global-color-secondary);
}
.sidebar_pink_56bf .gold-6d31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_pink_56bf .gold-57d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_pink_56bf .background_2030 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_pink_56bf .gradient-f8e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_pink_56bf .container_basic_6040 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_f3ee .shadow_dynamic_fecd .item_94ac,
.out_f3ee
  .shadow_dynamic_fecd
  .item_94ac
  a,
.out_f3ee .row-4ff7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_f3ee .shadow_dynamic_fecd .next-0ae0,
.out_f3ee .component-dynamic-e247 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_f3ee .shadow_dynamic_fecd .next-0ae0 {
  color: var(--e-global-color-text);
}
.out_f3ee .component-dynamic-e247 {
  color: var(--e-global-color-text);
}
.out_f3ee
  .shadow_dynamic_fecd
  .yellow_10e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.out_f3ee .east_8ca3 .preview-8488 {
  background-color: var(--e-global-color-primary);
}
.out_f3ee .east_8ca3 .preview-8488:hover {
  background-color: var(--e-global-color-primary);
}
.out_f3ee .east_8ca3 .table-prev-0373 li span {
  background-color: var(--e-global-color-text);
}
.out_f3ee .east_8ca3 .table-prev-0373 li span:hover {
  background-color: var(--e-global-color-primary);
}
.out_f3ee
  .east_8ca3
  .table-prev-0373
  li.dropdown_left_620b
  span {
  background-color: var(--e-global-color-accent);
}
.out_f3ee .thumbnail_dfe2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-cf64 .carousel_0b2f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-65fd .box-yellow-1f93 {
  background-color: var(--e-global-color-primary);
}
.hover-65fd .section-7827 {
  background-color: var(--e-global-color-secondary);
}
.hover-65fd .grid_brown_f35b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .left-3850 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .video_bottom_4a67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .column-outer-0d18 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .frame_last_3fa3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .section_3a74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-65fd .white_eec4 {
  background-color: var(--e-global-color-primary);
}
.hover-65fd .white_eec4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_6675 .right-d802 {
  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);
}
.wrapper_6675 .paragraph-smooth-590a {
  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);
}
.wrapper_6675
  .static_913c:after {
  background-color: var(--e-global-color-primary);
}
.wrapper_6675 .modal_dim_431e {
  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);
}
.hot-0078 .row-4ff7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-0078 .component-dynamic-e247 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_smooth_d14d .surface-black-a1bd .block-71cd {
  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);
}
.element_smooth_d14d .surface-black-a1bd .button_lite_d690 {
  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);
}
.grid_lower_c6db .plasma-a257 {
  background-color: var(--e-global-color-primary);
}
.grid_lower_c6db .detail_7bba {
  background-color: var(--e-global-color-secondary);
}
.grid_lower_c6db .column_9834 .old_9d98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_lower_c6db .bottom-3742 .old_9d98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_clean_7cc6 .active_old_f0f2 .chip_6e55 {
  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);
}
.sidebar_clean_7cc6 .active_old_f0f2 .steel_b286 {
  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);
}
.sidebar_clean_7cc6 .active_old_f0f2 .dim_c221 {
  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);
}
.soft_b792 .text-pressed-d77c {
  border-color: var(--e-global-color-text);
}
.soft_b792 .pagination-d163 {
  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_b792 .avatar_adf7 {
  color: var(--e-global-color-primary);
}
.soft_b792 .secondary_e801 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-steel-66ca .title-smooth-1589 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-steel-66ca .sort_upper_ae7b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-steel-66ca .cool_058a:hover .title-smooth-1589 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-steel-66ca
  .cool_058a:hover
  .sort_upper_ae7b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid-5477 .hard_b7e1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid-5477 .motion-3cef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-current-759d .yellow-8350 .sidebar_e927 {
  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);
}
.carousel-current-759d .paragraph_yellow_ea50 .sidebar_e927 {
  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);
}
.complex_9b54 .popup-1ab5 {
  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);
}
.dynamic-0f7b .liquid_6b7c .shade-fast-f373 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic-0f7b .liquid_6b7c .shade-fast-f373 {
  background-color: var(--e-global-color-secondary);
}
.dynamic-0f7b .bronze-cd87 .shade-fast-f373 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic-0f7b .bronze-cd87 .shade-fast-f373 {
  background-color: var(--e-global-color-secondary);
}
.dynamic-0f7b .element-065a .panel-50c7 {
  background-color: var(--e-global-color-primary);
}
.dynamic-0f7b .element-065a:hover .panel-50c7 {
  background-color: var(--e-global-color-secondary);
}
.dynamic-0f7b .preview-8488 {
  background-color: var(--e-global-color-primary);
}
.dynamic-0f7b .preview-8488:hover {
  background-color: var(--e-global-color-accent);
}
.dynamic-0f7b .table-prev-0373 li span {
  background-color: var(--e-global-color-text);
}
.dynamic-0f7b .table-prev-0373 li span:hover {
  background-color: var(--e-global-color-primary);
}
.dynamic-0f7b .table-prev-0373 li.dropdown_left_620b span {
  background-color: var(--e-global-color-accent);
}
.active_pressed_0a9b .message-b41c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_pressed_0a9b .modal_fluid_1bd6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_698e .row-upper-46af:before {
  background-color: var(--e-global-color-secondary);
}
.badge_698e .glass_0f58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_698e .fresh_7f64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-8868 .button_left_ba38 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-8868 .button_left_ba38:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-8868 .button_left_ba38.fn-active-f495 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid-8868 .gradient_226b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-8868 .text_center_6ff3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-8868 .large-bdbd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-8868 .upper_7a4c {
  background-color: var(--e-global-color-primary);
}
.grid-8868 .upper_7a4c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid-8868 .accordion-0a6a {
  background-color: var(--e-global-color-primary);
}
.grid-8868 .accordion-0a6a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_198d .wrapper-5793 .breadcrumb_3802 a {
  color: var(--e-global-color-secondary);
}
.tooltip_198d .wrapper-5793 .breadcrumb_3802 a:hover {
  color: var(--e-global-color-secondary);
}
.tooltip_198d .wrapper-5793 .breadcrumb_3802,
.tooltip_198d .wrapper-5793 .breadcrumb_3802 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_198d .wrapper-5793 .stone-df05 {
  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);
}
.tooltip_198d .wrapper-5793 .preview-blue-822e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_198d .wrapper-5793 .section_d8ea {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .wrapper-5793 .section_d8ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip_198d .wrapper-5793 .section_d8ea:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .wrapper-5793 .accent_hovered_e121 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_198d .wrapper-5793 .accent_hovered_e121 {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .wrapper-5793 .accent_hovered_e121:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .wrapper-5793 .preview-8488 {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .wrapper-5793 .preview-8488:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .east_8ca3 .table-prev-0373 li span {
  background-color: var(--e-global-color-text);
}
.tooltip_198d .east_8ca3 .table-prev-0373 li span:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip_198d .east_8ca3 .table-prev-0373 li.dropdown_left_620b span {
  background-color: var(--e-global-color-accent);
}
.tooltip_198d .row_c50c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_198d .item_7c5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed-3361 .nav_bottom_5d1e .video_first_9939 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed-3361 .nav_bottom_5d1e .white-6ce5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed-3361 .nav_bottom_5d1e .out_793e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f .texture_fixed_5b29 {
  border-color: var(--e-global-color-text);
}
.clean-da3f .pagination-dynamic-5ad8 {
  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);
}
.clean-da3f .hard-904e {
  color: var(--e-global-color-secondary);
}
.clean-da3f .hard-904e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f .thick_28f6 > * {
  color: var(--e-global-color-primary);
}
.clean-da3f .thick_28f6 > * svg {
  fill: var(--e-global-color-primary);
}
.clean-da3f .smooth_cfe0 {
  color: var(--e-global-color-primary);
}
.clean-da3f .smooth_cfe0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-da3f .gallery_745b {
  color: var(--e-global-color-primary);
}
.clean-da3f .gallery_745b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-da3f .fresh_f093 {
  color: var(--e-global-color-primary);
}
.clean-da3f .fresh_f093 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f .link_8351 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f .element-ec9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f .element-ec9b.warm-d35e {
  color: var(--e-global-color-secondary);
}
.clean-da3f .element-ec9b.warm-d35e .shade_2d88 {
  color: var(--e-global-color-accent);
}
.clean-da3f .element-ec9b.nav_074b {
  color: var(--e-global-color-text);
}
.clean-da3f .element-ec9b.nav_074b .shade_2d88 {
  color: var(--e-global-color-text);
}
.clean-da3f .element-ec9b:before {
  border-top-color: var(--e-global-color-text);
}
.clean-da3f .column_dirty_a23d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-da3f
  .column_dirty_a23d
  .input-over-6e08 {
  background-color: var(--e-global-color-primary);
}
.clean-da3f
  .column_dirty_a23d
  .input-over-6e08 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.clean-da3f .texture_fixed_5b29 .chip_steel_303d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.glass-a78c .secondary_green_e6f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.glass-a78c .footer_0b24 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-3b97 .north-fd05 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer-3b97
  .notification-small-57c7
  .title_8948 {
  background-color: var(--e-global-color-secondary);
}
.outer-3b97
  .notification-small-57c7.tooltip_smooth_92d2
  .title_8948 {
  background-color: var(--e-global-color-text);
}
.outer-3b97
  .notification-small-57c7:hover
  .title_8948 {
  background-color: var(--e-global-color-accent);
}
.outer-3b97
  .notification-small-57c7.fn-active-f495
  .title_8948 {
  background-color: var(--e-global-color-primary);
}
.focused_45a9 .up_732c {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.focused_45a9 .dropdown_28da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_45a9 .tabs_first_21cd {
  background-color: var(--e-global-color-primary);
}
.focused_45a9 .tabs_first_21cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_c33f .sidebar-08ef .left-70ee .column-53a2 {
  background-color: var(--e-global-color-secondary);
}
.medium_c33f .sidebar-08ef .left_1a5e:after {
  background-color: var(--e-global-color-secondary);
}
.medium_c33f .left_013e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_c33f .stone_e703 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_c33f .frame-iron-35d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_c33f .bottom-b76a {
  background-color: var(--e-global-color-primary);
}
.medium_c33f .bottom-b76a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_c33f .short-49b1 {
  background-color: var(--e-global-color-secondary);
}
.medium_c33f .short-49b1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_c33f .sidebar-08ef .chip-c6b7 .short_9b46:hover {
  background-color: var(--e-global-color-primary);
}
.medium_c33f
  .sidebar-08ef
  .chip-c6b7
  .short_9b46.alert_north_d15e {
  background-color: var(--e-global-color-primary);
}
.medium_c33f .sidebar-08ef .heading_active_ce1d:before {
  border-color: var(--e-global-color-primary);
}
.medium_c33f .sidebar-08ef .heading_active_ce1d:hover:before {
  border-color: var(--e-global-color-secondary);
}
.medium_c33f
  .sidebar-08ef
  .heading_active_ce1d.orange-065c:before {
  border-color: var(--e-global-color-primary);
}
.medium_c33f .tooltip_0345 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_2ae5 .iron_e42d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_2ae5 .iron_e42d:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_2ae5 .iron_e42d.backdrop_right_d8d0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_2ae5 .panel-down-8946 {
  background-color: var(--e-global-color-primary);
}
.border_2ae5 .panel-down-8946 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_2ae5
  .item_affa
  .active-right-87a8
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_2ae5
  .gas-4c37
  .active-right-87a8
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification_center_5261
  .title-liquid-7752
  .menu-steel-e22e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_center_5261
  .title-liquid-7752
  .menu_white_3beb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_center_5261 .easy_0cea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_center_5261 .outline_a77f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_center_5261 .link_slow_c226 {
  background-color: var(--e-global-color-primary);
}
.notification_center_5261 .link_slow_c226 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_dirty_8e10 .soft-e9d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_dirty_8e10 .disabled-gold-037c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  background-color: var(--e-global-color-primary);
}
.link_dirty_8e10 .content_f912 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_dirty_8e10 .content_f912 a:hover {
  color: var(--e-global-color-secondary);
}
.link_dirty_8e10 .outline_blue_4d8f {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_dirty_8e10 .shade_cool_0a14 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_dirty_8e10 .plasma-a255 .preview-8488 {
  background-color: var(--e-global-color-primary);
}
.link_dirty_8e10 .plasma-a255 .preview-8488:hover {
  background-color: var(--e-global-color-accent);
}
.link_dirty_8e10
  .plasma-a255
  .table-prev-0373
  li
  span {
  background-color: var(--e-global-color-text);
}
.link_dirty_8e10
  .plasma-a255
  .table-prev-0373
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.link_dirty_8e10
  .plasma-a255
  .table-prev-0373
  li.dropdown_left_620b
  span {
  background-color: var(--e-global-color-accent);
}
.thick_9582
  .dropdown_old_64e6
  .menu-98e3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick_9582 .dropdown_old_64e6 .breadcrumb_58eb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick_9582 .dropdown_old_64e6 .accordion_hard_120c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick_9582 .video-blue-eae8 {
  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);
}
.thick_9582
  .inner_7da6.paragraph_south_30c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a {
  background-color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .modal_iron_d0ce.photo-e59f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .table_047f.video-hot-8e40 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  .heading_fixed_ad88
  > a {
  background-color: var(--e-global-color-secondary);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  .heading_fixed_ad88
  > a
  .tiny-9248 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  .heading_fixed_ad88
  > a
  .table_047f.text_2e2a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .popup_b8bf:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  a
  .popup_b8bf:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88.notice_4451
  > a
  .popup_b8bf:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  .heading_fixed_ad88.notice_4451
  > a
  .popup_b8bf:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .text-88a6
  .banner-6a6d {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  a
  .text-88a6
  .banner-6a6d {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .text-88a6
  .banner-6a6d,
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  a
  .text-88a6
  .banner-6a6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > a
  .dropdown-26ea:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  a
  .dropdown-26ea:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88.notice_4451
  > a
  .dropdown-26ea:before {
  color: var(--e-global-color-text);
}
.block-bottom-0c82
  > .slider_brown_ba43
  > div
  > .popup-fast-1810
  > .heading_fixed_ad88
  > .easy_5c0b
  .heading_fixed_ad88.notice_4451
  > a
  .dropdown-26ea:before {
  color: var(--e-global-color-text);
}
.dirty-736b .focus-gold-7e82 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-736b
  .fluid-747d:hover
  .focus-gold-7e82 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.action-8a03
  > .slider_brown_ba43
  > .sort_paper_5820
  > .button_a1af
  > .active_ac1c
  > .box_e42e
  .orange-4ac7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-8a03
  > .slider_brown_ba43
  > .sort_paper_5820
  > .button_a1af
  > .active_ac1c
  > .box_e42e:hover
  .orange-4ac7 {
  color: var(--e-global-color-text);
}
.action-8a03
  > .slider_brown_ba43
  > .sort_paper_5820
  > .button_a1af
  > .active_ac1c
  > .box_e42e:hover
  .orange-4ac7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-8a03
  > .slider_brown_ba43
  > .sort_paper_5820
  > .button_a1af
  > .active_ac1c.hovered_cb2e
  > .box_e42e
  .orange-4ac7 {
  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);
}
.video-9d6a .warm-182a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9d6a .thumbnail_center_f1d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9d6a .texture-wood-2716 {
  background-color: var(--e-global-color-primary);
}
.video-9d6a .texture-wood-2716 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665
  .shadow_stone_588f {
  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);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665
  .element-86ba {
  color: var(--e-global-color-text);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665:hover
  .shadow_stone_588f {
  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);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665:hover
  .element-86ba {
  color: var(--e-global-color-secondary);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665.gallery_upper_6588
  .shadow_stone_588f {
  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);
}
.white-ceb2
  > .slider_brown_ba43
  > .info-580f
  > .clean_c004
  > .main_full_a665.gallery_upper_6588
  .element-86ba {
  color: var(--e-global-color-primary);
}
.paper_2683
  .hot_cede
  .input_b2a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_2683 .east_a01f .chip_steel_303d .column_dynamic_6d7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_dynamic_84ae .down-5cda {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_dynamic_84ae .dim_2c6a .down-5cda {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_dynamic_84ae .card_right_d2cc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.surface_dynamic_84ae .card_right_d2cc {
  background-color: var(--e-global-color-primary);
}
.button_mini_8cfa .box-f9d8 .item_fluid_eb1b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_mini_8cfa
  .box-f9d8:hover
  .frame-24bc {
  color: var(--e-global-color-secondary);
}
.button_mini_8cfa
  .box-f9d8:hover
  .item_fluid_eb1b {
  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);
}
.column_hard_c5ca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.menu-15eb {
  max-width: 1400px !important;
}

.bottom_445e {
  flex-direction: column;
}

.bottom_445e .status_copper_ba6c {
  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.bottom_445e .status_copper_ba6c {
  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);
}

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

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

.module_a31b.medium_1558 {
  display: none;
}

.article_f62b {
  display: none;
}

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

.down-9bf1.widget-5b1a {
  margin-bottom: 40px;
  width: 100%;
}

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

.bottom_445e a {
  width: 100%;
}

.label-hard-78fd .up-b14b.prev-fafe {
  width: 20% !important;
}

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

.tag-23c9: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%);
}

.tag-23c9 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

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

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

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

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

.label-hard-78fd
  .up-b14b.photo_glass_6526
  .fixed_1848
  .tooltip_over_78ff {
  font-size: 20px !important;
}

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

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

.alert-glass-e1c0 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.pagination-0be2.widget-easy-4828 > .pagination_cool_442b {
  display: flex;
  align-items: center;
}

.banner-14ec {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.widget-under-c5fd {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.banner-0cf8 {
  font-size: 35px !important;
}

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

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

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

.label-hard-78fd
  .up-b14b.panel_4bc6
  .focused_f6ab
  .video-green-c5ec {
  width: 100% !important;
}

.list-a1fd {
  width: 500px !important;
  max-width: none;
}

.secondary-lower-1934 {
  width: 100%;
}

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

.item-cd6b {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.shadow-right-be52 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.item-cd6b:hover .shadow-right-be52 {
  visibility: visible;
}
.item-cd6b:hover.item-cd6b::before {
  display: block;
}

.alert-glass-e1c0 h3 {
  color: #fff;
}

.detail-42d1 {
  margin: 0;
}

.label-hard-78fd
  .up-b14b.panel_4bc6
  .video-green-c5ec
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.breadcrumb_orange_e4bc {
  width: 100%;
}

.element_bd29 {
  width: 100%;
}

.avatar-soft-a53b {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.element_bd29 {
  width: 100%;
}

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

.video-green-c5ec {
  display: flex;
  align-items: center;
}

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

.picture-gold-d339 {
  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;
}

.bottom_445e .status_copper_ba6c.table-wide-c660 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.bottom_445e h1.status_copper_ba6c {
  margin-top: 80px !important;
}

.label-hard-78fd .up-b14b.item_37ab {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.white-b1f8 img {
  width: 100%;
}

.alert_056e .section_south_dc84.fixed_1848 {
  justify-content: space-between;
}

.info_thick_3988 {
  display: none;
}

.purple-e56b .cool-4e2f {
  margin: 1px 0 !important;
}

.disabled-focused-b825 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .pagination-0be2 .pagination_cool_442b {
    flex-wrap: nowrap !important;
  }
}

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

  .list-a1fd {
    width: 100% !important;
  }
}

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

  .tag-23c9 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .alert_056e .section_south_dc84.fixed_1848 {
    border-bottom: 1px solid #f0c159;
  }

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

  .pagination-0be2.widget-easy-4828 > .pagination_cool_442b {
    gap: 15px;
    justify-content: space-between;
  }

  .label-hard-78fd
    .up-b14b.panel_4bc6
    .video-green-c5ec
    img {
    width: 60% !important;
  }

  .widget-under-c5fd {
    left: 2%;
  }

  .heading_dcbb {
    margin: 10px 0;
  }

  .bottom_445e .cool-4e2f {
    margin: 0;
    margin-bottom: 10px;
  }

  .tag-23c9 {
    font-size: 16px !important;
  }

  .banner-0cf8 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.bottom_445e .status_copper_ba6c,
  .bottom_445e .status_copper_ba6c {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .video-green-c5ec {
    justify-content: center;
  }

  .bottom_445e .cool-4e2f {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .info_out_0136 {
    margin-bottom: 15px !important;
  }

  .label-hard-78fd .up-b14b.prev-fafe {
    width: 75% !important;
  }

  .white-b1f8 img {
    width: 100% !important;
  }
}

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

  h2.bottom_445e .status_copper_ba6c,
  .bottom_445e .status_copper_ba6c {
    font-size: 30px !important;
  }

  .video-green-c5ec {
    justify-content: center;
  }

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

  .main-5207
    .under-bc0e.active_5393 {
    margin: 0 !important;
  }

  .banner-14ec {
    margin: 0;
    gap: 10px;
  }

  .heading_dcbb {
    display: flex;
  }

  .badge-9980 .tag-23c9 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .prev-a5f5 svg {
    width: 75% !important;
    height: 75% !important;
  }

  .avatar-soft-a53b {
    justify-content: flex-end;
    gap: 1px;
  }

  .bottom_445e h1.status_copper_ba6c {
    margin-top: 40px !important;
  }

  .label-hard-78fd
    .up-b14b.panel_4bc6
    .video-green-c5ec
    img,
  .background-rough-776d .focused_f6ab {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .label-hard-78fd .up-b14b.prev-fafe {
    width: 100% !important;
  }

  .pagination-0be2.widget-easy-4828 > .pagination_cool_442b {
    gap: 3px;
  }

  .bottom_445e .cool-4e2f {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.alert_056e .section_south_dc84.fixed_1848 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.alert_056e .section_south_dc84.fixed_1848: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .alert_056e .section_south_dc84.fixed_1848 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .bottom_445e .status_copper_ba6c {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .tag-23c9 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.filter_c4d7 .next-c7ed {
  flex-shrink: 0;
  white-space: nowrap;
}

.filter_c4d7 .surface-137d {
  flex-shrink: 0;
  min-width: fit-content;
}

.filter_c4d7 .tooltip_over_78ff {
  white-space: nowrap;
}

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

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

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

.filter_c4d7 .surface-137d {
  max-width: 80px !important;
  overflow: hidden;
}

.filter_c4d7 .section_south_dc84.fixed_1848 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.filter_c4d7 .tooltip_over_78ff {
  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);
  }
}

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

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

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

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

body .top_3833:nth-child(2),
.label-hard-78fd .top_3833:nth-child(2),
#page .top_3833: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;
}

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

/* css-noise: d223 */
.widget-item-t8 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
