html {
  height: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box !important;
}

body {
  --wp--preset--color--black: #fff000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--maldkfctric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.middle_7e4d) {
  gap: 0.5em;
}
:where(.widget-7ae1) {
  gap: 0.5em;
}
body .current-b278 > .box_next_b6a5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .current-b278 > .gold-d0cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .current-b278 > .lite-2e6f {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .hovered-252b > .box_next_b6a5 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .hovered-252b > .gold-d0cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .hovered-252b > .lite-2e6f {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .hovered-252b
  > :where(:not(.box_next_b6a5):not(.gold-d0cc):not(.hidden_9a3f)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .hovered-252b > .component_east_3a99 {
  max-width: var(--wp--style--global--wide-size);
}
body .middle_7e4d {
  display: flex;
}
body .middle_7e4d {
  flex-wrap: wrap;
  align-items: center;
}
body .middle_7e4d > * {
  margin: 0;
}
body .widget-7ae1 {
  display: grid;
}
body .widget-7ae1 > * {
  margin: 0;
}
:where(.middle-46f9.middle_7e4d) {
  gap: 2em;
}
:where(.middle-46f9.widget-7ae1) {
  gap: 2em;
}
:where(.outer_cf7e.middle_7e4d) {
  gap: 1.25em;
}
:where(.outer_cf7e.widget-7ae1) {
  gap: 1.25em;
}
.banner-05bb {
  color: var(--wp--preset--color--black) !important;
}
.layout_fluid_b1af {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.search_f69f {
  color: var(--wp--preset--color--white) !important;
}
.surface-2928 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.preview-dynamic-d569 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.heading-febc {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.title_motion_9ed1 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.shadow-2a0e {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.menu_left_5f19 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.module-8b05 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.purple_0453 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.tooltip_ab48 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.first_2bf2 {
  background-color: var(--wp--preset--color--black) !important;
}
.disabled_right_fde6 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.grid-bc0a {
  background-color: var(--wp--preset--color--white) !important;
}
.out_9ead {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.inner-a1f7 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.caption_active_0af3 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.summary-small-b268 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.grid-huge-8174 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.advanced_b1b6 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.section_3d5d {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.box-d9bb {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.medium-7f7c {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.icon-15df {
  border-color: var(--wp--preset--color--black) !important;
}
.action_05a0 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hidden_ff3d {
  border-color: var(--wp--preset--color--white) !important;
}
.shade_light_67b9 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.table_a061 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.badge_new_d174 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.component_upper_7c70 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.button_812b {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.bright-cbc9 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.motion-a76d {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.active-f837 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.info-abd9 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.surface-brown-76c1 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.row-0e97 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.brown_ce65 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.search_8106 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.panel-9e84 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.photo-static-b6b0 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.aside_fb38 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.texture-0f66 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.secondary-full-da6e {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.paper-ce3a {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.box_0acc {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.plasma-c7cc {
  background: var(--wp--preset--gradient--midnight) !important;
}
.component_old_e87a {
  font-size: var(--wp--preset--font-size--small) !important;
}
.bottom_53da {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.preview-large-9d20 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.sort-62ea {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.right_341b a:where(:not(.paragraph-5250)) {
  color: inherit;
}
:where(.outer_cf7e.middle_7e4d) {
  gap: 1.25em;
}
:where(.outer_cf7e.widget-7ae1) {
  gap: 1.25em;
}
:where(.middle-46f9.middle_7e4d) {
  gap: 2em;
}
:where(.middle-46f9.widget-7ae1) {
  gap: 2em;
}
.mask_stone_0996 {
  font-size: 1.5em;
  line-height: 1.6;
}

.background_dark_ae52 .box-c88e {
  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);
}
.message-9726 .lower-b6fe {
  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);
}
.small_adc8 {
  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);
}
.small_adc8.panel-9ba7 .gradient-complex-fabe {
  background-color: var(--e-global-color-primary);
}
.small_adc8.current-a701 .gradient-complex-fabe,
.small_adc8.advanced-8230 .gradient-complex-fabe {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.slider-2361 .modal-dark-245c {
  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);
}
.notice-c609 {
  --divider-color: var(--e-global-color-secondary);
}
.notice-c609 .stale-c316 {
  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);
}
.notice-c609.carousel-c172 .caption-stale-40b2 {
  background-color: var(--e-global-color-secondary);
}
.notice-c609.notification-5b6a .caption-stale-40b2,
.notice-c609.stone-5c0c .caption-stale-40b2 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.notice-c609.notification-5b6a .caption-stale-40b2,
.notice-c609.stone-5c0c .caption-stale-40b2 svg {
  fill: var(--e-global-color-secondary);
}
.thick_9c09 .dirty-0cf3 {
  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);
}
.thick_9c09 .disabled_middle_46f5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.banner-42dc.carousel-c172 .caption-stale-40b2 {
  background-color: var(--e-global-color-primary);
}
.banner-42dc.notification-5b6a .caption-stale-40b2,
.banner-42dc.stone-5c0c .caption-stale-40b2 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.banner-42dc.notification-5b6a .caption-stale-40b2,
.banner-42dc.stone-5c0c .caption-stale-40b2 svg {
  fill: var(--e-global-color-primary);
}
.feature_1bec.carousel-c172 .caption-stale-40b2 {
  background-color: var(--e-global-color-primary);
}
.feature_1bec.notification-5b6a .caption-stale-40b2,
.feature_1bec.stone-5c0c .caption-stale-40b2 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.feature_1bec .video-f236 {
  color: var(--e-global-color-primary);
}
.feature_1bec .video-f236,
.feature_1bec .video-f236 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_1bec .info-8b0b {
  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);
}
.media_steel_b570 .breadcrumb-e032 {
  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);
}
.layout-410f .card_fresh_f5e5 .block-528f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel_black_3b34 .backdrop_right_7386:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.panel_black_3b34 .paragraph_c790 i {
  color: var(--e-global-color-primary);
}
.panel_black_3b34 .paragraph_c790 svg {
  fill: var(--e-global-color-primary);
}
.panel_black_3b34 .badge_84ef {
  color: var(--e-global-color-secondary);
}
.panel_black_3b34 .backdrop_right_7386 > .badge_84ef,
.panel_black_3b34 .backdrop_right_7386 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-south-3164 .popup-bronze-b441 {
  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);
}
.progress-south-3164 .dynamic_b54a {
  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);
}
.icon_09a9 .surface_5e0e .description_glass_e206 {
  background-color: var(--e-global-color-primary);
}
.icon_09a9 .clean_31ea {
  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);
}
.media-outer-8768 .prev-657a {
  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);
}
.media-outer-8768 .grid_a4c1 {
  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);
}
.media-outer-8768 .carousel-809e {
  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);
}
.button_23a1 .focus-2513,
.button_23a1 .focus-2513 a {
  color: var(--e-global-color-primary);
}
.button_23a1 .focus-2513.box-slow-cdba,
.button_23a1 .focus-2513.box-slow-cdba a {
  color: var(--e-global-color-accent);
}
.button_23a1 .focus-2513 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_23a1 .hovered_e438 {
  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);
}
.photo-in-8956 .focused-3fd4,
.photo-in-8956 .sidebar-d0c3 {
  color: var(--e-global-color-primary);
}
.photo-in-8956 .focused-3fd4 svg {
  fill: var(--e-global-color-primary);
}
.photo-in-8956 .box-slow-cdba .focused-3fd4,
.photo-in-8956 .box-slow-cdba .sidebar-d0c3 {
  color: var(--e-global-color-accent);
}
.photo-in-8956 .box-slow-cdba .focused-3fd4 svg {
  fill: var(--e-global-color-accent);
}
.photo-in-8956 .sidebar-d0c3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-in-8956 .hovered_e438 {
  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);
}
.up-bc03 .mask_5912,
.up-bc03 .status-bc52 {
  color: var(--e-global-color-primary);
}
.up-bc03 .status-bc52 svg {
  fill: var(--e-global-color-primary);
}
.up-bc03 .focus-2513.box-slow-cdba a,
.up-bc03
  .focus-2513.box-slow-cdba
  .status-bc52 {
  color: var(--e-global-color-accent);
}
.up-bc03 .mask_5912 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-bc03 .hovered_e438 {
  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);
}
.highlight_orange_a0cd .card_warm_d8bf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_orange_a0cd .liquid_50d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_8e13 .large-816f .shadow_e476 {
  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);
}
.breadcrumb_8e13 .large-816f .table-east-ebf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_8e13 .card_bronze_f121 .shadow_e476 {
  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);
}
.breadcrumb_8e13
  .card_bronze_f121
  .table-east-ebf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_8e13
  .solid-420e
  .shadow_e476 {
  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);
}
.breadcrumb_8e13
  .solid-420e
  .table-east-ebf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_8e13
  .photo_3806
  .shadow_e476 {
  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);
}
.breadcrumb_8e13
  .photo_3806
  .table-east-ebf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wood_c634 .form-thick-183a {
  background-color: var(--e-global-color-primary);
}
.wood_c634 .form-thick-183a:hover {
  background-color: var(--e-global-color-primary);
}
.wood_c634 .shade_72af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood_c634
  .form-thick-183a:hover
  .shade_72af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row-new-52e9 .sidebar-stale-b612 {
  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);
}
.block-out-be2a .liquid-9e9c .simple_196e a {
  background-color: var(--e-global-color-accent);
}
.block-out-be2a .liquid-9e9c .stale_a3c9 a {
  background-color: var(--e-global-color-accent);
}
.block-out-be2a .liquid-9e9c .simple_196e a,
.block-out-be2a .liquid-9e9c .stale_a3c9 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-7819
  .white-0c59.panel-upper-9b17
  .liquid-9e9c
  a.mask-21a5 {
  background-color: var(--e-global-color-accent);
}
.pink-7819
  .white-0c59.panel-upper-9b17
  .liquid-9e9c
  span.mask-21a5.fn-current-0983 {
  background-color: var(--e-global-color-text);
}
.pink-7819
  .white-0c59.panel-upper-9b17
  .liquid-9e9c
  .mask-21a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba .filter-hot-ba11 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .tag_simple_380d
  > .slow_aca1
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .shade_soft_6c9c
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .focus-east-788d
  .hero-de4c,
.stale_71ba
  .focus-east-788d
  .element-64eb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale_71ba
  .focus-east-788d
  .tabs-f9e2,
.stale_71ba
  .focus-east-788d
  a
  .tabs-f9e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .focus-east-788d
  .steel-7e16 {
  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);
}
.stale_71ba
  .focus-east-788d
  .layout_5942 {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .focus-east-788d
  .layout_5942 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .focus-east-788d
  .layout_5942:hover {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .focus-east-788d
  .image-first-c3c6 {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .focus-east-788d
  .image-first-c3c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .focus-east-788d
  .image-first-c3c6:hover {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .link_8bfb
  .row-center-b47f
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale_71ba
  .link_8bfb
  .green_8d0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .link_8bfb
  .steel-7e16 {
  color: var(--e-global-color-text);
}
.stale_71ba
  .link_8bfb
  .steel-7e16
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .link_8bfb
  .layout_5942 {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .link_8bfb
  .layout_5942 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .link_8bfb
  .layout_5942:hover {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .link_8bfb
  .image-first-c3c6 {
  background-color: var(--e-global-color-primary);
}
.stale_71ba
  .link_8bfb
  .image-first-c3c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale_71ba
  .link_8bfb
  .image-first-c3c6:hover {
  background-color: var(--e-global-color-primary);
}
.stale_71ba .active-basic-cbe8 {
  background-color: var(--e-global-color-primary);
}
.stale_71ba .active-basic-cbe8:hover {
  background-color: var(--e-global-color-primary);
}
.stale_71ba .accent_2b73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale_71ba .label-mini-bf1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-fresh-1ea9 .fresh-1f7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-fresh-1ea9
  .full_8f4d
  > div:nth-child(3)
  .fresh-1f7e,
.thumbnail-fresh-1ea9
  .overlay-3127
  > div:nth-child(1)
  .fresh-1f7e,
.thumbnail-fresh-1ea9
  .article-soft-83e6
  > div:nth-child(1)
  .fresh-1f7e,
.thumbnail-fresh-1ea9
  .dropdown_dim_e734
  > div:nth-child(1)
  .fresh-1f7e,
.thumbnail-fresh-1ea9
  .complex_473e
  > div:nth-child(1)
  .fresh-1f7e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-fresh-1ea9 .search_f3e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-fresh-1ea9 .action_93d4 {
  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);
}
.thumbnail-fresh-1ea9 .lower_040a {
  background-color: var(--e-global-color-primary);
}
.thumbnail-fresh-1ea9 .lower_040a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-fresh-1ea9 .lower_040a:hover {
  background-color: var(--e-global-color-primary);
}
.thumbnail-fresh-1ea9 .tertiary-last-21d3 {
  background-color: var(--e-global-color-primary);
}
.thumbnail-fresh-1ea9 .tertiary-last-21d3:hover {
  background-color: var(--e-global-color-primary);
}
.thumbnail-fresh-1ea9 .accent_2b73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-fresh-1ea9 .label-mini-bf1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_d0ae .breadcrumb-black-bdaa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_d0ae .photo-4dfc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_d0ae .gradient-cool-2122 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_d0ae .footer_a6fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_d0ae .outer_506c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_d0ae .tertiary-last-21d3 {
  background-color: var(--e-global-color-primary);
}
.info_d0ae .tertiary-last-21d3:hover {
  background-color: var(--e-global-color-primary);
}
.dark-d869 .cold_f6c2 {
  background-color: var(--e-global-color-secondary);
}
.dark-d869 .text_pressed_f8b3 {
  background-color: var(--e-global-color-text);
}
.dark-d869 .complex-f397 {
  background-color: var(--e-global-color-secondary);
}
.dark-d869 .east-c692 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dark-d869 .description_cool_e981 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-d869 .grid-pink-d7ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-d869 .background-4b78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-d869 .video-a88c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9a21 .header-fluid-26ed .tiny-883c,
.video-9a21
  .header-fluid-26ed
  .tiny-883c
  a,
.video-9a21 .article-d581 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9a21 .header-fluid-26ed .layout-656f,
.video-9a21 .column_hot_07f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9a21 .header-fluid-26ed .layout-656f {
  color: var(--e-global-color-text);
}
.video-9a21 .column_hot_07f8 {
  color: var(--e-global-color-text);
}
.video-9a21
  .header-fluid-26ed
  .motion-edef {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.video-9a21 .texture-right-9e9e .paper_6e9a {
  background-color: var(--e-global-color-primary);
}
.video-9a21 .texture-right-9e9e .paper_6e9a:hover {
  background-color: var(--e-global-color-primary);
}
.video-9a21 .texture-right-9e9e .thumbnail-last-de98 li span {
  background-color: var(--e-global-color-text);
}
.video-9a21 .texture-right-9e9e .thumbnail-last-de98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.video-9a21
  .texture-right-9e9e
  .thumbnail-last-de98
  li.avatar_b066
  span {
  background-color: var(--e-global-color-accent);
}
.video-9a21 .feature_1410 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_right_b21d .focused-1049 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.complex_a852 .avatar-dd42 {
  background-color: var(--e-global-color-primary);
}
.complex_a852 .caption-blue-e483 {
  background-color: var(--e-global-color-secondary);
}
.complex_a852 .popup_02bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .easy-6e3f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .frame_easy_3b7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .alert-active-8a22 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .fast_fbe5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .slider_lite_7416 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.complex_a852 .item_blue_34b4 {
  background-color: var(--e-global-color-primary);
}
.complex_a852 .item_blue_34b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus-gold-32c0 .hero_first_927f {
  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);
}
.focus-gold-32c0 .copper-8c3b {
  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);
}
.focus-gold-32c0
  .label-2aa3:after {
  background-color: var(--e-global-color-primary);
}
.focus-gold-32c0 .link_hard_18e3 {
  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);
}
.gradient-d4b8 .article-d581 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gradient-d4b8 .column_hot_07f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.menu-rough-acdd .filter-1b13 .prev-c61f {
  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);
}
.menu-rough-acdd .filter-1b13 .pagination_a86a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_752c .logo_ed76 {
  background-color: var(--e-global-color-primary);
}
.texture_752c .active-aee7 {
  background-color: var(--e-global-color-secondary);
}
.texture_752c .huge-d98e .outline_medium_f9ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_752c .image-d447 .outline_medium_f9ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_2c1d .aside_small_2085 .media_b8e3 {
  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);
}
.highlight_2c1d .aside_small_2085 .silver-3c8d {
  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);
}
.highlight_2c1d .aside_small_2085 .mini_1e17 {
  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);
}
.pattern-first-cf1c .sidebar_basic_1850 {
  border-color: var(--e-global-color-text);
}
.pattern-first-cf1c .panel-green-db66 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-first-cf1c .search-4914 {
  color: var(--e-global-color-primary);
}
.pattern-first-cf1c .caption_east_0026 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper_south_d06b .description_165e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_south_d06b .alert-yellow-2907 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_south_d06b .badge-under-862d:hover .description_165e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_south_d06b
  .badge-under-862d:hover
  .alert-yellow-2907 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge-prev-8f2c .widget_steel_bd95 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge-prev-8f2c .container-static-3200 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-smooth-fd50 .panel_6d6b .focused-8b7f {
  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);
}
.pattern-smooth-fd50 .new_bf9e .focused-8b7f {
  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);
}
.header-south-450a .out-1aa7 {
  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);
}
.center-703a .title-solid-7397 .background_dda9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-703a .title-solid-7397 .background_dda9 {
  background-color: var(--e-global-color-secondary);
}
.center-703a .bright-26ca .background_dda9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-703a .bright-26ca .background_dda9 {
  background-color: var(--e-global-color-secondary);
}
.center-703a .video-e9ae .backdrop_2a84 {
  background-color: var(--e-global-color-primary);
}
.center-703a .video-e9ae:hover .backdrop_2a84 {
  background-color: var(--e-global-color-secondary);
}
.center-703a .paper_6e9a {
  background-color: var(--e-global-color-primary);
}
.center-703a .paper_6e9a:hover {
  background-color: var(--e-global-color-accent);
}
.center-703a .thumbnail-last-de98 li span {
  background-color: var(--e-global-color-text);
}
.center-703a .thumbnail-last-de98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.center-703a .thumbnail-last-de98 li.avatar_b066 span {
  background-color: var(--e-global-color-accent);
}
.highlight_under_2c1b .middle_efa3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_under_2c1b .label_cb6f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_9bad .gold_33f6:before {
  background-color: var(--e-global-color-secondary);
}
.header_9bad .pattern_b930 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_9bad .narrow_5e0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_c78e .container_c8f5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_c78e .container_c8f5:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_c78e .container_c8f5.fn-active-0983 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_c78e .notice-thick-d565 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_c78e .sidebar-current-4ca2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_c78e .texture-huge-9843 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough_c78e .item_fbae {
  background-color: var(--e-global-color-primary);
}
.rough_c78e .item_fbae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.rough_c78e .fresh-ea64 {
  background-color: var(--e-global-color-primary);
}
.rough_c78e .fresh-ea64 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_fixed_8a6a .widget-8505 .shadow-7a0b a {
  color: var(--e-global-color-secondary);
}
.highlight_fixed_8a6a .widget-8505 .shadow-7a0b a:hover {
  color: var(--e-global-color-secondary);
}
.highlight_fixed_8a6a .widget-8505 .shadow-7a0b,
.highlight_fixed_8a6a .widget-8505 .shadow-7a0b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_fixed_8a6a .widget-8505 .notice_a097 {
  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);
}
.highlight_fixed_8a6a .widget-8505 .advanced_76ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_fixed_8a6a .widget-8505 .light-ef09 {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .widget-8505 .light-ef09 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_fixed_8a6a .widget-8505 .light-ef09:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .widget-8505 .component_dff4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight_fixed_8a6a .widget-8505 .component_dff4 {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .widget-8505 .component_dff4:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .widget-8505 .paper_6e9a {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .widget-8505 .paper_6e9a:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .texture-right-9e9e .thumbnail-last-de98 li span {
  background-color: var(--e-global-color-text);
}
.highlight_fixed_8a6a .texture-right-9e9e .thumbnail-last-de98 li span:hover {
  background-color: var(--e-global-color-primary);
}
.highlight_fixed_8a6a .texture-right-9e9e .thumbnail-last-de98 li.avatar_b066 span {
  background-color: var(--e-global-color-accent);
}
.highlight_fixed_8a6a .accent_2b73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight_fixed_8a6a .label-mini-bf1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-c26f .hover-732b .stone-14bc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-c26f .hover-732b .soft_094f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-c26f .hover-732b .tooltip_7b55 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e .text_589d {
  border-color: var(--e-global-color-text);
}
.cold-571e .chip_8736 {
  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-571e .accordion-cf40 {
  color: var(--e-global-color-secondary);
}
.cold-571e .accordion-cf40 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e .input_5254 > * {
  color: var(--e-global-color-primary);
}
.cold-571e .input_5254 > * svg {
  fill: var(--e-global-color-primary);
}
.cold-571e .large_c400 {
  color: var(--e-global-color-primary);
}
.cold-571e .large_c400 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-571e .accordion_2a8a {
  color: var(--e-global-color-primary);
}
.cold-571e .accordion_2a8a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-571e .out_8faa {
  color: var(--e-global-color-primary);
}
.cold-571e .out_8faa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e .nav_cold_08a7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e .heading-eaac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e .heading-eaac.cool_e903 {
  color: var(--e-global-color-secondary);
}
.cold-571e .heading-eaac.cool_e903 .input-92bc {
  color: var(--e-global-color-accent);
}
.cold-571e .heading-eaac.disabled-039b {
  color: var(--e-global-color-text);
}
.cold-571e .heading-eaac.disabled-039b .input-92bc {
  color: var(--e-global-color-text);
}
.cold-571e .heading-eaac:before {
  border-top-color: var(--e-global-color-text);
}
.cold-571e .input-slow-9920 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-571e
  .input-slow-9920
  .nav-motion-c4ba {
  background-color: var(--e-global-color-primary);
}
.cold-571e
  .input-slow-9920
  .nav-motion-c4ba {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold-571e .text_589d .large_9987 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag-stone-18c7 .text_top_5af2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag-stone-18c7 .purple_8100 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-white-a3d5 .element-outer-031c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent-white-a3d5
  .active-372e
  .center_437f {
  background-color: var(--e-global-color-secondary);
}
.accent-white-a3d5
  .active-372e.accent-416e
  .center_437f {
  background-color: var(--e-global-color-text);
}
.accent-white-a3d5
  .active-372e:hover
  .center_437f {
  background-color: var(--e-global-color-accent);
}
.accent-white-a3d5
  .active-372e.fn-active-0983
  .center_437f {
  background-color: var(--e-global-color-primary);
}
.prev_5870 .hover_lite_2d01 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.prev_5870 .bottom-059a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_5870 .thumbnail-65c4 {
  background-color: var(--e-global-color-primary);
}
.prev_5870 .thumbnail-65c4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-west-0643 .summary-9e3f .main_f0e1 .chip_8d80 {
  background-color: var(--e-global-color-secondary);
}
.progress-west-0643 .summary-9e3f .module_6f0e:after {
  background-color: var(--e-global-color-secondary);
}
.progress-west-0643 .down_d92c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-west-0643 .icon_wood_2b9e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-west-0643 .secondary_active_0ce3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-west-0643 .link-motion-004d {
  background-color: var(--e-global-color-primary);
}
.progress-west-0643 .link-motion-004d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-west-0643 .pattern-lite-f1e5 {
  background-color: var(--e-global-color-secondary);
}
.progress-west-0643 .pattern-lite-f1e5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress-west-0643 .summary-9e3f .sort-fd57 .widget-b21e:hover {
  background-color: var(--e-global-color-primary);
}
.progress-west-0643
  .summary-9e3f
  .sort-fd57
  .widget-b21e.mask_advanced_a9c8 {
  background-color: var(--e-global-color-primary);
}
.progress-west-0643 .summary-9e3f .up_d9f4:before {
  border-color: var(--e-global-color-primary);
}
.progress-west-0643 .summary-9e3f .up_d9f4:hover:before {
  border-color: var(--e-global-color-secondary);
}
.progress-west-0643
  .summary-9e3f
  .up_d9f4.right_7a7f:before {
  border-color: var(--e-global-color-primary);
}
.progress-west-0643 .mask_fixed_99c2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-1c8f .cold-947a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-1c8f .cold-947a:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-1c8f .cold-947a.border_367d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-1c8f .row-2d43 {
  background-color: var(--e-global-color-primary);
}
.item-1c8f .row-2d43 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-1c8f
  .title_6499
  .box_6be1
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item-1c8f
  .description-5f25
  .box_6be1
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dim-cd62
  .liquid_b0c7
  .wrapper-large-194a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-cd62
  .liquid_b0c7
  .breadcrumb_f7cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-cd62 .bronze-43ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-cd62 .gallery_blue_ddb4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-cd62 .mask_fcc2 {
  background-color: var(--e-global-color-primary);
}
.dim-cd62 .mask_fcc2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-3e7a .selected_6414 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-3e7a .primary_full_eb08 {
  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);
}
.aside-3e7a .shadow_complex_397f {
  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);
}
.aside-3e7a .shadow_complex_397f a:hover {
  color: var(--e-global-color-secondary);
}
.aside-3e7a .notification-plasma-de63 {
  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);
}
.aside-3e7a .text_ca59 {
  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);
}
.aside-3e7a .status-2ac5 .paper_6e9a {
  background-color: var(--e-global-color-primary);
}
.aside-3e7a .status-2ac5 .paper_6e9a:hover {
  background-color: var(--e-global-color-accent);
}
.aside-3e7a
  .status-2ac5
  .thumbnail-last-de98
  li
  span {
  background-color: var(--e-global-color-text);
}
.aside-3e7a
  .status-2ac5
  .thumbnail-last-de98
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.aside-3e7a
  .status-2ac5
  .thumbnail-last-de98
  li.avatar_b066
  span {
  background-color: var(--e-global-color-accent);
}
.frame-1769
  .menu-7e93
  .status-old-0805 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-1769 .menu-7e93 .banner_selected_a1de {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-1769 .menu-7e93 .box_up_bc54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-1769 .cool_bf08 {
  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);
}
.frame-1769
  .dirty-36d4.label-ad42 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a {
  background-color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .message_e9de.title_prev_afdd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .media_ed02.column-blue-97fb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  .thumbnail-3139
  > a {
  background-color: var(--e-global-color-secondary);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  .thumbnail-3139
  > a
  .first-13d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  .thumbnail-3139
  > a
  .media_ed02.active-bottom-713c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .form-1a86:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  a
  .form-1a86:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139.summary-d3cd
  > a
  .form-1a86:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  .thumbnail-3139.summary-d3cd
  > a
  .form-1a86:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .element-00be
  .fixed-a900 {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  a
  .element-00be
  .fixed-a900 {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .element-00be
  .fixed-a900,
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  a
  .element-00be
  .fixed-a900 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > a
  .picture-5ed4:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  a
  .picture-5ed4:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139.summary-d3cd
  > a
  .picture-5ed4:before {
  color: var(--e-global-color-text);
}
.search_pink_2dd3
  > .detail-prev-a466
  > div
  > .accent_403f
  > .thumbnail-3139
  > .article_action_e500
  .thumbnail-3139.summary-d3cd
  > a
  .picture-5ed4:before {
  color: var(--e-global-color-text);
}
.image-1c36 .border-short-6eb7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image-1c36
  .old-6e23:hover
  .border-short-6eb7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus-small-027e
  > .detail-prev-a466
  > .soft-572e
  > .selected-e0d9
  > .outline_aa46
  > .button-upper-e4ba
  .old_4c63 {
  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);
}
.focus-small-027e
  > .detail-prev-a466
  > .soft-572e
  > .selected-e0d9
  > .outline_aa46
  > .button-upper-e4ba:hover
  .old_4c63 {
  color: var(--e-global-color-text);
}
.focus-small-027e
  > .detail-prev-a466
  > .soft-572e
  > .selected-e0d9
  > .outline_aa46
  > .button-upper-e4ba:hover
  .old_4c63 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus-small-027e
  > .detail-prev-a466
  > .soft-572e
  > .selected-e0d9
  > .outline_aa46.content-out-17dd
  > .button-upper-e4ba
  .old_4c63 {
  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);
}
.lower-bc09 .widget-6331 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-bc09 .table_2677 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-bc09 .picture_07f3 {
  background-color: var(--e-global-color-primary);
}
.lower-bc09 .picture_07f3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3
  .pattern_fluid_d314 {
  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);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3
  .left_e883 {
  color: var(--e-global-color-text);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3:hover
  .pattern_fluid_d314 {
  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);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3:hover
  .left_e883 {
  color: var(--e-global-color-secondary);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3.active-e757
  .pattern_fluid_d314 {
  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);
}
.tabs_fb9e
  > .detail-prev-a466
  > .light_28ce
  > .heading_right_03a4
  > .paragraph-d4e3.active-e757
  .left_e883 {
  color: var(--e-global-color-primary);
}
.white_a9cd
  .column-c2a6
  .wood_a2f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.white_a9cd .progress_187a .large_9987 .frame_d4c9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-1472 .chip_33bf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-1472 .column_424b .chip_33bf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.clean-1472 .highlight_copper_01df {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.clean-1472 .highlight_copper_01df {
  background-color: var(--e-global-color-primary);
}
.hover-a73c .action-baa9 .thumbnail_complex_7665 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-a73c
  .action-baa9:hover
  .tooltip-0c0d {
  color: var(--e-global-color-secondary);
}
.hover-a73c
  .action-baa9:hover
  .thumbnail_complex_7665 {
  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);
}
.outline-dark-3908 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.notification-silver-48c4 {
  flex-direction: column;
}

.notification-silver-48c4 .block_warm_7c79 {
  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.notification-silver-48c4 .block_warm_7c79 {
  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);
}

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

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

.main-stone-0f77.carousel_steel_f7da {
  display: none;
}

.list_advanced_5f6e {
  display: none;
}

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

.gallery_165c.slider-dee5 {
  margin-bottom: 40px;
  width: 100%;
}

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

.notification-silver-48c4 a {
  width: 100%;
}

.notice_gas_5798 .hover-dark-8ef9.rough_42df {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.notice_gas_5798
  .hover-dark-8ef9.accordion-stone-275f
  .gallery-617f
  .main-large-1d08 {
  font-size: 20px !important;
}

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

.highlight-0db6 {
  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;
}

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

  text-align: center;
}

.hidden-f525.background_1294 > .accent_e322 {
  display: flex;
  align-items: center;
}

.warm-2fcd {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

.description-3bb4 {
  display: flex;
  gap: 50px;
}

.notice_gas_5798
  .hover-dark-8ef9.overlay-4a1c
  .surface_2c89
  .sidebar_hard_7e7d {
  width: 100% !important;
}

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

.icon_3067 {
  width: 100%;
}

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

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

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

  display: none;
}

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

.dropdown-easy-fa05 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.progress_middle_320b:hover .dropdown-easy-fa05 {
  visibility: visible;
}
.progress_middle_320b:hover.progress_middle_320b::before {
  display: block;
}

.frame_tiny_81f6 h3 {
  color: #fff;
}

.status-solid-ac59 {
  margin: 0;
}

.notice_gas_5798
  .hover-dark-8ef9.overlay-4a1c
  .sidebar_hard_7e7d
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.west_98d4 {
  width: 100%;
}

.disabled_a27f {
  width: 100%;
}

.grid-lower-3c16 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.disabled_a27f {
  width: 100%;
}

.filter-wood-d385 {
  margin-bottom: 10px !important;
}

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

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

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

.notification-silver-48c4 .block_warm_7c79.pro-9126 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.notification-silver-48c4 h1.block_warm_7c79 {
  margin-top: 80px !important;
}

.notice_gas_5798 .hover-dark-8ef9.status_stale_7b05 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header_f787 img {
  width: 100%;
}

.section-0d40 .carousel-rough-3ade.gallery-617f {
  justify-content: space-between;
}

.accordion-d1ee {
  display: none;
}

.slider-center-6ceb .gradient_south_4405 {
  margin: 1px 0 !important;
}

.fixed_de17 li {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .hidden-f525 .accent_e322 {
    flex-wrap: nowrap !important;
  }
}

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

  .preview-1747 {
    width: 100% !important;
  }
}

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

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

  .section-0d40 .carousel-rough-3ade.gallery-617f {
    border-bottom: 1px solid #f0c159;
  }

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

  .hidden-f525.background_1294 > .accent_e322 {
    gap: 15px;
    justify-content: space-between;
  }

  .notice_gas_5798
    .hover-dark-8ef9.overlay-4a1c
    .sidebar_hard_7e7d
    img {
    width: 60% !important;
  }

  .thumbnail_black_ab23 {
    left: 2%;
  }

  .disabled_top_ee11 {
    margin: 10px 0;
  }

  .notification-silver-48c4 .gradient_south_4405 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.notification-silver-48c4 .block_warm_7c79,
  .notification-silver-48c4 .block_warm_7c79 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .sidebar_hard_7e7d {
    justify-content: center;
  }

  .notification-silver-48c4 .gradient_south_4405 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .notice_gas_5798 .hover-dark-8ef9.rough_42df {
    width: 75% !important;
  }

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

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

  h2.notification-silver-48c4 .block_warm_7c79,
  .notification-silver-48c4 .block_warm_7c79 {
    font-size: 30px !important;
  }

  .sidebar_hard_7e7d {
    justify-content: center;
  }

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

  .glass_ebe7
    .hover_78f8.action_8d06 {
    margin: 0 !important;
  }

  .warm-2fcd {
    margin: 0;
    gap: 10px;
  }

  .disabled_top_ee11 {
    display: flex;
  }

  .pink-4018 .badge_top_b6c1 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .component-red-7640 svg {
    width: 75% !important;
    height: 75% !important;
  }

  .grid-lower-3c16 {
    justify-content: flex-end;
    gap: 1px;
  }

  .notification-silver-48c4 h1.block_warm_7c79 {
    margin-top: 40px !important;
  }

  .notice_gas_5798
    .hover-dark-8ef9.overlay-4a1c
    .sidebar_hard_7e7d
    img,
  .thick_9c09 .surface_2c89 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .notice_gas_5798 .hover-dark-8ef9.rough_42df {
    width: 100% !important;
  }

  .hidden-f525.background_1294 > .accent_e322 {
    gap: 3px;
  }

  .notification-silver-48c4 .gradient_south_4405 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.section-0d40 .carousel-rough-3ade.gallery-617f {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.section-0d40 .carousel-rough-3ade.gallery-617f: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);
}

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

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

.notification-silver-48c4 {
  position: relative;
  padding-top: 30px;
}

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

.main-stone-0f77: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;
}

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

/* 响应式增强 */
@media (max-width: 767px) {
  .section-0d40 .carousel-rough-3ade.gallery-617f {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .notification-silver-48c4 .block_warm_7c79 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .badge_top_b6c1 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.grid-3433 .bronze-811c {
  flex-shrink: 0;
  white-space: nowrap;
}

.grid-3433 .stone_cefa {
  flex-shrink: 0;
  min-width: fit-content;
}

.grid-3433 .main-large-1d08 {
  white-space: nowrap;
}

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

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

/* 强制紧凑导航菜单 - 防止重叠 */
.grid-3433 .bronze-811c {
  max-width: 80px !important;
}

.grid-3433 .stone_cefa {
  max-width: 80px !important;
  overflow: hidden;
}

.grid-3433 .carousel-rough-3ade.gallery-617f {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.grid-3433 .main-large-1d08 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 778d */
.phantom-card-r9 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
