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(.module-498a) {
  gap: 0.5em;
}
:where(.secondary_static_e6ef) {
  gap: 0.5em;
}
body .background-stone-26d2 > .out-73fb {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .background-stone-26d2 > .panel_5048 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .background-stone-26d2 > .message_hard_6440 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .icon-3572 > .out-73fb {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .icon-3572 > .panel_5048 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .icon-3572 > .message_hard_6440 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .icon-3572
  > :where(:not(.out-73fb):not(.panel_5048):not(.content_iron_4855)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .icon-3572 > .hover_9227 {
  max-width: var(--wp--style--global--wide-size);
}
body .module-498a {
  display: flex;
}
body .module-498a {
  flex-wrap: wrap;
  align-items: center;
}
body .module-498a > * {
  margin: 0;
}
body .secondary_static_e6ef {
  display: grid;
}
body .secondary_static_e6ef > * {
  margin: 0;
}
:where(.aside-7352.module-498a) {
  gap: 2em;
}
:where(.aside-7352.secondary_static_e6ef) {
  gap: 2em;
}
:where(.heading_876f.module-498a) {
  gap: 1.25em;
}
:where(.heading_876f.secondary_static_e6ef) {
  gap: 1.25em;
}
.last-e898 {
  color: var(--wp--preset--color--black) !important;
}
.pro_d0d1 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.link_stone_ff22 {
  color: var(--wp--preset--color--white) !important;
}
.icon_d800 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.hero-8980 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.tertiary_center_20ca {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.steel-8e69 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.avatar_black_bc83 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.accent_mini_62e3 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.row_c8a5 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.image_cool_1f8b {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.input_down_78b2 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.cold_dced {
  background-color: var(--wp--preset--color--black) !important;
}
.element-tiny-03e1 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.menu-cfc7 {
  background-color: var(--wp--preset--color--white) !important;
}
.chip_c87c {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.plasma_1bd9 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.preview_south_7f41 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tertiary_c0af {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.texture_dark_66dc {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.primary_cb4a {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.iron_c9e4 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.backdrop-03b9 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.content_85a6 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.element_9541 {
  border-color: var(--wp--preset--color--black) !important;
}
.thumbnail_hovered_3fb9 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.heading-f3c3 {
  border-color: var(--wp--preset--color--white) !important;
}
.detail_gas_eb5b {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.hovered-6953 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.new-e5a2 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.photo-selected-26da {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.west-3034 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.status_394a {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.form_0d07 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.copper_d6c8 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.fluid-6e12 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.pagination-focused-73e1 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.caption_20dc {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.link_62ce {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.detail-green-2a8c {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.heading-07f3 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.layout-new-c2f2 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.label_c8b5 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.hidden-yellow-078f {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.accent-d4b5 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.chip_8e96 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.brown-58f7 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.input-new-4a5e {
  background: var(--wp--preset--gradient--midnight) !important;
}
.copper-2c17 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.border_7376 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.center_5bfc {
  font-size: var(--wp--preset--font-size--large) !important;
}
.shade-lite-ef49 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.texture-green-5583 a:where(:not(.hidden_7bd3)) {
  color: inherit;
}
:where(.heading_876f.module-498a) {
  gap: 1.25em;
}
:where(.heading_876f.secondary_static_e6ef) {
  gap: 1.25em;
}
:where(.aside-7352.module-498a) {
  gap: 2em;
}
:where(.aside-7352.secondary_static_e6ef) {
  gap: 2em;
}
.thumbnail-fast-40c3 {
  font-size: 1.5em;
  line-height: 1.6;
}

.link_fe87 .image_6d4d {
  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);
}
.title_57c3 .title_clean_ce9f {
  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);
}
.video-ab48 {
  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);
}
.video-ab48.dropdown_7266 .text-b513 {
  background-color: var(--e-global-color-primary);
}
.video-ab48.simple_a5d7 .text-b513,
.video-ab48.footer-166b .text-b513 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.motion-7498 .surface-493c {
  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);
}
.border_8e53 {
  --divider-color: var(--e-global-color-secondary);
}
.border_8e53 .solid_0de8 {
  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);
}
.border_8e53.dark-8c51 .input_2d89 {
  background-color: var(--e-global-color-secondary);
}
.border_8e53.footer_d0a2 .input_2d89,
.border_8e53.disabled-1c09 .input_2d89 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.border_8e53.footer_d0a2 .input_2d89,
.border_8e53.disabled-1c09 .input_2d89 svg {
  fill: var(--e-global-color-secondary);
}
.shade-3228 .layout_right_7f46 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-3228 .carousel_d8dd {
  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-728e.dark-8c51 .input_2d89 {
  background-color: var(--e-global-color-primary);
}
.soft-728e.footer_d0a2 .input_2d89,
.soft-728e.disabled-1c09 .input_2d89 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.soft-728e.footer_d0a2 .input_2d89,
.soft-728e.disabled-1c09 .input_2d89 svg {
  fill: var(--e-global-color-primary);
}
.photo_out_1356.dark-8c51 .input_2d89 {
  background-color: var(--e-global-color-primary);
}
.photo_out_1356.footer_d0a2 .input_2d89,
.photo_out_1356.disabled-1c09 .input_2d89 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.photo_out_1356 .sort_be74 {
  color: var(--e-global-color-primary);
}
.photo_out_1356 .sort_be74,
.photo_out_1356 .sort_be74 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_out_1356 .background_7b52 {
  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);
}
.paragraph-1f79 .footer-bdda {
  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);
}
.nav-liquid-cf7c .cool-bfb6 .image_a443 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bright_d918 .content_8b4e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.bright_d918 .right_117d i {
  color: var(--e-global-color-primary);
}
.bright_d918 .right_117d svg {
  fill: var(--e-global-color-primary);
}
.bright_d918 .menu_small_390a {
  color: var(--e-global-color-secondary);
}
.bright_d918 .content_8b4e > .menu_small_390a,
.bright_d918 .content_8b4e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top_9d76 .motion_ff4c {
  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);
}
.top_9d76 .gradient_401f {
  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);
}
.header_liquid_7a54 .yellow_2f26 .dim-e539 {
  background-color: var(--e-global-color-primary);
}
.header_liquid_7a54 .active-6785 {
  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);
}
.summary-motion-a189 .heading_90f0 {
  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);
}
.summary-motion-a189 .disabled_955f {
  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);
}
.summary-motion-a189 .basic-98f0 {
  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);
}
.blue_23bc .highlight_5048,
.blue_23bc .highlight_5048 a {
  color: var(--e-global-color-primary);
}
.blue_23bc .highlight_5048.main-6902,
.blue_23bc .highlight_5048.main-6902 a {
  color: var(--e-global-color-accent);
}
.blue_23bc .highlight_5048 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blue_23bc .gallery-first-5d60 {
  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);
}
.panel_3bd9 .article_orange_3779,
.panel_3bd9 .progress_79b0 {
  color: var(--e-global-color-primary);
}
.panel_3bd9 .article_orange_3779 svg {
  fill: var(--e-global-color-primary);
}
.panel_3bd9 .main-6902 .article_orange_3779,
.panel_3bd9 .main-6902 .progress_79b0 {
  color: var(--e-global-color-accent);
}
.panel_3bd9 .main-6902 .article_orange_3779 svg {
  fill: var(--e-global-color-accent);
}
.panel_3bd9 .progress_79b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_3bd9 .gallery-first-5d60 {
  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_fixed_5cfb .sidebar-ef54,
.badge_fixed_5cfb .in-007d {
  color: var(--e-global-color-primary);
}
.badge_fixed_5cfb .in-007d svg {
  fill: var(--e-global-color-primary);
}
.badge_fixed_5cfb .highlight_5048.main-6902 a,
.badge_fixed_5cfb
  .highlight_5048.main-6902
  .in-007d {
  color: var(--e-global-color-accent);
}
.badge_fixed_5cfb .sidebar-ef54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_fixed_5cfb .gallery-first-5d60 {
  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);
}
.under-4b11 .chip_cdba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.under-4b11 .inner_adc7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_b0d8 .large_9c58 .table-6f32 {
  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);
}
.hovered_b0d8 .large_9c58 .upper_cfca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_b0d8 .sidebar-lite-691f .table-6f32 {
  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);
}
.hovered_b0d8
  .sidebar-lite-691f
  .upper_cfca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_b0d8
  .west_f93a
  .table-6f32 {
  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);
}
.hovered_b0d8
  .west_f93a
  .upper_cfca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered_b0d8
  .west-7770
  .table-6f32 {
  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);
}
.hovered_b0d8
  .west-7770
  .upper_cfca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-298a .secondary-short-5af1 {
  background-color: var(--e-global-color-primary);
}
.old-298a .secondary-short-5af1:hover {
  background-color: var(--e-global-color-primary);
}
.old-298a .cool-a20c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old-298a
  .secondary-short-5af1:hover
  .cool-a20c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold_1b7e .stale-ba07 {
  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);
}
.detail-cold-ee5e .hidden-86bb .outline_6927 a {
  background-color: var(--e-global-color-accent);
}
.detail-cold-ee5e .hidden-86bb .item_5473 a {
  background-color: var(--e-global-color-accent);
}
.detail-cold-ee5e .hidden-86bb .outline_6927 a,
.detail-cold-ee5e .hidden-86bb .item_5473 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort-small-3361
  .input-wood-1c71.tiny-997e
  .hidden-86bb
  a.mask_f64c {
  background-color: var(--e-global-color-accent);
}
.sort-small-3361
  .input-wood-1c71.tiny-997e
  .hidden-86bb
  span.mask_f64c.fn-current-3b69 {
  background-color: var(--e-global-color-text);
}
.sort-small-3361
  .input-wood-1c71.tiny-997e
  .hidden-86bb
  .mask_f64c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6 .thumbnail-5b63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .gallery-e5cd
  > .glass-bb7e
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .avatar-large-3fde
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .section_c3eb
  .notification_e0d3,
.right-27c6
  .section_c3eb
  .link-4769 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right-27c6
  .section_c3eb
  .secondary-upper-4492,
.right-27c6
  .section_c3eb
  a
  .secondary-upper-4492 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .section_c3eb
  .text-8768 {
  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);
}
.right-27c6
  .section_c3eb
  .red_ac7a {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .section_c3eb
  .red_ac7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .section_c3eb
  .red_ac7a:hover {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .section_c3eb
  .article_dim_4867 {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .section_c3eb
  .article_dim_4867 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .section_c3eb
  .article_dim_4867:hover {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .modal-b384
  .notice-1a4d
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right-27c6
  .modal-b384
  .aside_89d2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .modal-b384
  .text-8768 {
  color: var(--e-global-color-text);
}
.right-27c6
  .modal-b384
  .text-8768
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .modal-b384
  .red_ac7a {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .modal-b384
  .red_ac7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .modal-b384
  .red_ac7a:hover {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .modal-b384
  .article_dim_4867 {
  background-color: var(--e-global-color-primary);
}
.right-27c6
  .modal-b384
  .article_dim_4867 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-27c6
  .modal-b384
  .article_dim_4867:hover {
  background-color: var(--e-global-color-primary);
}
.right-27c6 .wrapper-e8d1 {
  background-color: var(--e-global-color-primary);
}
.right-27c6 .wrapper-e8d1:hover {
  background-color: var(--e-global-color-primary);
}
.right-27c6 .alert_a19d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right-27c6 .smooth-de4d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_e478 .row-green-8142 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_e478
  .panel-clean-c0cc
  > div:nth-child(3)
  .row-green-8142,
.component_e478
  .dark_c3b4
  > div:nth-child(1)
  .row-green-8142,
.component_e478
  .fixed-6c5d
  > div:nth-child(1)
  .row-green-8142,
.component_e478
  .inner_456a
  > div:nth-child(1)
  .row-green-8142,
.component_e478
  .info_e339
  > div:nth-child(1)
  .row-green-8142 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_e478 .texture-lite-6501 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_e478 .dropdown-red-2959 {
  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);
}
.component_e478 .description_top_5ac8 {
  background-color: var(--e-global-color-primary);
}
.component_e478 .description_top_5ac8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_e478 .description_top_5ac8:hover {
  background-color: var(--e-global-color-primary);
}
.component_e478 .accent-narrow-5296 {
  background-color: var(--e-global-color-primary);
}
.component_e478 .accent-narrow-5296:hover {
  background-color: var(--e-global-color-primary);
}
.component_e478 .alert_a19d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_e478 .smooth-de4d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search-stone-762c .popup_action_93a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search-stone-762c .lower-b962 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-stone-762c .backdrop_584e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-stone-762c .tooltip-plasma-69e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-stone-762c .sort-c087 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-stone-762c .accent-narrow-5296 {
  background-color: var(--e-global-color-primary);
}
.search-stone-762c .accent-narrow-5296:hover {
  background-color: var(--e-global-color-primary);
}
.overlay-0dd1 .upper_48ed {
  background-color: var(--e-global-color-secondary);
}
.overlay-0dd1 .hover-copper-a479 {
  background-color: var(--e-global-color-text);
}
.overlay-0dd1 .detail_2c55 {
  background-color: var(--e-global-color-secondary);
}
.overlay-0dd1 .table_df84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay-0dd1 .link_upper_d48c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-0dd1 .tag-da64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-0dd1 .header-79c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-0dd1 .feature-silver-ca88 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_short_f51a .accent_under_0f9a .box-cf5f,
.element_short_f51a
  .accent_under_0f9a
  .box-cf5f
  a,
.element_short_f51a .action-9316 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_short_f51a .accent_under_0f9a .hero_e2e8,
.element_short_f51a .notice_9e1c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_short_f51a .accent_under_0f9a .hero_e2e8 {
  color: var(--e-global-color-text);
}
.element_short_f51a .notice_9e1c {
  color: var(--e-global-color-text);
}
.element_short_f51a
  .accent_under_0f9a
  .copper-738b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_short_f51a .module-48c0 .clean-3a85 {
  background-color: var(--e-global-color-primary);
}
.element_short_f51a .module-48c0 .clean-3a85:hover {
  background-color: var(--e-global-color-primary);
}
.element_short_f51a .module-48c0 .upper-f825 li span {
  background-color: var(--e-global-color-text);
}
.element_short_f51a .module-48c0 .upper-f825 li span:hover {
  background-color: var(--e-global-color-primary);
}
.element_short_f51a
  .module-48c0
  .upper-f825
  li.hard_8d96
  span {
  background-color: var(--e-global-color-accent);
}
.element_short_f51a .image_cf35 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.inner-3a4f .upper_a11a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.overlay-80b8 .widget_2393 {
  background-color: var(--e-global-color-primary);
}
.overlay-80b8 .yellow_b3a5 {
  background-color: var(--e-global-color-secondary);
}
.overlay-80b8 .description_brown_8718 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .tabs_pressed_cbf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .mask-0b91 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .plasma-241b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .secondary_hard_e44e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .glass-2535 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-80b8 .dropdown-liquid-986c {
  background-color: var(--e-global-color-primary);
}
.overlay-80b8 .dropdown-liquid-986c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar-hovered-faf7 .sort_9828 {
  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);
}
.avatar-hovered-faf7 .tooltip_26eb {
  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);
}
.avatar-hovered-faf7
  .tabs_40be:after {
  background-color: var(--e-global-color-primary);
}
.avatar-hovered-faf7 .background-green-82df {
  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);
}
.gas_93de .action-9316 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas_93de .notice_9e1c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-complex-2c9b .row_2635 .smooth_0306 {
  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);
}
.notification-complex-2c9b .row_2635 .sort_dark_8872 {
  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);
}
.banner-center-1897 .list-6c51 {
  background-color: var(--e-global-color-primary);
}
.banner-center-1897 .mask_bfb3 {
  background-color: var(--e-global-color-secondary);
}
.banner-center-1897 .section_right_dfdd .heading_a9ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner-center-1897 .hard-50bf .heading_a9ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper_de84 .frame-c823 .notice-dynamic-19ed {
  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);
}
.upper_de84 .frame-c823 .pattern-9f4d {
  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);
}
.upper_de84 .frame-c823 .tooltip-cool-0717 {
  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);
}
.grid-246f .silver_a737 {
  border-color: var(--e-global-color-text);
}
.grid-246f .backdrop-dark-1946 {
  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-246f .alert-1922 {
  color: var(--e-global-color-primary);
}
.grid-246f .south_21df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.small-2930 .item-6f3d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small-2930 .outline_current_76f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small-2930 .video_over_d88e:hover .item-6f3d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.small-2930
  .video_over_d88e:hover
  .outline_current_76f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current-7477 .accordion-dynamic-0121 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current-7477 .item_inner_4433 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption-new-36c1 .button_hard_e21d .selected_8c91 {
  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);
}
.caption-new-36c1 .frame_9b8a .selected_8c91 {
  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);
}
.shadow_purple_edda .sidebar-current-610c {
  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);
}
.white-587f .selected-437e .popup-02f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white-587f .selected-437e .popup-02f6 {
  background-color: var(--e-global-color-secondary);
}
.white-587f .surface_fluid_59d4 .popup-02f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white-587f .surface_fluid_59d4 .popup-02f6 {
  background-color: var(--e-global-color-secondary);
}
.white-587f .down-26de .container_in_e0bc {
  background-color: var(--e-global-color-primary);
}
.white-587f .down-26de:hover .container_in_e0bc {
  background-color: var(--e-global-color-secondary);
}
.white-587f .clean-3a85 {
  background-color: var(--e-global-color-primary);
}
.white-587f .clean-3a85:hover {
  background-color: var(--e-global-color-accent);
}
.white-587f .upper-f825 li span {
  background-color: var(--e-global-color-text);
}
.white-587f .upper-f825 li span:hover {
  background-color: var(--e-global-color-primary);
}
.white-587f .upper-f825 li.hard_8d96 span {
  background-color: var(--e-global-color-accent);
}
.short_5ea0 .title-purple-9124 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.short_5ea0 .surface_fluid_65f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary-4246 .stale-c72c:before {
  background-color: var(--e-global-color-secondary);
}
.primary-4246 .east_6d50 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary-4246 .layout_simple_e88f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-left-efd1 .icon-lower-2c2d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-left-efd1 .icon-lower-2c2d:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-left-efd1 .icon-lower-2c2d.fn-active-3b69 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-left-efd1 .right_8e32 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-left-efd1 .caption_clean_7f7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-left-efd1 .photo_paper_66e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-left-efd1 .action_d542 {
  background-color: var(--e-global-color-primary);
}
.nav-left-efd1 .action_d542 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-left-efd1 .form_f1ba {
  background-color: var(--e-global-color-primary);
}
.nav-left-efd1 .form_f1ba {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-7125 .feature_25e1 .clean-e6bc a {
  color: var(--e-global-color-secondary);
}
.filter-7125 .feature_25e1 .clean-e6bc a:hover {
  color: var(--e-global-color-secondary);
}
.filter-7125 .feature_25e1 .clean-e6bc,
.filter-7125 .feature_25e1 .clean-e6bc a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-7125 .feature_25e1 .avatar_up_2d08 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-7125 .feature_25e1 .fluid_e0c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-7125 .feature_25e1 .text_smooth_259e {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .feature_25e1 .text_smooth_259e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter-7125 .feature_25e1 .text_smooth_259e:hover {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .feature_25e1 .header-1f77 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.filter-7125 .feature_25e1 .header-1f77 {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .feature_25e1 .header-1f77:hover {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .feature_25e1 .clean-3a85 {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .feature_25e1 .clean-3a85:hover {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .module-48c0 .upper-f825 li span {
  background-color: var(--e-global-color-text);
}
.filter-7125 .module-48c0 .upper-f825 li span:hover {
  background-color: var(--e-global-color-primary);
}
.filter-7125 .module-48c0 .upper-f825 li.hard_8d96 span {
  background-color: var(--e-global-color-accent);
}
.filter-7125 .alert_a19d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter-7125 .smooth-de4d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-pressed-f5e5 .text-cfd7 .rough_c6dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-pressed-f5e5 .text-cfd7 .red-4c34 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-pressed-f5e5 .text-cfd7 .block-e9b2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50 .small-3f13 {
  border-color: var(--e-global-color-text);
}
.hover-full-dd50 .popup-21db {
  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);
}
.hover-full-dd50 .lite-8cdf {
  color: var(--e-global-color-secondary);
}
.hover-full-dd50 .lite-8cdf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50 .paper_82e5 > * {
  color: var(--e-global-color-primary);
}
.hover-full-dd50 .paper_82e5 > * svg {
  fill: var(--e-global-color-primary);
}
.hover-full-dd50 .purple_80f8 {
  color: var(--e-global-color-primary);
}
.hover-full-dd50 .purple_80f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-full-dd50 .description_action_2274 {
  color: var(--e-global-color-primary);
}
.hover-full-dd50 .description_action_2274 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-full-dd50 .text-df7c {
  color: var(--e-global-color-primary);
}
.hover-full-dd50 .text-df7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50 .feature_static_b63b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50 .summary-fresh-6775 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50 .summary-fresh-6775.orange_b056 {
  color: var(--e-global-color-secondary);
}
.hover-full-dd50 .summary-fresh-6775.orange_b056 .rough-a16d {
  color: var(--e-global-color-accent);
}
.hover-full-dd50 .summary-fresh-6775.solid_98bf {
  color: var(--e-global-color-text);
}
.hover-full-dd50 .summary-fresh-6775.solid_98bf .rough-a16d {
  color: var(--e-global-color-text);
}
.hover-full-dd50 .summary-fresh-6775:before {
  border-top-color: var(--e-global-color-text);
}
.hover-full-dd50 .main-8104 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-full-dd50
  .main-8104
  .surface-346c {
  background-color: var(--e-global-color-primary);
}
.hover-full-dd50
  .main-8104
  .surface-346c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-full-dd50 .small-3f13 .section_07df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_9e67 .avatar_down_7044 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_9e67 .sort-1184 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-b19e .secondary-bottom-37dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-b19e
  .stone-6aa7
  .shadow_easy_8704 {
  background-color: var(--e-global-color-secondary);
}
.paragraph-b19e
  .stone-6aa7.white_a1c5
  .shadow_easy_8704 {
  background-color: var(--e-global-color-text);
}
.paragraph-b19e
  .stone-6aa7:hover
  .shadow_easy_8704 {
  background-color: var(--e-global-color-accent);
}
.paragraph-b19e
  .stone-6aa7.fn-active-3b69
  .shadow_easy_8704 {
  background-color: var(--e-global-color-primary);
}
.upper_a2ba .background_832d {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.upper_a2ba .carousel-282a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_a2ba .black-fc5b {
  background-color: var(--e-global-color-primary);
}
.upper_a2ba .black-fc5b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-blue-9683 .backdrop-004a .column_fa29 .title_copper_ee2c {
  background-color: var(--e-global-color-secondary);
}
.heading-blue-9683 .backdrop-004a .input-2059:after {
  background-color: var(--e-global-color-secondary);
}
.heading-blue-9683 .surface-copper-6714 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-blue-9683 .nav-mini-8f31 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-blue-9683 .down-a4ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-blue-9683 .thumbnail_54a6 {
  background-color: var(--e-global-color-primary);
}
.heading-blue-9683 .thumbnail_54a6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-blue-9683 .focus_slow_7d1b {
  background-color: var(--e-global-color-secondary);
}
.heading-blue-9683 .focus_slow_7d1b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-blue-9683 .backdrop-004a .top_8f69 .tabs-light-7820:hover {
  background-color: var(--e-global-color-primary);
}
.heading-blue-9683
  .backdrop-004a
  .top_8f69
  .tabs-light-7820.prev-6cd7 {
  background-color: var(--e-global-color-primary);
}
.heading-blue-9683 .backdrop-004a .active-medium-c94b:before {
  border-color: var(--e-global-color-primary);
}
.heading-blue-9683 .backdrop-004a .active-medium-c94b:hover:before {
  border-color: var(--e-global-color-secondary);
}
.heading-blue-9683
  .backdrop-004a
  .active-medium-c94b.west-fc17:before {
  border-color: var(--e-global-color-primary);
}
.heading-blue-9683 .pagination-5291 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-6f56 .slider_9ca4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-6f56 .slider_9ca4:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-6f56 .slider_9ca4.pattern_north_7f4c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-6f56 .notification-ad00 {
  background-color: var(--e-global-color-primary);
}
.button-6f56 .notification-ad00 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-6f56
  .picture_8d1d
  .section-mini-362e
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-6f56
  .overlay_white_0fd1
  .section-mini-362e
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.over-7c0f
  .wide-cdd6
  .pro-fe3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-7c0f
  .wide-cdd6
  .wood-c8fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-7c0f .widget_9f9c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-7c0f .heading_291f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-7c0f .clean_a18b {
  background-color: var(--e-global-color-primary);
}
.over-7c0f .clean_a18b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_west_3c94 .active_bdff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_west_3c94 .progress_hot_d79f {
  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);
}
.element_west_3c94 .notification_67e0 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element_west_3c94 .notification_67e0 a:hover {
  color: var(--e-global-color-secondary);
}
.element_west_3c94 .image-outer-48b6 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element_west_3c94 .carousel-ed41 {
  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);
}
.element_west_3c94 .lower_f6eb .clean-3a85 {
  background-color: var(--e-global-color-primary);
}
.element_west_3c94 .lower_f6eb .clean-3a85:hover {
  background-color: var(--e-global-color-accent);
}
.element_west_3c94
  .lower_f6eb
  .upper-f825
  li
  span {
  background-color: var(--e-global-color-text);
}
.element_west_3c94
  .lower_f6eb
  .upper-f825
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.element_west_3c94
  .lower_f6eb
  .upper-f825
  li.hard_8d96
  span {
  background-color: var(--e-global-color-accent);
}
.description_light_0fe3
  .pagination-orange-05ab
  .narrow_8ab7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_light_0fe3 .pagination-orange-05ab .box_stone_d205 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_light_0fe3 .pagination-orange-05ab .south-4872 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description_light_0fe3 .row-fresh-7c8a {
  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);
}
.description_light_0fe3
  .modal_dc94.logo-right-81d7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a {
  background-color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .gradient_action_60f2.tertiary-right-5bac {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .item-d31c.main_bf94 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  .header_1b8c
  > a {
  background-color: var(--e-global-color-secondary);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  .header_1b8c
  > a
  .fluid_3d2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  .header_1b8c
  > a
  .item-d31c.stale-79e4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .detail-6005:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  a
  .detail-6005:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c.text_3461
  > a
  .detail-6005:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  .header_1b8c.text_3461
  > a
  .detail-6005:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .link_soft_06b6
  .hover-1a7a {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  a
  .link_soft_06b6
  .hover-1a7a {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .link_soft_06b6
  .hover-1a7a,
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  a
  .link_soft_06b6
  .hover-1a7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > a
  .progress-west-639e:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  a
  .progress-west-639e:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c.text_3461
  > a
  .progress-west-639e:before {
  color: var(--e-global-color-text);
}
.main-485d
  > .filter-0c45
  > div
  > .first-1bc0
  > .header_1b8c
  > .gallery_1e9a
  .header_1b8c.text_3461
  > a
  .progress-west-639e:before {
  color: var(--e-global-color-text);
}
.tabs_a0e9 .texture-1f87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_a0e9
  .north-feb5:hover
  .texture-1f87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.north_bc45
  > .filter-0c45
  > .dropdown-blue-df40
  > .advanced_8738
  > .cold-c57a
  > .modal-5528
  .element-out-8edd {
  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);
}
.north_bc45
  > .filter-0c45
  > .dropdown-blue-df40
  > .advanced_8738
  > .cold-c57a
  > .modal-5528:hover
  .element-out-8edd {
  color: var(--e-global-color-text);
}
.north_bc45
  > .filter-0c45
  > .dropdown-blue-df40
  > .advanced_8738
  > .cold-c57a
  > .modal-5528:hover
  .element-out-8edd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.north_bc45
  > .filter-0c45
  > .dropdown-blue-df40
  > .advanced_8738
  > .cold-c57a.frame-bright-8de3
  > .modal-5528
  .element-out-8edd {
  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);
}
.status_slow_fd63 .caption-4c27 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_slow_fd63 .texture_b325 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_slow_fd63 .component-out-368c {
  background-color: var(--e-global-color-primary);
}
.status_slow_fd63 .component-out-368c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1
  .bright-f082 {
  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);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1
  .form_bc03 {
  color: var(--e-global-color-text);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1:hover
  .bright-f082 {
  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);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1:hover
  .form_bc03 {
  color: var(--e-global-color-secondary);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1.preview_red_6933
  .bright-f082 {
  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);
}
.summary_medium_e4f8
  > .filter-0c45
  > .shade_1ca2
  > .gallery-light-d6da
  > .small-2fd1.preview_red_6933
  .form_bc03 {
  color: var(--e-global-color-primary);
}
.prev_2932
  .image_2058
  .main-out-1903 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_2932 .rough_1925 .section_07df .short_8644 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-9031 .carousel_iron_c2c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-9031 .module-4712 .carousel_iron_c2c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-9031 .pagination-cool-9165 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.center-9031 .pagination-cool-9165 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-cool-d7e1 .section-9cbe .slider_fb8e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-cool-d7e1
  .section-9cbe:hover
  .highlight_b33f {
  color: var(--e-global-color-secondary);
}
.breadcrumb-cool-d7e1
  .section-9cbe:hover
  .slider_fb8e {
  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);
}
.plasma-e22a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.detail-8daf {
  flex-direction: column;
}

.detail-8daf .element-orange-840e {
  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.detail-8daf .element-orange-840e {
  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);
}

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

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

.tooltip-out-db17.fluid_254d {
  display: none;
}

.active_c79c {
  display: none;
}

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

.widget_selected_6ed0.carousel_4285 {
  margin-bottom: 40px;
  width: 100%;
}

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

.detail-8daf a {
  width: 100%;
}

.caption_first_c9f4 .layout_liquid_16b7.shade_c5b0 {
  width: 20% !important;
}

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

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

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

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

.breadcrumb-60a5 {
  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;
}

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

.breadcrumb-60a5: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);
}

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

.caption_first_c9f4
  .layout_liquid_16b7.description-e13d
  .pattern_bdbc
  .article-7188 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.up_4090.brown_f316 > .notification-5ded {
  display: flex;
  align-items: center;
}

.gallery-dark-d0df {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.table-hard-23f9 {
  position: relative;
  width: 100%;
}

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

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

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

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

.hard-91a4 {
  display: flex;
  gap: 50px;
}

.caption_first_c9f4
  .layout_liquid_16b7.warm-1369
  .south-f4cb
  .link_6d07 {
  width: 100% !important;
}

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

.caption-8a54 {
  width: 100%;
}

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

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

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

  display: none;
}

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

.pattern-yellow-942e {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.tertiary_e5c3:hover .pattern-yellow-942e {
  visibility: visible;
}
.tertiary_e5c3:hover.tertiary_e5c3::before {
  display: block;
}

.search_68a9 h3 {
  color: #fff;
}

.tabs_fresh_13fe {
  margin: 0;
}

.caption_first_c9f4
  .layout_liquid_16b7.warm-1369
  .link_6d07
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.frame-c1fd {
  width: 100%;
}

.pressed_3425 {
  width: 100%;
}

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

.pressed_3425 {
  width: 100%;
}

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

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

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

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

.detail-8daf .element-orange-840e.summary_easy_335a {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.detail-8daf h1.element-orange-840e {
  margin-top: 80px !important;
}

.caption_first_c9f4 .layout_liquid_16b7.summary_6ef0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.active-fe55 img {
  width: 100%;
}

.bright-d7b0 .dropdown_5287.pattern_bdbc {
  justify-content: space-between;
}

.video-a791 {
  display: none;
}

.preview-paper-1126 .menu_b3f4 {
  margin: 1px 0 !important;
}

.banner-full-5a56 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .up_4090 .notification-5ded {
    flex-wrap: nowrap !important;
  }
}

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

  .gradient_00af {
    width: 100% !important;
  }
}

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

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

  .bright-d7b0 .dropdown_5287.pattern_bdbc {
    border-bottom: 1px solid #f0c159;
  }

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

  .up_4090.brown_f316 > .notification-5ded {
    gap: 15px;
    justify-content: space-between;
  }

  .caption_first_c9f4
    .layout_liquid_16b7.warm-1369
    .link_6d07
    img {
    width: 60% !important;
  }

  .element_6d91 {
    left: 2%;
  }

  .main_351e {
    margin: 10px 0;
  }

  .detail-8daf .menu_b3f4 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.detail-8daf .element-orange-840e,
  .detail-8daf .element-orange-840e {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .link_6d07 {
    justify-content: center;
  }

  .detail-8daf .menu_b3f4 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .caption_first_c9f4 .layout_liquid_16b7.shade_c5b0 {
    width: 75% !important;
  }

  .active-fe55 img {
    width: 100% !important;
  }
}

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

  h2.detail-8daf .element-orange-840e,
  .detail-8daf .element-orange-840e {
    font-size: 30px !important;
  }

  .link_6d07 {
    justify-content: center;
  }

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

  .over-a3b3
    .button_58fd.iron-5c59 {
    margin: 0 !important;
  }

  .gallery-dark-d0df {
    margin: 0;
    gap: 10px;
  }

  .main_351e {
    display: flex;
  }

  .notification_inner_2aee .row-ecf4 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .panel-676a svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .detail-8daf h1.element-orange-840e {
    margin-top: 40px !important;
  }

  .caption_first_c9f4
    .layout_liquid_16b7.warm-1369
    .link_6d07
    img,
  .shade-3228 .south-f4cb {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcrumb-60a5 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .caption_first_c9f4 .layout_liquid_16b7.shade_c5b0 {
    width: 100% !important;
  }

  .up_4090.brown_f316 > .notification-5ded {
    gap: 3px;
  }

  .detail-8daf .menu_b3f4 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.bright-d7b0 .dropdown_5287.pattern_bdbc: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);
}

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

/* 图片容器简化样式 */
.table-hard-23f9 {
  position: relative;
  width: 100%;
}

.detail-8daf {
  position: relative;
  padding-top: 30px;
}

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

.tooltip-out-db17: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .bright-d7b0 .dropdown_5287.pattern_bdbc {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .detail-8daf .element-orange-840e {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .row-ecf4 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.label_5402 .north_2fa5 {
  flex-shrink: 0;
  white-space: nowrap;
}

.label_5402 .mask_c621 {
  flex-shrink: 0;
  min-width: fit-content;
}

.label_5402 .article-7188 {
  white-space: nowrap;
}

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

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

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

.label_5402 .mask_c621 {
  max-width: 80px !important;
  overflow: hidden;
}

.label_5402 .dropdown_5287.pattern_bdbc {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.label_5402 .article-7188 {
  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);
  }
}

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

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

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

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

body .breadcrumb-60a5:nth-child(2),
.caption_first_c9f4 .breadcrumb-60a5:nth-child(2),
#page .breadcrumb-60a5: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;
}

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

/* css-noise: 318a */
.widget-item-l7 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
