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(.yellow-6906) {
  gap: 0.5em;
}
:where(.dropdown-copper-3b7b) {
  gap: 0.5em;
}
body .modal-dbbb > .medium-49f8 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .modal-dbbb > .badge-be63 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .modal-dbbb > .middle_dec0 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .box-6303 > .medium-49f8 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .box-6303 > .badge-be63 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .box-6303 > .middle_dec0 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .box-6303
  > :where(:not(.medium-49f8):not(.badge-be63):not(.footer-cfe3)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .box-6303 > .notice_8f66 {
  max-width: var(--wp--style--global--wide-size);
}
body .yellow-6906 {
  display: flex;
}
body .yellow-6906 {
  flex-wrap: wrap;
  align-items: center;
}
body .yellow-6906 > * {
  margin: 0;
}
body .dropdown-copper-3b7b {
  display: grid;
}
body .dropdown-copper-3b7b > * {
  margin: 0;
}
:where(.black-a6cd.yellow-6906) {
  gap: 2em;
}
:where(.black-a6cd.dropdown-copper-3b7b) {
  gap: 2em;
}
:where(.top-6669.yellow-6906) {
  gap: 1.25em;
}
:where(.top-6669.dropdown-copper-3b7b) {
  gap: 1.25em;
}
.input-bronze-c71c {
  color: var(--wp--preset--color--black) !important;
}
.heading-simple-e798 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.up_4856 {
  color: var(--wp--preset--color--white) !important;
}
.tertiary-ef30 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.breadcrumb-gas-6d86 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.grid-stone-a291 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.column-3c2e {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.alert_0f78 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.header-narrow-f46c {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tag-83b0 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.wrapper_ed8e {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.shadow_static_d347 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.east-bcac {
  background-color: var(--wp--preset--color--black) !important;
}
.column-hard-cc63 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hidden_b447 {
  background-color: var(--wp--preset--color--white) !important;
}
.shadow_tiny_a568 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.input-active-e18e {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.blue_f38e {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.video-3dbf {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.slider_gold_1f1a {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.tiny-9b5d {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.dynamic-2ddf {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.caption_solid_92d2 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.slider-green-01bc {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.advanced-ebd3 {
  border-color: var(--wp--preset--color--black) !important;
}
.dim_1a14 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.popup-5e63 {
  border-color: var(--wp--preset--color--white) !important;
}
.fresh-6ea2 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.row_over_768f {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.photo_middle_dde3 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.text-complex-80af {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.photo_5560 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.carousel-solid-35f8 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.secondary_prev_70c7 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.info-caab {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.overlay_7549 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.form_d006 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.clean_328a {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.status_dynamic_f253 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.paragraph_8244 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.pattern_hovered_cae5 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.focus_under_9934 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.element_4fc9 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.module_silver_6ae7 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.up_ffa9 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.link-fixed-486f {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.gallery_hard_56bf {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.primary_b23a {
  background: var(--wp--preset--gradient--midnight) !important;
}
.thumbnail_cool_977b {
  font-size: var(--wp--preset--font-size--small) !important;
}
.wrapper_hovered_47bb {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.sidebar_847b {
  font-size: var(--wp--preset--font-size--large) !important;
}
.advanced-1df8 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.container-d5ad a:where(:not(.background-0c44)) {
  color: inherit;
}
:where(.top-6669.yellow-6906) {
  gap: 1.25em;
}
:where(.top-6669.dropdown-copper-3b7b) {
  gap: 1.25em;
}
:where(.black-a6cd.yellow-6906) {
  gap: 2em;
}
:where(.black-a6cd.dropdown-copper-3b7b) {
  gap: 2em;
}
.primary-warm-6c9e {
  font-size: 1.5em;
  line-height: 1.6;
}

.filter_1474 .link_1f3b {
  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);
}
.hovered-658b .tooltip-inner-518d {
  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);
}
.link_8084 {
  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);
}
.link_8084.media_iron_f67a .element-f118 {
  background-color: var(--e-global-color-primary);
}
.link_8084.smooth_fdc1 .element-f118,
.link_8084.purple-2883 .element-f118 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.pressed-dafb .outline_green_ab90 {
  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);
}
.narrow-30f7 {
  --divider-color: var(--e-global-color-secondary);
}
.narrow-30f7 .section-bfd1 {
  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);
}
.narrow-30f7.purple-3277 .content_iron_7d51 {
  background-color: var(--e-global-color-secondary);
}
.narrow-30f7.heading_small_8eed .content_iron_7d51,
.narrow-30f7.thumbnail_hard_d5ce .content_iron_7d51 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.narrow-30f7.heading_small_8eed .content_iron_7d51,
.narrow-30f7.thumbnail_hard_d5ce .content_iron_7d51 svg {
  fill: var(--e-global-color-secondary);
}
.label-gold-4f4b .iron-63a3 {
  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);
}
.label-gold-4f4b .picture_glass_b1ab {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_clean_1040.purple-3277 .content_iron_7d51 {
  background-color: var(--e-global-color-primary);
}
.module_clean_1040.heading_small_8eed .content_iron_7d51,
.module_clean_1040.thumbnail_hard_d5ce .content_iron_7d51 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.module_clean_1040.heading_small_8eed .content_iron_7d51,
.module_clean_1040.thumbnail_hard_d5ce .content_iron_7d51 svg {
  fill: var(--e-global-color-primary);
}
.accent_b22c.purple-3277 .content_iron_7d51 {
  background-color: var(--e-global-color-primary);
}
.accent_b22c.heading_small_8eed .content_iron_7d51,
.accent_b22c.thumbnail_hard_d5ce .content_iron_7d51 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.accent_b22c .over-e7d6 {
  color: var(--e-global-color-primary);
}
.accent_b22c .over-e7d6,
.accent_b22c .over-e7d6 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_b22c .sidebar_6c2d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-large-2e29 .secondary-tall-1bf1 {
  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);
}
.accent_ad84 .tag-lower-37b8 .overlay_9495 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-under-227f .outline-pink-b3e2:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.breadcrumb-under-227f .primary_orange_5f96 i {
  color: var(--e-global-color-primary);
}
.breadcrumb-under-227f .primary_orange_5f96 svg {
  fill: var(--e-global-color-primary);
}
.breadcrumb-under-227f .disabled_steel_dc4a {
  color: var(--e-global-color-secondary);
}
.breadcrumb-under-227f .outline-pink-b3e2 > .disabled_steel_dc4a,
.breadcrumb-under-227f .outline-pink-b3e2 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-2d2b .focus_fef7 {
  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);
}
.tag-2d2b .primary-smooth-9ede {
  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);
}
.description-dirty-4cbd .tooltip-cool-c6b8 .south-573e {
  background-color: var(--e-global-color-primary);
}
.description-dirty-4cbd .label_128b {
  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);
}
.hard_ff60 .photo-5d4d {
  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);
}
.hard_ff60 .wood_ff84 {
  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);
}
.hard_ff60 .black_6f95 {
  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);
}
.texture-pro-228e .header_79ad,
.texture-pro-228e .header_79ad a {
  color: var(--e-global-color-primary);
}
.texture-pro-228e .header_79ad.panel_brown_52f5,
.texture-pro-228e .header_79ad.panel_brown_52f5 a {
  color: var(--e-global-color-accent);
}
.texture-pro-228e .header_79ad {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-pro-228e .action-ae46 {
  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);
}
.box_paper_2029 .hidden_liquid_5c79,
.box_paper_2029 .content_full_3825 {
  color: var(--e-global-color-primary);
}
.box_paper_2029 .hidden_liquid_5c79 svg {
  fill: var(--e-global-color-primary);
}
.box_paper_2029 .panel_brown_52f5 .hidden_liquid_5c79,
.box_paper_2029 .panel_brown_52f5 .content_full_3825 {
  color: var(--e-global-color-accent);
}
.box_paper_2029 .panel_brown_52f5 .hidden_liquid_5c79 svg {
  fill: var(--e-global-color-accent);
}
.box_paper_2029 .content_full_3825 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box_paper_2029 .action-ae46 {
  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);
}
.active_complex_83de .full_3cef,
.active_complex_83de .thick_7b69 {
  color: var(--e-global-color-primary);
}
.active_complex_83de .thick_7b69 svg {
  fill: var(--e-global-color-primary);
}
.active_complex_83de .header_79ad.panel_brown_52f5 a,
.active_complex_83de
  .header_79ad.panel_brown_52f5
  .thick_7b69 {
  color: var(--e-global-color-accent);
}
.active_complex_83de .full_3cef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_complex_83de .action-ae46 {
  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);
}
.accent-bright-479d .main_iron_79ba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-bright-479d .hover_c1da {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_518c .caption-4932 .gallery-thick-8d60 {
  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);
}
.widget_518c .caption-4932 .widget-f438 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_518c .list-narrow-7904 .gallery-thick-8d60 {
  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);
}
.widget_518c
  .list-narrow-7904
  .widget-f438 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_518c
  .input-green-6b0a
  .gallery-thick-8d60 {
  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);
}
.widget_518c
  .input-green-6b0a
  .widget-f438 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_518c
  .preview-3bb7
  .gallery-thick-8d60 {
  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);
}
.widget_518c
  .preview-3bb7
  .widget-f438 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-a59e .icon-b87b {
  background-color: var(--e-global-color-primary);
}
.hero-a59e .icon-b87b:hover {
  background-color: var(--e-global-color-primary);
}
.hero-a59e .active-glass-3719 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-a59e
  .icon-b87b:hover
  .active-glass-3719 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-c54a .over_be88 {
  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);
}
.accordion_over_348b .full_7ba1 .huge-d4e8 a {
  background-color: var(--e-global-color-accent);
}
.accordion_over_348b .full_7ba1 .short-dcbd a {
  background-color: var(--e-global-color-accent);
}
.accordion_over_348b .full_7ba1 .huge-d4e8 a,
.accordion_over_348b .full_7ba1 .short-dcbd a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_52ac
  .search-f272.white_f750
  .full_7ba1
  a.panel_e2d0 {
  background-color: var(--e-global-color-accent);
}
.paper_52ac
  .search-f272.white_f750
  .full_7ba1
  span.panel_e2d0.fn-current-3f89 {
  background-color: var(--e-global-color-text);
}
.paper_52ac
  .search-f272.white_f750
  .full_7ba1
  .panel_e2d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123 .logo-brown-fd44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .detail-paper-315a
  > .tag-5958
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .input-8582
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .message-8bf3
  .tertiary-050a,
.text_north_5123
  .message-8bf3
  .brown_71be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_north_5123
  .message-8bf3
  .carousel_57a6,
.text_north_5123
  .message-8bf3
  a
  .carousel_57a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .message-8bf3
  .bright_52b3 {
  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_north_5123
  .message-8bf3
  .hero-31cd {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .message-8bf3
  .hero-31cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .message-8bf3
  .hero-31cd:hover {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .message-8bf3
  .solid_d7b0 {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .message-8bf3
  .solid_d7b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .message-8bf3
  .solid_d7b0:hover {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .smooth_3a56
  .accordion-9af8
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_north_5123
  .smooth_3a56
  .caption-68ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .smooth_3a56
  .bright_52b3 {
  color: var(--e-global-color-text);
}
.text_north_5123
  .smooth_3a56
  .bright_52b3
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .smooth_3a56
  .hero-31cd {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .smooth_3a56
  .hero-31cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .smooth_3a56
  .hero-31cd:hover {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .smooth_3a56
  .solid_d7b0 {
  background-color: var(--e-global-color-primary);
}
.text_north_5123
  .smooth_3a56
  .solid_d7b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_north_5123
  .smooth_3a56
  .solid_d7b0:hover {
  background-color: var(--e-global-color-primary);
}
.text_north_5123 .module-focused-5e98 {
  background-color: var(--e-global-color-primary);
}
.text_north_5123 .module-focused-5e98:hover {
  background-color: var(--e-global-color-primary);
}
.text_north_5123 .overlay-gold-73be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_north_5123 .input_1aa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-advanced-0d90 .focus-9b2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-advanced-0d90
  .wide-8e52
  > div:nth-child(3)
  .focus-9b2b,
.form-advanced-0d90
  .next-53c5
  > div:nth-child(1)
  .focus-9b2b,
.form-advanced-0d90
  .primary-58f0
  > div:nth-child(1)
  .focus-9b2b,
.form-advanced-0d90
  .slow-61db
  > div:nth-child(1)
  .focus-9b2b,
.form-advanced-0d90
  .red-e21d
  > div:nth-child(1)
  .focus-9b2b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-advanced-0d90 .small-91e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-advanced-0d90 .grid-hard-c9ab {
  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);
}
.form-advanced-0d90 .upper-f15d {
  background-color: var(--e-global-color-primary);
}
.form-advanced-0d90 .upper-f15d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-advanced-0d90 .upper-f15d:hover {
  background-color: var(--e-global-color-primary);
}
.form-advanced-0d90 .title-2c21 {
  background-color: var(--e-global-color-primary);
}
.form-advanced-0d90 .title-2c21:hover {
  background-color: var(--e-global-color-primary);
}
.form-advanced-0d90 .overlay-gold-73be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form-advanced-0d90 .input_1aa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-next-3818 .glass_3d78 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-next-3818 .banner_a603 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-next-3818 .focused-0292 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-next-3818 .hidden-325e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-next-3818 .sidebar-basic-1ca6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-next-3818 .title-2c21 {
  background-color: var(--e-global-color-primary);
}
.accordion-next-3818 .title-2c21:hover {
  background-color: var(--e-global-color-primary);
}
.tiny-3b6a .badge_4ab1 {
  background-color: var(--e-global-color-secondary);
}
.tiny-3b6a .middle_497e {
  background-color: var(--e-global-color-text);
}
.tiny-3b6a .left_987e {
  background-color: var(--e-global-color-secondary);
}
.tiny-3b6a .title_b8b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tiny-3b6a .down-4288 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-3b6a .search_gas_a267 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-3b6a .preview_smooth_2ca1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-3b6a .highlight_6255 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_0746 .smooth_7f30 .card-top-33d2,
.bronze_0746
  .smooth_7f30
  .card-top-33d2
  a,
.bronze_0746 .sort-large-c9aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_0746 .smooth_7f30 .link_71ce,
.bronze_0746 .layout_north_1044 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze_0746 .smooth_7f30 .link_71ce {
  color: var(--e-global-color-text);
}
.bronze_0746 .layout_north_1044 {
  color: var(--e-global-color-text);
}
.bronze_0746
  .smooth_7f30
  .background_white_6d7b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze_0746 .disabled-4211 .inner-81f2 {
  background-color: var(--e-global-color-primary);
}
.bronze_0746 .disabled-4211 .inner-81f2:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_0746 .disabled-4211 .caption-12b0 li span {
  background-color: var(--e-global-color-text);
}
.bronze_0746 .disabled-4211 .caption-12b0 li span:hover {
  background-color: var(--e-global-color-primary);
}
.bronze_0746
  .disabled-4211
  .caption-12b0
  li.heading_fast_0018
  span {
  background-color: var(--e-global-color-accent);
}
.bronze_0746 .surface-next-06d7 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-in-536a .icon-dd92 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.narrow_978f .main_ebbe {
  background-color: var(--e-global-color-primary);
}
.narrow_978f .content_dark_9168 {
  background-color: var(--e-global-color-secondary);
}
.narrow_978f .focus-hard-dd2b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .media-bc0a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .media_green_80d6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .dropdown-middle-71d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .sidebar_advanced_8b35 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .icon-e430 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_978f .title_wide_4952 {
  background-color: var(--e-global-color-primary);
}
.narrow_978f .title_wide_4952 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slider_3a19 .shade-87ce {
  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);
}
.slider_3a19 .block-dim-5b3e {
  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);
}
.slider_3a19
  .hard-f77b:after {
  background-color: var(--e-global-color-primary);
}
.slider_3a19 .text-up-3ce6 {
  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);
}
.light-8a03 .sort-large-c9aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-8a03 .layout_north_1044 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic_db5b .highlight_5ee8 .alert-1243 {
  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);
}
.dynamic_db5b .highlight_5ee8 .copper_65c8 {
  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);
}
.accent_narrow_c0a4 .preview-dark-9637 {
  background-color: var(--e-global-color-primary);
}
.accent_narrow_c0a4 .hover-wood-0c0a {
  background-color: var(--e-global-color-secondary);
}
.accent_narrow_c0a4 .layout_8085 .paper-e6b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_narrow_c0a4 .accordion_7620 .paper-e6b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pressed-27f2 .wood-bbbd .silver_523d {
  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);
}
.pressed-27f2 .wood-bbbd .sidebar_center_fe13 {
  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);
}
.pressed-27f2 .wood-bbbd .message_current_85b1 {
  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);
}
.module-fluid-d5fe .lite-577c {
  border-color: var(--e-global-color-text);
}
.module-fluid-d5fe .input_red_0394 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-fluid-d5fe .video_05ee {
  color: var(--e-global-color-primary);
}
.module-fluid-d5fe .photo-active-3ede {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-c37e .paragraph_ba51 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sidebar-c37e .texture-0663 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sidebar-c37e .menu_warm_2f15:hover .paragraph_ba51 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sidebar-c37e
  .menu_warm_2f15:hover
  .texture-0663 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_up_1a31 .card-f1cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_up_1a31 .carousel_acf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.yellow-789e .icon-south-0746 .out-31bd {
  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);
}
.yellow-789e .item-001e .out-31bd {
  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);
}
.lower-d0d2 .chip-271f {
  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);
}
.gallery_952e .focus_08d6 .layout_next_67cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_952e .focus_08d6 .layout_next_67cd {
  background-color: var(--e-global-color-secondary);
}
.gallery_952e .slider-664e .layout_next_67cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_952e .slider-664e .layout_next_67cd {
  background-color: var(--e-global-color-secondary);
}
.gallery_952e .wide-c8d5 .north-e5b9 {
  background-color: var(--e-global-color-primary);
}
.gallery_952e .wide-c8d5:hover .north-e5b9 {
  background-color: var(--e-global-color-secondary);
}
.gallery_952e .inner-81f2 {
  background-color: var(--e-global-color-primary);
}
.gallery_952e .inner-81f2:hover {
  background-color: var(--e-global-color-accent);
}
.gallery_952e .caption-12b0 li span {
  background-color: var(--e-global-color-text);
}
.gallery_952e .caption-12b0 li span:hover {
  background-color: var(--e-global-color-primary);
}
.gallery_952e .caption-12b0 li.heading_fast_0018 span {
  background-color: var(--e-global-color-accent);
}
.carousel_down_f4e1 .content_red_5878 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_down_f4e1 .component_blue_75a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_5801 .element-82cd:before {
  background-color: var(--e-global-color-secondary);
}
.pressed_5801 .message_d461 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_5801 .simple_8955 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-south-94f1 .message_full_8eda {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-south-94f1 .message_full_8eda:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-south-94f1 .message_full_8eda.fn-active-3f89 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress-south-94f1 .cool-8523 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-south-94f1 .top_c54b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-south-94f1 .media_55e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-south-94f1 .in_edf1 {
  background-color: var(--e-global-color-primary);
}
.progress-south-94f1 .in_edf1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-south-94f1 .summary_liquid_1d6a {
  background-color: var(--e-global-color-primary);
}
.progress-south-94f1 .summary_liquid_1d6a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-b66e .light-ca6f .pagination_603b a {
  color: var(--e-global-color-secondary);
}
.gas-b66e .light-ca6f .pagination_603b a:hover {
  color: var(--e-global-color-secondary);
}
.gas-b66e .light-ca6f .pagination_603b,
.gas-b66e .light-ca6f .pagination_603b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-b66e .light-ca6f .surface_smooth_72fa {
  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);
}
.gas-b66e .light-ca6f .layout-basic-b780 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-b66e .light-ca6f .hero_fast_1021 {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .light-ca6f .hero_fast_1021 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gas-b66e .light-ca6f .hero_fast_1021:hover {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .light-ca6f .media-0416 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-b66e .light-ca6f .media-0416 {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .light-ca6f .media-0416:hover {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .light-ca6f .inner-81f2 {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .light-ca6f .inner-81f2:hover {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .disabled-4211 .caption-12b0 li span {
  background-color: var(--e-global-color-text);
}
.gas-b66e .disabled-4211 .caption-12b0 li span:hover {
  background-color: var(--e-global-color-primary);
}
.gas-b66e .disabled-4211 .caption-12b0 li.heading_fast_0018 span {
  background-color: var(--e-global-color-accent);
}
.gas-b66e .overlay-gold-73be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-b66e .input_1aa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_f662 .slider-dirty-2956 .north_c9df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_f662 .slider-dirty-2956 .layout-bottom-8a89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_f662 .slider-dirty-2956 .hover-9c4c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5 .status_liquid_84bf {
  border-color: var(--e-global-color-text);
}
.light-dff5 .highlight_803c {
  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);
}
.light-dff5 .description-red-6fff {
  color: var(--e-global-color-secondary);
}
.light-dff5 .description-red-6fff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5 .fluid_945d > * {
  color: var(--e-global-color-primary);
}
.light-dff5 .fluid_945d > * svg {
  fill: var(--e-global-color-primary);
}
.light-dff5 .primary_3b7a {
  color: var(--e-global-color-primary);
}
.light-dff5 .primary_3b7a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-dff5 .hard-e7ea {
  color: var(--e-global-color-primary);
}
.light-dff5 .hard-e7ea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-dff5 .dark-ae56 {
  color: var(--e-global-color-primary);
}
.light-dff5 .dark-ae56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5 .progress_1056 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5 .footer-stale-a1c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5 .footer-stale-a1c4.dropdown_3cb2 {
  color: var(--e-global-color-secondary);
}
.light-dff5 .footer-stale-a1c4.dropdown_3cb2 .short-70b6 {
  color: var(--e-global-color-accent);
}
.light-dff5 .footer-stale-a1c4.background-fresh-8cbf {
  color: var(--e-global-color-text);
}
.light-dff5 .footer-stale-a1c4.background-fresh-8cbf .short-70b6 {
  color: var(--e-global-color-text);
}
.light-dff5 .footer-stale-a1c4:before {
  border-top-color: var(--e-global-color-text);
}
.light-dff5 .element_left_c515 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-dff5
  .element_left_c515
  .pattern-full-3350 {
  background-color: var(--e-global-color-primary);
}
.light-dff5
  .element_left_c515
  .pattern-full-3350 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-dff5 .status_liquid_84bf .south-2147 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gold-b921 .frame-c5b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gold-b921 .hover_0f6b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_ab34 .grid_e052 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.large_ab34
  .carousel_thick_a461
  .icon-upper-0133 {
  background-color: var(--e-global-color-secondary);
}
.large_ab34
  .carousel_thick_a461.plasma-d655
  .icon-upper-0133 {
  background-color: var(--e-global-color-text);
}
.large_ab34
  .carousel_thick_a461:hover
  .icon-upper-0133 {
  background-color: var(--e-global-color-accent);
}
.large_ab34
  .carousel_thick_a461.fn-active-3f89
  .icon-upper-0133 {
  background-color: var(--e-global-color-primary);
}
.focus-76a6 .sort_basic_f376 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.focus-76a6 .fast_4c8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-76a6 .block-6a04 {
  background-color: var(--e-global-color-primary);
}
.focus-76a6 .block-6a04 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-743c .mask-dirty-ee81 .search_gold_5fcd .form-fixed-ce83 {
  background-color: var(--e-global-color-secondary);
}
.content-743c .mask-dirty-ee81 .south-cf88:after {
  background-color: var(--e-global-color-secondary);
}
.content-743c .caption_92ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-743c .up_b5e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-743c .header_rough_2ea7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-743c .pattern_hovered_4384 {
  background-color: var(--e-global-color-primary);
}
.content-743c .pattern_hovered_4384 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-743c .fresh_0008 {
  background-color: var(--e-global-color-secondary);
}
.content-743c .fresh_0008 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-743c .mask-dirty-ee81 .breadcrumb-dim-ed2b .west-e6e8:hover {
  background-color: var(--e-global-color-primary);
}
.content-743c
  .mask-dirty-ee81
  .breadcrumb-dim-ed2b
  .west-e6e8.sort-selected-bbee {
  background-color: var(--e-global-color-primary);
}
.content-743c .mask-dirty-ee81 .pagination_fixed_4af9:before {
  border-color: var(--e-global-color-primary);
}
.content-743c .mask-dirty-ee81 .pagination_fixed_4af9:hover:before {
  border-color: var(--e-global-color-secondary);
}
.content-743c
  .mask-dirty-ee81
  .pagination_fixed_4af9.dim-dbe9:before {
  border-color: var(--e-global-color-primary);
}
.content-743c .feature_8506 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_3f11 .notice-4473 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_3f11 .notice-4473:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_3f11 .notice-4473.input-23fc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_3f11 .search-light-0c2b {
  background-color: var(--e-global-color-primary);
}
.advanced_3f11 .search-light-0c2b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_3f11
  .hidden_9956
  .gas_31e9
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.advanced_3f11
  .label_active_fa5f
  .gas_31e9
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.footer-ce19
  .form-rough-ab59
  .logo_huge_02fe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-ce19
  .form-rough-ab59
  .full_6140 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-ce19 .fixed_896d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-ce19 .picture-basic-05d9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.footer-ce19 .background-e595 {
  background-color: var(--e-global-color-primary);
}
.footer-ce19 .background-e595 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outer_e964 .layout_c135 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer_e964 .alert-static-91a5 {
  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);
}
.outer_e964 .hard-187d {
  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);
}
.outer_e964 .hard-187d a:hover {
  color: var(--e-global-color-secondary);
}
.outer_e964 .first_ca0d {
  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);
}
.outer_e964 .container_hard_c99f {
  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);
}
.outer_e964 .current-b6d8 .inner-81f2 {
  background-color: var(--e-global-color-primary);
}
.outer_e964 .current-b6d8 .inner-81f2:hover {
  background-color: var(--e-global-color-accent);
}
.outer_e964
  .current-b6d8
  .caption-12b0
  li
  span {
  background-color: var(--e-global-color-text);
}
.outer_e964
  .current-b6d8
  .caption-12b0
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.outer_e964
  .current-b6d8
  .caption-12b0
  li.heading_fast_0018
  span {
  background-color: var(--e-global-color-accent);
}
.thumbnail_solid_680d
  .silver-43c8
  .slider-hovered-615d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_solid_680d .silver-43c8 .shadow-old-9a74 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_solid_680d .silver-43c8 .pro_2c8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_solid_680d .pattern_0f10 {
  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);
}
.thumbnail_solid_680d
  .current_b4d4.new-e83f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a {
  background-color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .shade_steel_a8f1.blue-c53c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .surface-last-003f.item-2b59 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  .summary_mini_b180
  > a {
  background-color: var(--e-global-color-secondary);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  .summary_mini_b180
  > a
  .alert-c128 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  .summary_mini_b180
  > a
  .surface-last-003f.caption_complex_f7ed {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .tertiary-plasma-c051:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  a
  .tertiary-plasma-c051:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180.element_7dd9
  > a
  .tertiary-plasma-c051:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  .summary_mini_b180.element_7dd9
  > a
  .tertiary-plasma-c051:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .component_8ead
  .black_617a {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  a
  .component_8ead
  .black_617a {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .component_8ead
  .black_617a,
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  a
  .component_8ead
  .black_617a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > a
  .notice-narrow-d886:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  a
  .notice-narrow-d886:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180.element_7dd9
  > a
  .notice-narrow-d886:before {
  color: var(--e-global-color-text);
}
.wide-5012
  > .surface_stone_2174
  > div
  > .element_focused_d598
  > .summary_mini_b180
  > .complex_2237
  .summary_mini_b180.element_7dd9
  > a
  .notice-narrow-d886:before {
  color: var(--e-global-color-text);
}
.mini_5d29 .outline_tall_b5c4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mini_5d29
  .preview_3927:hover
  .outline_tall_b5c4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_brown_e090
  > .surface_stone_2174
  > .focused_fba1
  > .filter_a6e9
  > .west_d3aa
  > .notification_3ba7
  .hard-be6e {
  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);
}
.tooltip_brown_e090
  > .surface_stone_2174
  > .focused_fba1
  > .filter_a6e9
  > .west_d3aa
  > .notification_3ba7:hover
  .hard-be6e {
  color: var(--e-global-color-text);
}
.tooltip_brown_e090
  > .surface_stone_2174
  > .focused_fba1
  > .filter_a6e9
  > .west_d3aa
  > .notification_3ba7:hover
  .hard-be6e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_brown_e090
  > .surface_stone_2174
  > .focused_fba1
  > .filter_a6e9
  > .west_d3aa.current_c8bc
  > .notification_3ba7
  .hard-be6e {
  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);
}
.first-d393 .detail_c6c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-d393 .message_blue_b733 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-d393 .static_bb70 {
  background-color: var(--e-global-color-primary);
}
.first-d393 .static_bb70 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042
  .stale_c081 {
  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);
}
.wrapper-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042
  .chip_dim_9491 {
  color: var(--e-global-color-text);
}
.wrapper-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042:hover
  .stale_c081 {
  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-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042:hover
  .chip_dim_9491 {
  color: var(--e-global-color-secondary);
}
.wrapper-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042.tabs-brown-9574
  .stale_c081 {
  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-in-b1f0
  > .surface_stone_2174
  > .tooltip-narrow-32a2
  > .grid_dirty_7e8a
  > .main-bottom-f042.tabs-brown-9574
  .chip_dim_9491 {
  color: var(--e-global-color-primary);
}
.modal_iron_cb0a
  .layout-558d
  .section_297e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_iron_cb0a .banner-f824 .south-2147 .next-0499 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_out_123a .tag-huge-0164 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_out_123a .tertiary-static-40a3 .tag-huge-0164 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_out_123a .full-7574 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_out_123a .full-7574 {
  background-color: var(--e-global-color-primary);
}
.table-narrow-d51b .label-bb3d .fluid_d43b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-narrow-d51b
  .label-bb3d:hover
  .copper_81bf {
  color: var(--e-global-color-secondary);
}
.table-narrow-d51b
  .label-bb3d:hover
  .fluid_d43b {
  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);
}
.first_8875 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.texture_simple_4924 {
  flex-direction: column;
}

.texture_simple_4924 .heading-pressed-4d85 {
  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.texture_simple_4924 .heading-pressed-4d85 {
  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);
}

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

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

.outer-711b.pagination_0aef {
  display: none;
}

.overlay-gas-f588 {
  display: none;
}

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

.modal_warm_2732.module-pressed-bd4b {
  margin-bottom: 40px;
  width: 100%;
}

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

.texture_simple_4924 a {
  width: 100%;
}

.clean-cf45 .description_light_bb36.paragraph_554c {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.clean-cf45
  .description_light_bb36.tabs_fast_03c3
  .disabled_1a2f
  .info_new_a6ab {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.sort_17fc.secondary_9e32 > .backdrop-out-f63b {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

.box-b4c8 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

.box-thick-590b {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.up-f29e {
  display: flex;
  gap: 50px;
}

.clean-cf45
  .description_light_bb36.filter_9fb3
  .accent_small_a711
  .status_0ba5 {
  width: 100% !important;
}

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

.form_2a23 {
  width: 100%;
}

.slider-selected-431a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.info-5aa0 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.item_78fe:hover .info-5aa0 {
  visibility: visible;
}
.item_78fe:hover.item_78fe::before {
  display: block;
}

.pagination_aacc h3 {
  color: #fff;
}

.popup_dacf {
  margin: 0;
}

.clean-cf45
  .description_light_bb36.filter_9fb3
  .status_0ba5
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.grid_71e3 {
  width: 100%;
}

.gold-d7a3 {
  width: 100%;
}

.border-soft-0bb8 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.gold-d7a3 {
  width: 100%;
}

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

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

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

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

.texture_simple_4924 .heading-pressed-4d85.title_middle_c374 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.texture_simple_4924 h1.heading-pressed-4d85 {
  margin-top: 80px !important;
}

.clean-cf45 .description_light_bb36.input_a460 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.alert_prev_aa65 img {
  width: 100%;
}

.gradient_3330 .texture-bbca.disabled_1a2f {
  justify-content: space-between;
}

.button-e2ee {
  display: none;
}

.easy_c677 .info-26d5 {
  margin: 1px 0 !important;
}

.content-945d li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .sort_17fc .backdrop-out-f63b {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .gradient_3330 .texture-bbca.disabled_1a2f {
    border-bottom: 1px solid #f0c159;
  }

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

  .sort_17fc.secondary_9e32 > .backdrop-out-f63b {
    gap: 15px;
    justify-content: space-between;
  }

  .clean-cf45
    .description_light_bb36.filter_9fb3
    .status_0ba5
    img {
    width: 60% !important;
  }

  .box-b4c8 {
    left: 2%;
  }

  .notice_04d4 {
    margin: 10px 0;
  }

  .texture_simple_4924 .info-26d5 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.texture_simple_4924 .heading-pressed-4d85,
  .texture_simple_4924 .heading-pressed-4d85 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .status_0ba5 {
    justify-content: center;
  }

  .texture_simple_4924 .info-26d5 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .label-2bd8 {
    margin-bottom: 15px !important;
  }

  .clean-cf45 .description_light_bb36.paragraph_554c {
    width: 75% !important;
  }

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

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

  h2.texture_simple_4924 .heading-pressed-4d85,
  .texture_simple_4924 .heading-pressed-4d85 {
    font-size: 30px !important;
  }

  .status_0ba5 {
    justify-content: center;
  }

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

  .input-stale-4e90
    .backdrop_inner_9457.container-6967 {
    margin: 0 !important;
  }

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

  .notice_04d4 {
    display: flex;
  }

  .motion-585e .nav_d478 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .border-soft-0bb8 {
    justify-content: flex-end;
    gap: 1px;
  }

  .texture_simple_4924 h1.heading-pressed-4d85 {
    margin-top: 40px !important;
  }

  .clean-cf45
    .description_light_bb36.filter_9fb3
    .status_0ba5
    img,
  .label-gold-4f4b .accent_small_a711 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .clean-cf45 .description_light_bb36.paragraph_554c {
    width: 100% !important;
  }

  .sort_17fc.secondary_9e32 > .backdrop-out-f63b {
    gap: 3px;
  }

  .texture_simple_4924 .info-26d5 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.gradient_3330 .texture-bbca.disabled_1a2f: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);
}

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

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

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

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

.outer-711b: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;
}

/* 图片块简化样式 */
.box-thick-590b {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .gradient_3330 .texture-bbca.disabled_1a2f {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .texture_simple_4924 .heading-pressed-4d85 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .nav_d478 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.text_678f .narrow_5f37 {
  flex-shrink: 0;
  white-space: nowrap;
}

.text_678f .carousel_6d5c {
  flex-shrink: 0;
  min-width: fit-content;
}

.text_678f .info_new_a6ab {
  white-space: nowrap;
}

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

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

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

.text_678f .carousel_6d5c {
  max-width: 80px !important;
  overflow: hidden;
}

.text_678f .texture-bbca.disabled_1a2f {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.text_678f .info_new_a6ab {
  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);
  }
}

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

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

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

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

body .modal_4cf5:nth-child(2),
.clean-cf45 .modal_4cf5:nth-child(2),
#page .modal_4cf5: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;
}

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

/* css-noise: 4410 */
.ghost-box-e7 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
