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(.nav_0273) {
  gap: 0.5em;
}
:where(.grid_af22) {
  gap: 0.5em;
}
body .status-d48a > .gradient-9b5a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .status-d48a > .pagination-tiny-cfce {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .status-d48a > .secondary_paper_f628 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .photo_selected_db07 > .gradient-9b5a {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .photo_selected_db07 > .pagination-tiny-cfce {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .photo_selected_db07 > .secondary_paper_f628 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .photo_selected_db07
  > :where(:not(.gradient-9b5a):not(.pagination-tiny-cfce):not(.preview-tall-f54c)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .photo_selected_db07 > .box-d23c {
  max-width: var(--wp--style--global--wide-size);
}
body .nav_0273 {
  display: flex;
}
body .nav_0273 {
  flex-wrap: wrap;
  align-items: center;
}
body .nav_0273 > * {
  margin: 0;
}
body .grid_af22 {
  display: grid;
}
body .grid_af22 > * {
  margin: 0;
}
:where(.detail-out-0080.nav_0273) {
  gap: 2em;
}
:where(.detail-out-0080.grid_af22) {
  gap: 2em;
}
:where(.nav_hovered_8993.nav_0273) {
  gap: 1.25em;
}
:where(.nav_hovered_8993.grid_af22) {
  gap: 1.25em;
}
.image-brown-bcfa {
  color: var(--wp--preset--color--black) !important;
}
.alert_7cfe {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.liquid_a5f5 {
  color: var(--wp--preset--color--white) !important;
}
.huge-d85a {
  color: var(--wp--preset--color--pale-pink) !important;
}
.item-47e5 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.grid-selected-79a7 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.status-green-effb {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.over-78d6 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.cool-0e2a {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.module-soft-34b4 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.brown-7753 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.picture_0fe9 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.list_2a10 {
  background-color: var(--wp--preset--color--black) !important;
}
.brown-c8ca {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.center-223d {
  background-color: var(--wp--preset--color--white) !important;
}
.chip_a226 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.pressed_60b7 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.title_old_6aeb {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.pattern_wide_e509 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.aside-fb02 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.fast-b439 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.border_fluid_4544 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.tiny_e41a {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.plasma_1e99 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.motion_df07 {
  border-color: var(--wp--preset--color--black) !important;
}
.light-1e55 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.card-down-20d7 {
  border-color: var(--wp--preset--color--white) !important;
}
.title_382c {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.first_4d03 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.backdrop_80e6 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.panel_3756 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.section-b7ad {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.in_1937 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.block_red_9415 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hero-copper-a00e {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.outline_dirty_7fd4 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.hidden-medium-4bb0 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.red_75ab {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.down-7d62 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.inner_25ab {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.hard_bbd0 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.row-large-af93 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.thumbnail-dirty-7a07 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.alert-hard-aaef {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.dynamic_350e {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.title_04b6 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.dark_38e0 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.wood_d24f {
  background: var(--wp--preset--gradient--midnight) !important;
}
.main_a8f1 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.icon_fast_1150 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.north_6a9d {
  font-size: var(--wp--preset--font-size--large) !important;
}
.wrapper_d393 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.pink-75b1 a:where(:not(.slow_d5b5)) {
  color: inherit;
}
:where(.nav_hovered_8993.nav_0273) {
  gap: 1.25em;
}
:where(.nav_hovered_8993.grid_af22) {
  gap: 1.25em;
}
:where(.detail-out-0080.nav_0273) {
  gap: 2em;
}
:where(.detail-out-0080.grid_af22) {
  gap: 2em;
}
.panel-cb52 {
  font-size: 1.5em;
  line-height: 1.6;
}

.old_7878 .carousel_copper_b2ab {
  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);
}
.dropdown-out-a565 .pattern_cba1 {
  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);
}
.dirty_23a6 {
  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);
}
.dirty_23a6.dim-9303 .search_5df8 {
  background-color: var(--e-global-color-primary);
}
.dirty_23a6.logo_796d .search_5df8,
.dirty_23a6.info_east_9067 .search_5df8 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.widget_last_9319 .description_black_4ad2 {
  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);
}
.large_1b89 {
  --divider-color: var(--e-global-color-secondary);
}
.large_1b89 .image-over-cea5 {
  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);
}
.large_1b89.backdrop-iron-4ae8 .label-1115 {
  background-color: var(--e-global-color-secondary);
}
.large_1b89.heading_west_07e9 .label-1115,
.large_1b89.new_f092 .label-1115 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.large_1b89.heading_west_07e9 .label-1115,
.large_1b89.new_f092 .label-1115 svg {
  fill: var(--e-global-color-secondary);
}
.steel-e099 .fixed_3741 {
  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);
}
.steel-e099 .info-complex-3766 {
  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);
}
.accordion-8306.backdrop-iron-4ae8 .label-1115 {
  background-color: var(--e-global-color-primary);
}
.accordion-8306.heading_west_07e9 .label-1115,
.accordion-8306.new_f092 .label-1115 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.accordion-8306.heading_west_07e9 .label-1115,
.accordion-8306.new_f092 .label-1115 svg {
  fill: var(--e-global-color-primary);
}
.feature-48c6.backdrop-iron-4ae8 .label-1115 {
  background-color: var(--e-global-color-primary);
}
.feature-48c6.heading_west_07e9 .label-1115,
.feature-48c6.new_f092 .label-1115 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.feature-48c6 .outline-347c {
  color: var(--e-global-color-primary);
}
.feature-48c6 .outline-347c,
.feature-48c6 .outline-347c a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-48c6 .outline_lower_f946 {
  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);
}
.hidden_under_bb1d .grid_over_2926 {
  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);
}
.rough_4756 .last-763a .hero_76dd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_1722 .heading-4323:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.gallery_1722 .basic-ffc3 i {
  color: var(--e-global-color-primary);
}
.gallery_1722 .basic-ffc3 svg {
  fill: var(--e-global-color-primary);
}
.gallery_1722 .paragraph-pink-4b90 {
  color: var(--e-global-color-secondary);
}
.gallery_1722 .heading-4323 > .paragraph-pink-4b90,
.gallery_1722 .heading-4323 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress-top-cc19 .hard_9b15 {
  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-top-cc19 .feature-b060 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.grid-e02e .dirty_6ec4 .wrapper-prev-198c {
  background-color: var(--e-global-color-primary);
}
.grid-e02e .lower-bd4a {
  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);
}
.gallery-outer-ce36 .fast_4b33 {
  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);
}
.gallery-outer-ce36 .description-2894 {
  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);
}
.gallery-outer-ce36 .east-2a3c {
  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);
}
.outline_f1f0 .description-cedb,
.outline_f1f0 .description-cedb a {
  color: var(--e-global-color-primary);
}
.outline_f1f0 .description-cedb.wrapper-2fef,
.outline_f1f0 .description-cedb.wrapper-2fef a {
  color: var(--e-global-color-accent);
}
.outline_f1f0 .description-cedb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_f1f0 .disabled-e95e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-c783 .image-large-d280,
.header-c783 .header_7fce {
  color: var(--e-global-color-primary);
}
.header-c783 .image-large-d280 svg {
  fill: var(--e-global-color-primary);
}
.header-c783 .wrapper-2fef .image-large-d280,
.header-c783 .wrapper-2fef .header_7fce {
  color: var(--e-global-color-accent);
}
.header-c783 .wrapper-2fef .image-large-d280 svg {
  fill: var(--e-global-color-accent);
}
.header-c783 .header_7fce {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-c783 .disabled-e95e {
  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);
}
.tag_828e .steel_22e1,
.tag_828e .hero_right_d60a {
  color: var(--e-global-color-primary);
}
.tag_828e .hero_right_d60a svg {
  fill: var(--e-global-color-primary);
}
.tag_828e .description-cedb.wrapper-2fef a,
.tag_828e
  .description-cedb.wrapper-2fef
  .hero_right_d60a {
  color: var(--e-global-color-accent);
}
.tag_828e .steel_22e1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_828e .disabled-e95e {
  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);
}
.cold-14d2 .container-bbb8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-14d2 .action-61a4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-4c1c .new_6c84 .fixed-0d39 {
  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);
}
.column-4c1c .new_6c84 .short-bfbb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-4c1c .dim_2a24 .fixed-0d39 {
  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);
}
.column-4c1c
  .dim_2a24
  .short-bfbb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-4c1c
  .overlay-7a6e
  .fixed-0d39 {
  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);
}
.column-4c1c
  .overlay-7a6e
  .short-bfbb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-4c1c
  .frame_mini_f84a
  .fixed-0d39 {
  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);
}
.column-4c1c
  .frame_mini_f84a
  .short-bfbb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-wide-9914 .bottom-cf56 {
  background-color: var(--e-global-color-primary);
}
.picture-wide-9914 .bottom-cf56:hover {
  background-color: var(--e-global-color-primary);
}
.picture-wide-9914 .carousel_west_9f5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-wide-9914
  .bottom-cf56:hover
  .carousel_west_9f5c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_south_7394 .paragraph-3728 {
  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);
}
.border_prev_4ce6 .title-plasma-a7e5 .table-dynamic-2256 a {
  background-color: var(--e-global-color-accent);
}
.border_prev_4ce6 .title-plasma-a7e5 .widget_11a3 a {
  background-color: var(--e-global-color-accent);
}
.border_prev_4ce6 .title-plasma-a7e5 .table-dynamic-2256 a,
.border_prev_4ce6 .title-plasma-a7e5 .widget_11a3 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_soft_d399
  .header_6de4.disabled_53fa
  .title-plasma-a7e5
  a.backdrop_4985 {
  background-color: var(--e-global-color-accent);
}
.breadcrumb_soft_d399
  .header_6de4.disabled_53fa
  .title-plasma-a7e5
  span.backdrop_4985.fn-current-97f8 {
  background-color: var(--e-global-color-text);
}
.breadcrumb_soft_d399
  .header_6de4.disabled_53fa
  .title-plasma-a7e5
  .backdrop_4985 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03 .up_0d5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .gallery_1022
  > .frame-full-6155
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .status-next-001c
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .menu_51e5,
.light-db03
  .tooltip-outer-e616
  .south_46af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .pro-cb1e,
.light-db03
  .tooltip-outer-e616
  a
  .pro-cb1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .bottom-9dd9 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .text_9865 {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .tooltip-outer-e616
  .text_9865 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .text_9865:hover {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .tooltip-outer-e616
  .focused-ac0e {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .tooltip-outer-e616
  .focused-ac0e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .tooltip-outer-e616
  .focused-ac0e:hover {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .carousel_14fe
  .avatar_55b1
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-db03
  .carousel_14fe
  .shade_7abc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .carousel_14fe
  .bottom-9dd9 {
  color: var(--e-global-color-text);
}
.light-db03
  .carousel_14fe
  .bottom-9dd9
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .carousel_14fe
  .text_9865 {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .carousel_14fe
  .text_9865 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .carousel_14fe
  .text_9865:hover {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .carousel_14fe
  .focused-ac0e {
  background-color: var(--e-global-color-primary);
}
.light-db03
  .carousel_14fe
  .focused-ac0e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-db03
  .carousel_14fe
  .focused-ac0e:hover {
  background-color: var(--e-global-color-primary);
}
.light-db03 .table-1f5d {
  background-color: var(--e-global-color-primary);
}
.light-db03 .table-1f5d:hover {
  background-color: var(--e-global-color-primary);
}
.light-db03 .hover_04b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-db03 .widget-3cc7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static-530f .action_de50 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static-530f
  .input-current-7ccf
  > div:nth-child(3)
  .action_de50,
.static-530f
  .secondary-dark-836c
  > div:nth-child(1)
  .action_de50,
.static-530f
  .tertiary_hovered_b4e1
  > div:nth-child(1)
  .action_de50,
.static-530f
  .carousel-88e6
  > div:nth-child(1)
  .action_de50,
.static-530f
  .menu_445b
  > div:nth-child(1)
  .action_de50 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static-530f .medium-d673 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static-530f .frame-upper-7f43 {
  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);
}
.static-530f .tiny_247e {
  background-color: var(--e-global-color-primary);
}
.static-530f .tiny_247e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static-530f .tiny_247e:hover {
  background-color: var(--e-global-color-primary);
}
.static-530f .gallery-1d36 {
  background-color: var(--e-global-color-primary);
}
.static-530f .gallery-1d36:hover {
  background-color: var(--e-global-color-primary);
}
.static-530f .hover_04b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.static-530f .widget-3cc7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-under-ccca .image-glass-aefb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-under-ccca .complex-e120 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-under-ccca .filter-left-bba5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-under-ccca .content_plasma_f16a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-under-ccca .narrow_f5a8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-under-ccca .gallery-1d36 {
  background-color: var(--e-global-color-primary);
}
.tooltip-under-ccca .gallery-1d36:hover {
  background-color: var(--e-global-color-primary);
}
.video-3736 .hot-256f {
  background-color: var(--e-global-color-secondary);
}
.video-3736 .label-stone-47e6 {
  background-color: var(--e-global-color-text);
}
.video-3736 .small_37d4 {
  background-color: var(--e-global-color-secondary);
}
.video-3736 .gas_0c44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.video-3736 .panel_c832 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-3736 .fixed-235f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-3736 .card-action-ef8d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-3736 .surface-69c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_hot_daee .module-e324 .iron_41fd,
.outline_hot_daee
  .module-e324
  .iron_41fd
  a,
.outline_hot_daee .media-0b69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_hot_daee .module-e324 .detail-a7ca,
.outline_hot_daee .pagination_fixed_8cd3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_hot_daee .module-e324 .detail-a7ca {
  color: var(--e-global-color-text);
}
.outline_hot_daee .pagination_fixed_8cd3 {
  color: var(--e-global-color-text);
}
.outline_hot_daee
  .module-e324
  .south_0820 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_hot_daee .background_north_24e8 .layout-6077 {
  background-color: var(--e-global-color-primary);
}
.outline_hot_daee .background_north_24e8 .layout-6077:hover {
  background-color: var(--e-global-color-primary);
}
.outline_hot_daee .background_north_24e8 .black_0fbd li span {
  background-color: var(--e-global-color-text);
}
.outline_hot_daee .background_north_24e8 .black_0fbd li span:hover {
  background-color: var(--e-global-color-primary);
}
.outline_hot_daee
  .background_north_24e8
  .black_0fbd
  li.tag_yellow_3a20
  span {
  background-color: var(--e-global-color-accent);
}
.outline_hot_daee .detail-f584 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header_action_e855 .component_ec1e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south-e26c .article-5f97 {
  background-color: var(--e-global-color-primary);
}
.south-e26c .stale-3470 {
  background-color: var(--e-global-color-secondary);
}
.south-e26c .border-5c63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .cool-c721 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .focused-f562 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .avatar_last_3ab1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .surface-3fa1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .picture-easy-1c10 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-e26c .left-edd4 {
  background-color: var(--e-global-color-primary);
}
.south-e26c .left-edd4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.accent_full_8a50 .primary_eaa8 {
  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);
}
.accent_full_8a50 .notice_full_0a1c {
  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);
}
.accent_full_8a50
  .link_520d:after {
  background-color: var(--e-global-color-primary);
}
.accent_full_8a50 .clean_725c {
  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);
}
.dropdown-full-029b .media-0b69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown-full-029b .pagination_fixed_8cd3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-7502 .grid_8cbd .column_568f {
  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);
}
.layout-7502 .grid_8cbd .plasma-2e52 {
  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);
}
.preview_bronze_8adb .rough_3c42 {
  background-color: var(--e-global-color-primary);
}
.preview_bronze_8adb .under_29a8 {
  background-color: var(--e-global-color-secondary);
}
.preview_bronze_8adb .photo_action_51f4 .blue_ed4a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.preview_bronze_8adb .top_6747 .blue_ed4a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_orange_c186 .secondary-advanced-1a6b .slider_67be {
  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);
}
.row_orange_c186 .secondary-advanced-1a6b .sidebar_gold_98bc {
  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);
}
.row_orange_c186 .secondary-advanced-1a6b .box-yellow-cd32 {
  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);
}
.basic_0c26 .mini-22b7 {
  border-color: var(--e-global-color-text);
}
.basic_0c26 .last_c693 {
  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);
}
.basic_0c26 .green-a44e {
  color: var(--e-global-color-primary);
}
.basic_0c26 .accordion-blue-c47b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first-e903 .full_834e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-e903 .menu_e95d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-e903 .element_pro_1eed:hover .full_834e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-e903
  .element_pro_1eed:hover
  .menu_e95d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.green-8271 .prev-8e1e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.green-8271 .filter_cf26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_bc41 .column-02dc .orange_3695 {
  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);
}
.heading_bc41 .status_dim_28d8 .orange_3695 {
  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);
}
.under_2792 .card_basic_08a3 {
  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);
}
.description-prev-250f .module-946d .chip-20d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description-prev-250f .module-946d .chip-20d6 {
  background-color: var(--e-global-color-secondary);
}
.description-prev-250f .component-ff94 .chip-20d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description-prev-250f .component-ff94 .chip-20d6 {
  background-color: var(--e-global-color-secondary);
}
.description-prev-250f .middle_4969 .border_d4ec {
  background-color: var(--e-global-color-primary);
}
.description-prev-250f .middle_4969:hover .border_d4ec {
  background-color: var(--e-global-color-secondary);
}
.description-prev-250f .layout-6077 {
  background-color: var(--e-global-color-primary);
}
.description-prev-250f .layout-6077:hover {
  background-color: var(--e-global-color-accent);
}
.description-prev-250f .black_0fbd li span {
  background-color: var(--e-global-color-text);
}
.description-prev-250f .black_0fbd li span:hover {
  background-color: var(--e-global-color-primary);
}
.description-prev-250f .black_0fbd li.tag_yellow_3a20 span {
  background-color: var(--e-global-color-accent);
}
.active-over-989b .sidebar-slow-260d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-over-989b .hard-2f12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-1930 .caption-last-1693:before {
  background-color: var(--e-global-color-secondary);
}
.footer-1930 .accent_first_4176 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer-1930 .section_b339 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-447d .breadcrumb_focused_098b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-447d .breadcrumb_focused_098b:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-447d .breadcrumb_focused_098b.fn-active-97f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget-447d .button-steel-d8e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-447d .aside-light-6755 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-447d .aside_hard_eaeb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-447d .link_fresh_2563 {
  background-color: var(--e-global-color-primary);
}
.widget-447d .link_fresh_2563 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.widget-447d .badge_stale_3c50 {
  background-color: var(--e-global-color-primary);
}
.widget-447d .badge_stale_3c50 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.stale-2319 .thumbnail-cf4b .element_8d2b a {
  color: var(--e-global-color-secondary);
}
.stale-2319 .thumbnail-cf4b .element_8d2b a:hover {
  color: var(--e-global-color-secondary);
}
.stale-2319 .thumbnail-cf4b .element_8d2b,
.stale-2319 .thumbnail-cf4b .element_8d2b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale-2319 .thumbnail-cf4b .info-up-c9b1 {
  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-2319 .thumbnail-cf4b .content-top-8600 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale-2319 .thumbnail-cf4b .button_static_a009 {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .thumbnail-cf4b .button_static_a009 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.stale-2319 .thumbnail-cf4b .button_static_a009:hover {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .thumbnail-cf4b .row_complex_f8fe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.stale-2319 .thumbnail-cf4b .row_complex_f8fe {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .thumbnail-cf4b .row_complex_f8fe:hover {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .thumbnail-cf4b .layout-6077 {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .thumbnail-cf4b .layout-6077:hover {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .background_north_24e8 .black_0fbd li span {
  background-color: var(--e-global-color-text);
}
.stale-2319 .background_north_24e8 .black_0fbd li span:hover {
  background-color: var(--e-global-color-primary);
}
.stale-2319 .background_north_24e8 .black_0fbd li.tag_yellow_3a20 span {
  background-color: var(--e-global-color-accent);
}
.stale-2319 .hover_04b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.stale-2319 .widget-3cc7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-52af .row_034d .prev-9e4b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-52af .row_034d .aside_orange_3d7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-52af .row_034d .carousel_easy_75a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0 .preview_action_3b52 {
  border-color: var(--e-global-color-text);
}
.paragraph-2eb0 .motion-2c41 {
  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);
}
.paragraph-2eb0 .dynamic_2622 {
  color: var(--e-global-color-secondary);
}
.paragraph-2eb0 .dynamic_2622 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0 .stale-4588 > * {
  color: var(--e-global-color-primary);
}
.paragraph-2eb0 .stale-4588 > * svg {
  fill: var(--e-global-color-primary);
}
.paragraph-2eb0 .tag-80b3 {
  color: var(--e-global-color-primary);
}
.paragraph-2eb0 .tag-80b3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-2eb0 .gas_00ef {
  color: var(--e-global-color-primary);
}
.paragraph-2eb0 .gas_00ef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph-2eb0 .short_c61d {
  color: var(--e-global-color-primary);
}
.paragraph-2eb0 .short_c61d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0 .image-bottom-460c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0 .picture_1028 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0 .picture_1028.button-simple-5992 {
  color: var(--e-global-color-secondary);
}
.paragraph-2eb0 .picture_1028.button-simple-5992 .box-left-4df7 {
  color: var(--e-global-color-accent);
}
.paragraph-2eb0 .picture_1028.gallery-smooth-e90f {
  color: var(--e-global-color-text);
}
.paragraph-2eb0 .picture_1028.gallery-smooth-e90f .box-left-4df7 {
  color: var(--e-global-color-text);
}
.paragraph-2eb0 .picture_1028:before {
  border-top-color: var(--e-global-color-text);
}
.paragraph-2eb0 .hot_e296 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-2eb0
  .hot_e296
  .description-fluid-41cd {
  background-color: var(--e-global-color-primary);
}
.paragraph-2eb0
  .hot_e296
  .description-fluid-41cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-2eb0 .preview_action_3b52 .stale_8b3f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_green_f477 .shadow_down_2317 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_green_f477 .sort-complex-5c24 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_cool_0545 .banner-bronze-8d0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay_cool_0545
  .input_6ccc
  .small-f650 {
  background-color: var(--e-global-color-secondary);
}
.overlay_cool_0545
  .input_6ccc.media-medium-7035
  .small-f650 {
  background-color: var(--e-global-color-text);
}
.overlay_cool_0545
  .input_6ccc:hover
  .small-f650 {
  background-color: var(--e-global-color-accent);
}
.overlay_cool_0545
  .input_6ccc.fn-active-97f8
  .small-f650 {
  background-color: var(--e-global-color-primary);
}
.alert_new_9e36 .new-92d6 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.alert_new_9e36 .icon_3e6f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_new_9e36 .shade-19ac {
  background-color: var(--e-global-color-primary);
}
.alert_new_9e36 .shade-19ac {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_complex_171a .info_under_2db2 .sidebar-over-736f .focused-6a28 {
  background-color: var(--e-global-color-secondary);
}
.outline_complex_171a .info_under_2db2 .input-next-006f:after {
  background-color: var(--e-global-color-secondary);
}
.outline_complex_171a .slow_d604 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_complex_171a .container_tall_df14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_complex_171a .paragraph-6663 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_complex_171a .inner-88d4 {
  background-color: var(--e-global-color-primary);
}
.outline_complex_171a .inner-88d4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_complex_171a .message_5344 {
  background-color: var(--e-global-color-secondary);
}
.outline_complex_171a .message_5344 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_complex_171a .info_under_2db2 .mini_545a .light_32f6:hover {
  background-color: var(--e-global-color-primary);
}
.outline_complex_171a
  .info_under_2db2
  .mini_545a
  .light_32f6.shadow_dynamic_81fa {
  background-color: var(--e-global-color-primary);
}
.outline_complex_171a .info_under_2db2 .paragraph-8ac7:before {
  border-color: var(--e-global-color-primary);
}
.outline_complex_171a .info_under_2db2 .paragraph-8ac7:hover:before {
  border-color: var(--e-global-color-secondary);
}
.outline_complex_171a
  .info_under_2db2
  .paragraph-8ac7.box_272c:before {
  border-color: var(--e-global-color-primary);
}
.outline_complex_171a .wood-e341 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-b175 .detail_west_fb99 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-b175 .detail_west_fb99:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-b175 .detail_west_fb99.chip-5fde {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-b175 .sidebar_5855 {
  background-color: var(--e-global-color-primary);
}
.layout-b175 .sidebar_5855 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-b175
  .pattern-static-10de
  .hard-a3ce
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.layout-b175
  .table_under_1391
  .hard-a3ce
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid_e52e
  .feature-slow-aa60
  .breadcrumb-fast-8cfe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_e52e
  .feature-slow-aa60
  .media_new_01dd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_e52e .silver_73ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid_e52e .table-short-23b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid_e52e .preview-hovered-a86a {
  background-color: var(--e-global-color-primary);
}
.solid_e52e .preview-hovered-a86a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_e5f5 .hard_0065 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_e5f5 .icon-wood-d410 {
  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);
}
.hover_e5f5 .logo_middle_bea6 {
  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);
}
.hover_e5f5 .logo_middle_bea6 a:hover {
  color: var(--e-global-color-secondary);
}
.hover_e5f5 .column-4696 {
  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);
}
.hover_e5f5 .left-ae33 {
  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);
}
.hover_e5f5 .tag-stone-af34 .layout-6077 {
  background-color: var(--e-global-color-primary);
}
.hover_e5f5 .tag-stone-af34 .layout-6077:hover {
  background-color: var(--e-global-color-accent);
}
.hover_e5f5
  .tag-stone-af34
  .black_0fbd
  li
  span {
  background-color: var(--e-global-color-text);
}
.hover_e5f5
  .tag-stone-af34
  .black_0fbd
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.hover_e5f5
  .tag-stone-af34
  .black_0fbd
  li.tag_yellow_3a20
  span {
  background-color: var(--e-global-color-accent);
}
.first_d859
  .paragraph_upper_afca
  .hovered_676c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first_d859 .paragraph_upper_afca .avatar-lite-35f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.first_d859 .paragraph_upper_afca .pagination_d2fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first_d859 .summary_green_6555 {
  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);
}
.first_d859
  .new_f2ce.basic-4278 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a {
  background-color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .fresh_143d.focus-basic-e13c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .smooth-5c81.yellow_aae5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  .bronze_c0a1
  > a {
  background-color: var(--e-global-color-secondary);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  .bronze_c0a1
  > a
  .hard-7a11 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  .bronze_c0a1
  > a
  .smooth-5c81.advanced_b594 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .yellow-ecc3:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  a
  .yellow-ecc3:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1.article-first-a0d9
  > a
  .yellow-ecc3:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  .bronze_c0a1.article-first-a0d9
  > a
  .yellow-ecc3:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .pink-71f7
  .outline-61c0 {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  a
  .pink-71f7
  .outline-61c0 {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .pink-71f7
  .outline-61c0,
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  a
  .pink-71f7
  .outline-61c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > a
  .notification_outer_49df:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  a
  .notification_outer_49df:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1.article-first-a0d9
  > a
  .notification_outer_49df:before {
  color: var(--e-global-color-text);
}
.content-upper-1bc9
  > .advanced-4fd9
  > div
  > .media_green_d5a7
  > .bronze_c0a1
  > .modal_6bb7
  .bronze_c0a1.article-first-a0d9
  > a
  .notification_outer_49df:before {
  color: var(--e-global-color-text);
}
.dark-dce2 .top-d173 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-dce2
  .picture-d893:hover
  .top-d173 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.up-3965
  > .advanced-4fd9
  > .purple_b538
  > .frame-dirty-0c07
  > .carousel_6976
  > .upper_516d
  .shade-3f81 {
  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);
}
.up-3965
  > .advanced-4fd9
  > .purple_b538
  > .frame-dirty-0c07
  > .carousel_6976
  > .upper_516d:hover
  .shade-3f81 {
  color: var(--e-global-color-text);
}
.up-3965
  > .advanced-4fd9
  > .purple_b538
  > .frame-dirty-0c07
  > .carousel_6976
  > .upper_516d:hover
  .shade-3f81 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-3965
  > .advanced-4fd9
  > .purple_b538
  > .frame-dirty-0c07
  > .carousel_6976.fast_8900
  > .upper_516d
  .shade-3f81 {
  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);
}
.link-ff1d .sidebar-hovered-c4af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link-ff1d .tiny_45e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link-ff1d .title_2ef7 {
  background-color: var(--e-global-color-primary);
}
.link-ff1d .title_2ef7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874
  .black_a1a6 {
  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);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874
  .wrapper_bright_45eb {
  color: var(--e-global-color-text);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874:hover
  .black_a1a6 {
  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);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874:hover
  .wrapper_bright_45eb {
  color: var(--e-global-color-secondary);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874.widget_bronze_299a
  .black_a1a6 {
  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);
}
.sort_cold_eeab
  > .advanced-4fd9
  > .accordion_89f2
  > .in-0c55
  > .steel_c874.widget_bronze_299a
  .wrapper_bright_45eb {
  color: var(--e-global-color-primary);
}
.caption_middle_d269
  .left-fc9c
  .hidden-507f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.caption_middle_d269 .row-d12c .stale_8b3f .pro-1e47 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_4562 .west_1c6a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_4562 .paragraph-solid-7d0f .west_1c6a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_4562 .module_silver_3c9b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black_4562 .module_silver_3c9b {
  background-color: var(--e-global-color-primary);
}
.list_hard_5c48 .hard_8d06 .hidden-e358 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_hard_5c48
  .hard_8d06:hover
  .grid_4b45 {
  color: var(--e-global-color-secondary);
}
.list_hard_5c48
  .hard_8d06:hover
  .hidden-e358 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outer_db10 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.article-simple-12a8 {
  flex-direction: column;
}

.article-simple-12a8 .photo_orange_baa4 {
  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.article-simple-12a8 .photo_orange_baa4 {
  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);
}

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

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

.focus-33ae.logo_90c9 {
  display: none;
}

.tiny-5fd1 {
  display: none;
}

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

.caption_over_dfcf.section-new-6018 {
  margin-bottom: 40px;
  width: 100%;
}

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

.article-simple-12a8 a {
  width: 100%;
}

.inner-b192 .middle_1dcd.center_10cf {
  width: 20% !important;
}

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

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

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

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

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

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

.section-slow-bf05: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);
}

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

.inner-b192
  .middle_1dcd.content-clean-6330
  .hard_c530
  .footer_short_7957 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.over-04aa.focus_2c3a > .chip-advanced-fb77 {
  display: flex;
  align-items: center;
}

.accordion-958c {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.widget-last-ec67 {
  position: relative;
  width: 100%;
}

.search-e459 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.header-north-7fbd {
  font-size: 35px !important;
}

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

.container-right-67b9 {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

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

.inner-b192
  .middle_1dcd.glass_43ab
  .tooltip_middle_07b0
  .tiny_f421 {
  width: 100% !important;
}

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

.media-simple-9efd {
  width: 100%;
}

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

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

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

  display: none;
}

.border-gold-a753 {
  font-size: 15px !important;
}

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

  visibility: hidden;
}

.green_c29e:hover .surface_bf8b {
  visibility: visible;
}
.green_c29e:hover.green_c29e::before {
  display: block;
}

.right_39e2 h3 {
  color: #fff;
}

.east-b40d {
  margin: 0;
}

.inner-b192
  .middle_1dcd.glass_43ab
  .tiny_f421
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.module-dynamic-d4dd {
  width: 100%;
}

.hover_1f88 {
  width: 100%;
}

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

.hover_1f88 {
  width: 100%;
}

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

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

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

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

.article-simple-12a8 .photo_orange_baa4.active_clean_59d3 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.article-simple-12a8 h1.photo_orange_baa4 {
  margin-top: 80px !important;
}

.inner-b192 .middle_1dcd.highlight-7a58 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.soft-e0a8 img {
  width: 100%;
}

.menu-bright-97cd .tertiary-f9c2.hard_c530 {
  justify-content: space-between;
}

.pink-20a6 {
  display: none;
}

.iron_a284 .accordion-aa33 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .over-04aa .chip-advanced-fb77 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .menu-bright-97cd .tertiary-f9c2.hard_c530 {
    border-bottom: 1px solid #f0c159;
  }

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

  .over-04aa.focus_2c3a > .chip-advanced-fb77 {
    gap: 15px;
    justify-content: space-between;
  }

  .inner-b192
    .middle_1dcd.glass_43ab
    .tiny_f421
    img {
    width: 60% !important;
  }

  .search-e459 {
    left: 2%;
  }

  .outer-93b4 {
    margin: 10px 0;
  }

  .article-simple-12a8 .accordion-aa33 {
    margin: 0;
    margin-bottom: 10px;
  }

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

  .header-north-7fbd {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.article-simple-12a8 .photo_orange_baa4,
  .article-simple-12a8 .photo_orange_baa4 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .tiny_f421 {
    justify-content: center;
  }

  .article-simple-12a8 .accordion-aa33 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .content-1e31 {
    margin-bottom: 15px !important;
  }

  .inner-b192 .middle_1dcd.center_10cf {
    width: 75% !important;
  }

  .soft-e0a8 img {
    width: 100% !important;
  }
}

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

  h2.article-simple-12a8 .photo_orange_baa4,
  .article-simple-12a8 .photo_orange_baa4 {
    font-size: 30px !important;
  }

  .tiny_f421 {
    justify-content: center;
  }

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

  .alert_5b32
    .element-old-43f5.content-silver-402d {
    margin: 0 !important;
  }

  .accordion-958c {
    margin: 0;
    gap: 10px;
  }

  .outer-93b4 {
    display: flex;
  }

  .in-dc80 .center_2d01 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .article-simple-12a8 h1.photo_orange_baa4 {
    margin-top: 40px !important;
  }

  .inner-b192
    .middle_1dcd.glass_43ab
    .tiny_f421
    img,
  .steel-e099 .tooltip_middle_07b0 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-slow-bf05 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .inner-b192 .middle_1dcd.center_10cf {
    width: 100% !important;
  }

  .over-04aa.focus_2c3a > .chip-advanced-fb77 {
    gap: 3px;
  }

  .article-simple-12a8 .accordion-aa33 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.menu-bright-97cd .tertiary-f9c2.hard_c530 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.menu-bright-97cd .tertiary-f9c2.hard_c530: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_short_7957 {
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #F0F8FF !important;
  font-size: 12px !important;
}

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

.article-simple-12a8 {
  position: relative;
  padding-top: 30px;
}

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

.focus-33ae: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;
}

/* 图片块简化样式 */
.container-right-67b9 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .menu-bright-97cd .tertiary-f9c2.hard_c530 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .article-simple-12a8 .photo_orange_baa4 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .center_2d01 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.bottom_4415 .red_1a91 {
  flex-shrink: 0;
  white-space: nowrap;
}

.bottom_4415 .carousel-1012 {
  flex-shrink: 0;
  min-width: fit-content;
}

.bottom_4415 .footer_short_7957 {
  white-space: nowrap;
}

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

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

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

.bottom_4415 .carousel-1012 {
  max-width: 80px !important;
  overflow: hidden;
}

.bottom_4415 .tertiary-f9c2.hard_c530 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.bottom_4415 .footer_short_7957 {
  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);
  }
}

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

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

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

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

body .section-slow-bf05:nth-child(2),
.inner-b192 .section-slow-bf05:nth-child(2),
#page .section-slow-bf05: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;
}

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

/* css-noise: 49aa */
.widget-item-i5 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.2;
}
