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(.smooth_fc39) {
  gap: 0.5em;
}
:where(.info_steel_be98) {
  gap: 0.5em;
}
body .silver-1c44 > .current-2f26 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .silver-1c44 > .tooltip_1ff3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .silver-1c44 > .pagination_5a60 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .alert_94ad > .current-2f26 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .alert_94ad > .tooltip_1ff3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .alert_94ad > .pagination_5a60 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .alert_94ad
  > :where(:not(.current-2f26):not(.tooltip_1ff3):not(.feature_pro_b61a)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .alert_94ad > .tag_c158 {
  max-width: var(--wp--style--global--wide-size);
}
body .smooth_fc39 {
  display: flex;
}
body .smooth_fc39 {
  flex-wrap: wrap;
  align-items: center;
}
body .smooth_fc39 > * {
  margin: 0;
}
body .info_steel_be98 {
  display: grid;
}
body .info_steel_be98 > * {
  margin: 0;
}
:where(.text_361f.smooth_fc39) {
  gap: 2em;
}
:where(.text_361f.info_steel_be98) {
  gap: 2em;
}
:where(.module-short-27cd.smooth_fc39) {
  gap: 1.25em;
}
:where(.module-short-27cd.info_steel_be98) {
  gap: 1.25em;
}
.out_099d {
  color: var(--wp--preset--color--black) !important;
}
.filter_pressed_1551 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.mini-8d52 {
  color: var(--wp--preset--color--white) !important;
}
.list-4d2e {
  color: var(--wp--preset--color--pale-pink) !important;
}
.column-old-84db {
  color: var(--wp--preset--color--vivid-red) !important;
}
.hovered-8a81 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hero-8c9d {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.nav_solid_49ce {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.pagination-8543 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.pagination-24ac {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.block_white_5817 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.primary_motion_eaff {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.background_left_151a {
  background-color: var(--wp--preset--color--black) !important;
}
.up_9d8b {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.picture_brown_a4d3 {
  background-color: var(--wp--preset--color--white) !important;
}
.row-3e09 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.black-bc3e {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.gold-0cee {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.nav_4fb0 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.banner-lite-ff99 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.preview-9c5b {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.box-gold-45c6 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hidden-3b78 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.wide-2766 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.huge-a93a {
  border-color: var(--wp--preset--color--black) !important;
}
.message-d30d {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.list_left_b37d {
  border-color: var(--wp--preset--color--white) !important;
}
.cold_4aa8 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.wrapper_8d8e {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.gas_897d {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.detail_action_8896 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.lite-2bd8 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.description_5c8d {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.aside-5879 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.alert-dark-8445 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.tag-stale-83db {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.wrapper-mini-818e {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.stone-e957 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.header_steel_3091 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.primary-caae {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.south-20ae {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.secondary-8a28 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.tabs_medium_e542 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.section_short_7bf9 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.cool-3d45 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.chip-8f94 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.frame-black-797d {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.outer_7aaf {
  background: var(--wp--preset--gradient--midnight) !important;
}
.hidden_hot_e5b3 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.breadcrumb_fdde {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.notice_9f2f {
  font-size: var(--wp--preset--font-size--large) !important;
}
.overlay-e9e7 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.over_8d0e a:where(:not(.avatar-6d58)) {
  color: inherit;
}
:where(.module-short-27cd.smooth_fc39) {
  gap: 1.25em;
}
:where(.module-short-27cd.info_steel_be98) {
  gap: 1.25em;
}
:where(.text_361f.smooth_fc39) {
  gap: 2em;
}
:where(.text_361f.info_steel_be98) {
  gap: 2em;
}
.hover_south_3f36 {
  font-size: 1.5em;
  line-height: 1.6;
}

.lite-6c26 .dirty-0a0a {
  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_lite_bedc .paragraph_south_f0e3 {
  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);
}
.element_pink_ca6d {
  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);
}
.element_pink_ca6d.tertiary_static_dc5e .title-glass-9c10 {
  background-color: var(--e-global-color-primary);
}
.element_pink_ca6d.tall_ce87 .title-glass-9c10,
.element_pink_ca6d.item-steel-e005 .title-glass-9c10 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.large-f7c6 .blue-8cd4 {
  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);
}
.secondary-focused-7c9b {
  --divider-color: var(--e-global-color-secondary);
}
.secondary-focused-7c9b .header-0236 {
  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);
}
.secondary-focused-7c9b.easy_f13e .component_9400 {
  background-color: var(--e-global-color-secondary);
}
.secondary-focused-7c9b.focused-137b .component_9400,
.secondary-focused-7c9b.component_2e1b .component_9400 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.secondary-focused-7c9b.focused-137b .component_9400,
.secondary-focused-7c9b.component_2e1b .component_9400 svg {
  fill: var(--e-global-color-secondary);
}
.pattern-7675 .accent_0373 {
  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);
}
.pattern-7675 .tabs-a25c {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_d340.easy_f13e .component_9400 {
  background-color: var(--e-global-color-primary);
}
.highlight_d340.focused-137b .component_9400,
.highlight_d340.component_2e1b .component_9400 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.highlight_d340.focused-137b .component_9400,
.highlight_d340.component_2e1b .component_9400 svg {
  fill: var(--e-global-color-primary);
}
.up-14fa.easy_f13e .component_9400 {
  background-color: var(--e-global-color-primary);
}
.up-14fa.focused-137b .component_9400,
.up-14fa.component_2e1b .component_9400 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.up-14fa .video-top-4273 {
  color: var(--e-global-color-primary);
}
.up-14fa .video-top-4273,
.up-14fa .video-top-4273 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-14fa .button_251b {
  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-3bc7 .form_fast_3324 {
  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);
}
.title-light-e9eb .shade-4aa2 .north_884d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tabs_pink_ecd9 .logo-copper-e70e:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.tabs_pink_ecd9 .article-1f10 i {
  color: var(--e-global-color-primary);
}
.tabs_pink_ecd9 .article-1f10 svg {
  fill: var(--e-global-color-primary);
}
.tabs_pink_ecd9 .badge-41c8 {
  color: var(--e-global-color-secondary);
}
.tabs_pink_ecd9 .logo-copper-e70e > .badge-41c8,
.tabs_pink_ecd9 .logo-copper-e70e > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-fbe5 .popup-full-14c9 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-fbe5 .top-4678 {
  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-8fd8 .pro-e1d5 .table-9aff {
  background-color: var(--e-global-color-primary);
}
.large-8fd8 .form_fast_df67 {
  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);
}
.tertiary_6160 .slider-76a0 {
  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);
}
.tertiary_6160 .box-dirty-54d8 {
  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);
}
.tertiary_6160 .card_out_5bfa {
  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);
}
.border-c8eb .motion_0748,
.border-c8eb .motion_0748 a {
  color: var(--e-global-color-primary);
}
.border-c8eb .motion_0748.north-63e3,
.border-c8eb .motion_0748.north-63e3 a {
  color: var(--e-global-color-accent);
}
.border-c8eb .motion_0748 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border-c8eb .disabled-copper-07fb {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-smooth-ebf4 .action_756b,
.wrapper-smooth-ebf4 .thumbnail_lite_82f4 {
  color: var(--e-global-color-primary);
}
.wrapper-smooth-ebf4 .action_756b svg {
  fill: var(--e-global-color-primary);
}
.wrapper-smooth-ebf4 .north-63e3 .action_756b,
.wrapper-smooth-ebf4 .north-63e3 .thumbnail_lite_82f4 {
  color: var(--e-global-color-accent);
}
.wrapper-smooth-ebf4 .north-63e3 .action_756b svg {
  fill: var(--e-global-color-accent);
}
.wrapper-smooth-ebf4 .thumbnail_lite_82f4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-smooth-ebf4 .disabled-copper-07fb {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-8951 .accordion_e71b,
.status-8951 .in-ba25 {
  color: var(--e-global-color-primary);
}
.status-8951 .in-ba25 svg {
  fill: var(--e-global-color-primary);
}
.status-8951 .motion_0748.north-63e3 a,
.status-8951
  .motion_0748.north-63e3
  .in-ba25 {
  color: var(--e-global-color-accent);
}
.status-8951 .accordion_e71b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status-8951 .disabled-copper-07fb {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-87a2 .hidden-static-82f4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-87a2 .wood_ef66 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-huge-0cda .tag-simple-355f .image-1155 {
  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);
}
.slider-huge-0cda .tag-simple-355f .hard_3a26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-huge-0cda .wide-3769 .image-1155 {
  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);
}
.slider-huge-0cda
  .wide-3769
  .hard_3a26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-huge-0cda
  .breadcrumb_cfc2
  .image-1155 {
  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);
}
.slider-huge-0cda
  .breadcrumb_cfc2
  .hard_3a26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slider-huge-0cda
  .media_c0a5
  .image-1155 {
  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);
}
.slider-huge-0cda
  .media_c0a5
  .hard_3a26 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_5a3d .stale-53cf {
  background-color: var(--e-global-color-primary);
}
.iron_5a3d .stale-53cf:hover {
  background-color: var(--e-global-color-primary);
}
.iron_5a3d .summary-south-e853 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_5a3d
  .stale-53cf:hover
  .summary-south-e853 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid-7a87 .iron-5cac {
  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);
}
.dirty-5be0 .down_abf5 .card_cool_4dd9 a {
  background-color: var(--e-global-color-accent);
}
.dirty-5be0 .down_abf5 .hidden-stale-2f41 a {
  background-color: var(--e-global-color-accent);
}
.dirty-5be0 .down_abf5 .card_cool_4dd9 a,
.dirty-5be0 .down_abf5 .hidden-stale-2f41 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-aebe
  .lite-8fd8.outline-action-94ef
  .down_abf5
  a.pagination_cold_b1cf {
  background-color: var(--e-global-color-accent);
}
.red-aebe
  .lite-8fd8.outline-action-94ef
  .down_abf5
  span.pagination_cold_b1cf.fn-current-b929 {
  background-color: var(--e-global-color-text);
}
.red-aebe
  .lite-8fd8.outline-action-94ef
  .down_abf5
  .pagination_cold_b1cf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0 .info_65ea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .alert_new_4d15
  > .orange_b8fb
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .logo-6c70
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .focused-7f80
  .north_c013,
.surface_hard_3bc0
  .focused-7f80
  .overlay_short_2566 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_hard_3bc0
  .focused-7f80
  .slider-b4f3,
.surface_hard_3bc0
  .focused-7f80
  a
  .slider-b4f3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .focused-7f80
  .hover_stale_b749 {
  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);
}
.surface_hard_3bc0
  .focused-7f80
  .shadow-2024 {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .focused-7f80
  .shadow-2024 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .focused-7f80
  .shadow-2024:hover {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .focused-7f80
  .dropdown_silver_e417 {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .focused-7f80
  .dropdown_silver_e417 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .focused-7f80
  .dropdown_silver_e417:hover {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .link_brown_7607
  .west-9104
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_hard_3bc0
  .link_brown_7607
  .gold_2b8f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .link_brown_7607
  .hover_stale_b749 {
  color: var(--e-global-color-text);
}
.surface_hard_3bc0
  .link_brown_7607
  .hover_stale_b749
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .link_brown_7607
  .shadow-2024 {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .link_brown_7607
  .shadow-2024 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .link_brown_7607
  .shadow-2024:hover {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .link_brown_7607
  .dropdown_silver_e417 {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0
  .link_brown_7607
  .dropdown_silver_e417 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface_hard_3bc0
  .link_brown_7607
  .dropdown_silver_e417:hover {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0 .banner-glass-e3a4 {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0 .banner-glass-e3a4:hover {
  background-color: var(--e-global-color-primary);
}
.surface_hard_3bc0 .tertiary-dim-0829 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface_hard_3bc0 .tertiary_576d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-up-3b97 .up-4039 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-up-3b97
  .alert_full_0230
  > div:nth-child(3)
  .up-4039,
.layout-up-3b97
  .paper_2147
  > div:nth-child(1)
  .up-4039,
.layout-up-3b97
  .label_4b52
  > div:nth-child(1)
  .up-4039,
.layout-up-3b97
  .tertiary_light_ea31
  > div:nth-child(1)
  .up-4039,
.layout-up-3b97
  .paragraph_silver_1572
  > div:nth-child(1)
  .up-4039 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-up-3b97 .hero_90a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-up-3b97 .bronze_8f96 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-up-3b97 .link_active_92fc {
  background-color: var(--e-global-color-primary);
}
.layout-up-3b97 .link_active_92fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout-up-3b97 .link_active_92fc:hover {
  background-color: var(--e-global-color-primary);
}
.layout-up-3b97 .accordion_471a {
  background-color: var(--e-global-color-primary);
}
.layout-up-3b97 .accordion_471a:hover {
  background-color: var(--e-global-color-primary);
}
.layout-up-3b97 .tertiary-dim-0829 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout-up-3b97 .tertiary_576d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.motion-48d1 .header-1932 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.motion-48d1 .fast_2e49 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.motion-48d1 .steel-9452 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.motion-48d1 .soft-9c2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.motion-48d1 .component-6bf8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.motion-48d1 .accordion_471a {
  background-color: var(--e-global-color-primary);
}
.motion-48d1 .accordion_471a:hover {
  background-color: var(--e-global-color-primary);
}
.hot-e3ef .popup_glass_e678 {
  background-color: var(--e-global-color-secondary);
}
.hot-e3ef .narrow_1f5b {
  background-color: var(--e-global-color-text);
}
.hot-e3ef .hovered-9459 {
  background-color: var(--e-global-color-secondary);
}
.hot-e3ef .short_5a8d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot-e3ef .light_024d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-e3ef .under_3ecf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-e3ef .container-paper-c2d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-e3ef .feature-clean-033a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-0bb0 .advanced-61ac .heading-simple-515c,
.heading-0bb0
  .advanced-61ac
  .heading-simple-515c
  a,
.heading-0bb0 .pagination_out_49dd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-0bb0 .advanced-61ac .tall-cfab,
.heading-0bb0 .hidden_outer_619a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-0bb0 .advanced-61ac .tall-cfab {
  color: var(--e-global-color-text);
}
.heading-0bb0 .hidden_outer_619a {
  color: var(--e-global-color-text);
}
.heading-0bb0
  .advanced-61ac
  .logo_d03c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-0bb0 .caption-hard-c441 .texture-focused-1878 {
  background-color: var(--e-global-color-primary);
}
.heading-0bb0 .caption-hard-c441 .texture-focused-1878:hover {
  background-color: var(--e-global-color-primary);
}
.heading-0bb0 .caption-hard-c441 .photo-medium-a468 li span {
  background-color: var(--e-global-color-text);
}
.heading-0bb0 .caption-hard-c441 .photo-medium-a468 li span:hover {
  background-color: var(--e-global-color-primary);
}
.heading-0bb0
  .caption-hard-c441
  .photo-medium-a468
  li.tall-2e16
  span {
  background-color: var(--e-global-color-accent);
}
.heading-0bb0 .section_2f44 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_707d .breadcrumb_bfa0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thick-f09d .list_76d7 {
  background-color: var(--e-global-color-primary);
}
.thick-f09d .fast_4f6b {
  background-color: var(--e-global-color-secondary);
}
.thick-f09d .accent-bronze-d942 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .paper_f424 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .chip-2b9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .pink_ed18 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .description_hot_2cff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .mask_north_c512 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thick-f09d .pattern_easy_551b {
  background-color: var(--e-global-color-primary);
}
.thick-f09d .pattern_easy_551b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.complex-2f9a .chip-7338 {
  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);
}
.complex-2f9a .overlay_basic_0bda {
  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);
}
.complex-2f9a
  .progress-457c:after {
  background-color: var(--e-global-color-primary);
}
.complex-2f9a .modal_48c6 {
  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);
}
.sidebar_lower_ef46 .pagination_out_49dd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_lower_ef46 .hidden_outer_619a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.small-7faf .title-a62b .column_top_050a {
  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);
}
.small-7faf .title-a62b .paragraph-ecf9 {
  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-9f04 .selected-b926 {
  background-color: var(--e-global-color-primary);
}
.rough-9f04 .overlay-silver-5749 {
  background-color: var(--e-global-color-secondary);
}
.rough-9f04 .top-f835 .video-e192 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-9f04 .yellow-a35d .video-e192 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_66c7 .column_hard_4d50 .component-red-27d0 {
  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);
}
.avatar_66c7 .column_hard_4d50 .carousel_3529 {
  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);
}
.avatar_66c7 .column_hard_4d50 .old_381c {
  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);
}
.outline-bright-2c70 .status-493b {
  border-color: var(--e-global-color-text);
}
.outline-bright-2c70 .table-aefe {
  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-bright-2c70 .sidebar-light-7f44 {
  color: var(--e-global-color-primary);
}
.outline-bright-2c70 .thumbnail-3a27 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shadow-c1e7 .label-rough-4183 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow-c1e7 .widget_basic_e8b8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow-c1e7 .wrapper_338b:hover .label-rough-4183 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.shadow-c1e7
  .wrapper_338b:hover
  .widget_basic_e8b8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-brown-4d06 .item_brown_92d7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-brown-4d06 .action_6265 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze-b1b7 .container_11e8 .upper-e9fb {
  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);
}
.bronze-b1b7 .paragraph_4f17 .upper-e9fb {
  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);
}
.disabled_9dd1 .backdrop_slow_4a39 {
  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);
}
.link_53c0 .summary-next-643e .panel_fluid_1dba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_53c0 .summary-next-643e .panel_fluid_1dba {
  background-color: var(--e-global-color-secondary);
}
.link_53c0 .modal_bright_4d5f .panel_fluid_1dba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_53c0 .modal_bright_4d5f .panel_fluid_1dba {
  background-color: var(--e-global-color-secondary);
}
.link_53c0 .widget-glass-d7b6 .media_db0e {
  background-color: var(--e-global-color-primary);
}
.link_53c0 .widget-glass-d7b6:hover .media_db0e {
  background-color: var(--e-global-color-secondary);
}
.link_53c0 .texture-focused-1878 {
  background-color: var(--e-global-color-primary);
}
.link_53c0 .texture-focused-1878:hover {
  background-color: var(--e-global-color-accent);
}
.link_53c0 .photo-medium-a468 li span {
  background-color: var(--e-global-color-text);
}
.link_53c0 .photo-medium-a468 li span:hover {
  background-color: var(--e-global-color-primary);
}
.link_53c0 .photo-medium-a468 li.tall-2e16 span {
  background-color: var(--e-global-color-accent);
}
.widget_inner_2eda .search_pressed_8af9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_inner_2eda .search-ce79 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-d9cb .primary_silver_a7bf:before {
  background-color: var(--e-global-color-secondary);
}
.red-d9cb .main-old-6c6b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.red-d9cb .aside-f159 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-narrow-dc61 .old-e3e6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-narrow-dc61 .old-e3e6:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-narrow-dc61 .old-e3e6.fn-active-b929 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-narrow-dc61 .caption_up_f325 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-narrow-dc61 .layout-785f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-narrow-dc61 .hero-steel-c1af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-narrow-dc61 .element_fcb5 {
  background-color: var(--e-global-color-primary);
}
.nav-narrow-dc61 .element_fcb5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav-narrow-dc61 .label-19bc {
  background-color: var(--e-global-color-primary);
}
.nav-narrow-dc61 .label-19bc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_stone_3c4b .cold-5cc7 .hard_e608 a {
  color: var(--e-global-color-secondary);
}
.table_stone_3c4b .cold-5cc7 .hard_e608 a:hover {
  color: var(--e-global-color-secondary);
}
.table_stone_3c4b .cold-5cc7 .hard_e608,
.table_stone_3c4b .cold-5cc7 .hard_e608 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_stone_3c4b .cold-5cc7 .row-6b2e {
  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);
}
.table_stone_3c4b .cold-5cc7 .status-d172 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_stone_3c4b .cold-5cc7 .footer_advanced_6987 {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .cold-5cc7 .footer_advanced_6987 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_stone_3c4b .cold-5cc7 .footer_advanced_6987:hover {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .cold-5cc7 .content_d4a3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table_stone_3c4b .cold-5cc7 .content_d4a3 {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .cold-5cc7 .content_d4a3:hover {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .cold-5cc7 .texture-focused-1878 {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .cold-5cc7 .texture-focused-1878:hover {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .caption-hard-c441 .photo-medium-a468 li span {
  background-color: var(--e-global-color-text);
}
.table_stone_3c4b .caption-hard-c441 .photo-medium-a468 li span:hover {
  background-color: var(--e-global-color-primary);
}
.table_stone_3c4b .caption-hard-c441 .photo-medium-a468 li.tall-2e16 span {
  background-color: var(--e-global-color-accent);
}
.table_stone_3c4b .tertiary-dim-0829 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_stone_3c4b .tertiary_576d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-0b68 .pattern_center_2072 .west_2ce3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-0b68 .pattern_center_2072 .paper-8e3f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-0b68 .pattern_center_2072 .label-clean-4f95 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257 .shadow-green-aa96 {
  border-color: var(--e-global-color-text);
}
.chip_7257 .thick_e0b3 {
  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);
}
.chip_7257 .brown-ba2d {
  color: var(--e-global-color-secondary);
}
.chip_7257 .brown-ba2d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257 .module-571e > * {
  color: var(--e-global-color-primary);
}
.chip_7257 .module-571e > * svg {
  fill: var(--e-global-color-primary);
}
.chip_7257 .dropdown-ed2f {
  color: var(--e-global-color-primary);
}
.chip_7257 .dropdown-ed2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_7257 .pagination-orange-6503 {
  color: var(--e-global-color-primary);
}
.chip_7257 .pagination-orange-6503 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_7257 .static_d463 {
  color: var(--e-global-color-primary);
}
.chip_7257 .static_d463 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257 .focus_old_8fb2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257 .nav-6f53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257 .nav-6f53.carousel_last_2e3a {
  color: var(--e-global-color-secondary);
}
.chip_7257 .nav-6f53.carousel_last_2e3a .accordion-19a6 {
  color: var(--e-global-color-accent);
}
.chip_7257 .nav-6f53.sort_stone_0925 {
  color: var(--e-global-color-text);
}
.chip_7257 .nav-6f53.sort_stone_0925 .accordion-19a6 {
  color: var(--e-global-color-text);
}
.chip_7257 .nav-6f53:before {
  border-top-color: var(--e-global-color-text);
}
.chip_7257 .frame-inner-0d75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip_7257
  .frame-inner-0d75
  .video_blue_ce4c {
  background-color: var(--e-global-color-primary);
}
.chip_7257
  .frame-inner-0d75
  .video_blue_ce4c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.chip_7257 .shadow-green-aa96 .current-6bc4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image_white_da82 .nav-9631 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_white_da82 .module_new_3cda {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_3764 .tiny-05d4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_3764
  .button_80ba
  .plasma_e0be {
  background-color: var(--e-global-color-secondary);
}
.picture_3764
  .button_80ba.shadow-e7bc
  .plasma_e0be {
  background-color: var(--e-global-color-text);
}
.picture_3764
  .button_80ba:hover
  .plasma_e0be {
  background-color: var(--e-global-color-accent);
}
.picture_3764
  .button_80ba.fn-active-b929
  .plasma_e0be {
  background-color: var(--e-global-color-primary);
}
.module_down_a200 .gradient-3d94 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.module_down_a200 .plasma-c3d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_down_a200 .prev-b4f8 {
  background-color: var(--e-global-color-primary);
}
.module_down_a200 .prev-b4f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-ca84 .table_static_8ef1 .cold-a737 .carousel_4fd0 {
  background-color: var(--e-global-color-secondary);
}
.dirty-ca84 .table_static_8ef1 .soft-c329:after {
  background-color: var(--e-global-color-secondary);
}
.dirty-ca84 .modal_plasma_1ee3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-ca84 .motion-3ee7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-ca84 .easy_5813 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-ca84 .focused-1709 {
  background-color: var(--e-global-color-primary);
}
.dirty-ca84 .focused-1709 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-ca84 .summary_cold_c4a4 {
  background-color: var(--e-global-color-secondary);
}
.dirty-ca84 .summary_cold_c4a4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-ca84 .table_static_8ef1 .soft_fe54 .dropdown-bronze-34d3:hover {
  background-color: var(--e-global-color-primary);
}
.dirty-ca84
  .table_static_8ef1
  .soft_fe54
  .dropdown-bronze-34d3.nav-2164 {
  background-color: var(--e-global-color-primary);
}
.dirty-ca84 .table_static_8ef1 .pattern_06a2:before {
  border-color: var(--e-global-color-primary);
}
.dirty-ca84 .table_static_8ef1 .pattern_06a2:hover:before {
  border-color: var(--e-global-color-secondary);
}
.dirty-ca84
  .table_static_8ef1
  .pattern_06a2.section-93f8:before {
  border-color: var(--e-global-color-primary);
}
.dirty-ca84 .mask_5cd4 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-smooth-606a .wrapper_51eb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-smooth-606a .wrapper_51eb:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-smooth-606a .wrapper_51eb.fluid-0089 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-smooth-606a .outline_white_c788 {
  background-color: var(--e-global-color-primary);
}
.button-smooth-606a .outline_white_c788 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-smooth-606a
  .full-0d62
  .lower-cf1a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-smooth-606a
  .header-static-437e
  .lower-cf1a
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pattern-be70
  .clean_416a
  .cool-1e51 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-be70
  .clean_416a
  .notification_5d79 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-be70 .wide-216f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-be70 .white_6904 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern-be70 .liquid_ea5a {
  background-color: var(--e-global-color-primary);
}
.pattern-be70 .liquid_ea5a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze-5373 .frame_06f2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.bronze-5373 .table_stale_59ba {
  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);
}
.bronze-5373 .active-wood-ec93 {
  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);
}
.bronze-5373 .active-wood-ec93 a:hover {
  color: var(--e-global-color-secondary);
}
.bronze-5373 .layout-white-dc33 {
  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);
}
.bronze-5373 .table-8fea {
  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);
}
.bronze-5373 .focus_cold_8cda .texture-focused-1878 {
  background-color: var(--e-global-color-primary);
}
.bronze-5373 .focus_cold_8cda .texture-focused-1878:hover {
  background-color: var(--e-global-color-accent);
}
.bronze-5373
  .focus_cold_8cda
  .photo-medium-a468
  li
  span {
  background-color: var(--e-global-color-text);
}
.bronze-5373
  .focus_cold_8cda
  .photo-medium-a468
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.bronze-5373
  .focus_cold_8cda
  .photo-medium-a468
  li.tall-2e16
  span {
  background-color: var(--e-global-color-accent);
}
.button-6f34
  .red_727e
  .under-285f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-6f34 .red_727e .feature-fad9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-6f34 .red_727e .block_silver_a896 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-6f34 .secondary_94ae {
  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);
}
.button-6f34
  .disabled_rough_1ffe.outer_c33c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a {
  background-color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .status_b315.section-c16d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .table-5391.background-tiny-1222 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  .image_a781
  > a {
  background-color: var(--e-global-color-secondary);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  .image_a781
  > a
  .dark-fed4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  .image_a781
  > a
  .table-5391.gallery_5f07 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .sort-e109:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  a
  .sort-e109:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781.content-b898
  > a
  .sort-e109:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  .image_a781.content-b898
  > a
  .sort-e109:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .box-7dad
  .status_7ed6 {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  a
  .box-7dad
  .status_7ed6 {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .box-7dad
  .status_7ed6,
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  a
  .box-7dad
  .status_7ed6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > a
  .aside-5a43:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  a
  .aside-5a43:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781.content-b898
  > a
  .aside-5a43:before {
  color: var(--e-global-color-text);
}
.modal_202e
  > .modal_east_403c
  > div
  > .container-east-881e
  > .image_a781
  > .basic_121b
  .image_a781.content-b898
  > a
  .aside-5a43:before {
  color: var(--e-global-color-text);
}
.banner_huge_9927 .pagination-def6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner_huge_9927
  .primary-dynamic-2867:hover
  .pagination-def6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.up_a794
  > .modal_east_403c
  > .gold-a0d9
  > .banner-1e7b
  > .aside_bb77
  > .fixed-5339
  .solid-86dc {
  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_a794
  > .modal_east_403c
  > .gold-a0d9
  > .banner-1e7b
  > .aside_bb77
  > .fixed-5339:hover
  .solid-86dc {
  color: var(--e-global-color-text);
}
.up_a794
  > .modal_east_403c
  > .gold-a0d9
  > .banner-1e7b
  > .aside_bb77
  > .fixed-5339:hover
  .solid-86dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up_a794
  > .modal_east_403c
  > .gold-a0d9
  > .banner-1e7b
  > .aside_bb77.focus-cold-013e
  > .fixed-5339
  .solid-86dc {
  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);
}
.text-blue-8b1c .accordion-6802 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-blue-8b1c .backdrop_6523 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text-blue-8b1c .top-4edd {
  background-color: var(--e-global-color-primary);
}
.text-blue-8b1c .top-4edd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a
  .label_c658 {
  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);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a
  .tag-small-dd6b {
  color: var(--e-global-color-text);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a:hover
  .label_c658 {
  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);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a:hover
  .tag-small-dd6b {
  color: var(--e-global-color-secondary);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a.hidden_up_42fe
  .label_c658 {
  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);
}
.section_557a
  > .modal_east_403c
  > .widget-left-ceb1
  > .tooltip-1176
  > .secondary_pressed_2f5a.hidden_up_42fe
  .tag-small-dd6b {
  color: var(--e-global-color-primary);
}
.thumbnail-3088
  .simple_553e
  .avatar-black-3d9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-3088 .outline-up-fc2d .current-6bc4 .info-mini-5a66 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_a128 .pagination_64ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_a128 .photo_7a8a .pagination_64ed {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_a128 .feature-2e73 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_a128 .feature-2e73 {
  background-color: var(--e-global-color-primary);
}
.message_a59d .notification-solid-52ab .status-short-66b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_a59d
  .notification-solid-52ab:hover
  .layout-fd4c {
  color: var(--e-global-color-secondary);
}
.message_a59d
  .notification-solid-52ab:hover
  .status-short-66b7 {
  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);
}
.chip-under-ddf4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.article-925a {
  max-width: 1400px !important;
}

.title-e8d1 {
  flex-direction: column;
}

.title-e8d1 .smooth_182a {
  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.title-e8d1 .smooth_182a {
  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);
}

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

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

.header_smooth_5299.modal_fixed_474d {
  display: none;
}

.gallery-ed5a {
  display: none;
}

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

.aside-focused-6f4a.summary-738b {
  margin-bottom: 40px;
  width: 100%;
}

.widget-large-0b15 {
  margin-bottom: 25px !important;
  margin-top: 5px !important;
  position: static !important;
}

.title-e8d1 a {
  width: 100%;
}

.column_cold_c4cf .main-focused-0a9a.item-dark-33c6 {
  width: 20% !important;
}

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

.overlay-16a0: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%);
}

.overlay-16a0 svg {
  width: 20px;
  fill: #FFFFFF;
  transition: all 0.3s ease;
}

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

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

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

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

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

.column_cold_c4cf
  .main-focused-0a9a.shade-5b4c
  .notice_medium_0226
  .search_f9b8 {
  font-size: 20px !important;
}

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

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

.wrapper-orange-ab29 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.dim_8b09.menu_black_2175 > .link-short-c68a {
  display: flex;
  align-items: center;
}

.primary-thick-d2d9 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

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

.column_cold_c4cf
  .main-focused-0a9a.banner_f191
  .input_4c95
  .text_c7a1 {
  width: 100% !important;
}

.photo-pressed-ede0 {
  width: 500px !important;
  max-width: none;
}

.pressed_a740 {
  width: 100%;
}

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

.nav-cf39 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.detail-black-b047 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.nav-cf39:hover .detail-black-b047 {
  visibility: visible;
}
.nav-cf39:hover.nav-cf39::before {
  display: block;
}

.wrapper-orange-ab29 h3 {
  color: #fff;
}

.container-small-3de2 {
  margin: 0;
}

.column_cold_c4cf
  .main-focused-0a9a.banner_f191
  .text_c7a1
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.hidden-5f11 {
  width: 100%;
}

.focused_c7e2 {
  width: 100%;
}

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

.focused_c7e2 {
  width: 100%;
}

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

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

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

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

.title-e8d1 .smooth_182a.title_b90b {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.title-e8d1 h1.smooth_182a {
  margin-top: 80px !important;
}

.column_cold_c4cf .main-focused-0a9a.border_fc5a {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.accent_right_dac6 img {
  width: 100%;
}

.container-f502 .frame_6f1a.notice_medium_0226 {
  justify-content: space-between;
}

.paragraph-3a9c {
  display: none;
}

.avatar_111b .sort_5cb7 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .dim_8b09 .link-short-c68a {
    flex-wrap: nowrap !important;
  }
}

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

  .photo-pressed-ede0 {
    width: 100% !important;
  }
}

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

  .overlay-16a0 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .container-f502 .frame_6f1a.notice_medium_0226 {
    border-bottom: 1px solid #f0c159;
  }

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

  .dim_8b09.menu_black_2175 > .link-short-c68a {
    gap: 15px;
    justify-content: space-between;
  }

  .column_cold_c4cf
    .main-focused-0a9a.banner_f191
    .text_c7a1
    img {
    width: 60% !important;
  }

  .plasma_9c5d {
    left: 2%;
  }

  .search-b610 {
    margin: 10px 0;
  }

  .title-e8d1 .sort_5cb7 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.title-e8d1 .smooth_182a,
  .title-e8d1 .smooth_182a {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .text_c7a1 {
    justify-content: center;
  }

  .title-e8d1 .sort_5cb7 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .widget-large-0b15 {
    margin-bottom: 15px !important;
  }

  .column_cold_c4cf .main-focused-0a9a.item-dark-33c6 {
    width: 75% !important;
  }

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

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

  h2.title-e8d1 .smooth_182a,
  .title-e8d1 .smooth_182a {
    font-size: 30px !important;
  }

  .text_c7a1 {
    justify-content: center;
  }

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

  .block-d3a4
    .complex-9c3f.image_hard_4733 {
    margin: 0 !important;
  }

  .primary-thick-d2d9 {
    margin: 0;
    gap: 10px;
  }

  .search-b610 {
    display: flex;
  }

  .gradient-north-510d .overlay-16a0 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .status-north-bbc1 svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .title-e8d1 h1.smooth_182a {
    margin-top: 40px !important;
  }

  .column_cold_c4cf
    .main-focused-0a9a.banner_f191
    .text_c7a1
    img,
  .pattern-7675 .input_4c95 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .column_cold_c4cf .main-focused-0a9a.item-dark-33c6 {
    width: 100% !important;
  }

  .dim_8b09.menu_black_2175 > .link-short-c68a {
    gap: 3px;
  }

  .title-e8d1 .sort_5cb7 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

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

.container-f502 .frame_6f1a.notice_medium_0226: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .container-f502 .frame_6f1a.notice_medium_0226 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .title-e8d1 .smooth_182a {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .overlay-16a0 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.accent-clean-5771 .picture-c1f2 {
  flex-shrink: 0;
  white-space: nowrap;
}

.accent-clean-5771 .overlay_active_fee4 {
  flex-shrink: 0;
  min-width: fit-content;
}

.accent-clean-5771 .search_f9b8 {
  white-space: nowrap;
}

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

.accent-clean-5771 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.accent-clean-5771 .picture-c1f2 {
  max-width: 80px !important;
}

.accent-clean-5771 .overlay_active_fee4 {
  max-width: 80px !important;
  overflow: hidden;
}

.accent-clean-5771 .frame_6f1a.notice_medium_0226 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.accent-clean-5771 .search_f9b8 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 7a6c */
.phantom-card-e7 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.1;
}
