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(.header_clean_1801) {
  gap: 0.5em;
}
:where(.up_534b) {
  gap: 0.5em;
}
body .content-west-096d > .fluid_a0b0 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .content-west-096d > .thick-21d5 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .content-west-096d > .button-868e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .tertiary_2234 > .fluid_a0b0 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .tertiary_2234 > .thick-21d5 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .tertiary_2234 > .button-868e {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .tertiary_2234
  > :where(:not(.fluid_a0b0):not(.thick-21d5):not(.icon-medium-7e20)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .tertiary_2234 > .short_7958 {
  max-width: var(--wp--style--global--wide-size);
}
body .header_clean_1801 {
  display: flex;
}
body .header_clean_1801 {
  flex-wrap: wrap;
  align-items: center;
}
body .header_clean_1801 > * {
  margin: 0;
}
body .up_534b {
  display: grid;
}
body .up_534b > * {
  margin: 0;
}
:where(.panel-6596.header_clean_1801) {
  gap: 2em;
}
:where(.panel-6596.up_534b) {
  gap: 2em;
}
:where(.purple-82a4.header_clean_1801) {
  gap: 1.25em;
}
:where(.purple-82a4.up_534b) {
  gap: 1.25em;
}
.background-df78 {
  color: var(--wp--preset--color--black) !important;
}
.notification_4b49 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.active-down-adef {
  color: var(--wp--preset--color--white) !important;
}
.filter-east-fcd2 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.lite_7624 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.old_16dd {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.dim-c3e6 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.filter_cadb {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.short-cc47 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.overlay-fast-32a7 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.paper_fd7b {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.first_fce1 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.message_562a {
  background-color: var(--wp--preset--color--black) !important;
}
.tooltip_034b {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.thumbnail-last-e7d1 {
  background-color: var(--wp--preset--color--white) !important;
}
.soft-9504 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.action_5d1c {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.article_new_f467 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.menu-abb2 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.bottom_f925 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.search-under-f861 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.up_84c8 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.black_cd94 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.basic-44a4 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.status_3619 {
  border-color: var(--wp--preset--color--black) !important;
}
.thumbnail-26e8 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wood_859e {
  border-color: var(--wp--preset--color--white) !important;
}
.container_aac6 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.complex_6705 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.accordion-stone-8be8 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hard-e7bc {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.copper-5a5f {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.copper-d68b {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tabs_cb45 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.summary_huge_f93e {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.label_968f {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.paper_aa97 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.wide_2caa {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.gas-2d51 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.image_light_26da {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.paragraph-blue-76a7 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.input_6a6d {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.highlight_399f {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.texture_f453 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.avatar-0692 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.primary-ebe4 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.dark_735b {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.thick-586a {
  background: var(--wp--preset--gradient--midnight) !important;
}
.mask-soft-0f39 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.picture_f455 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.wrapper-12ae {
  font-size: var(--wp--preset--font-size--large) !important;
}
.inner_3eef {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.bottom-a043 a:where(:not(.gallery-advanced-cb52)) {
  color: inherit;
}
:where(.purple-82a4.header_clean_1801) {
  gap: 1.25em;
}
:where(.purple-82a4.up_534b) {
  gap: 1.25em;
}
:where(.panel-6596.header_clean_1801) {
  gap: 2em;
}
:where(.panel-6596.up_534b) {
  gap: 2em;
}
.header_01f0 {
  font-size: 1.5em;
  line-height: 1.6;
}

.feature-clean-302e .overlay-advanced-3cf3 {
  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-8a67 .accordion_solid_c65b {
  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_9bbe {
  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_9bbe.card_5fe9 .border_7614 {
  background-color: var(--e-global-color-primary);
}
.hard_9bbe.icon_fixed_c9a3 .border_7614,
.hard_9bbe.dropdown_paper_e066 .border_7614 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.outline_f2b1 .modal_058c {
  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);
}
.grid_f837 {
  --divider-color: var(--e-global-color-secondary);
}
.grid_f837 .avatar_hovered_5450 {
  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);
}
.grid_f837.dark_0aa2 .action-1710 {
  background-color: var(--e-global-color-secondary);
}
.grid_f837.article_45fd .action-1710,
.grid_f837.avatar-tiny-6422 .action-1710 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.grid_f837.article_45fd .action-1710,
.grid_f837.avatar-tiny-6422 .action-1710 svg {
  fill: var(--e-global-color-secondary);
}
.pagination-953b .alert-cfdc {
  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);
}
.pagination-953b .outline_b43c {
  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);
}
.status-fixed-f4ee.dark_0aa2 .action-1710 {
  background-color: var(--e-global-color-primary);
}
.status-fixed-f4ee.article_45fd .action-1710,
.status-fixed-f4ee.avatar-tiny-6422 .action-1710 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.status-fixed-f4ee.article_45fd .action-1710,
.status-fixed-f4ee.avatar-tiny-6422 .action-1710 svg {
  fill: var(--e-global-color-primary);
}
.center_ca4a.dark_0aa2 .action-1710 {
  background-color: var(--e-global-color-primary);
}
.center_ca4a.article_45fd .action-1710,
.center_ca4a.avatar-tiny-6422 .action-1710 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.center_ca4a .thick-23dc {
  color: var(--e-global-color-primary);
}
.center_ca4a .thick-23dc,
.center_ca4a .thick-23dc a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_ca4a .glass-22d0 {
  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);
}
.thick_f1bc .last_3469 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-small-944f .secondary-right-6677 .video-7d97 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo_active_1297 .button-bright-4f64:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.photo_active_1297 .center_3817 i {
  color: var(--e-global-color-primary);
}
.photo_active_1297 .center_3817 svg {
  fill: var(--e-global-color-primary);
}
.photo_active_1297 .dynamic_d43d {
  color: var(--e-global-color-secondary);
}
.photo_active_1297 .button-bright-4f64 > .dynamic_d43d,
.photo_active_1297 .button-bright-4f64 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.in_c451 .thick_300d {
  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);
}
.in_c451 .middle-26d2 {
  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);
}
.menu_yellow_3b43 .rough_bca1 .image-c3cf {
  background-color: var(--e-global-color-primary);
}
.menu_yellow_3b43 .paragraph-9964 {
  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);
}
.shadow_a42a .yellow-cbfc {
  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);
}
.shadow_a42a .tooltip_a310 {
  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);
}
.shadow_a42a .row_4397 {
  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);
}
.clean_8058 .description-hard-e8a8,
.clean_8058 .description-hard-e8a8 a {
  color: var(--e-global-color-primary);
}
.clean_8058 .description-hard-e8a8.accordion_e88d,
.clean_8058 .description-hard-e8a8.accordion_e88d a {
  color: var(--e-global-color-accent);
}
.clean_8058 .description-hard-e8a8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean_8058 .sidebar-fast-b2ea {
  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);
}
.shadow_7a1e .tertiary_full_1667,
.shadow_7a1e .static-3591 {
  color: var(--e-global-color-primary);
}
.shadow_7a1e .tertiary_full_1667 svg {
  fill: var(--e-global-color-primary);
}
.shadow_7a1e .accordion_e88d .tertiary_full_1667,
.shadow_7a1e .accordion_e88d .static-3591 {
  color: var(--e-global-color-accent);
}
.shadow_7a1e .accordion_e88d .tertiary_full_1667 svg {
  fill: var(--e-global-color-accent);
}
.shadow_7a1e .static-3591 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow_7a1e .sidebar-fast-b2ea {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-722f .carousel_e2e4,
.component-722f .bright-c547 {
  color: var(--e-global-color-primary);
}
.component-722f .bright-c547 svg {
  fill: var(--e-global-color-primary);
}
.component-722f .description-hard-e8a8.accordion_e88d a,
.component-722f
  .description-hard-e8a8.accordion_e88d
  .bright-c547 {
  color: var(--e-global-color-accent);
}
.component-722f .carousel_e2e4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-722f .sidebar-fast-b2ea {
  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);
}
.over_47e4 .pink-48a4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over_47e4 .feature_09fe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_up_a764 .advanced-576b .highlight_short_2165 {
  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);
}
.caption_up_a764 .advanced-576b .outline_full_0783 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_up_a764 .widget-easy-029c .highlight_short_2165 {
  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);
}
.caption_up_a764
  .widget-easy-029c
  .outline_full_0783 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_up_a764
  .video_brown_64be
  .highlight_short_2165 {
  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);
}
.caption_up_a764
  .video_brown_64be
  .outline_full_0783 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_up_a764
  .logo-35fd
  .highlight_short_2165 {
  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);
}
.caption_up_a764
  .logo-35fd
  .outline_full_0783 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_c1e1 .huge-3a92 {
  background-color: var(--e-global-color-primary);
}
.article_c1e1 .huge-3a92:hover {
  background-color: var(--e-global-color-primary);
}
.article_c1e1 .texture-full-9791 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_c1e1
  .huge-3a92:hover
  .texture-full-9791 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale_d9a5 .widget_8630 {
  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);
}
.highlight_stone_8346 .progress_2eaa .info_25eb a {
  background-color: var(--e-global-color-accent);
}
.highlight_stone_8346 .progress_2eaa .thumbnail_complex_8da6 a {
  background-color: var(--e-global-color-accent);
}
.highlight_stone_8346 .progress_2eaa .info_25eb a,
.highlight_stone_8346 .progress_2eaa .thumbnail_complex_8da6 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-e299
  .cool-a9e6.carousel-steel-b996
  .progress_2eaa
  a.dropdown-lower-9fcc {
  background-color: var(--e-global-color-accent);
}
.search-e299
  .cool-a9e6.carousel-steel-b996
  .progress_2eaa
  span.dropdown-lower-9fcc.fn-current-8ca6 {
  background-color: var(--e-global-color-text);
}
.search-e299
  .cool-a9e6.carousel-steel-b996
  .progress_2eaa
  .dropdown-lower-9fcc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8 .purple_4dcd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .outline-36c8
  > .input_b092
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .gas-c7cd
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .hover-iron-834d
  .icon-medium-5f10,
.picture_35d8
  .hover-iron-834d
  .frame_first_718d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_35d8
  .hover-iron-834d
  .heading_solid_b41a,
.picture_35d8
  .hover-iron-834d
  a
  .heading_solid_b41a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .hover-iron-834d
  .pagination-9635 {
  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);
}
.picture_35d8
  .hover-iron-834d
  .next_9d9b {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .hover-iron-834d
  .next_9d9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .hover-iron-834d
  .next_9d9b:hover {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .hover-iron-834d
  .upper_c4d7 {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .hover-iron-834d
  .upper_c4d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .hover-iron-834d
  .upper_c4d7:hover {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .photo-42e5
  .info-liquid-239b
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_35d8
  .photo-42e5
  .label-brown-f2d6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .photo-42e5
  .pagination-9635 {
  color: var(--e-global-color-text);
}
.picture_35d8
  .photo-42e5
  .pagination-9635
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .photo-42e5
  .next_9d9b {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .photo-42e5
  .next_9d9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .photo-42e5
  .next_9d9b:hover {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .photo-42e5
  .upper_c4d7 {
  background-color: var(--e-global-color-primary);
}
.picture_35d8
  .photo-42e5
  .upper_c4d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture_35d8
  .photo-42e5
  .upper_c4d7:hover {
  background-color: var(--e-global-color-primary);
}
.picture_35d8 .left_b782 {
  background-color: var(--e-global-color-primary);
}
.picture_35d8 .left_b782:hover {
  background-color: var(--e-global-color-primary);
}
.picture_35d8 .backdrop_basic_b935 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_35d8 .picture_359c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_620d .modal_over_8bc9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_620d
  .menu-lower-7985
  > div:nth-child(3)
  .modal_over_8bc9,
.notification_620d
  .sort_south_066c
  > div:nth-child(1)
  .modal_over_8bc9,
.notification_620d
  .easy-6bd7
  > div:nth-child(1)
  .modal_over_8bc9,
.notification_620d
  .alert_silver_85e7
  > div:nth-child(1)
  .modal_over_8bc9,
.notification_620d
  .pink-f319
  > div:nth-child(1)
  .modal_over_8bc9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_620d .avatar_west_a310 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_620d .disabled-9d44 {
  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);
}
.notification_620d .bottom_c1dc {
  background-color: var(--e-global-color-primary);
}
.notification_620d .bottom_c1dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification_620d .bottom_c1dc:hover {
  background-color: var(--e-global-color-primary);
}
.notification_620d .container-gas-519a {
  background-color: var(--e-global-color-primary);
}
.notification_620d .container-gas-519a:hover {
  background-color: var(--e-global-color-primary);
}
.notification_620d .backdrop_basic_b935 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification_620d .picture_359c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-911c .badge-bd1f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver-911c .plasma_9c4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-911c .widget-877f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-911c .message_stale_336d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-911c .red_51f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver-911c .container-gas-519a {
  background-color: var(--e-global-color-primary);
}
.silver-911c .container-gas-519a:hover {
  background-color: var(--e-global-color-primary);
}
.layout-narrow-a693 .header_hard_5da0 {
  background-color: var(--e-global-color-secondary);
}
.layout-narrow-a693 .article-static-a18e {
  background-color: var(--e-global-color-text);
}
.layout-narrow-a693 .black_15f3 {
  background-color: var(--e-global-color-secondary);
}
.layout-narrow-a693 .next-2026 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-narrow-a693 .module-pro-6320 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-narrow-a693 .header_next_abb5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-narrow-a693 .video-5c46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-narrow-a693 .alert_9c11 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-hard-1cc7 .last-29f6 .title_glass_a8e2,
.modal-hard-1cc7
  .last-29f6
  .title_glass_a8e2
  a,
.modal-hard-1cc7 .layout_iron_7a2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-hard-1cc7 .last-29f6 .status_484a,
.modal-hard-1cc7 .texture_efa8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-hard-1cc7 .last-29f6 .status_484a {
  color: var(--e-global-color-text);
}
.modal-hard-1cc7 .texture_efa8 {
  color: var(--e-global-color-text);
}
.modal-hard-1cc7
  .last-29f6
  .outline-thick-1109 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-hard-1cc7 .new_bf40 .stone_4fb4 {
  background-color: var(--e-global-color-primary);
}
.modal-hard-1cc7 .new_bf40 .stone_4fb4:hover {
  background-color: var(--e-global-color-primary);
}
.modal-hard-1cc7 .new_bf40 .status-bottom-eb21 li span {
  background-color: var(--e-global-color-text);
}
.modal-hard-1cc7 .new_bf40 .status-bottom-eb21 li span:hover {
  background-color: var(--e-global-color-primary);
}
.modal-hard-1cc7
  .new_bf40
  .status-bottom-eb21
  li.advanced_ccc3
  span {
  background-color: var(--e-global-color-accent);
}
.modal-hard-1cc7 .feature-solid-0ec5 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_e2d1 .module_479d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge_gold_2d84 .bottom-a0a5 {
  background-color: var(--e-global-color-primary);
}
.badge_gold_2d84 .menu-0f0b {
  background-color: var(--e-global-color-secondary);
}
.badge_gold_2d84 .detail_out_99fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .top_6657 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .soft_2c5c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .progress_2bd4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .input_hot_ea78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .paragraph-east-0920 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.badge_gold_2d84 .title_c9a6 {
  background-color: var(--e-global-color-primary);
}
.badge_gold_2d84 .title_c9a6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module_301b .text_1fc3 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module_301b .frame-brown-fb28 {
  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);
}
.module_301b
  .outer-1540:after {
  background-color: var(--e-global-color-primary);
}
.module_301b .modal-small-0850 {
  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);
}
.banner_ee38 .layout_iron_7a2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner_ee38 .texture_efa8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_dirty_a5cb .stone-d183 .accent_hovered_694d {
  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);
}
.module_dirty_a5cb .stone-d183 .modal_tiny_e0eb {
  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_brown_05a7 .notification_white_07bd {
  background-color: var(--e-global-color-primary);
}
.form_brown_05a7 .section-motion-55e4 {
  background-color: var(--e-global-color-secondary);
}
.form_brown_05a7 .element-0993 .search_full_84c2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_brown_05a7 .light-5bea .search_full_84c2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_35e0 .border_fixed_95f9 .focus_0e4e {
  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);
}
.active_35e0 .border_fixed_95f9 .smooth-ed06 {
  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);
}
.active_35e0 .border_fixed_95f9 .middle-62a2 {
  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);
}
.filter_lite_dd3a .photo_prev_7f45 {
  border-color: var(--e-global-color-text);
}
.filter_lite_dd3a .cold-84c7 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.filter_lite_dd3a .image-d0e0 {
  color: var(--e-global-color-primary);
}
.filter_lite_dd3a .complex-6d7f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-wood-6fec .form_light_7df4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-wood-6fec .button_huge_19eb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-wood-6fec .hot_9e2c:hover .form_light_7df4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-wood-6fec
  .hot_9e2c:hover
  .button_huge_19eb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid-d45d .advanced-26e7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid-d45d .aside_south_86c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component_bottom_39f9 .active-b251 .right_09d7 {
  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);
}
.component_bottom_39f9 .summary-upper-635c .right_09d7 {
  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);
}
.panel_b1b4 .banner_dbcf {
  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);
}
.layout-purple-37bb .pagination-bb3a .cool-d758 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-purple-37bb .pagination-bb3a .cool-d758 {
  background-color: var(--e-global-color-secondary);
}
.layout-purple-37bb .column_19ac .cool-d758 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-purple-37bb .column_19ac .cool-d758 {
  background-color: var(--e-global-color-secondary);
}
.layout-purple-37bb .popup-db77 .highlight_left_8564 {
  background-color: var(--e-global-color-primary);
}
.layout-purple-37bb .popup-db77:hover .highlight_left_8564 {
  background-color: var(--e-global-color-secondary);
}
.layout-purple-37bb .stone_4fb4 {
  background-color: var(--e-global-color-primary);
}
.layout-purple-37bb .stone_4fb4:hover {
  background-color: var(--e-global-color-accent);
}
.layout-purple-37bb .status-bottom-eb21 li span {
  background-color: var(--e-global-color-text);
}
.layout-purple-37bb .status-bottom-eb21 li span:hover {
  background-color: var(--e-global-color-primary);
}
.layout-purple-37bb .status-bottom-eb21 li.advanced_ccc3 span {
  background-color: var(--e-global-color-accent);
}
.primary_next_9d08 .hidden_fb5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primary_next_9d08 .hard_a3b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_static_8c87 .over-aac3:before {
  background-color: var(--e-global-color-secondary);
}
.tertiary_static_8c87 .input_old_890f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_static_8c87 .search_thick_a156 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6ae2 .slow_a840 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6ae2 .slow_a840:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6ae2 .slow_a840.fn-active-8ca6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-6ae2 .blue_3bab {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6ae2 .image-e497 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6ae2 .paragraph_slow_0dc8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-6ae2 .dirty-1abb {
  background-color: var(--e-global-color-primary);
}
.fresh-6ae2 .dirty-1abb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-6ae2 .sort-white-e90d {
  background-color: var(--e-global-color-primary);
}
.fresh-6ae2 .sort-white-e90d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-e3a9 .breadcrumb-0fba .notice_68ac a {
  color: var(--e-global-color-secondary);
}
.hover-e3a9 .breadcrumb-0fba .notice_68ac a:hover {
  color: var(--e-global-color-secondary);
}
.hover-e3a9 .breadcrumb-0fba .notice_68ac,
.hover-e3a9 .breadcrumb-0fba .notice_68ac a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e3a9 .breadcrumb-0fba .caption_496d {
  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);
}
.hover-e3a9 .breadcrumb-0fba .component-2ee2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e3a9 .breadcrumb-0fba .tabs_b3a5 {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .breadcrumb-0fba .tabs_b3a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e3a9 .breadcrumb-0fba .tabs_b3a5:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .breadcrumb-0fba .carousel-glass-8cb2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-e3a9 .breadcrumb-0fba .carousel-glass-8cb2 {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .breadcrumb-0fba .carousel-glass-8cb2:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .breadcrumb-0fba .stone_4fb4 {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .breadcrumb-0fba .stone_4fb4:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .new_bf40 .status-bottom-eb21 li span {
  background-color: var(--e-global-color-text);
}
.hover-e3a9 .new_bf40 .status-bottom-eb21 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e3a9 .new_bf40 .status-bottom-eb21 li.advanced_ccc3 span {
  background-color: var(--e-global-color-accent);
}
.hover-e3a9 .backdrop_basic_b935 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-e3a9 .picture_359c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-soft-846a .light_63c3 .texture-52e0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-soft-846a .light_63c3 .surface_0e11 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-soft-846a .light_63c3 .form_7c28 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf .smooth-b14d {
  border-color: var(--e-global-color-text);
}
.cold-facf .summary-43e2 {
  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);
}
.cold-facf .carousel-gas-0494 {
  color: var(--e-global-color-secondary);
}
.cold-facf .carousel-gas-0494 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf .accent_advanced_43f7 > * {
  color: var(--e-global-color-primary);
}
.cold-facf .accent_advanced_43f7 > * svg {
  fill: var(--e-global-color-primary);
}
.cold-facf .gallery-fa5c {
  color: var(--e-global-color-primary);
}
.cold-facf .gallery-fa5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-facf .element-c91f {
  color: var(--e-global-color-primary);
}
.cold-facf .element-c91f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-facf .input-b1ae {
  color: var(--e-global-color-primary);
}
.cold-facf .input-b1ae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf .section_hard_89ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf .row-ebf0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf .row-ebf0.status_new_3105 {
  color: var(--e-global-color-secondary);
}
.cold-facf .row-ebf0.status_new_3105 .over-6737 {
  color: var(--e-global-color-accent);
}
.cold-facf .row-ebf0.west_2296 {
  color: var(--e-global-color-text);
}
.cold-facf .row-ebf0.west_2296 .over-6737 {
  color: var(--e-global-color-text);
}
.cold-facf .row-ebf0:before {
  border-top-color: var(--e-global-color-text);
}
.cold-facf .lite-381e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-facf
  .lite-381e
  .pagination_smooth_4bfc {
  background-color: var(--e-global-color-primary);
}
.cold-facf
  .lite-381e
  .pagination_smooth_4bfc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold-facf .smooth-b14d .label_motion_fd0e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo_ae48 .focus_d1a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo_ae48 .alert_focused_214b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_orange_1562 .outline_solid_9165 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_orange_1562
  .huge-8c34
  .tooltip-warm-a584 {
  background-color: var(--e-global-color-secondary);
}
.popup_orange_1562
  .huge-8c34.texture-3852
  .tooltip-warm-a584 {
  background-color: var(--e-global-color-text);
}
.popup_orange_1562
  .huge-8c34:hover
  .tooltip-warm-a584 {
  background-color: var(--e-global-color-accent);
}
.popup_orange_1562
  .huge-8c34.fn-active-8ca6
  .tooltip-warm-a584 {
  background-color: var(--e-global-color-primary);
}
.preview-stone-6008 .container_84d4 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.preview-stone-6008 .frame-6af2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-stone-6008 .sort-action-9c59 {
  background-color: var(--e-global-color-primary);
}
.preview-stone-6008 .sort-action-9c59 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message_green_6b43 .small_1676 .shade_d583 .nav_fixed_34b5 {
  background-color: var(--e-global-color-secondary);
}
.message_green_6b43 .small_1676 .notice-283a:after {
  background-color: var(--e-global-color-secondary);
}
.message_green_6b43 .outline-2681 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_green_6b43 .focus-prev-0847 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_green_6b43 .hidden_bee9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_green_6b43 .next-3ce3 {
  background-color: var(--e-global-color-primary);
}
.message_green_6b43 .next-3ce3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message_green_6b43 .block_inner_4dc7 {
  background-color: var(--e-global-color-secondary);
}
.message_green_6b43 .block_inner_4dc7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.message_green_6b43 .small_1676 .outline-cc5f .button-0724:hover {
  background-color: var(--e-global-color-primary);
}
.message_green_6b43
  .small_1676
  .outline-cc5f
  .button-0724.copper-de16 {
  background-color: var(--e-global-color-primary);
}
.message_green_6b43 .small_1676 .full-3823:before {
  border-color: var(--e-global-color-primary);
}
.message_green_6b43 .small_1676 .full-3823:hover:before {
  border-color: var(--e-global-color-secondary);
}
.message_green_6b43
  .small_1676
  .full-3823.new_2d85:before {
  border-color: var(--e-global-color-primary);
}
.message_green_6b43 .summary_fluid_701f span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-f7cc .detail_86d2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-f7cc .detail_86d2:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-f7cc .detail_86d2.text-fa38 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-f7cc .dark-ef76 {
  background-color: var(--e-global-color-primary);
}
.first-f7cc .dark-ef76 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-f7cc
  .inner-e53a
  .notification-focused-8b81
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-f7cc
  .video_0e2c
  .notification-focused-8b81
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-under-8758
  .stone_3e2c
  .photo_4b9b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-under-8758
  .stone_3e2c
  .progress-4541 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-under-8758 .image_497d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-under-8758 .summary_steel_7ce1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-under-8758 .upper_cc51 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-under-8758 .upper_cc51 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_simple_e2a6 .avatar-black-6e33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary_simple_e2a6 .footer-d5b6 {
  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);
}
.summary_simple_e2a6 .bright-a3b0 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_simple_e2a6 .bright-a3b0 a:hover {
  color: var(--e-global-color-secondary);
}
.summary_simple_e2a6 .under_a15e {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_simple_e2a6 .column_smooth_bb7a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_simple_e2a6 .texture_8615 .stone_4fb4 {
  background-color: var(--e-global-color-primary);
}
.summary_simple_e2a6 .texture_8615 .stone_4fb4:hover {
  background-color: var(--e-global-color-accent);
}
.summary_simple_e2a6
  .texture_8615
  .status-bottom-eb21
  li
  span {
  background-color: var(--e-global-color-text);
}
.summary_simple_e2a6
  .texture_8615
  .status-bottom-eb21
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.summary_simple_e2a6
  .texture_8615
  .status-bottom-eb21
  li.advanced_ccc3
  span {
  background-color: var(--e-global-color-accent);
}
.full-ef5f
  .hero-848f
  .summary_green_d84b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-ef5f .hero-848f .notice-d1fe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-ef5f .hero-848f .blue-500a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-ef5f .component_df7c {
  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);
}
.full-ef5f
  .breadcrumb_d6cc.tall-61e6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a {
  background-color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .lite-37fc.link_bottom_584c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .hovered_6b8d.caption-right-d6a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  .container-slow-975a
  > a {
  background-color: var(--e-global-color-secondary);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  .container-slow-975a
  > a
  .iron_d852 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  .container-slow-975a
  > a
  .hovered_6b8d.upper-7a24 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .accent_purple_af58:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  a
  .accent_purple_af58:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a.background-up-0b91
  > a
  .accent_purple_af58:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  .container-slow-975a.background-up-0b91
  > a
  .accent_purple_af58:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .wood_6b16
  .dirty-86c3 {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  a
  .wood_6b16
  .dirty-86c3 {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .wood_6b16
  .dirty-86c3,
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  a
  .wood_6b16
  .dirty-86c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > a
  .link_ef18:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  a
  .link_ef18:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a.background-up-0b91
  > a
  .link_ef18:before {
  color: var(--e-global-color-text);
}
.highlight_fresh_72fa
  > .highlight_stale_1936
  > div
  > .active-a901
  > .container-slow-975a
  > .dropdown_7332
  .container-slow-975a.background-up-0b91
  > a
  .link_ef18:before {
  color: var(--e-global-color-text);
}
.alert_new_aa4b .out_bb1c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert_new_aa4b
  .backdrop-gold-fcd1:hover
  .out_bb1c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.menu-f39a
  > .highlight_stale_1936
  > .row-outer-596f
  > .shadow-5f1b
  > .logo-iron-1834
  > .new_d5a6
  .media-pink-6507 {
  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);
}
.menu-f39a
  > .highlight_stale_1936
  > .row-outer-596f
  > .shadow-5f1b
  > .logo-iron-1834
  > .new_d5a6:hover
  .media-pink-6507 {
  color: var(--e-global-color-text);
}
.menu-f39a
  > .highlight_stale_1936
  > .row-outer-596f
  > .shadow-5f1b
  > .logo-iron-1834
  > .new_d5a6:hover
  .media-pink-6507 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.menu-f39a
  > .highlight_stale_1936
  > .row-outer-596f
  > .shadow-5f1b
  > .logo-iron-1834.text-inner-f4d4
  > .new_d5a6
  .media-pink-6507 {
  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);
}
.logo-6ca2 .content-dynamic-9600 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-6ca2 .bright-2ace {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo-6ca2 .tiny-2f17 {
  background-color: var(--e-global-color-primary);
}
.logo-6ca2 .tiny-2f17 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548
  .gas-48a0 {
  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);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548
  .hard-c8f4 {
  color: var(--e-global-color-text);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548:hover
  .gas-48a0 {
  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);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548:hover
  .hard-c8f4 {
  color: var(--e-global-color-secondary);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548.surface_fixed_4261
  .gas-48a0 {
  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);
}
.notification-9900
  > .highlight_stale_1936
  > .focused_f3b2
  > .info_878d
  > .aside_lite_1548.surface_fixed_4261
  .hard-c8f4 {
  color: var(--e-global-color-primary);
}
.description_e9e9
  .dynamic-6db1
  .icon_cb87 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_e9e9 .box-c108 .label_motion_fd0e .accent_fixed_c4b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_huge_78d7 .notification-4a22 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_huge_78d7 .content_pro_5f74 .notification-4a22 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_huge_78d7 .out-353c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_huge_78d7 .out-353c {
  background-color: var(--e-global-color-primary);
}
.element-up-6d99 .shade-in-20e1 .advanced-8123 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element-up-6d99
  .shade-in-20e1:hover
  .row_37e5 {
  color: var(--e-global-color-secondary);
}
.element-up-6d99
  .shade-in-20e1:hover
  .advanced-8123 {
  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_391e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.container-2bfe {
  flex-direction: column;
}

.container-2bfe .popup_563a {
  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.container-2bfe .popup_563a {
  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);
}

.container-2bfe .menu-stone-3f48 {
  text-align: center;
  font-size: 21px;
  color: #F0F8FF; /* 淡蓝白色，更柔和易读 */
  margin: 5px 0;
  line-height: 1.6; /* 增加行高提升可读性 */
}

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

.grid-lower-6aca.texture-705f {
  display: none;
}

.full-f9da {
  display: none;
}

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

.clean-9614.message-8e44 {
  margin-bottom: 40px;
  width: 100%;
}

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

.container-2bfe a {
  width: 100%;
}

.header-af82 .preview_87df.search_78ef {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.header-af82
  .preview_87df.component-512c
  .element-881d
  .item_342b {
  font-size: 20px !important;
}

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

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

.orange-9dd7 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.grid-7aba.menu_paper_b340 > .wrapper-14b8 {
  display: flex;
  align-items: center;
}

.dynamic-236e {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.progress-71bc {
  position: relative;
  width: 100%;
}

.advanced-d25d {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.header-af82
  .preview_87df.heading-hot-18e7
  .west-5bcc
  .dropdown-active-68b2 {
  width: 100% !important;
}

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

.block_silver_1d4f {
  width: 100%;
}

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

.action-ac87 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.status-paper-cfbd {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.action-ac87:hover .status-paper-cfbd {
  visibility: visible;
}
.action-ac87:hover.action-ac87::before {
  display: block;
}

.orange-9dd7 h3 {
  color: #fff;
}

.bronze_6b8b {
  margin: 0;
}

.header-af82
  .preview_87df.heading-hot-18e7
  .dropdown-active-68b2
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.liquid_bae8 {
  width: 100%;
}

.lower_1c7f {
  width: 100%;
}

.footer-selected-11b1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.lower_1c7f {
  width: 100%;
}

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

.dropdown-active-68b2 {
  display: flex;
  align-items: center;
}

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

.container-hard-1588 {
  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;
}

.container-2bfe .popup_563a.item-advanced-49a7 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.container-2bfe h1.popup_563a {
  margin-top: 80px !important;
}

.header-af82 .preview_87df.glass-c238 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.disabled_6b55 img {
  width: 100%;
}

.complex-a9a0 .primary-fixed-6a78.element-881d {
  justify-content: space-between;
}

.notice-15ac {
  display: none;
}

.sort_d654 .menu-stone-3f48 {
  margin: 1px 0 !important;
}

.glass-65e1 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .grid-7aba .wrapper-14b8 {
    flex-wrap: nowrap !important;
  }
}

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

  .silver-3504 {
    width: 100% !important;
  }
}

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

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

  .complex-a9a0 .primary-fixed-6a78.element-881d {
    border-bottom: 1px solid #f0c159;
  }

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

  .grid-7aba.menu_paper_b340 > .wrapper-14b8 {
    gap: 15px;
    justify-content: space-between;
  }

  .header-af82
    .preview_87df.heading-hot-18e7
    .dropdown-active-68b2
    img {
    width: 60% !important;
  }

  .advanced-d25d {
    left: 2%;
  }

  .slider_58e9 {
    margin: 10px 0;
  }

  .container-2bfe .menu-stone-3f48 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.container-2bfe .popup_563a,
  .container-2bfe .popup_563a {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .dropdown-active-68b2 {
    justify-content: center;
  }

  .container-2bfe .menu-stone-3f48 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .header-af82 .preview_87df.search_78ef {
    width: 75% !important;
  }

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

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

  h2.container-2bfe .popup_563a,
  .container-2bfe .popup_563a {
    font-size: 30px !important;
  }

  .dropdown-active-68b2 {
    justify-content: center;
  }

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

  .glass_68fa
    .photo_f022.sidebar_active_3af5 {
    margin: 0 !important;
  }

  .dynamic-236e {
    margin: 0;
    gap: 10px;
  }

  .slider_58e9 {
    display: flex;
  }

  .action_78f1 .soft_f6e6 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .lite-c8dc svg {
    width: 75% !important;
    height: 75% !important;
  }

  .footer-selected-11b1 {
    justify-content: flex-end;
    gap: 1px;
  }

  .container-2bfe h1.popup_563a {
    margin-top: 40px !important;
  }

  .header-af82
    .preview_87df.heading-hot-18e7
    .dropdown-active-68b2
    img,
  .pagination-953b .west-5bcc {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .header-af82 .preview_87df.search_78ef {
    width: 100% !important;
  }

  .grid-7aba.menu_paper_b340 > .wrapper-14b8 {
    gap: 3px;
  }

  .container-2bfe .menu-stone-3f48 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.complex-a9a0 .primary-fixed-6a78.element-881d {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.complex-a9a0 .primary-fixed-6a78.element-881d: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);
}

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

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

.container-2bfe {
  position: relative;
  padding-top: 30px;
}

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

.grid-lower-6aca: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .complex-a9a0 .primary-fixed-6a78.element-881d {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .container-2bfe .popup_563a {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .soft_f6e6 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.paragraph_f0b4 .photo-pink-b84e {
  flex-shrink: 0;
  white-space: nowrap;
}

.paragraph_f0b4 .iron_d11b {
  flex-shrink: 0;
  min-width: fit-content;
}

.paragraph_f0b4 .item_342b {
  white-space: nowrap;
}

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

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

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

.paragraph_f0b4 .iron_d11b {
  max-width: 80px !important;
  overflow: hidden;
}

.paragraph_f0b4 .primary-fixed-6a78.element-881d {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.paragraph_f0b4 .item_342b {
  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);
  }
}

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

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

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

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

body .dropdown-a741:nth-child(2),
.header-af82 .dropdown-a741:nth-child(2),
#page .dropdown-a741: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;
}

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

/* css-noise: 9151 */
.shadow-element-l9 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
