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(.silver_1421) {
  gap: 0.5em;
}
:where(.section_glass_2f8f) {
  gap: 0.5em;
}
body .frame-easy-d205 > .steel_909b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .frame-easy-d205 > .cold_bbb8 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .frame-easy-d205 > .green-69b3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .accordion_b2d9 > .steel_909b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .accordion_b2d9 > .cold_bbb8 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .accordion_b2d9 > .green-69b3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .accordion_b2d9
  > :where(:not(.steel_909b):not(.cold_bbb8):not(.shade-solid-a468)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .accordion_b2d9 > .surface-2104 {
  max-width: var(--wp--style--global--wide-size);
}
body .silver_1421 {
  display: flex;
}
body .silver_1421 {
  flex-wrap: wrap;
  align-items: center;
}
body .silver_1421 > * {
  margin: 0;
}
body .section_glass_2f8f {
  display: grid;
}
body .section_glass_2f8f > * {
  margin: 0;
}
:where(.badge_pink_66e5.silver_1421) {
  gap: 2em;
}
:where(.badge_pink_66e5.section_glass_2f8f) {
  gap: 2em;
}
:where(.thumbnail-easy-2c8f.silver_1421) {
  gap: 1.25em;
}
:where(.thumbnail-easy-2c8f.section_glass_2f8f) {
  gap: 1.25em;
}
.down-2705 {
  color: var(--wp--preset--color--black) !important;
}
.article-glass-4dad {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.header_inner_20b9 {
  color: var(--wp--preset--color--white) !important;
}
.short_4400 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.description_e653 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.banner-9a42 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.large_f71b {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.photo_92e7 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.outer-01fa {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hover-f752 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.notification-84bf {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hover-bb5b {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.tiny-a234 {
  background-color: var(--wp--preset--color--black) !important;
}
.dim-9037 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.row-first-2953 {
  background-color: var(--wp--preset--color--white) !important;
}
.aside-269b {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.article_db2c {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.wrapper-basic-ce41 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.large-60ed {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.large_79c0 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.hard-53b8 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.full-ff24 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.secondary-b06d {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.basic-b20f {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.pattern_57ea {
  border-color: var(--wp--preset--color--black) !important;
}
.primary_cool_72b7 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.active_lower_a997 {
  border-color: var(--wp--preset--color--white) !important;
}
.sidebar_c538 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.column_active_3cd7 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.basic_703f {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.component_7a0e {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.description_0f32 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.gas-d11a {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.pattern_f726 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.photo_efdc {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.bright-af7f {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.media_05bc {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.panel-right-79ba {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.first-d6fa {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.next_45a9 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.wide_74c0 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.clean_f71a {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.panel_up_8673 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.aside-b52a {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.last_98f3 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.black_656a {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.large-5aa3 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.background_east_7e01 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.heading-68f0 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.small-3699 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.feature-current-f12c {
  font-size: var(--wp--preset--font-size--large) !important;
}
.white_b18a {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.text_under_6f81 a:where(:not(.background_fabb)) {
  color: inherit;
}
:where(.thumbnail-easy-2c8f.silver_1421) {
  gap: 1.25em;
}
:where(.thumbnail-easy-2c8f.section_glass_2f8f) {
  gap: 1.25em;
}
:where(.badge_pink_66e5.silver_1421) {
  gap: 2em;
}
:where(.badge_pink_66e5.section_glass_2f8f) {
  gap: 2em;
}
.dim_3b07 {
  font-size: 1.5em;
  line-height: 1.6;
}

.hero-pink-5090 .picture_d241 {
  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);
}
.photo-9942 .soft_9cdd {
  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);
}
.warm_6170 {
  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);
}
.warm_6170.highlight_north_0a10 .wrapper_simple_2c45 {
  background-color: var(--e-global-color-primary);
}
.warm_6170.secondary_orange_c93c .wrapper_simple_2c45,
.warm_6170.lite-ac43 .wrapper_simple_2c45 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.secondary-first-b708 .panel-fa07 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.item-white-ba5c {
  --divider-color: var(--e-global-color-secondary);
}
.item-white-ba5c .focus_short_6c73 {
  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);
}
.item-white-ba5c.backdrop-6e48 .short_5b94 {
  background-color: var(--e-global-color-secondary);
}
.item-white-ba5c.secondary_0175 .short_5b94,
.item-white-ba5c.current-81b3 .short_5b94 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.item-white-ba5c.secondary_0175 .short_5b94,
.item-white-ba5c.current-81b3 .short_5b94 svg {
  fill: var(--e-global-color-secondary);
}
.tertiary_fresh_695a .pagination_ac0b {
  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);
}
.tertiary_fresh_695a .focused_bf47 {
  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);
}
.light-1878.backdrop-6e48 .short_5b94 {
  background-color: var(--e-global-color-primary);
}
.light-1878.secondary_0175 .short_5b94,
.light-1878.current-81b3 .short_5b94 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.light-1878.secondary_0175 .short_5b94,
.light-1878.current-81b3 .short_5b94 svg {
  fill: var(--e-global-color-primary);
}
.south-b80d.backdrop-6e48 .short_5b94 {
  background-color: var(--e-global-color-primary);
}
.south-b80d.secondary_0175 .short_5b94,
.south-b80d.current-81b3 .short_5b94 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.south-b80d .description_4f3b {
  color: var(--e-global-color-primary);
}
.south-b80d .description_4f3b,
.south-b80d .description_4f3b a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-b80d .logo-over-dde9 {
  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);
}
.text-e2b3 .alert_red_7290 {
  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);
}
.texture_b607 .mask_middle_eacd .pro-cfe2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search_small_e804 .hidden_05eb:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.search_small_e804 .border-1462 i {
  color: var(--e-global-color-primary);
}
.search_small_e804 .border-1462 svg {
  fill: var(--e-global-color-primary);
}
.search_small_e804 .dark_8cbe {
  color: var(--e-global-color-secondary);
}
.search_small_e804 .hidden_05eb > .dark_8cbe,
.search_small_e804 .hidden_05eb > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple_6b1b .badge-basic-a42c {
  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);
}
.simple_6b1b .short-b10b {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.block_e89e .block_5c5a .notification_silver_eee7 {
  background-color: var(--e-global-color-primary);
}
.block_e89e .preview-978e {
  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);
}
.background_4553 .primary-blue-b69d {
  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);
}
.background_4553 .action-ca1e {
  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_4553 .pagination_lower_1730 {
  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);
}
.heading-e57c .upper_2a4c,
.heading-e57c .upper_2a4c a {
  color: var(--e-global-color-primary);
}
.heading-e57c .upper_2a4c.thick_c4f8,
.heading-e57c .upper_2a4c.thick_c4f8 a {
  color: var(--e-global-color-accent);
}
.heading-e57c .upper_2a4c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-e57c .thick-0b46 {
  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);
}
.next-2fc5 .block-0e9c,
.next-2fc5 .status-c18b {
  color: var(--e-global-color-primary);
}
.next-2fc5 .block-0e9c svg {
  fill: var(--e-global-color-primary);
}
.next-2fc5 .thick_c4f8 .block-0e9c,
.next-2fc5 .thick_c4f8 .status-c18b {
  color: var(--e-global-color-accent);
}
.next-2fc5 .thick_c4f8 .block-0e9c svg {
  fill: var(--e-global-color-accent);
}
.next-2fc5 .status-c18b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-2fc5 .thick-0b46 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_243a .right-7f8a,
.silver_243a .aside-top-a93e {
  color: var(--e-global-color-primary);
}
.silver_243a .aside-top-a93e svg {
  fill: var(--e-global-color-primary);
}
.silver_243a .upper_2a4c.thick_c4f8 a,
.silver_243a
  .upper_2a4c.thick_c4f8
  .aside-top-a93e {
  color: var(--e-global-color-accent);
}
.silver_243a .right-7f8a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_243a .thick-0b46 {
  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);
}
.popup-311b .texture_154c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-311b .slider_4aa1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_bfc4 .inner-8ebc .last_329c {
  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);
}
.main_bfc4 .inner-8ebc .down_b7fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_bfc4 .row-inner-5637 .last_329c {
  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);
}
.main_bfc4
  .row-inner-5637
  .down_b7fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_bfc4
  .pressed-bc6b
  .last_329c {
  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);
}
.main_bfc4
  .pressed-bc6b
  .down_b7fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_bfc4
  .layout_steel_9768
  .last_329c {
  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);
}
.main_bfc4
  .layout_steel_9768
  .down_b7fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.shade_short_d954 .message-gas-e718 {
  background-color: var(--e-global-color-primary);
}
.shade_short_d954 .message-gas-e718:hover {
  background-color: var(--e-global-color-primary);
}
.shade_short_d954 .middle-e1c6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade_short_d954
  .message-gas-e718:hover
  .middle-e1c6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_61cb .sidebar-iron-44f7 {
  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);
}
.info_3e10 .texture-outer-dd02 .wood_6b3a a {
  background-color: var(--e-global-color-accent);
}
.info_3e10 .texture-outer-dd02 .picture_static_b851 a {
  background-color: var(--e-global-color-accent);
}
.info_3e10 .texture-outer-dd02 .wood_6b3a a,
.info_3e10 .texture-outer-dd02 .picture_static_b851 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.huge-71a7
  .popup_light_77ef.summary_next_879f
  .texture-outer-dd02
  a.motion_e1a3 {
  background-color: var(--e-global-color-accent);
}
.huge-71a7
  .popup_light_77ef.summary_next_879f
  .texture-outer-dd02
  span.motion_e1a3.fn-current-3881 {
  background-color: var(--e-global-color-text);
}
.huge-71a7
  .popup_light_77ef.summary_next_879f
  .texture-outer-dd02
  .motion_e1a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8 .clean-730c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .focused_e279
  > .label-e306
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .paper_646d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .link-fluid-6787
  .cold_c3d8,
.content_rough_2bc8
  .link-fluid-6787
  .modal-e357 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_rough_2bc8
  .link-fluid-6787
  .component_copper_872b,
.content_rough_2bc8
  .link-fluid-6787
  a
  .component_copper_872b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .link-fluid-6787
  .upper_b7cd {
  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);
}
.content_rough_2bc8
  .link-fluid-6787
  .in_27bb {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .link-fluid-6787
  .in_27bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .link-fluid-6787
  .in_27bb:hover {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .link-fluid-6787
  .medium_28b0 {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .link-fluid-6787
  .medium_28b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .link-fluid-6787
  .medium_28b0:hover {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .active_c0ad
  .basic_94b7
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_rough_2bc8
  .active_c0ad
  .notice_pressed_f7c7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .active_c0ad
  .upper_b7cd {
  color: var(--e-global-color-text);
}
.content_rough_2bc8
  .active_c0ad
  .upper_b7cd
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .active_c0ad
  .in_27bb {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .active_c0ad
  .in_27bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .active_c0ad
  .in_27bb:hover {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .active_c0ad
  .medium_28b0 {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8
  .active_c0ad
  .medium_28b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content_rough_2bc8
  .active_c0ad
  .medium_28b0:hover {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8 .fast-d548 {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8 .fast-d548:hover {
  background-color: var(--e-global-color-primary);
}
.content_rough_2bc8 .stale-a8f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_rough_2bc8 .tabs-under-7be2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-dynamic-0b08 .form-7a3e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-dynamic-0b08
  .tag_bottom_10d7
  > div:nth-child(3)
  .form-7a3e,
.message-dynamic-0b08
  .banner_hot_a02e
  > div:nth-child(1)
  .form-7a3e,
.message-dynamic-0b08
  .shade_3160
  > div:nth-child(1)
  .form-7a3e,
.message-dynamic-0b08
  .plasma-83b1
  > div:nth-child(1)
  .form-7a3e,
.message-dynamic-0b08
  .rough_80cb
  > div:nth-child(1)
  .form-7a3e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-dynamic-0b08 .steel-82cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-dynamic-0b08 .current_5a44 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-dynamic-0b08 .accent-e2b1 {
  background-color: var(--e-global-color-primary);
}
.message-dynamic-0b08 .accent-e2b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message-dynamic-0b08 .accent-e2b1:hover {
  background-color: var(--e-global-color-primary);
}
.message-dynamic-0b08 .element-top-bb57 {
  background-color: var(--e-global-color-primary);
}
.message-dynamic-0b08 .element-top-bb57:hover {
  background-color: var(--e-global-color-primary);
}
.message-dynamic-0b08 .stale-a8f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-dynamic-0b08 .tabs-under-7be2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-00dc .input_fluid_9374 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-00dc .in_23bf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-00dc .status_d99e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-00dc .media-32c8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-00dc .frame-68ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.clean-00dc .element-top-bb57 {
  background-color: var(--e-global-color-primary);
}
.clean-00dc .element-top-bb57:hover {
  background-color: var(--e-global-color-primary);
}
.alert_large_78f6 .outline_short_39ff {
  background-color: var(--e-global-color-secondary);
}
.alert_large_78f6 .white_de18 {
  background-color: var(--e-global-color-text);
}
.alert_large_78f6 .label_motion_d4df {
  background-color: var(--e-global-color-secondary);
}
.alert_large_78f6 .new_dbab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert_large_78f6 .title_4a48 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_large_78f6 .green_193a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_large_78f6 .outline-center-6d70 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_large_78f6 .stale-9af0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_middle_a189 .center-fb77 .easy-0486,
.element_middle_a189
  .center-fb77
  .easy-0486
  a,
.element_middle_a189 .current-1f62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_middle_a189 .center-fb77 .orange-b29f,
.element_middle_a189 .element-brown-c003 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_middle_a189 .center-fb77 .orange-b29f {
  color: var(--e-global-color-text);
}
.element_middle_a189 .element-brown-c003 {
  color: var(--e-global-color-text);
}
.element_middle_a189
  .center-fb77
  .banner-purple-84e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element_middle_a189 .paragraph_9440 .bottom_a60b {
  background-color: var(--e-global-color-primary);
}
.element_middle_a189 .paragraph_9440 .bottom_a60b:hover {
  background-color: var(--e-global-color-primary);
}
.element_middle_a189 .paragraph_9440 .pro-bb50 li span {
  background-color: var(--e-global-color-text);
}
.element_middle_a189 .paragraph_9440 .pro-bb50 li span:hover {
  background-color: var(--e-global-color-primary);
}
.element_middle_a189
  .paragraph_9440
  .pro-bb50
  li.pagination-red-3975
  span {
  background-color: var(--e-global-color-accent);
}
.element_middle_a189 .breadcrumb_cfa2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-current-1ba1 .label_steel_ea7e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-black-0cfe .item_debe {
  background-color: var(--e-global-color-primary);
}
.paragraph-black-0cfe .pattern-1a92 {
  background-color: var(--e-global-color-secondary);
}
.paragraph-black-0cfe .blue-765a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .small_f598 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .down_1c16 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .surface-01fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .section-2ba3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .photo-7c0b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-black-0cfe .bottom_30f2 {
  background-color: var(--e-global-color-primary);
}
.paragraph-black-0cfe .bottom_30f2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_479b .short_b4d8 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper_479b .hover_focused_68a2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.wrapper_479b
  .panel_8566:after {
  background-color: var(--e-global-color-primary);
}
.wrapper_479b .light-0dd3 {
  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);
}
.basic-e936 .current-1f62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-e936 .element-brown-c003 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_hot_469a .mini_7706 .image-a768 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_hot_469a .mini_7706 .search-f75d {
  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_current_c3d9 .shadow_b51e {
  background-color: var(--e-global-color-primary);
}
.header_current_c3d9 .filter_4f15 {
  background-color: var(--e-global-color-secondary);
}
.header_current_c3d9 .hard-a84c .accordion-white-3742 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header_current_c3d9 .secondary-slow-af0a .accordion-white-3742 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper_a4e5 .brown_9d39 .caption-f4be {
  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);
}
.wrapper_a4e5 .brown_9d39 .panel-huge-b8b7 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper_a4e5 .brown_9d39 .thick_b3a5 {
  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);
}
.hero_3d98 .search-ad46 {
  border-color: var(--e-global-color-text);
}
.hero_3d98 .media-green-fd9b {
  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);
}
.hero_3d98 .yellow_9f79 {
  color: var(--e-global-color-primary);
}
.hero_3d98 .light-6c48 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_bronze_bc2b .hot-8364 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image_bronze_bc2b .shade-ac5e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image_bronze_bc2b .notice-slow-a464:hover .hot-8364 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image_bronze_bc2b
  .notice-slow-a464:hover
  .shade-ac5e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hovered-f71e .complex_7c4a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hovered-f71e .table-4360 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-light-af87 .input_8079 .background-center-284b {
  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);
}
.mask-light-af87 .accordion-motion-2e44 .background-center-284b {
  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);
}
.container_pro_82a9 .center-5854 {
  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);
}
.current-e666 .logo_pressed_2594 .tiny-7dce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current-e666 .logo_pressed_2594 .tiny-7dce {
  background-color: var(--e-global-color-secondary);
}
.current-e666 .photo-glass-85de .tiny-7dce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current-e666 .photo-glass-85de .tiny-7dce {
  background-color: var(--e-global-color-secondary);
}
.current-e666 .avatar-df68 .footer-8bae {
  background-color: var(--e-global-color-primary);
}
.current-e666 .avatar-df68:hover .footer-8bae {
  background-color: var(--e-global-color-secondary);
}
.current-e666 .bottom_a60b {
  background-color: var(--e-global-color-primary);
}
.current-e666 .bottom_a60b:hover {
  background-color: var(--e-global-color-accent);
}
.current-e666 .pro-bb50 li span {
  background-color: var(--e-global-color-text);
}
.current-e666 .pro-bb50 li span:hover {
  background-color: var(--e-global-color-primary);
}
.current-e666 .pro-bb50 li.pagination-red-3975 span {
  background-color: var(--e-global-color-accent);
}
.overlay_basic_2d28 .disabled_up_7cf0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay_basic_2d28 .dim_24e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-faac .current_dee7:before {
  background-color: var(--e-global-color-secondary);
}
.button-faac .new-b39d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-faac .disabled_focused_eaf4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east-f07c .footer-a465 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east-f07c .footer-a465:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east-f07c .footer-a465.fn-active-3881 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.east-f07c .icon_smooth_91cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-f07c .nav-a5e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-f07c .bottom-7375 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.east-f07c .center-ed8b {
  background-color: var(--e-global-color-primary);
}
.east-f07c .center-ed8b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.east-f07c .feature-warm-69c0 {
  background-color: var(--e-global-color-primary);
}
.east-f07c .feature-warm-69c0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-9f06 .heading-4ced .photo-ae95 a {
  color: var(--e-global-color-secondary);
}
.pattern-9f06 .heading-4ced .photo-ae95 a:hover {
  color: var(--e-global-color-secondary);
}
.pattern-9f06 .heading-4ced .photo-ae95,
.pattern-9f06 .heading-4ced .photo-ae95 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-9f06 .heading-4ced .shade_8d4a {
  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);
}
.pattern-9f06 .heading-4ced .pagination_c912 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-9f06 .heading-4ced .west-7366 {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .heading-4ced .west-7366 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-9f06 .heading-4ced .west-7366:hover {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .heading-4ced .status_357c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-9f06 .heading-4ced .status_357c {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .heading-4ced .status_357c:hover {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .heading-4ced .bottom_a60b {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .heading-4ced .bottom_a60b:hover {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .paragraph_9440 .pro-bb50 li span {
  background-color: var(--e-global-color-text);
}
.pattern-9f06 .paragraph_9440 .pro-bb50 li span:hover {
  background-color: var(--e-global-color-primary);
}
.pattern-9f06 .paragraph_9440 .pro-bb50 li.pagination-red-3975 span {
  background-color: var(--e-global-color-accent);
}
.pattern-9f06 .stale-a8f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-9f06 .tabs-under-7be2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_fea2 .static_408a .dim_a730 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_fea2 .static_408a .center-7a3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper_fea2 .static_408a .caption-thick-a876 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2 .preview-1564 {
  border-color: var(--e-global-color-text);
}
.dim-6ce2 .easy_d7f0 {
  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);
}
.dim-6ce2 .main-liquid-c03d {
  color: var(--e-global-color-secondary);
}
.dim-6ce2 .main-liquid-c03d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2 .primary-a986 > * {
  color: var(--e-global-color-primary);
}
.dim-6ce2 .primary-a986 > * svg {
  fill: var(--e-global-color-primary);
}
.dim-6ce2 .column_outer_d233 {
  color: var(--e-global-color-primary);
}
.dim-6ce2 .column_outer_d233 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-6ce2 .grid_35ce {
  color: var(--e-global-color-primary);
}
.dim-6ce2 .grid_35ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-6ce2 .smooth_dcb4 {
  color: var(--e-global-color-primary);
}
.dim-6ce2 .smooth_dcb4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2 .card_hovered_ab2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2 .image-action-5804 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2 .image-action-5804.full-f533 {
  color: var(--e-global-color-secondary);
}
.dim-6ce2 .image-action-5804.full-f533 .panel-e32e {
  color: var(--e-global-color-accent);
}
.dim-6ce2 .image-action-5804.summary_040e {
  color: var(--e-global-color-text);
}
.dim-6ce2 .image-action-5804.summary_040e .panel-e32e {
  color: var(--e-global-color-text);
}
.dim-6ce2 .image-action-5804:before {
  border-top-color: var(--e-global-color-text);
}
.dim-6ce2 .breadcrumb_6b85 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-6ce2
  .breadcrumb_6b85
  .gallery_clean_7a13 {
  background-color: var(--e-global-color-primary);
}
.dim-6ce2
  .breadcrumb_6b85
  .gallery_clean_7a13 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dim-6ce2 .preview-1564 .tabs_basic_be9e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blue_3197 .notice_tall_ed03 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blue_3197 .gradient-0ae6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_inner_0dd2 .old-1061 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_inner_0dd2
  .overlay_acb7
  .basic-6201 {
  background-color: var(--e-global-color-secondary);
}
.accent_inner_0dd2
  .overlay_acb7.tag-5fb6
  .basic-6201 {
  background-color: var(--e-global-color-text);
}
.accent_inner_0dd2
  .overlay_acb7:hover
  .basic-6201 {
  background-color: var(--e-global-color-accent);
}
.accent_inner_0dd2
  .overlay_acb7.fn-active-3881
  .basic-6201 {
  background-color: var(--e-global-color-primary);
}
.surface-3877 .notice-69e6 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.surface-3877 .hovered-37e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-3877 .east-97c2 {
  background-color: var(--e-global-color-primary);
}
.surface-3877 .east-97c2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_hard_dcc7 .sidebar-liquid-79a8 .icon-5e5a .widget-e0bd {
  background-color: var(--e-global-color-secondary);
}
.section_hard_dcc7 .sidebar-liquid-79a8 .element_narrow_2af5:after {
  background-color: var(--e-global-color-secondary);
}
.section_hard_dcc7 .green-036e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_hard_dcc7 .texture-steel-dfcf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_hard_dcc7 .sidebar-fresh-23c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section_hard_dcc7 .outline_5e26 {
  background-color: var(--e-global-color-primary);
}
.section_hard_dcc7 .outline_5e26 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_hard_dcc7 .wood_9f53 {
  background-color: var(--e-global-color-secondary);
}
.section_hard_dcc7 .wood_9f53 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_hard_dcc7 .sidebar-liquid-79a8 .progress-dim-0e8d .tabs_smooth_fd55:hover {
  background-color: var(--e-global-color-primary);
}
.section_hard_dcc7
  .sidebar-liquid-79a8
  .progress-dim-0e8d
  .tabs_smooth_fd55.footer-3538 {
  background-color: var(--e-global-color-primary);
}
.section_hard_dcc7 .sidebar-liquid-79a8 .image-prev-03cf:before {
  border-color: var(--e-global-color-primary);
}
.section_hard_dcc7 .sidebar-liquid-79a8 .image-prev-03cf:hover:before {
  border-color: var(--e-global-color-secondary);
}
.section_hard_dcc7
  .sidebar-liquid-79a8
  .image-prev-03cf.down_648b:before {
  border-color: var(--e-global-color-primary);
}
.section_hard_dcc7 .texture_tall_6dff span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-95e6 .warm-2e9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-95e6 .warm-2e9e:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-95e6 .warm-2e9e.tabs_b824 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-95e6 .wood-b202 {
  background-color: var(--e-global-color-primary);
}
.light-95e6 .wood-b202 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-95e6
  .copper-66be
  .icon-slow-a0c5
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-95e6
  .search-wood-4381
  .icon-slow-a0c5
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner_15b6
  .fast_6777
  .selected-63ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_15b6
  .fast_6777
  .article_fast_21d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_15b6 .filter-focused-f2de {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_15b6 .thumbnail-d225 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.banner_15b6 .button_over_ddfd {
  background-color: var(--e-global-color-primary);
}
.banner_15b6 .button_over_ddfd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-69ed .search_9b9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-69ed .menu-e21b {
  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);
}
.dark-69ed .column-out-6357 {
  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);
}
.dark-69ed .column-out-6357 a:hover {
  color: var(--e-global-color-secondary);
}
.dark-69ed .border-eef2 {
  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);
}
.dark-69ed .column_hot_72f3 {
  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);
}
.dark-69ed .gradient_c2fd .bottom_a60b {
  background-color: var(--e-global-color-primary);
}
.dark-69ed .gradient_c2fd .bottom_a60b:hover {
  background-color: var(--e-global-color-accent);
}
.dark-69ed
  .gradient_c2fd
  .pro-bb50
  li
  span {
  background-color: var(--e-global-color-text);
}
.dark-69ed
  .gradient_c2fd
  .pro-bb50
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.dark-69ed
  .gradient_c2fd
  .pro-bb50
  li.pagination-red-3975
  span {
  background-color: var(--e-global-color-accent);
}
.lower_345e
  .action-434d
  .steel-de64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lower_345e .action-434d .text_gas_e5f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lower_345e .action-434d .icon_fixed_21ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower_345e .tooltip-fast-7572 {
  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);
}
.lower_345e
  .panel_6718.table-left-9108 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a {
  background-color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .short-b49b.popup_2b8d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .overlay_selected_cf41.medium-8e90 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  .tabs-dirty-b992
  > a {
  background-color: var(--e-global-color-secondary);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  .tabs-dirty-b992
  > a
  .gradient-large-48b3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  .tabs-dirty-b992
  > a
  .overlay_selected_cf41.panel_e79c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .shade-red-f139:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  a
  .shade-red-f139:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992.picture-dd06
  > a
  .shade-red-f139:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  .tabs-dirty-b992.picture-dd06
  > a
  .shade-red-f139:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .sidebar_basic_9568
  .list_4761 {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  a
  .sidebar_basic_9568
  .list_4761 {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .sidebar_basic_9568
  .list_4761,
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  a
  .sidebar_basic_9568
  .list_4761 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > a
  .picture_copper_de76:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  a
  .picture_copper_de76:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992.picture-dd06
  > a
  .picture_copper_de76:before {
  color: var(--e-global-color-text);
}
.narrow_6503
  > .footer_center_8d0b
  > div
  > .east-f449
  > .tabs-dirty-b992
  > .message-961d
  .tabs-dirty-b992.picture-dd06
  > a
  .picture_copper_de76:before {
  color: var(--e-global-color-text);
}
.background_336f .nav-215d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.background_336f
  .message-center-249d:hover
  .nav-215d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_tiny_bf6e
  > .footer_center_8d0b
  > .tiny_649e
  > .message_soft_0851
  > .sidebar_focused_9e28
  > .secondary-huge-4d18
  .tabs_9031 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_tiny_bf6e
  > .footer_center_8d0b
  > .tiny_649e
  > .message_soft_0851
  > .sidebar_focused_9e28
  > .secondary-huge-4d18:hover
  .tabs_9031 {
  color: var(--e-global-color-text);
}
.table_tiny_bf6e
  > .footer_center_8d0b
  > .tiny_649e
  > .message_soft_0851
  > .sidebar_focused_9e28
  > .secondary-huge-4d18:hover
  .tabs_9031 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_tiny_bf6e
  > .footer_center_8d0b
  > .tiny_649e
  > .message_soft_0851
  > .sidebar_focused_9e28.image-42e9
  > .secondary-huge-4d18
  .tabs_9031 {
  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);
}
.primary-cool-75ae .solid-3c9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary-cool-75ae .copper-01c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary-cool-75ae .description_6e50 {
  background-color: var(--e-global-color-primary);
}
.primary-cool-75ae .description_6e50 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06
  .wood-643c {
  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);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06
  .wide-7669 {
  color: var(--e-global-color-text);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06:hover
  .wood-643c {
  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);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06:hover
  .wide-7669 {
  color: var(--e-global-color-secondary);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06.inner-2356
  .wood-643c {
  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);
}
.liquid-ea71
  > .footer_center_8d0b
  > .tall_3cf8
  > .right_c9e6
  > .focus_bc06.inner-2356
  .wide-7669 {
  color: var(--e-global-color-primary);
}
.alert-c52d
  .title_medium_86fa
  .menu-prev-0800 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert-c52d .filter-down-e304 .tabs_basic_be9e .next_85c9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-fca4 .heading_6e65 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-fca4 .focused_8995 .heading_6e65 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-fca4 .form-aceb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture-fca4 .form-aceb {
  background-color: var(--e-global-color-primary);
}
.black-7002 .complex-c68b .section_a9ef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-7002
  .complex-c68b:hover
  .carousel_black_64d6 {
  color: var(--e-global-color-secondary);
}
.black-7002
  .complex-c68b:hover
  .section_a9ef {
  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);
}
.current-f5f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.tabs_dynamic_3cd3 {
  flex-direction: column;
}

.tabs_dynamic_3cd3 .active_b198 {
  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.tabs_dynamic_3cd3 .active_b198 {
  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);
}

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

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

.accent-6c58.tertiary_fast_d08c {
  display: none;
}

.fresh_87aa {
  display: none;
}

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

.accordion_top_5285.picture-bright-cc06 {
  margin-bottom: 40px;
  width: 100%;
}

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

.tabs_dynamic_3cd3 a {
  width: 100%;
}

.black-72ac .fluid_a838.glass-74fc {
  width: 20% !important;
}

.panel-bright-92e3 {
  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; /* 字母间距 */
}

.panel-bright-92e3: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%);
}

.panel-bright-92e3 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

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

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

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

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

.black-72ac
  .fluid_a838.in_0db5
  .video_87e7
  .east-c754 {
  font-size: 20px !important;
}

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

.bright-6af6 {
  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;
}

.blue-2c25 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.orange_7c70.item_gold_7ef6 > .media_dark_5382 {
  display: flex;
  align-items: center;
}

.bronze-367c {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

.description-in-63bb {
  display: flex;
  gap: 50px;
}

.black-72ac
  .fluid_a838.focused-9bf0
  .card_b69e
  .column-up-f69d {
  width: 100% !important;
}

.summary-focused-8092 {
  width: 500px !important;
  max-width: none;
}

.narrow_c2d9 {
  width: 100%;
}

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

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

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

  display: none;
}

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

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

  visibility: hidden;
}

.accent_huge_835b:hover .first_6899 {
  visibility: visible;
}
.accent_huge_835b:hover.accent_huge_835b::before {
  display: block;
}

.blue-2c25 h3 {
  color: #fff;
}

.pink_1eee {
  margin: 0;
}

.black-72ac
  .fluid_a838.focused-9bf0
  .column-up-f69d
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.label_new_9c9f {
  width: 100%;
}

.table-429c {
  width: 100%;
}

.texture-first-35b1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.table-429c {
  width: 100%;
}

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

.column-up-f69d {
  display: flex;
  align-items: center;
}

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

.modal-78aa {
  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;
}

.tabs_dynamic_3cd3 .active_b198.inner_af48 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.tabs_dynamic_3cd3 h1.active_b198 {
  margin-top: 80px !important;
}

.black-72ac .fluid_a838.red-6d39 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.overlay_8799 img {
  width: 100%;
}

.dirty_596b .element-c0cb.video_87e7 {
  justify-content: space-between;
}

.pink_c98c {
  display: none;
}

.shadow_1c43 .filter-brown-a51d {
  margin: 1px 0 !important;
}

.lower-6bdc li {
  margin-bottom: 0 !important;
}

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

@media (max-width: 1000px) {
  .description-in-63bb {
    flex-direction: column;
  }

  .summary-focused-8092 {
    width: 100% !important;
  }
}

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

  .panel-bright-92e3 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .dirty_596b .element-c0cb.video_87e7 {
    border-bottom: 1px solid #f0c159;
  }

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

  .orange_7c70.item_gold_7ef6 > .media_dark_5382 {
    gap: 15px;
    justify-content: space-between;
  }

  .black-72ac
    .fluid_a838.focused-9bf0
    .column-up-f69d
    img {
    width: 60% !important;
  }

  .pagination_53b3 {
    left: 2%;
  }

  .action_5018 {
    margin: 10px 0;
  }

  .tabs_dynamic_3cd3 .filter-brown-a51d {
    margin: 0;
    margin-bottom: 10px;
  }

  .panel-bright-92e3 {
    font-size: 16px !important;
  }

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

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

  h2.tabs_dynamic_3cd3 .active_b198,
  .tabs_dynamic_3cd3 .active_b198 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .column-up-f69d {
    justify-content: center;
  }

  .tabs_dynamic_3cd3 .filter-brown-a51d {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .black-72ac .fluid_a838.glass-74fc {
    width: 75% !important;
  }

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

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

  h2.tabs_dynamic_3cd3 .active_b198,
  .tabs_dynamic_3cd3 .active_b198 {
    font-size: 30px !important;
  }

  .column-up-f69d {
    justify-content: center;
  }

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

  .header-fluid-ea3d
    .gallery_4f23.soft-4b24 {
    margin: 0 !important;
  }

  .bronze-367c {
    margin: 0;
    gap: 10px;
  }

  .action_5018 {
    display: flex;
  }

  .row_glass_60a2 .panel-bright-92e3 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .texture-first-35b1 {
    justify-content: flex-end;
    gap: 1px;
  }

  .tabs_dynamic_3cd3 h1.active_b198 {
    margin-top: 40px !important;
  }

  .black-72ac
    .fluid_a838.focused-9bf0
    .column-up-f69d
    img,
  .tertiary_fresh_695a .card_b69e {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .black-72ac .fluid_a838.glass-74fc {
    width: 100% !important;
  }

  .orange_7c70.item_gold_7ef6 > .media_dark_5382 {
    gap: 3px;
  }

  .tabs_dynamic_3cd3 .filter-brown-a51d {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

@media (max-width: 400px) {
  .panel-bright-92e3 {
    white-space: wrap;
  }
}

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

.dirty_596b .element-c0cb.video_87e7: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);
}

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

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

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

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

.accent-6c58: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .dirty_596b .element-c0cb.video_87e7 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .tabs_dynamic_3cd3 .active_b198 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .panel-bright-92e3 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.green-c834 .article_91ba {
  flex-shrink: 0;
  white-space: nowrap;
}

.green-c834 .gas-2586 {
  flex-shrink: 0;
  min-width: fit-content;
}

.green-c834 .east-c754 {
  white-space: nowrap;
}

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

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

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

.green-c834 .gas-2586 {
  max-width: 80px !important;
  overflow: hidden;
}

.green-c834 .element-c0cb.video_87e7 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.green-c834 .east-c754 {
  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);
  }
}

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

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

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

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

body .link_glass_f060:nth-child(2),
.black-72ac .link_glass_f060:nth-child(2),
#page .link_glass_f060: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;
}

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

/* css-noise: a2e7 */
.shadow-element-u3 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
