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(.middle-abfc) {
  gap: 0.5em;
}
:where(.status-stale-8aaf) {
  gap: 0.5em;
}
body .progress-2886 > .mini-f2c4 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .progress-2886 > .tooltip-4136 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .progress-2886 > .pressed_e3e9 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .stone_c203 > .mini-f2c4 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .stone_c203 > .tooltip-4136 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .stone_c203 > .pressed_e3e9 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .stone_c203
  > :where(:not(.mini-f2c4):not(.tooltip-4136):not(.accordion-c2c3)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .stone_c203 > .wrapper_4596 {
  max-width: var(--wp--style--global--wide-size);
}
body .middle-abfc {
  display: flex;
}
body .middle-abfc {
  flex-wrap: wrap;
  align-items: center;
}
body .middle-abfc > * {
  margin: 0;
}
body .status-stale-8aaf {
  display: grid;
}
body .status-stale-8aaf > * {
  margin: 0;
}
:where(.info-9b84.middle-abfc) {
  gap: 2em;
}
:where(.info-9b84.status-stale-8aaf) {
  gap: 2em;
}
:where(.banner_de91.middle-abfc) {
  gap: 1.25em;
}
:where(.banner_de91.status-stale-8aaf) {
  gap: 1.25em;
}
.texture_3ffd {
  color: var(--wp--preset--color--black) !important;
}
.banner_4116 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.notice_fresh_1025 {
  color: var(--wp--preset--color--white) !important;
}
.dark_8ed0 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.border-red-a674 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.pagination-3a32 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.photo-steel-3320 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slider_d25c {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.feature_ca41 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.shadow-21bb {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.outline-bottom-5814 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hover_gas_2dd1 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.nav_023c {
  background-color: var(--wp--preset--color--black) !important;
}
.widget-6a73 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.filter_8913 {
  background-color: var(--wp--preset--color--white) !important;
}
.picture_c452 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.old_3230 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.shadow-pressed-8353 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.sidebar_e0e5 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.caption_fc5a {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.aside-6bd9 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.media-796b {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.shadow_15a9 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.item_selected_dfdc {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.section-complex-64d5 {
  border-color: var(--wp--preset--color--black) !important;
}
.active-1751 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.panel_black_045b {
  border-color: var(--wp--preset--color--white) !important;
}
.north-f5c9 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.label_fixed_57f4 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.block-cool-2bee {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.component-02bc {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.hot_c1c9 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.pagination-97c3 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.component_81ea {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.article_warm_75ea {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.sort-2e61 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.in-76a2 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.fast-557b {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.component_motion_1b03 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.search_over_2fa8 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.summary-0f93 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.sort_stale_cb83 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.popup-f384 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.focused-01b1 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.steel-836c {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.card-f4b1 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.slow-aef9 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.tag-light-6e0f {
  background: var(--wp--preset--gradient--midnight) !important;
}
.prev_f2f6 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.short_6cb4 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.primary-lite-66ff {
  font-size: var(--wp--preset--font-size--large) !important;
}
.lower-bc49 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.tag-f8f2 a:where(:not(.fresh-2ade)) {
  color: inherit;
}
:where(.banner_de91.middle-abfc) {
  gap: 1.25em;
}
:where(.banner_de91.status-stale-8aaf) {
  gap: 1.25em;
}
:where(.info-9b84.middle-abfc) {
  gap: 2em;
}
:where(.info-9b84.status-stale-8aaf) {
  gap: 2em;
}
.paragraph_c57e {
  font-size: 1.5em;
  line-height: 1.6;
}

.center-69f7 .message-inner-76a9 {
  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);
}
.icon_666f .wood-bce5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.plasma-b76a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.plasma-b76a.primary_399f .button-94ec {
  background-color: var(--e-global-color-primary);
}
.plasma-b76a.pagination_c625 .button-94ec,
.plasma-b76a.top_2173 .button-94ec {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.box-purple-9c73 .photo_solid_fc5d {
  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);
}
.primary_b34d {
  --divider-color: var(--e-global-color-secondary);
}
.primary_b34d .pagination_bottom_069d {
  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);
}
.primary_b34d.west-7648 .rough_a3f2 {
  background-color: var(--e-global-color-secondary);
}
.primary_b34d.short_8e6f .rough_a3f2,
.primary_b34d.prev_7bd9 .rough_a3f2 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.primary_b34d.short_8e6f .rough_a3f2,
.primary_b34d.prev_7bd9 .rough_a3f2 svg {
  fill: var(--e-global-color-secondary);
}
.bright-ecdd .highlight-stone-69c8 {
  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);
}
.bright-ecdd .fast-5e84 {
  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);
}
.accordion-cc94.west-7648 .rough_a3f2 {
  background-color: var(--e-global-color-primary);
}
.accordion-cc94.short_8e6f .rough_a3f2,
.accordion-cc94.prev_7bd9 .rough_a3f2 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.accordion-cc94.short_8e6f .rough_a3f2,
.accordion-cc94.prev_7bd9 .rough_a3f2 svg {
  fill: var(--e-global-color-primary);
}
.progress-blue-fe6d.west-7648 .rough_a3f2 {
  background-color: var(--e-global-color-primary);
}
.progress-blue-fe6d.short_8e6f .rough_a3f2,
.progress-blue-fe6d.prev_7bd9 .rough_a3f2 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.progress-blue-fe6d .status-full-42d9 {
  color: var(--e-global-color-primary);
}
.progress-blue-fe6d .status-full-42d9,
.progress-blue-fe6d .status-full-42d9 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-blue-fe6d .lite_98cd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_ddf3 .module_9036 {
  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_top_83b6 .active-324a .shadow_432f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_612f .block-huge-861d:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.disabled_612f .glass_321f i {
  color: var(--e-global-color-primary);
}
.disabled_612f .glass_321f svg {
  fill: var(--e-global-color-primary);
}
.disabled_612f .smooth_55c6 {
  color: var(--e-global-color-secondary);
}
.disabled_612f .block-huge-861d > .smooth_55c6,
.disabled_612f .block-huge-861d > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background-6bb7 .plasma_801f {
  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-6bb7 .badge_7883 {
  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);
}
.backdrop_85da .copper-e3dc .list-outer-f0e4 {
  background-color: var(--e-global-color-primary);
}
.backdrop_85da .grid-complex-b7e0 {
  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);
}
.footer-90d0 .footer_5909 {
  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);
}
.footer-90d0 .fixed_53e4 {
  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);
}
.footer-90d0 .row_warm_7b52 {
  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);
}
.gas-d96e .gold-fc73,
.gas-d96e .gold-fc73 a {
  color: var(--e-global-color-primary);
}
.gas-d96e .gold-fc73.slow_f06c,
.gas-d96e .gold-fc73.slow_f06c a {
  color: var(--e-global-color-accent);
}
.gas-d96e .gold-fc73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-d96e .next-5f72 {
  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);
}
.medium_5449 .hidden_dirty_e71e,
.medium_5449 .outline_center_61ba {
  color: var(--e-global-color-primary);
}
.medium_5449 .hidden_dirty_e71e svg {
  fill: var(--e-global-color-primary);
}
.medium_5449 .slow_f06c .hidden_dirty_e71e,
.medium_5449 .slow_f06c .outline_center_61ba {
  color: var(--e-global-color-accent);
}
.medium_5449 .slow_f06c .hidden_dirty_e71e svg {
  fill: var(--e-global-color-accent);
}
.medium_5449 .outline_center_61ba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium_5449 .next-5f72 {
  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);
}
.brown_0f98 .slider-1544,
.brown_0f98 .hero_silver_eaa3 {
  color: var(--e-global-color-primary);
}
.brown_0f98 .hero_silver_eaa3 svg {
  fill: var(--e-global-color-primary);
}
.brown_0f98 .gold-fc73.slow_f06c a,
.brown_0f98
  .gold-fc73.slow_f06c
  .hero_silver_eaa3 {
  color: var(--e-global-color-accent);
}
.brown_0f98 .slider-1544 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brown_0f98 .next-5f72 {
  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);
}
.block_a922 .status_complex_9758 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_a922 .outline-wide-c073 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-397e .secondary_under_46a0 .accordion_5f2e {
  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);
}
.heading-397e .secondary_under_46a0 .article-7680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-397e .description-bronze-0c70 .accordion_5f2e {
  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);
}
.heading-397e
  .description-bronze-0c70
  .article-7680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-397e
  .large-2968
  .accordion_5f2e {
  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);
}
.heading-397e
  .large-2968
  .article-7680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-397e
  .orange_018b
  .accordion_5f2e {
  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);
}
.heading-397e
  .orange_018b
  .article-7680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.action-93e6 .footer_steel_f2b5 {
  background-color: var(--e-global-color-primary);
}
.action-93e6 .footer_steel_f2b5:hover {
  background-color: var(--e-global-color-primary);
}
.action-93e6 .widget_bright_0ab0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.action-93e6
  .footer_steel_f2b5:hover
  .widget_bright_0ab0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-fixed-33ba .fresh_c290 {
  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);
}
.fixed-9a3a .outline_huge_fbf2 .disabled_steel_036f a {
  background-color: var(--e-global-color-accent);
}
.fixed-9a3a .outline_huge_fbf2 .small_7e00 a {
  background-color: var(--e-global-color-accent);
}
.fixed-9a3a .outline_huge_fbf2 .disabled_steel_036f a,
.fixed-9a3a .outline_huge_fbf2 .small_7e00 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-e916
  .wrapper-0c02.outline-bca4
  .outline_huge_fbf2
  a.message_up_f97c {
  background-color: var(--e-global-color-accent);
}
.old-e916
  .wrapper-0c02.outline-bca4
  .outline_huge_fbf2
  span.message_up_f97c.fn-current-4c8e {
  background-color: var(--e-global-color-text);
}
.old-e916
  .wrapper-0c02.outline-bca4
  .outline_huge_fbf2
  .message_up_f97c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656 .wide-3670 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .disabled-dim-6adb
  > .header-under-e822
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .paragraph_e532
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .picture-9472
  .sort-cc49,
.header_1656
  .picture-9472
  .copper-bd1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_1656
  .picture-9472
  .focus_fa22,
.header_1656
  .picture-9472
  a
  .focus_fa22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .picture-9472
  .modal_light_e22f {
  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);
}
.header_1656
  .picture-9472
  .mini_5a00 {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .picture-9472
  .mini_5a00 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .picture-9472
  .mini_5a00:hover {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .picture-9472
  .frame_011e {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .picture-9472
  .frame_011e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .picture-9472
  .frame_011e:hover {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .active-5749
  .soft_5b51
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_1656
  .active-5749
  .motion_1556 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .active-5749
  .modal_light_e22f {
  color: var(--e-global-color-text);
}
.header_1656
  .active-5749
  .modal_light_e22f
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .active-5749
  .mini_5a00 {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .active-5749
  .mini_5a00 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .active-5749
  .mini_5a00:hover {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .active-5749
  .frame_011e {
  background-color: var(--e-global-color-primary);
}
.header_1656
  .active-5749
  .frame_011e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_1656
  .active-5749
  .frame_011e:hover {
  background-color: var(--e-global-color-primary);
}
.header_1656 .paragraph_d98d {
  background-color: var(--e-global-color-primary);
}
.header_1656 .paragraph_d98d:hover {
  background-color: var(--e-global-color-primary);
}
.header_1656 .backdrop-solid-ae31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_1656 .full_f4fe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_efe5 .thick_f640 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_efe5
  .pressed_1c77
  > div:nth-child(3)
  .thick_f640,
.prev_efe5
  .breadcrumb-small-08d1
  > div:nth-child(1)
  .thick_f640,
.prev_efe5
  .texture-af61
  > div:nth-child(1)
  .thick_f640,
.prev_efe5
  .sidebar_f59a
  > div:nth-child(1)
  .thick_f640,
.prev_efe5
  .header_small_fb83
  > div:nth-child(1)
  .thick_f640 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_efe5 .huge-73b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_efe5 .avatar_1355 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_efe5 .green-6132 {
  background-color: var(--e-global-color-primary);
}
.prev_efe5 .green-6132 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_efe5 .green-6132:hover {
  background-color: var(--e-global-color-primary);
}
.prev_efe5 .thick_8153 {
  background-color: var(--e-global-color-primary);
}
.prev_efe5 .thick_8153:hover {
  background-color: var(--e-global-color-primary);
}
.prev_efe5 .backdrop-solid-ae31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.prev_efe5 .full_f4fe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean_1c47 .notice-ca70 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean_1c47 .old-d9da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean_1c47 .tabs-outer-4a2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean_1c47 .filter_brown_fccd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean_1c47 .bright-1eca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean_1c47 .thick_8153 {
  background-color: var(--e-global-color-primary);
}
.clean_1c47 .thick_8153:hover {
  background-color: var(--e-global-color-primary);
}
.carousel_lite_f617 .gradient-silver-c1c2 {
  background-color: var(--e-global-color-secondary);
}
.carousel_lite_f617 .outer_0491 {
  background-color: var(--e-global-color-text);
}
.carousel_lite_f617 .article-e0d9 {
  background-color: var(--e-global-color-secondary);
}
.carousel_lite_f617 .pagination-middle-8189 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_lite_f617 .menu_b6da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_lite_f617 .description-center-f9d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_lite_f617 .pink_863f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_lite_f617 .search-e0d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_steel_21e5 .mask-af93 .footer_952d,
.aside_steel_21e5
  .mask-af93
  .footer_952d
  a,
.aside_steel_21e5 .logo-light-a16e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_steel_21e5 .mask-af93 .green-7d96,
.aside_steel_21e5 .status-full-47cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_steel_21e5 .mask-af93 .green-7d96 {
  color: var(--e-global-color-text);
}
.aside_steel_21e5 .status-full-47cc {
  color: var(--e-global-color-text);
}
.aside_steel_21e5
  .mask-af93
  .media_dirty_32b2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_steel_21e5 .heading-easy-d0e9 .border_29c1 {
  background-color: var(--e-global-color-primary);
}
.aside_steel_21e5 .heading-easy-d0e9 .border_29c1:hover {
  background-color: var(--e-global-color-primary);
}
.aside_steel_21e5 .heading-easy-d0e9 .banner-9c05 li span {
  background-color: var(--e-global-color-text);
}
.aside_steel_21e5 .heading-easy-d0e9 .banner-9c05 li span:hover {
  background-color: var(--e-global-color-primary);
}
.aside_steel_21e5
  .heading-easy-d0e9
  .banner-9c05
  li.section-light-780d
  span {
  background-color: var(--e-global-color-accent);
}
.aside_steel_21e5 .gallery_pink_99a0 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_e4ea .icon_pro_eb83 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hot_90b9 .fixed-2b35 {
  background-color: var(--e-global-color-primary);
}
.hot_90b9 .border-b780 {
  background-color: var(--e-global-color-secondary);
}
.hot_90b9 .white_d496 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .slider-light-b1db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .shadow_e355 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .stale-d570 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .icon-lower-f660 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .label-copper-1082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_90b9 .frame_silver_549c {
  background-color: var(--e-global-color-primary);
}
.hot_90b9 .frame_silver_549c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.selected_92d4 .photo_444c {
  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);
}
.selected_92d4 .preview-cool-71ad {
  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);
}
.selected_92d4
  .lower_101c:after {
  background-color: var(--e-global-color-primary);
}
.selected_92d4 .green_c542 {
  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-9f37 .logo-light-a16e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-9f37 .status-full-47cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_d92d .image-soft-d272 .steel_018e {
  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);
}
.silver_d92d .image-soft-d272 .advanced_14f0 {
  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);
}
.block_hot_af39 .hero-south-a831 {
  background-color: var(--e-global-color-primary);
}
.block_hot_af39 .warm-4ce9 {
  background-color: var(--e-global-color-secondary);
}
.block_hot_af39 .picture-steel-66e0 .alert_8202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block_hot_af39 .outline_25b3 .alert_8202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.primary-5bf0 .table_5456 .surface_white_8f80 {
  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);
}
.primary-5bf0 .table_5456 .tabs_east_895a {
  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);
}
.primary-5bf0 .table_5456 .pro_c71c {
  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);
}
.description_white_1d74 .advanced-0607 {
  border-color: var(--e-global-color-text);
}
.description_white_1d74 .filter_38da {
  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);
}
.description_white_1d74 .tall_84c4 {
  color: var(--e-global-color-primary);
}
.description_white_1d74 .liquid-3c67 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_861a .new-83e5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_861a .content-f085 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_861a .status_009c:hover .new-83e5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_861a
  .status_009c:hover
  .content-f085 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas_34ae .mask_pink_314c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas_34ae .chip-mini-5aa1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_b220 .article_6ed3 .header_834c {
  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);
}
.footer_b220 .thick_a3ee .header_834c {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.progress-2054 .paragraph-smooth-6e40 {
  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);
}
.alert_orange_99ec .content-blue-8a34 .focus_ae4b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_orange_99ec .content-blue-8a34 .focus_ae4b {
  background-color: var(--e-global-color-secondary);
}
.alert_orange_99ec .gallery-complex-f9b6 .focus_ae4b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_orange_99ec .gallery-complex-f9b6 .focus_ae4b {
  background-color: var(--e-global-color-secondary);
}
.alert_orange_99ec .secondary-paper-a9d8 .glass_bc81 {
  background-color: var(--e-global-color-primary);
}
.alert_orange_99ec .secondary-paper-a9d8:hover .glass_bc81 {
  background-color: var(--e-global-color-secondary);
}
.alert_orange_99ec .border_29c1 {
  background-color: var(--e-global-color-primary);
}
.alert_orange_99ec .border_29c1:hover {
  background-color: var(--e-global-color-accent);
}
.alert_orange_99ec .banner-9c05 li span {
  background-color: var(--e-global-color-text);
}
.alert_orange_99ec .banner-9c05 li span:hover {
  background-color: var(--e-global-color-primary);
}
.alert_orange_99ec .banner-9c05 li.section-light-780d span {
  background-color: var(--e-global-color-accent);
}
.dark-8b37 .current_efbc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-8b37 .nav_hard_2619 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_3055 .shadow_fae6:before {
  background-color: var(--e-global-color-secondary);
}
.thumbnail_3055 .header-b38e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_3055 .icon-warm-4055 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_tiny_ec33 .static_277c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_tiny_ec33 .static_277c:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_tiny_ec33 .static_277c.fn-active-4c8e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video_tiny_ec33 .tag_5496 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_tiny_ec33 .accent_wide_2bc5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_tiny_ec33 .picture-dark-2b15 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_tiny_ec33 .selected_f67c {
  background-color: var(--e-global-color-primary);
}
.video_tiny_ec33 .selected_f67c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video_tiny_ec33 .dark-af8a {
  background-color: var(--e-global-color-primary);
}
.video_tiny_ec33 .dark-af8a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange-a557 .up-f339 .clean-89b4 a {
  color: var(--e-global-color-secondary);
}
.orange-a557 .up-f339 .clean-89b4 a:hover {
  color: var(--e-global-color-secondary);
}
.orange-a557 .up-f339 .clean-89b4,
.orange-a557 .up-f339 .clean-89b4 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-a557 .up-f339 .content_small_2118 {
  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);
}
.orange-a557 .up-f339 .solid-8fc2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-a557 .up-f339 .logo_8b80 {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .up-f339 .logo_8b80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange-a557 .up-f339 .logo_8b80:hover {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .up-f339 .tag-162f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orange-a557 .up-f339 .tag-162f {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .up-f339 .tag-162f:hover {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .up-f339 .border_29c1 {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .up-f339 .border_29c1:hover {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .heading-easy-d0e9 .banner-9c05 li span {
  background-color: var(--e-global-color-text);
}
.orange-a557 .heading-easy-d0e9 .banner-9c05 li span:hover {
  background-color: var(--e-global-color-primary);
}
.orange-a557 .heading-easy-d0e9 .banner-9c05 li.section-light-780d span {
  background-color: var(--e-global-color-accent);
}
.orange-a557 .backdrop-solid-ae31 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange-a557 .full_f4fe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium-532e .grid-complex-cdff .green_71b3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.medium-532e .grid-complex-cdff .card_fa90 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-532e .grid-complex-cdff .tiny_fa7d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702 .image_cool_80ab {
  border-color: var(--e-global-color-text);
}
.slider-5702 .widget_a4cc {
  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);
}
.slider-5702 .easy-89e3 {
  color: var(--e-global-color-secondary);
}
.slider-5702 .easy-89e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702 .media_dynamic_9f3a > * {
  color: var(--e-global-color-primary);
}
.slider-5702 .media_dynamic_9f3a > * svg {
  fill: var(--e-global-color-primary);
}
.slider-5702 .primary_ac98 {
  color: var(--e-global-color-primary);
}
.slider-5702 .primary_ac98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-5702 .rough-0e8d {
  color: var(--e-global-color-primary);
}
.slider-5702 .rough-0e8d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-5702 .main_47ca {
  color: var(--e-global-color-primary);
}
.slider-5702 .main_47ca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702 .bronze-7684 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702 .down-331b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702 .down-331b.hidden_c84c {
  color: var(--e-global-color-secondary);
}
.slider-5702 .down-331b.hidden_c84c .shadow_8c43 {
  color: var(--e-global-color-accent);
}
.slider-5702 .down-331b.overlay-huge-98ac {
  color: var(--e-global-color-text);
}
.slider-5702 .down-331b.overlay-huge-98ac .shadow_8c43 {
  color: var(--e-global-color-text);
}
.slider-5702 .down-331b:before {
  border-top-color: var(--e-global-color-text);
}
.slider-5702 .form_paper_83ab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-5702
  .form_paper_83ab
  .short-50e7 {
  background-color: var(--e-global-color-primary);
}
.slider-5702
  .form_paper_83ab
  .short-50e7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slider-5702 .image_cool_80ab .primary-hard-9835 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary_a0b4 .texture_middle_f300 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_a0b4 .list_5b5a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-small-4755 .box_2770 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-small-4755
  .brown_3db3
  .notice-right-ef35 {
  background-color: var(--e-global-color-secondary);
}
.surface-small-4755
  .brown_3db3.thick-b22c
  .notice-right-ef35 {
  background-color: var(--e-global-color-text);
}
.surface-small-4755
  .brown_3db3:hover
  .notice-right-ef35 {
  background-color: var(--e-global-color-accent);
}
.surface-small-4755
  .brown_3db3.fn-active-4c8e
  .notice-right-ef35 {
  background-color: var(--e-global-color-primary);
}
.red_fb98 .feature_wood_cdcc {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.red_fb98 .row-c841 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red_fb98 .block-47d4 {
  background-color: var(--e-global-color-primary);
}
.red_fb98 .block-47d4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-13ed .blue-407a .bright_f763 .red_9632 {
  background-color: var(--e-global-color-secondary);
}
.hover-13ed .blue-407a .feature_last_7ffa:after {
  background-color: var(--e-global-color-secondary);
}
.hover-13ed .progress-east-d305 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-13ed .section_narrow_4233 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-13ed .backdrop-brown-c1c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-13ed .item-0818 {
  background-color: var(--e-global-color-primary);
}
.hover-13ed .item-0818 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-13ed .center-9095 {
  background-color: var(--e-global-color-secondary);
}
.hover-13ed .center-9095 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-13ed .blue-407a .grid_3837 .disabled-old-b5bc:hover {
  background-color: var(--e-global-color-primary);
}
.hover-13ed
  .blue-407a
  .grid_3837
  .disabled-old-b5bc.shade-inner-2f15 {
  background-color: var(--e-global-color-primary);
}
.hover-13ed .blue-407a .huge_da56:before {
  border-color: var(--e-global-color-primary);
}
.hover-13ed .blue-407a .huge_da56:hover:before {
  border-color: var(--e-global-color-secondary);
}
.hover-13ed
  .blue-407a
  .huge_da56.chip_dc68:before {
  border-color: var(--e-global-color-primary);
}
.hover-13ed .label-e968 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow-2fbc .carousel_dynamic_6842 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-2fbc .carousel_dynamic_6842:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-2fbc .carousel_dynamic_6842.notice-easy-21c7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-2fbc .heading_a054 {
  background-color: var(--e-global-color-primary);
}
.slow-2fbc .heading_a054 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-2fbc
  .highlight_cool_6922
  .simple_adfc
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-2fbc
  .thumbnail_7a73
  .simple_adfc
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notice_332c
  .button-brown-6e5f
  .basic_5ce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_332c
  .button-brown-6e5f
  .smooth_f545 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_332c .red_4178 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_332c .selected-116d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice_332c .table_upper_0d7c {
  background-color: var(--e-global-color-primary);
}
.notice_332c .table_upper_0d7c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module_prev_a4cc .message_4650 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_prev_a4cc .thumbnail_3ed4 {
  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);
}
.module_prev_a4cc .paragraph_7b1e {
  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);
}
.module_prev_a4cc .paragraph_7b1e a:hover {
  color: var(--e-global-color-secondary);
}
.module_prev_a4cc .gradient-3b1d {
  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);
}
.module_prev_a4cc .wide_333e {
  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);
}
.module_prev_a4cc .tabs-solid-3c69 .border_29c1 {
  background-color: var(--e-global-color-primary);
}
.module_prev_a4cc .tabs-solid-3c69 .border_29c1:hover {
  background-color: var(--e-global-color-accent);
}
.module_prev_a4cc
  .tabs-solid-3c69
  .banner-9c05
  li
  span {
  background-color: var(--e-global-color-text);
}
.module_prev_a4cc
  .tabs-solid-3c69
  .banner-9c05
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.module_prev_a4cc
  .tabs-solid-3c69
  .banner-9c05
  li.section-light-780d
  span {
  background-color: var(--e-global-color-accent);
}
.backdrop-7e2c
  .medium-c6fa
  .picture-db84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-7e2c .medium-c6fa .primary_9e72 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-7e2c .medium-c6fa .button_steel_62e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-7e2c .left-7d9a {
  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);
}
.backdrop-7e2c
  .block-orange-4a9c.thumbnail_east_ddae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a {
  background-color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .center_4339.section-active-fda8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .hero-lite-d0e9.secondary-35ca {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  .module-ad50
  > a {
  background-color: var(--e-global-color-secondary);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  .module-ad50
  > a
  .outline-f783 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  .module-ad50
  > a
  .hero-lite-d0e9.panel-8405 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .blue-ca0a:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  a
  .blue-ca0a:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50.modal-tiny-06a9
  > a
  .blue-ca0a:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  .module-ad50.modal-tiny-06a9
  > a
  .blue-ca0a:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .huge-f5ab
  .hero_easy_30f0 {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  a
  .huge-f5ab
  .hero_easy_30f0 {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .huge-f5ab
  .hero_easy_30f0,
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  a
  .huge-f5ab
  .hero_easy_30f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > a
  .section-up-7c94:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  a
  .section-up-7c94:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50.modal-tiny-06a9
  > a
  .section-up-7c94:before {
  color: var(--e-global-color-text);
}
.frame_fluid_a474
  > .outer_0c87
  > div
  > .dark_2f53
  > .module-ad50
  > .active-3d37
  .module-ad50.modal-tiny-06a9
  > a
  .section-up-7c94:before {
  color: var(--e-global-color-text);
}
.dropdown-blue-dea5 .card-prev-2071 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown-blue-dea5
  .orange_4511:hover
  .card-prev-2071 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout_c998
  > .outer_0c87
  > .module_tiny_16d6
  > .component-pink-8401
  > .tag-54c3
  > .tiny-473c
  .section_bafb {
  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);
}
.layout_c998
  > .outer_0c87
  > .module_tiny_16d6
  > .component-pink-8401
  > .tag-54c3
  > .tiny-473c:hover
  .section_bafb {
  color: var(--e-global-color-text);
}
.layout_c998
  > .outer_0c87
  > .module_tiny_16d6
  > .component-pink-8401
  > .tag-54c3
  > .tiny-473c:hover
  .section_bafb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_c998
  > .outer_0c87
  > .module_tiny_16d6
  > .component-pink-8401
  > .tag-54c3.upper_3988
  > .tiny-473c
  .section_bafb {
  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);
}
.accent-88f3 .tooltip-warm-f1f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-88f3 .alert-221f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent-88f3 .accordion-1591 {
  background-color: var(--e-global-color-primary);
}
.accent-88f3 .accordion-1591 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.title_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6
  .prev_b329 {
  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);
}
.title_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6
  .out_fcf9 {
  color: var(--e-global-color-text);
}
.title_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6:hover
  .prev_b329 {
  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);
}
.title_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6:hover
  .out_fcf9 {
  color: var(--e-global-color-secondary);
}
.title_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6.focus_0d37
  .prev_b329 {
  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_3243
  > .outer_0c87
  > .link-5b9d
  > .mask_blue_f28b
  > .steel-91a6.focus_0d37
  .out_fcf9 {
  color: var(--e-global-color-primary);
}
.backdrop-cc62
  .tertiary_dim_65a3
  .tabs-focused-2b3e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-cc62 .medium-2571 .primary-hard-9835 .modal_action_8505 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-8508 .current-9e33 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-8508 .item-18e5 .current-9e33 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-8508 .pro-336e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-8508 .pro-336e {
  background-color: var(--e-global-color-primary);
}
.row_over_9d4c .logo_slow_b2c8 .avatar-bb67 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_over_9d4c
  .logo_slow_b2c8:hover
  .info-5545 {
  color: var(--e-global-color-secondary);
}
.row_over_9d4c
  .logo_slow_b2c8:hover
  .avatar-bb67 {
  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);
}
.icon-87eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.simple-378f {
  max-width: 1400px !important;
}

.fixed_060a {
  flex-direction: column;
}

.fixed_060a .list_acf4 {
  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.fixed_060a .list_acf4 {
  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);
}

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

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

.stone-ea05.detail_723e {
  display: none;
}

.label-new-e5f4 {
  display: none;
}

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

.message-9ce6.secondary_064e {
  margin-bottom: 40px;
  width: 100%;
}

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

.fixed_060a a {
  width: 100%;
}

.gradient-huge-5a31 .pro_594f.box_4008 {
  width: 20% !important;
}

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

.layout-fixed-0365: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%);
}

.layout-fixed-0365 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

.hard-697b {
  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;
}

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

.hard-697b: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);
}

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

.gradient-huge-5a31
  .pro_594f.heading-bc8c
  .container-north-a6d0
  .pagination-ea00 {
  font-size: 20px !important;
}

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

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

.stone-3fc1 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.up-999b.article-dim-db95 > .copper_dbeb {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.green-0dc1 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.grid-upper-43b9 {
  font-size: 35px !important;
}

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

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

.gallery-action-6df6 {
  display: flex;
  gap: 50px;
}

.gradient-huge-5a31
  .pro_594f.icon_30db
  .module_bright_9d51
  .middle-7d95 {
  width: 100% !important;
}

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

.tabs-narrow-0338 {
  width: 100%;
}

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

.clean-ff32 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.active-ba5d {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.clean-ff32:hover .active-ba5d {
  visibility: visible;
}
.clean-ff32:hover.clean-ff32::before {
  display: block;
}

.stone-3fc1 h3 {
  color: #fff;
}

.yellow_a172 {
  margin: 0;
}

.gradient-huge-5a31
  .pro_594f.icon_30db
  .middle-7d95
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.picture-easy-6ce4 {
  width: 100%;
}

.wrapper_38fc {
  width: 100%;
}

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

.wrapper_38fc {
  width: 100%;
}

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

.middle-7d95 {
  display: flex;
  align-items: center;
}

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

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

.fixed_060a .list_acf4.icon-c9a4 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.fixed_060a h1.list_acf4 {
  margin-top: 80px !important;
}

.gradient-huge-5a31 .pro_594f.content-upper-04c4 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.active_970e img {
  width: 100%;
}

.accent-inner-a3bb .shade_fixed_f388.container-north-a6d0 {
  justify-content: space-between;
}

.first-e519 {
  display: none;
}

.shadow_bronze_cd94 .tabs-fluid-cfed {
  margin: 1px 0 !important;
}

.hover-red-ffba li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .up-999b .copper_dbeb {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 1000px) {
  .gallery-action-6df6 {
    flex-direction: column;
  }

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

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

  .layout-fixed-0365 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .accent-inner-a3bb .shade_fixed_f388.container-north-a6d0 {
    border-bottom: 1px solid #f0c159;
  }

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

  .up-999b.article-dim-db95 > .copper_dbeb {
    gap: 15px;
    justify-content: space-between;
  }

  .gradient-huge-5a31
    .pro_594f.icon_30db
    .middle-7d95
    img {
    width: 60% !important;
  }

  .green-0dc1 {
    left: 2%;
  }

  .black_777e {
    margin: 10px 0;
  }

  .fixed_060a .tabs-fluid-cfed {
    margin: 0;
    margin-bottom: 10px;
  }

  .layout-fixed-0365 {
    font-size: 16px !important;
  }

  .grid-upper-43b9 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.fixed_060a .list_acf4,
  .fixed_060a .list_acf4 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .middle-7d95 {
    justify-content: center;
  }

  .fixed_060a .tabs-fluid-cfed {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .gradient-huge-5a31 .pro_594f.box_4008 {
    width: 75% !important;
  }

  .active_970e img {
    width: 100% !important;
  }
}

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

  h2.fixed_060a .list_acf4,
  .fixed_060a .list_acf4 {
    font-size: 30px !important;
  }

  .middle-7d95 {
    justify-content: center;
  }

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

  .block_4aee
    .wood_1e13.basic-6239 {
    margin: 0 !important;
  }

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

  .black_777e {
    display: flex;
  }

  .breadcrumb_complex_67b9 .layout-fixed-0365 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .fixed_060a h1.list_acf4 {
    margin-top: 40px !important;
  }

  .gradient-huge-5a31
    .pro_594f.icon_30db
    .middle-7d95
    img,
  .bright-ecdd .module_bright_9d51 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hard-697b {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .gradient-huge-5a31 .pro_594f.box_4008 {
    width: 100% !important;
  }

  .up-999b.article-dim-db95 > .copper_dbeb {
    gap: 3px;
  }

  .fixed_060a .tabs-fluid-cfed {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.accent-inner-a3bb .shade_fixed_f388.container-north-a6d0 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.accent-inner-a3bb .shade_fixed_f388.container-north-a6d0: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .accent-inner-a3bb .shade_fixed_f388.container-north-a6d0 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .fixed_060a .list_acf4 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .layout-fixed-0365 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.paper-a893 .upper-0b79 {
  flex-shrink: 0;
  white-space: nowrap;
}

.paper-a893 .progress-hovered-3565 {
  flex-shrink: 0;
  min-width: fit-content;
}

.paper-a893 .pagination-ea00 {
  white-space: nowrap;
}

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

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

/* 强制紧凑导航菜单 - 防止重叠 */
.paper-a893 .upper-0b79 {
  max-width: 80px !important;
}

.paper-a893 .progress-hovered-3565 {
  max-width: 80px !important;
  overflow: hidden;
}

.paper-a893 .shade_fixed_f388.container-north-a6d0 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.paper-a893 .pagination-ea00 {
  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);
  }
}

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

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

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

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

body .hard-697b:nth-child(2),
.gradient-huge-5a31 .hard-697b:nth-child(2),
#page .hard-697b: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;
}

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

/* css-noise: 74f3 */
.ghost-box-a4 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
