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(.hero_motion_a9bd) {
  gap: 0.5em;
}
:where(.filter_fast_ae72) {
  gap: 0.5em;
}
body .stone-311b > .heading_9b9b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .stone-311b > .purple_d81e {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .stone-311b > .green-f3b6 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .list-3df2 > .heading_9b9b {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .list-3df2 > .purple_d81e {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .list-3df2 > .green-f3b6 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .list-3df2
  > :where(:not(.heading_9b9b):not(.purple_d81e):not(.row_stone_e9a4)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .list-3df2 > .fluid-07a3 {
  max-width: var(--wp--style--global--wide-size);
}
body .hero_motion_a9bd {
  display: flex;
}
body .hero_motion_a9bd {
  flex-wrap: wrap;
  align-items: center;
}
body .hero_motion_a9bd > * {
  margin: 0;
}
body .filter_fast_ae72 {
  display: grid;
}
body .filter_fast_ae72 > * {
  margin: 0;
}
:where(.frame_glass_8361.hero_motion_a9bd) {
  gap: 2em;
}
:where(.frame_glass_8361.filter_fast_ae72) {
  gap: 2em;
}
:where(.main_bc98.hero_motion_a9bd) {
  gap: 1.25em;
}
:where(.main_bc98.filter_fast_ae72) {
  gap: 1.25em;
}
.gallery_1606 {
  color: var(--wp--preset--color--black) !important;
}
.content_b6b4 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.module_advanced_a9be {
  color: var(--wp--preset--color--white) !important;
}
.frame_9adc {
  color: var(--wp--preset--color--pale-pink) !important;
}
.copper_5ceb {
  color: var(--wp--preset--color--vivid-red) !important;
}
.tertiary_d121 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hot_f5ae {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.avatar_7bea {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.link_c385 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.progress_copper_8270 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.slider-0017 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.lower_cf1f {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.feature_eefe {
  background-color: var(--wp--preset--color--black) !important;
}
.bright-816a {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.highlight_2153 {
  background-color: var(--wp--preset--color--white) !important;
}
.west_6365 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.pro-4c79 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.column_dirty_e634 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.link_e01d {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.shadow_current_95f0 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.dim-87af {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.shadow_6991 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.info_solid_7501 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.top_81ac {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.element-short-d56f {
  border-color: var(--wp--preset--color--black) !important;
}
.video-up-74e4 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.logo-03bb {
  border-color: var(--wp--preset--color--white) !important;
}
.overlay_5fbe {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.module-3290 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.primary-0ba0 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.overlay-rough-5a3c {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.notice_wood_2d05 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.popup_top_ed53 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.image-3196 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.link_6147 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.cold_da45 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.gallery-7e43 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.widget-bronze-e14d {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.pattern-21fa {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.hard_3d39 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.active_c231 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.wood-8ac3 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.form-dirty-7d5a {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.primary-6380 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.item_warm_d140 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.avatar-inner-48f9 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.steel-7fd2 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.pattern_paper_ff06 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.popup_f0cd {
  font-size: var(--wp--preset--font-size--small) !important;
}
.primary-solid-f376 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.medium_877f {
  font-size: var(--wp--preset--font-size--large) !important;
}
.hard-da84 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.paragraph-cold-9a06 a:where(:not(.media_b103)) {
  color: inherit;
}
:where(.main_bc98.hero_motion_a9bd) {
  gap: 1.25em;
}
:where(.main_bc98.filter_fast_ae72) {
  gap: 1.25em;
}
:where(.frame_glass_8361.hero_motion_a9bd) {
  gap: 2em;
}
:where(.frame_glass_8361.filter_fast_ae72) {
  gap: 2em;
}
.bronze_2ae9 {
  font-size: 1.5em;
  line-height: 1.6;
}

.label_hot_49f9 .backdrop_a39d {
  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);
}
.dirty-8e88 .footer_tall_b542 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-84fe {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium-84fe.highlight_short_9c1f .shade-in-232a {
  background-color: var(--e-global-color-primary);
}
.medium-84fe.stale-2c4c .shade-in-232a,
.medium-84fe.wood-c16c .shade-in-232a {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.surface_bf05 .notice-2414 {
  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);
}
.pink_32bb {
  --divider-color: var(--e-global-color-secondary);
}
.pink_32bb .large_ccab {
  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);
}
.pink_32bb.media_ec61 .smooth-0574 {
  background-color: var(--e-global-color-secondary);
}
.pink_32bb.thick-ee4e .smooth-0574,
.pink_32bb.text-1ffe .smooth-0574 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.pink_32bb.thick-ee4e .smooth-0574,
.pink_32bb.text-1ffe .smooth-0574 svg {
  fill: var(--e-global-color-secondary);
}
.frame-7565 .notice-motion-2860 {
  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);
}
.frame-7565 .background_under_68f3 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-mini-c819.media_ec61 .smooth-0574 {
  background-color: var(--e-global-color-primary);
}
.active-mini-c819.thick-ee4e .smooth-0574,
.active-mini-c819.text-1ffe .smooth-0574 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.active-mini-c819.thick-ee4e .smooth-0574,
.active-mini-c819.text-1ffe .smooth-0574 svg {
  fill: var(--e-global-color-primary);
}
.slider-narrow-91e1.media_ec61 .smooth-0574 {
  background-color: var(--e-global-color-primary);
}
.slider-narrow-91e1.thick-ee4e .smooth-0574,
.slider-narrow-91e1.text-1ffe .smooth-0574 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.slider-narrow-91e1 .photo-f6b1 {
  color: var(--e-global-color-primary);
}
.slider-narrow-91e1 .photo-f6b1,
.slider-narrow-91e1 .photo-f6b1 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slider-narrow-91e1 .south_84d0 {
  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-6828 .iron-e5e2 {
  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);
}
.button-fcb2 .background-5644 .narrow-d7ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.down_e4a4 .border-0a3c:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.down_e4a4 .content_20a6 i {
  color: var(--e-global-color-primary);
}
.down_e4a4 .content_20a6 svg {
  fill: var(--e-global-color-primary);
}
.down_e4a4 .notice_63e9 {
  color: var(--e-global-color-secondary);
}
.down_e4a4 .border-0a3c > .notice_63e9,
.down_e4a4 .border-0a3c > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-4e72 .pagination-selected-a6f1 {
  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);
}
.light-4e72 .light-2668 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.narrow-27d6 .dynamic-400c .liquid-6df1 {
  background-color: var(--e-global-color-primary);
}
.narrow-27d6 .status_west_7f1d {
  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);
}
.bright_14f5 .menu-d951 {
  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);
}
.bright_14f5 .tag_beff {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bright_14f5 .module-b7de {
  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);
}
.fresh_3c57 .static_e207,
.fresh_3c57 .static_e207 a {
  color: var(--e-global-color-primary);
}
.fresh_3c57 .static_e207.outer_b38f,
.fresh_3c57 .static_e207.outer_b38f a {
  color: var(--e-global-color-accent);
}
.fresh_3c57 .static_e207 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh_3c57 .disabled_out_7310 {
  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);
}
.sort_c2ed .border-dynamic-1713,
.sort_c2ed .logo-ecb8 {
  color: var(--e-global-color-primary);
}
.sort_c2ed .border-dynamic-1713 svg {
  fill: var(--e-global-color-primary);
}
.sort_c2ed .outer_b38f .border-dynamic-1713,
.sort_c2ed .outer_b38f .logo-ecb8 {
  color: var(--e-global-color-accent);
}
.sort_c2ed .outer_b38f .border-dynamic-1713 svg {
  fill: var(--e-global-color-accent);
}
.sort_c2ed .logo-ecb8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sort_c2ed .disabled_out_7310 {
  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);
}
.pagination_cold_ca98 .widget_warm_05cc,
.pagination_cold_ca98 .feature_3a98 {
  color: var(--e-global-color-primary);
}
.pagination_cold_ca98 .feature_3a98 svg {
  fill: var(--e-global-color-primary);
}
.pagination_cold_ca98 .static_e207.outer_b38f a,
.pagination_cold_ca98
  .static_e207.outer_b38f
  .feature_3a98 {
  color: var(--e-global-color-accent);
}
.pagination_cold_ca98 .widget_warm_05cc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination_cold_ca98 .disabled_out_7310 {
  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);
}
.gradient_6cd2 .caption-dirty-746f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_6cd2 .wood-de43 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-21fd .accent_small_ecfc .overlay_stone_8cba {
  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);
}
.last-21fd .accent_small_ecfc .chip-6082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-21fd .search_390f .overlay_stone_8cba {
  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);
}
.last-21fd
  .search_390f
  .chip-6082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-21fd
  .form-hard-e3e1
  .overlay_stone_8cba {
  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);
}
.last-21fd
  .form-hard-e3e1
  .chip-6082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last-21fd
  .layout-d170
  .overlay_stone_8cba {
  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);
}
.last-21fd
  .layout-d170
  .chip-6082 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_fdeb .content_short_ec6e {
  background-color: var(--e-global-color-primary);
}
.hard_fdeb .content_short_ec6e:hover {
  background-color: var(--e-global-color-primary);
}
.hard_fdeb .shadow-a734 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hard_fdeb
  .content_short_ec6e:hover
  .shadow-a734 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-action-bb30 .list_5795 {
  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);
}
.hover-right-7190 .first_1aed .tooltip-b885 a {
  background-color: var(--e-global-color-accent);
}
.hover-right-7190 .first_1aed .form-orange-7974 a {
  background-color: var(--e-global-color-accent);
}
.hover-right-7190 .first_1aed .tooltip-b885 a,
.hover-right-7190 .first_1aed .form-orange-7974 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-e833
  .warm_a955.thick_40a8
  .first_1aed
  a.overlay_static_9f2b {
  background-color: var(--e-global-color-accent);
}
.prev-e833
  .warm_a955.thick_40a8
  .first_1aed
  span.overlay_static_9f2b.fn-current-eb5f {
  background-color: var(--e-global-color-text);
}
.prev-e833
  .warm_a955.thick_40a8
  .first_1aed
  .overlay_static_9f2b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a .red-9251 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .carousel_old_6953
  > .short_f04b
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .image-0986
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .tooltip_dark_6157
  .component_bc27,
.paper_479a
  .tooltip_dark_6157
  .image-df0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_479a
  .tooltip_dark_6157
  .soft-6328,
.paper_479a
  .tooltip_dark_6157
  a
  .soft-6328 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .tooltip_dark_6157
  .frame-middle-9af2 {
  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);
}
.paper_479a
  .tooltip_dark_6157
  .banner_7489 {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .tooltip_dark_6157
  .banner_7489 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .tooltip_dark_6157
  .banner_7489:hover {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .tooltip_dark_6157
  .dynamic-60be {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .tooltip_dark_6157
  .dynamic-60be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .tooltip_dark_6157
  .dynamic-60be:hover {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .carousel-complex-1a0d
  .purple-36e0
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_479a
  .carousel-complex-1a0d
  .shadow-basic-c165 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .carousel-complex-1a0d
  .frame-middle-9af2 {
  color: var(--e-global-color-text);
}
.paper_479a
  .carousel-complex-1a0d
  .frame-middle-9af2
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .carousel-complex-1a0d
  .banner_7489 {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .carousel-complex-1a0d
  .banner_7489 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .carousel-complex-1a0d
  .banner_7489:hover {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .carousel-complex-1a0d
  .dynamic-60be {
  background-color: var(--e-global-color-primary);
}
.paper_479a
  .carousel-complex-1a0d
  .dynamic-60be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_479a
  .carousel-complex-1a0d
  .dynamic-60be:hover {
  background-color: var(--e-global-color-primary);
}
.paper_479a .highlight-current-2150 {
  background-color: var(--e-global-color-primary);
}
.paper_479a .highlight-current-2150:hover {
  background-color: var(--e-global-color-primary);
}
.paper_479a .search-middle-3bb5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_479a .plasma_d539 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_5718 .section_east_25ad {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_5718
  .accent_left_88b3
  > div:nth-child(3)
  .section_east_25ad,
.logo_5718
  .input-cb78
  > div:nth-child(1)
  .section_east_25ad,
.logo_5718
  .tag-hard-5b12
  > div:nth-child(1)
  .section_east_25ad,
.logo_5718
  .button_c96f
  > div:nth-child(1)
  .section_east_25ad,
.logo_5718
  .static_48cc
  > div:nth-child(1)
  .section_east_25ad {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_5718 .green-b354 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_5718 .huge-38ec {
  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);
}
.logo_5718 .image-hard-aabb {
  background-color: var(--e-global-color-primary);
}
.logo_5718 .image-hard-aabb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.logo_5718 .image-hard-aabb:hover {
  background-color: var(--e-global-color-primary);
}
.logo_5718 .block_83cb {
  background-color: var(--e-global-color-primary);
}
.logo_5718 .block_83cb:hover {
  background-color: var(--e-global-color-primary);
}
.logo_5718 .search-middle-3bb5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo_5718 .plasma_d539 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-under-cca8 .mask-03ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-under-cca8 .active_2b9d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-under-cca8 .overlay_02d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-under-cca8 .border_thick_2897 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-under-cca8 .silver-9680 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.block-under-cca8 .block_83cb {
  background-color: var(--e-global-color-primary);
}
.block-under-cca8 .block_83cb:hover {
  background-color: var(--e-global-color-primary);
}
.chip_fluid_1d9b .container_old_16d8 {
  background-color: var(--e-global-color-secondary);
}
.chip_fluid_1d9b .item-5034 {
  background-color: var(--e-global-color-text);
}
.chip_fluid_1d9b .background_active_85c7 {
  background-color: var(--e-global-color-secondary);
}
.chip_fluid_1d9b .preview_next_5e9b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_fluid_1d9b .info-dim-504b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_fluid_1d9b .left-b802 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_fluid_1d9b .gradient_55ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_fluid_1d9b .paragraph_large_fae2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_fresh_5c8c .gallery-f7ef .tertiary_2535,
.form_fresh_5c8c
  .gallery-f7ef
  .tertiary_2535
  a,
.form_fresh_5c8c .grid-2d88 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_fresh_5c8c .gallery-f7ef .search-97ee,
.form_fresh_5c8c .sort_1ce2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_fresh_5c8c .gallery-f7ef .search-97ee {
  color: var(--e-global-color-text);
}
.form_fresh_5c8c .sort_1ce2 {
  color: var(--e-global-color-text);
}
.form_fresh_5c8c
  .gallery-f7ef
  .component-lite-5989 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form_fresh_5c8c .widget_e62e .small-c229 {
  background-color: var(--e-global-color-primary);
}
.form_fresh_5c8c .widget_e62e .small-c229:hover {
  background-color: var(--e-global-color-primary);
}
.form_fresh_5c8c .widget_e62e .complex-87fc li span {
  background-color: var(--e-global-color-text);
}
.form_fresh_5c8c .widget_e62e .complex-87fc li span:hover {
  background-color: var(--e-global-color-primary);
}
.form_fresh_5c8c
  .widget_e62e
  .complex-87fc
  li.cool-7e22
  span {
  background-color: var(--e-global-color-accent);
}
.form_fresh_5c8c .carousel-b845 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-8997 .disabled-hot-8e0d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.component-yellow-2ff8 .module-cf81 {
  background-color: var(--e-global-color-primary);
}
.component-yellow-2ff8 .sidebar_selected_199c {
  background-color: var(--e-global-color-secondary);
}
.component-yellow-2ff8 .dropdown_1df9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .stale-ab39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .border-simple-9ddf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .fixed_f79e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .label_outer_23f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .heading_tall_5b85 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.component-yellow-2ff8 .tag_hovered_e3d1 {
  background-color: var(--e-global-color-primary);
}
.component-yellow-2ff8 .tag_hovered_e3d1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-b55e .module_glass_cbd6 {
  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);
}
.modal-b55e .focus-37ff {
  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);
}
.modal-b55e
  .light-b5ea:after {
  background-color: var(--e-global-color-primary);
}
.modal-b55e .cool_ce01 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-static-4bd2 .grid-2d88 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-static-4bd2 .sort_1ce2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.large_760d .complex_d30d .paragraph_1a56 {
  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);
}
.large_760d .complex_d30d .main-033a {
  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);
}
.west_6e23 .top-74f0 {
  background-color: var(--e-global-color-primary);
}
.west_6e23 .last_c7dc {
  background-color: var(--e-global-color-secondary);
}
.west_6e23 .popup_1b9e .clean_383a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west_6e23 .hot_05e8 .clean_383a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.down-8e09 .video_mini_2d39 .stale_ab5e {
  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);
}
.down-8e09 .video_mini_2d39 .east_8449 {
  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);
}
.down-8e09 .video_mini_2d39 .hero-1bd0 {
  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);
}
.picture_95c3 .frame_liquid_30df {
  border-color: var(--e-global-color-text);
}
.picture_95c3 .tooltip-89ca {
  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_95c3 .container-down-33e8 {
  color: var(--e-global-color-primary);
}
.picture_95c3 .thick-0c37 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.right_7793 .row_narrow_65ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.right_7793 .alert_a206 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.right_7793 .pro-3501:hover .row_narrow_65ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.right_7793
  .pro-3501:hover
  .alert_a206 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert-c341 .sidebar-2d52 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.alert-c341 .top_aa56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_43cf .cool_53b2 .tall_5d01 {
  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);
}
.hidden_43cf .accent_79ea .tall_5d01 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.progress-d18e .background-01aa {
  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);
}
.copper-3035 .gold-7b2c .accent-2e73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-3035 .gold-7b2c .accent-2e73 {
  background-color: var(--e-global-color-secondary);
}
.copper-3035 .selected_ddd9 .accent-2e73 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper-3035 .selected_ddd9 .accent-2e73 {
  background-color: var(--e-global-color-secondary);
}
.copper-3035 .heading-huge-e260 .shade_red_7b91 {
  background-color: var(--e-global-color-primary);
}
.copper-3035 .heading-huge-e260:hover .shade_red_7b91 {
  background-color: var(--e-global-color-secondary);
}
.copper-3035 .small-c229 {
  background-color: var(--e-global-color-primary);
}
.copper-3035 .small-c229:hover {
  background-color: var(--e-global-color-accent);
}
.copper-3035 .complex-87fc li span {
  background-color: var(--e-global-color-text);
}
.copper-3035 .complex-87fc li span:hover {
  background-color: var(--e-global-color-primary);
}
.copper-3035 .complex-87fc li.cool-7e22 span {
  background-color: var(--e-global-color-accent);
}
.selected-17a7 .wood_27d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.selected-17a7 .header-west-a885 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-d118 .pressed_3646:before {
  background-color: var(--e-global-color-secondary);
}
.frame-d118 .picture_9843 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.frame-d118 .block-lite-03d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_inner_0025 .icon-229b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_inner_0025 .icon-229b:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_inner_0025 .icon-229b.fn-active-eb5f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_inner_0025 .content-ea87 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_inner_0025 .sidebar_b362 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_inner_0025 .avatar-f2c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_inner_0025 .progress_wide_3505 {
  background-color: var(--e-global-color-primary);
}
.thumbnail_inner_0025 .progress_wide_3505 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thumbnail_inner_0025 .sort_current_b04a {
  background-color: var(--e-global-color-primary);
}
.thumbnail_inner_0025 .sort_current_b04a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_motion_e331 .outline-fast-9f75 .avatar_focused_f0ca a {
  color: var(--e-global-color-secondary);
}
.outline_motion_e331 .outline-fast-9f75 .avatar_focused_f0ca a:hover {
  color: var(--e-global-color-secondary);
}
.outline_motion_e331 .outline-fast-9f75 .avatar_focused_f0ca,
.outline_motion_e331 .outline-fast-9f75 .avatar_focused_f0ca a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_motion_e331 .outline-fast-9f75 .hard_cde7 {
  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);
}
.outline_motion_e331 .outline-fast-9f75 .logo_iron_3156 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_motion_e331 .outline-fast-9f75 .sidebar-9211 {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .outline-fast-9f75 .sidebar-9211 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_motion_e331 .outline-fast-9f75 .sidebar-9211:hover {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .outline-fast-9f75 .tiny_6f52 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_motion_e331 .outline-fast-9f75 .tiny_6f52 {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .outline-fast-9f75 .tiny_6f52:hover {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .outline-fast-9f75 .small-c229 {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .outline-fast-9f75 .small-c229:hover {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .widget_e62e .complex-87fc li span {
  background-color: var(--e-global-color-text);
}
.outline_motion_e331 .widget_e62e .complex-87fc li span:hover {
  background-color: var(--e-global-color-primary);
}
.outline_motion_e331 .widget_e62e .complex-87fc li.cool-7e22 span {
  background-color: var(--e-global-color-accent);
}
.outline_motion_e331 .search-middle-3bb5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_motion_e331 .plasma_d539 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal-86a1 .cold_cfbb .fresh_46b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal-86a1 .cold_cfbb .shade_e5c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-86a1 .cold_cfbb .chip-62a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150 .tertiary-current-2437 {
  border-color: var(--e-global-color-text);
}
.disabled_narrow_3150 .preview_lower_ed5d {
  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);
}
.disabled_narrow_3150 .yellow_b651 {
  color: var(--e-global-color-secondary);
}
.disabled_narrow_3150 .yellow_b651 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150 .video-lower-e26d > * {
  color: var(--e-global-color-primary);
}
.disabled_narrow_3150 .video-lower-e26d > * svg {
  fill: var(--e-global-color-primary);
}
.disabled_narrow_3150 .active_b3ce {
  color: var(--e-global-color-primary);
}
.disabled_narrow_3150 .active_b3ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled_narrow_3150 .footer-wood-182b {
  color: var(--e-global-color-primary);
}
.disabled_narrow_3150 .footer-wood-182b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled_narrow_3150 .next-ad7d {
  color: var(--e-global-color-primary);
}
.disabled_narrow_3150 .next-ad7d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150 .pressed_b6ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150 .fast-cd25 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150 .fast-cd25.over_957e {
  color: var(--e-global-color-secondary);
}
.disabled_narrow_3150 .fast-cd25.over_957e .slider_purple_8e85 {
  color: var(--e-global-color-accent);
}
.disabled_narrow_3150 .fast-cd25.tooltip_pink_cf21 {
  color: var(--e-global-color-text);
}
.disabled_narrow_3150 .fast-cd25.tooltip_pink_cf21 .slider_purple_8e85 {
  color: var(--e-global-color-text);
}
.disabled_narrow_3150 .fast-cd25:before {
  border-top-color: var(--e-global-color-text);
}
.disabled_narrow_3150 .button-4e71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_narrow_3150
  .button-4e71
  .hover-e543 {
  background-color: var(--e-global-color-primary);
}
.disabled_narrow_3150
  .button-4e71
  .hover-e543 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_narrow_3150 .tertiary-current-2437 .focus_dfc0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper_961e .frame_static_d6aa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paper_961e .breadcrumb_tall_142c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_cd02 .frame-stale-7572 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze_cd02
  .focus-e3d1
  .thumbnail_6173 {
  background-color: var(--e-global-color-secondary);
}
.bronze_cd02
  .focus-e3d1.over-fa03
  .thumbnail_6173 {
  background-color: var(--e-global-color-text);
}
.bronze_cd02
  .focus-e3d1:hover
  .thumbnail_6173 {
  background-color: var(--e-global-color-accent);
}
.bronze_cd02
  .focus-e3d1.fn-active-eb5f
  .thumbnail_6173 {
  background-color: var(--e-global-color-primary);
}
.module_stale_84a6 .block-8515 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.module_stale_84a6 .background_40b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_stale_84a6 .tiny-80d8 {
  background-color: var(--e-global-color-primary);
}
.module_stale_84a6 .tiny-80d8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_bronze_97c5 .slider-fixed-0232 .progress-1fe9 .panel-47ad {
  background-color: var(--e-global-color-secondary);
}
.backdrop_bronze_97c5 .slider-fixed-0232 .backdrop-6ca2:after {
  background-color: var(--e-global-color-secondary);
}
.backdrop_bronze_97c5 .highlight_easy_0569 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_bronze_97c5 .wide-3e6e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_bronze_97c5 .main_f57c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_bronze_97c5 .glass_0b68 {
  background-color: var(--e-global-color-primary);
}
.backdrop_bronze_97c5 .glass_0b68 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_bronze_97c5 .paper-6570 {
  background-color: var(--e-global-color-secondary);
}
.backdrop_bronze_97c5 .paper-6570 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop_bronze_97c5 .slider-fixed-0232 .solid-f255 .prev-d634:hover {
  background-color: var(--e-global-color-primary);
}
.backdrop_bronze_97c5
  .slider-fixed-0232
  .solid-f255
  .prev-d634.card_first_c90d {
  background-color: var(--e-global-color-primary);
}
.backdrop_bronze_97c5 .slider-fixed-0232 .tag_a143:before {
  border-color: var(--e-global-color-primary);
}
.backdrop_bronze_97c5 .slider-fixed-0232 .tag_a143:hover:before {
  border-color: var(--e-global-color-secondary);
}
.backdrop_bronze_97c5
  .slider-fixed-0232
  .tag_a143.paragraph-down-17e8:before {
  border-color: var(--e-global-color-primary);
}
.backdrop_bronze_97c5 .wood-dfed span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard_8bdc .menu_39a6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_8bdc .menu_39a6:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_8bdc .menu_39a6.paper-346f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_8bdc .info-focused-9cb1 {
  background-color: var(--e-global-color-primary);
}
.hard_8bdc .info-focused-9cb1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_8bdc
  .badge-fresh-c827
  .gas_40f1
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard_8bdc
  .narrow_d14c
  .gas_40f1
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.text_wide_0a1b
  .outer-a22d
  .breadcrumb-6d47 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_wide_0a1b
  .outer-a22d
  .texture-80c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_wide_0a1b .header-upper-a465 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_wide_0a1b .tag-lite-6558 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_wide_0a1b .green-9e3a {
  background-color: var(--e-global-color-primary);
}
.text_wide_0a1b .green-9e3a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.caption_3d84 .bronze_713c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption_3d84 .rough_6458 {
  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);
}
.caption_3d84 .frame_caa3 {
  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);
}
.caption_3d84 .frame_caa3 a:hover {
  color: var(--e-global-color-secondary);
}
.caption_3d84 .sort-f85f {
  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);
}
.caption_3d84 .frame-df0b {
  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);
}
.caption_3d84 .filter_e2c9 .small-c229 {
  background-color: var(--e-global-color-primary);
}
.caption_3d84 .filter_e2c9 .small-c229:hover {
  background-color: var(--e-global-color-accent);
}
.caption_3d84
  .filter_e2c9
  .complex-87fc
  li
  span {
  background-color: var(--e-global-color-text);
}
.caption_3d84
  .filter_e2c9
  .complex-87fc
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.caption_3d84
  .filter_e2c9
  .complex-87fc
  li.cool-7e22
  span {
  background-color: var(--e-global-color-accent);
}
.black_e66b
  .bright_ce49
  .top-2800 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_e66b .bright_ce49 .full_ec10 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_e66b .bright_ce49 .hover_first_daf5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black_e66b .input-eba8 {
  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);
}
.black_e66b
  .banner_right_60b2.footer-red-c87b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a {
  background-color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .column-05ed.media-fresh-98ef {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .image_bronze_694e.shadow_b29f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  .shadow_8541
  > a {
  background-color: var(--e-global-color-secondary);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  .shadow_8541
  > a
  .info-silver-7c35 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  .shadow_8541
  > a
  .image_bronze_694e.input-silver-62b0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .menu-44ac:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  a
  .menu-44ac:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541.search_lite_8f93
  > a
  .menu-44ac:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  .shadow_8541.search_lite_8f93
  > a
  .menu-44ac:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .in_a790
  .content_easy_713e {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  a
  .in_a790
  .content_easy_713e {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .in_a790
  .content_easy_713e,
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  a
  .in_a790
  .content_easy_713e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > a
  .breadcrumb-f676:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  a
  .breadcrumb-f676:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541.search_lite_8f93
  > a
  .breadcrumb-f676:before {
  color: var(--e-global-color-text);
}
.tabs_abb5
  > .picture_1aa8
  > div
  > .tooltip-inner-f26b
  > .shadow_8541
  > .gallery-gold-36b6
  .shadow_8541.search_lite_8f93
  > a
  .breadcrumb-f676:before {
  color: var(--e-global-color-text);
}
.in-20ad .menu-static-c8f6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-20ad
  .lower_f0a4:hover
  .menu-static-c8f6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.new-71eb
  > .picture_1aa8
  > .grid-next-53b6
  > .bright_e9b3
  > .table_steel_5331
  > .thumbnail-1564
  .table_fbee {
  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);
}
.new-71eb
  > .picture_1aa8
  > .grid-next-53b6
  > .bright_e9b3
  > .table_steel_5331
  > .thumbnail-1564:hover
  .table_fbee {
  color: var(--e-global-color-text);
}
.new-71eb
  > .picture_1aa8
  > .grid-next-53b6
  > .bright_e9b3
  > .table_steel_5331
  > .thumbnail-1564:hover
  .table_fbee {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.new-71eb
  > .picture_1aa8
  > .grid-next-53b6
  > .bright_e9b3
  > .table_steel_5331.badge_530d
  > .thumbnail-1564
  .table_fbee {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module_6d6c .grid-slow-a709 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_6d6c .motion-2500 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_6d6c .pro_93d0 {
  background-color: var(--e-global-color-primary);
}
.module_6d6c .pro_93d0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5
  .image-dark-e855 {
  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);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5
  .media-easy-a335 {
  color: var(--e-global-color-text);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5:hover
  .image-dark-e855 {
  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);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5:hover
  .media-easy-a335 {
  color: var(--e-global-color-secondary);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5.cool-79e4
  .image-dark-e855 {
  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);
}
.panel-small-bbc6
  > .picture_1aa8
  > .shade-in-f04c
  > .message_huge_4134
  > .black_0df5.cool-79e4
  .media-easy-a335 {
  color: var(--e-global-color-primary);
}
.table-a167
  .advanced_f026
  .hidden_upper_95ce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-a167 .fluid-86c1 .focus_dfc0 .layout_easy_ad7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquid_4609 .card-655b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquid_4609 .backdrop_first_a42a .card-655b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquid_4609 .container-80e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.liquid_4609 .container-80e0 {
  background-color: var(--e-global-color-primary);
}
.icon-eb45 .up_337e .paper-fb1e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-eb45
  .up_337e:hover
  .media-left-4811 {
  color: var(--e-global-color-secondary);
}
.icon-eb45
  .up_337e:hover
  .paper-fb1e {
  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);
}
.focused-22b6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.outline-complex-af7b {
  max-width: 1400px !important;
}

.sidebar_fixed_df51 {
  flex-direction: column;
}

.sidebar_fixed_df51 .hero_3fd1 {
  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.sidebar_fixed_df51 .hero_3fd1 {
  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);
}

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

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

.black_91db.active_72e1 {
  display: none;
}

.message_outer_0e14 {
  display: none;
}

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

.breadcrumb_slow_bc5f.accordion_5361 {
  margin-bottom: 40px;
  width: 100%;
}

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

.sidebar_fixed_df51 a {
  width: 100%;
}

.article_hot_ebb2 .tooltip_east_6823.image-0bd0 {
  width: 20% !important;
}

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

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

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

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

.hard_2ae8 {
  background: linear-gradient(45deg, #00A86B 0%, #28B463 100%); /* 巴西绿渐变 */
  border-radius: 12px;
  color: #FFFFFF;
  width: 120px; /* 稍微增加宽度 */
  padding: 12px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 168, 107, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.hard_2ae8:nth-child(2) {
  background: transparent;
  color: #FFD700;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

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

.article_hot_ebb2
  .tooltip_east_6823.hovered-9d25
  .mini_26ec
  .footer-4149 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.panel_stone_cb12.breadcrumb_green_2ae1 > .modal_south_fa8c {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.hot-a625 {
  position: relative;
  width: 100%;
}

.white-f433 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.article_hot_ebb2
  .tooltip_east_6823.element-0f5d
  .breadcrumb_73e0
  .footer-slow-87a4 {
  width: 100% !important;
}

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

.nav-3fc1 {
  width: 100%;
}

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

.preview-142f {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

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

  visibility: hidden;
}

.preview-142f:hover .header_dirty_7418 {
  visibility: visible;
}
.preview-142f:hover.preview-142f::before {
  display: block;
}

.hard-c53b h3 {
  color: #fff;
}

.accordion_fluid_8c69 {
  margin: 0;
}

.article_hot_ebb2
  .tooltip_east_6823.element-0f5d
  .footer-slow-87a4
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.list-8691 {
  width: 100%;
}

.item_rough_5c4e {
  width: 100%;
}

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

.item_rough_5c4e {
  width: 100%;
}

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

.footer-slow-87a4 {
  display: flex;
  align-items: center;
}

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

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

.sidebar_fixed_df51 .hero_3fd1.silver_8c03 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.sidebar_fixed_df51 h1.hero_3fd1 {
  margin-top: 80px !important;
}

.article_hot_ebb2 .tooltip_east_6823.heading_copper_be8c {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.chip_green_ae56 img {
  width: 100%;
}

.mask-c33d .filter_16c6.mini_26ec {
  justify-content: space-between;
}

.hovered-5b58 {
  display: none;
}

.notice-yellow-e3be .dropdown_164e {
  margin: 1px 0 !important;
}

.mask-current-8d99 li {
  margin-bottom: 0 !important;
}

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

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

  .prev-ef06 {
    width: 100% !important;
  }
}

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

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

  .mask-c33d .filter_16c6.mini_26ec {
    border-bottom: 1px solid #f0c159;
  }

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

  .panel_stone_cb12.breadcrumb_green_2ae1 > .modal_south_fa8c {
    gap: 15px;
    justify-content: space-between;
  }

  .article_hot_ebb2
    .tooltip_east_6823.element-0f5d
    .footer-slow-87a4
    img {
    width: 60% !important;
  }

  .white-f433 {
    left: 2%;
  }

  .lite_7a2f {
    margin: 10px 0;
  }

  .sidebar_fixed_df51 .dropdown_164e {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.sidebar_fixed_df51 .hero_3fd1,
  .sidebar_fixed_df51 .hero_3fd1 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .footer-slow-87a4 {
    justify-content: center;
  }

  .sidebar_fixed_df51 .dropdown_164e {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .article_hot_ebb2 .tooltip_east_6823.image-0bd0 {
    width: 75% !important;
  }

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

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

  h2.sidebar_fixed_df51 .hero_3fd1,
  .sidebar_fixed_df51 .hero_3fd1 {
    font-size: 30px !important;
  }

  .footer-slow-87a4 {
    justify-content: center;
  }

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

  .narrow-f925
    .element-a34a.top-23d4 {
    margin: 0 !important;
  }

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

  .lite_7a2f {
    display: flex;
  }

  .label-8894 .liquid-3684 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .sidebar_fixed_df51 h1.hero_3fd1 {
    margin-top: 40px !important;
  }

  .article_hot_ebb2
    .tooltip_east_6823.element-0f5d
    .footer-slow-87a4
    img,
  .frame-7565 .breadcrumb_73e0 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .article_hot_ebb2 .tooltip_east_6823.image-0bd0 {
    width: 100% !important;
  }

  .panel_stone_cb12.breadcrumb_green_2ae1 > .modal_south_fa8c {
    gap: 3px;
  }

  .sidebar_fixed_df51 .dropdown_164e {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.mask-c33d .filter_16c6.mini_26ec: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);
}

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

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

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

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

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

/* 图片块简化样式 */
.dropdown-huge-f655 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .mask-c33d .filter_16c6.mini_26ec {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .sidebar_fixed_df51 .hero_3fd1 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .liquid-3684 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.info-d14c .component_silver_312b {
  flex-shrink: 0;
  white-space: nowrap;
}

.info-d14c .alert_active_926a {
  flex-shrink: 0;
  min-width: fit-content;
}

.info-d14c .footer-4149 {
  white-space: nowrap;
}

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

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

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

.info-d14c .alert_active_926a {
  max-width: 80px !important;
  overflow: hidden;
}

.info-d14c .filter_16c6.mini_26ec {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.info-d14c .footer-4149 {
  font-size: 11px !important;
  line-height: 1.2 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 登录和注册按钮炫酷闪烁动画 */
@keyframes button-glow-pulse {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(0, 168, 107, 0.8),
      0 0 20px 5px rgba(0, 168, 107, 0.4);
    filter: brightness(1.3);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(0, 168, 107, 0.3),
      0 0 0 0 rgba(0, 168, 107, 0.7);
    filter: brightness(1);
  }
}

@keyframes button-glow-pulse-gold {
  0% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
  50% { 
    transform: scale(1.08);
    box-shadow: 
      0 8px 30px rgba(255, 215, 0, 0.8),
      0 0 20px 5px rgba(255, 215, 0, 0.4);
    filter: brightness(1.4);
  }
  100% { 
    transform: scale(1);
    box-shadow: 
      0 4px 15px rgba(255, 215, 0, 0.2),
      0 0 0 0 rgba(255, 215, 0, 0.7);
    filter: brightness(1);
  }
}

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

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

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

/* 添加内部光效 */
.hard_2ae8::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 30%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 70%);
  transform: rotate(45deg);
  animation: shine-sweep 3s linear infinite;
}

@keyframes shine-sweep {
  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* 强制首页按钮动画 - 解决动画冲突 */
body .hard_2ae8:nth-child(1),
.article_hot_ebb2 .hard_2ae8:nth-child(1),
#page .hard_2ae8:nth-child(1) {
  animation: button-glow-pulse 1.5s ease-in-out infinite !important;
  transform-origin: center center !important;
}

body .hard_2ae8:nth-child(2),
.article_hot_ebb2 .hard_2ae8:nth-child(2),
#page .hard_2ae8:nth-child(2) {
  animation: button-glow-pulse-gold 1.8s ease-in-out infinite !important;
  animation-delay: 0.3s !important;
  transform-origin: center center !important;
}

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

/* css-noise: 4187 */
.phantom-card-p9 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.1;
}
