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(.component-2292) {
  gap: 0.5em;
}
:where(.hero-3b91) {
  gap: 0.5em;
}
body .north-6f70 > .hovered_ba49 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .north-6f70 > .video_static_2bef {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .north-6f70 > .mini-d75b {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .element-upper-4128 > .hovered_ba49 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .element-upper-4128 > .video_static_2bef {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .element-upper-4128 > .mini-d75b {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .element-upper-4128
  > :where(:not(.hovered_ba49):not(.video_static_2bef):not(.overlay_8a06)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .element-upper-4128 > .disabled-a506 {
  max-width: var(--wp--style--global--wide-size);
}
body .component-2292 {
  display: flex;
}
body .component-2292 {
  flex-wrap: wrap;
  align-items: center;
}
body .component-2292 > * {
  margin: 0;
}
body .hero-3b91 {
  display: grid;
}
body .hero-3b91 > * {
  margin: 0;
}
:where(.outer_2138.component-2292) {
  gap: 2em;
}
:where(.outer_2138.hero-3b91) {
  gap: 2em;
}
:where(.wide_2098.component-2292) {
  gap: 1.25em;
}
:where(.wide_2098.hero-3b91) {
  gap: 1.25em;
}
.aside_upper_ad5e {
  color: var(--wp--preset--color--black) !important;
}
.box_old_c449 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.top-7f90 {
  color: var(--wp--preset--color--white) !important;
}
.gas-b568 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.top_2b79 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.preview_current_da1a {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.shadow_7261 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.blue_42c8 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.card_fluid_9ffa {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.detail-out-6893 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.west-77e6 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.fixed-5022 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.logo-c48a {
  background-color: var(--wp--preset--color--black) !important;
}
.logo-selected-748e {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.description-31f9 {
  background-color: var(--wp--preset--color--white) !important;
}
.pagination-complex-0114 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.center_5fb7 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.pagination-1644 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.bright_bbca {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.current_75d1 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.thumbnail_ded6 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.easy_2ec5 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.north_3a36 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.link-63a3 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.shadow-1f60 {
  border-color: var(--wp--preset--color--black) !important;
}
.center-94da {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.basic-9f8e {
  border-color: var(--wp--preset--color--white) !important;
}
.message-cf1d {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.middle-5d31 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.popup_gold_a7ae {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.info_7dd4 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.main-d0dc {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.search-0c92 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.list_532c {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.feature-1746 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.sidebar-rough-c5e8 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.white_4d63 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.card-bb4c {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.slow_1626 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.accordion-bright-77da {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.hard-0eb3 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.full_09ea {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.section_5535 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.notification-c020 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.bottom_cafa {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.old_709f {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.fluid_a3d1 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.hero-old-1b1e {
  background: var(--wp--preset--gradient--midnight) !important;
}
.highlight_0820 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.tertiary-in-0888 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.feature_gas_aadf {
  font-size: var(--wp--preset--font-size--large) !important;
}
.backdrop-ad62 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.search_32dd a:where(:not(.table_5541)) {
  color: inherit;
}
:where(.wide_2098.component-2292) {
  gap: 1.25em;
}
:where(.wide_2098.hero-3b91) {
  gap: 1.25em;
}
:where(.outer_2138.component-2292) {
  gap: 2em;
}
:where(.outer_2138.hero-3b91) {
  gap: 2em;
}
.tall-f3e7 {
  font-size: 1.5em;
  line-height: 1.6;
}

.white-5ac7 .primary-9cd0 {
  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);
}
.layout_easy_f0bb .input_last_387d {
  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);
}
.container_static_aa98 {
  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);
}
.container_static_aa98.last-2307 .notice_d658 {
  background-color: var(--e-global-color-primary);
}
.container_static_aa98.icon_simple_caaa .notice_d658,
.container_static_aa98.lite_6b7b .notice_d658 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.chip-abbc .under-a925 {
  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);
}
.hero_dbba {
  --divider-color: var(--e-global-color-secondary);
}
.hero_dbba .mask-focused-ee7a {
  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);
}
.hero_dbba.info-e875 .photo-b62e {
  background-color: var(--e-global-color-secondary);
}
.hero_dbba.orange-b24a .photo-b62e,
.hero_dbba.stale-b2d3 .photo-b62e {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.hero_dbba.orange-b24a .photo-b62e,
.hero_dbba.stale-b2d3 .photo-b62e svg {
  fill: var(--e-global-color-secondary);
}
.link-yellow-0fc5 .section-99cf {
  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);
}
.link-yellow-0fc5 .silver-b928 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_7c10.info-e875 .photo-b62e {
  background-color: var(--e-global-color-primary);
}
.pattern_7c10.orange-b24a .photo-b62e,
.pattern_7c10.stale-b2d3 .photo-b62e {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.pattern_7c10.orange-b24a .photo-b62e,
.pattern_7c10.stale-b2d3 .photo-b62e svg {
  fill: var(--e-global-color-primary);
}
.orange_291f.info-e875 .photo-b62e {
  background-color: var(--e-global-color-primary);
}
.orange_291f.orange-b24a .photo-b62e,
.orange_291f.stale-b2d3 .photo-b62e {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.orange_291f .notification-fixed-aafc {
  color: var(--e-global-color-primary);
}
.orange_291f .notification-fixed-aafc,
.orange_291f .notification-fixed-aafc a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.orange_291f .overlay-action-b357 {
  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_5900 .shadow_plasma_42fc {
  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);
}
.frame-clean-102a .outline-6270 .input_pro_a5a1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.card-steel-a0be .modal_5c10:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.card-steel-a0be .current_7efc i {
  color: var(--e-global-color-primary);
}
.card-steel-a0be .current_7efc svg {
  fill: var(--e-global-color-primary);
}
.card-steel-a0be .grid-0dc6 {
  color: var(--e-global-color-secondary);
}
.card-steel-a0be .modal_5c10 > .grid-0dc6,
.card-steel-a0be .modal_5c10 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.brown_ffcf .panel_current_8099 {
  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);
}
.brown_ffcf .card-8aa8 {
  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);
}
.hovered_23f7 .highlight-e9c1 .status_huge_04dc {
  background-color: var(--e-global-color-primary);
}
.hovered_23f7 .smooth_f9fa {
  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);
}
.description_8dcf .box-fluid-37a4 {
  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);
}
.description_8dcf .outer_76e0 {
  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);
}
.description_8dcf .white-6d4c {
  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);
}
.container-4385 .notice_e0b9,
.container-4385 .notice_e0b9 a {
  color: var(--e-global-color-primary);
}
.container-4385 .notice_e0b9.badge-outer-ec7c,
.container-4385 .notice_e0b9.badge-outer-ec7c a {
  color: var(--e-global-color-accent);
}
.container-4385 .notice_e0b9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-4385 .banner-upper-8241 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern_static_7cfd .message-3b1e,
.pattern_static_7cfd .shade-gold-2aeb {
  color: var(--e-global-color-primary);
}
.pattern_static_7cfd .message-3b1e svg {
  fill: var(--e-global-color-primary);
}
.pattern_static_7cfd .badge-outer-ec7c .message-3b1e,
.pattern_static_7cfd .badge-outer-ec7c .shade-gold-2aeb {
  color: var(--e-global-color-accent);
}
.pattern_static_7cfd .badge-outer-ec7c .message-3b1e svg {
  fill: var(--e-global-color-accent);
}
.pattern_static_7cfd .shade-gold-2aeb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pattern_static_7cfd .banner-upper-8241 {
  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);
}
.focus_a70b .info-clean-9adf,
.focus_a70b .header-red-9f13 {
  color: var(--e-global-color-primary);
}
.focus_a70b .header-red-9f13 svg {
  fill: var(--e-global-color-primary);
}
.focus_a70b .notice_e0b9.badge-outer-ec7c a,
.focus_a70b
  .notice_e0b9.badge-outer-ec7c
  .header-red-9f13 {
  color: var(--e-global-color-accent);
}
.focus_a70b .info-clean-9adf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_a70b .banner-upper-8241 {
  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_52b5 .dropdown-simple-566c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light_52b5 .iron_4495 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_selected_5ae3 .tabs-green-46e2 .huge_7281 {
  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);
}
.title_selected_5ae3 .tabs-green-46e2 .info-red-c704 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_selected_5ae3 .panel_easy_9ada .huge_7281 {
  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);
}
.title_selected_5ae3
  .panel_easy_9ada
  .info-red-c704 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_selected_5ae3
  .avatar_first_73a5
  .huge_7281 {
  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);
}
.title_selected_5ae3
  .avatar_first_73a5
  .info-red-c704 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.title_selected_5ae3
  .light-83f8
  .huge_7281 {
  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);
}
.title_selected_5ae3
  .light-83f8
  .info-red-c704 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_f2f0 .plasma-0c42 {
  background-color: var(--e-global-color-primary);
}
.outline_f2f0 .plasma-0c42:hover {
  background-color: var(--e-global-color-primary);
}
.outline_f2f0 .carousel-695c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_f2f0
  .plasma-0c42:hover
  .carousel-695c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-b94a .texture-thick-82e5 {
  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);
}
.alert-1bec .paper-9697 .easy_d712 a {
  background-color: var(--e-global-color-accent);
}
.alert-1bec .paper-9697 .detail_600e a {
  background-color: var(--e-global-color-accent);
}
.alert-1bec .paper-9697 .easy_d712 a,
.alert-1bec .paper-9697 .detail_600e a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-315a
  .picture-50e0.image_right_d6f9
  .paper-9697
  a.content_under_69be {
  background-color: var(--e-global-color-accent);
}
.header-315a
  .picture-50e0.image_right_d6f9
  .paper-9697
  span.content_under_69be.fn-current-6586 {
  background-color: var(--e-global-color-text);
}
.header-315a
  .picture-50e0.image_right_d6f9
  .paper-9697
  .content_under_69be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc .item-2c80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .soft-332b
  > .hard-a9cc
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .nav-c968
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .item_d6f5,
.heading_blue_b8dc
  .outline-upper-8fb4
  .wrapper-00f9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .primary_pro_e405,
.heading_blue_b8dc
  .outline-upper-8fb4
  a
  .primary_pro_e405 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .new_833c {
  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);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .next_0365 {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .next_0365 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .next_0365:hover {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .focus-ce67 {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .focus-ce67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .outline-upper-8fb4
  .focus-ce67:hover {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .block_top_2aa2
  .text-right-ee8a
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_blue_b8dc
  .block_top_2aa2
  .center-caca {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .block_top_2aa2
  .new_833c {
  color: var(--e-global-color-text);
}
.heading_blue_b8dc
  .block_top_2aa2
  .new_833c
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .block_top_2aa2
  .next_0365 {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .block_top_2aa2
  .next_0365 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .block_top_2aa2
  .next_0365:hover {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .block_top_2aa2
  .focus-ce67 {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc
  .block_top_2aa2
  .focus-ce67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_blue_b8dc
  .block_top_2aa2
  .focus-ce67:hover {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc .solid_596d {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc .solid_596d:hover {
  background-color: var(--e-global-color-primary);
}
.heading_blue_b8dc .mask-left-71f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_blue_b8dc .feature_slow_ec9e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_ff67 .simple-6c64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_ff67
  .item_next_56c7
  > div:nth-child(3)
  .simple-6c64,
.accent_ff67
  .under_c22b
  > div:nth-child(1)
  .simple-6c64,
.accent_ff67
  .button-smooth-7332
  > div:nth-child(1)
  .simple-6c64,
.accent_ff67
  .west-7e8f
  > div:nth-child(1)
  .simple-6c64,
.accent_ff67
  .gallery-5928
  > div:nth-child(1)
  .simple-6c64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_ff67 .tag_b9b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_ff67 .row-9334 {
  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);
}
.accent_ff67 .article_fluid_d36a {
  background-color: var(--e-global-color-primary);
}
.accent_ff67 .article_fluid_d36a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_ff67 .article_fluid_d36a:hover {
  background-color: var(--e-global-color-primary);
}
.accent_ff67 .photo-liquid-9d62 {
  background-color: var(--e-global-color-primary);
}
.accent_ff67 .photo-liquid-9d62:hover {
  background-color: var(--e-global-color-primary);
}
.accent_ff67 .mask-left-71f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accent_ff67 .feature_slow_ec9e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_4c02 .progress_3624 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tag_4c02 .notice-e0f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_4c02 .gradient_880e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_4c02 .section-plasma-f033 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_4c02 .wide_4ce6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tag_4c02 .photo-liquid-9d62 {
  background-color: var(--e-global-color-primary);
}
.tag_4c02 .photo-liquid-9d62:hover {
  background-color: var(--e-global-color-primary);
}
.info-22d9 .status-hard-f69e {
  background-color: var(--e-global-color-secondary);
}
.info-22d9 .module-white-2c03 {
  background-color: var(--e-global-color-text);
}
.info-22d9 .layout_26dd {
  background-color: var(--e-global-color-secondary);
}
.info-22d9 .bottom-82bb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info-22d9 .liquid_0e30 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-22d9 .shadow_black_6415 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-22d9 .static_e9ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-22d9 .tooltip_ddcf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-790e .complex-0aa5 .under_3c7d,
.photo-790e
  .complex-0aa5
  .under_3c7d
  a,
.photo-790e .surface-9a6b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-790e .complex-0aa5 .form-advanced-c44b,
.photo-790e .green-5f4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-790e .complex-0aa5 .form-advanced-c44b {
  color: var(--e-global-color-text);
}
.photo-790e .green-5f4e {
  color: var(--e-global-color-text);
}
.photo-790e
  .complex-0aa5
  .info_dim_981f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-790e .preview-short-e900 .dynamic_a36d {
  background-color: var(--e-global-color-primary);
}
.photo-790e .preview-short-e900 .dynamic_a36d:hover {
  background-color: var(--e-global-color-primary);
}
.photo-790e .preview-short-e900 .dim-c9f2 li span {
  background-color: var(--e-global-color-text);
}
.photo-790e .preview-short-e900 .dim-c9f2 li span:hover {
  background-color: var(--e-global-color-primary);
}
.photo-790e
  .preview-short-e900
  .dim-c9f2
  li.component_2a13
  span {
  background-color: var(--e-global-color-accent);
}
.photo-790e .detail_bright_cd12 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form-north-0d7f .section_fcbf {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid_b23e .nav_18cc {
  background-color: var(--e-global-color-primary);
}
.fluid_b23e .slider_040e {
  background-color: var(--e-global-color-secondary);
}
.fluid_b23e .middle_00e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .image-e080 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .pagination-upper-6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .overlay_89a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .texture-fa9c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .summary-motion-1837 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_b23e .hard-50f8 {
  background-color: var(--e-global-color-primary);
}
.fluid_b23e .hard-50f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mask_bottom_32a7 .tag_68b4 {
  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);
}
.mask_bottom_32a7 .banner_1f24 {
  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);
}
.mask_bottom_32a7
  .button-dynamic-3904:after {
  background-color: var(--e-global-color-primary);
}
.mask_bottom_32a7 .table-copper-43a2 {
  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);
}
.hot_8cad .surface-9a6b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot_8cad .green-5f4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hard-ae21 .slow_92b6 .stale_a972 {
  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);
}
.hard-ae21 .slow_92b6 .status_d8ad {
  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);
}
.search_6897 .progress-a8b9 {
  background-color: var(--e-global-color-primary);
}
.search_6897 .logo-gas-db92 {
  background-color: var(--e-global-color-secondary);
}
.search_6897 .aside-1766 .gradient_dirty_39e1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search_6897 .tag_562d .gradient_dirty_39e1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hot_e716 .outline-9fc9 .text_outer_7502 {
  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);
}
.hot_e716 .outline-9fc9 .focus_24d2 {
  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);
}
.hot_e716 .outline-9fc9 .under-24e6 {
  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);
}
.carousel_center_7ebc .static-3d92 {
  border-color: var(--e-global-color-text);
}
.carousel_center_7ebc .huge-a8af {
  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);
}
.carousel_center_7ebc .video_simple_af00 {
  color: var(--e-global-color-primary);
}
.carousel_center_7ebc .hot_570c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_8c66 .link_gold_b9e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_8c66 .tertiary_medium_6225 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_8c66 .notification_edf2:hover .link_gold_b9e0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_8c66
  .notification_edf2:hover
  .tertiary_medium_6225 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard-0fc1 .carousel_d01a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hard-0fc1 .slider-2406 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row-soft-821d .silver_d113 .hard_ea07 {
  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-soft-821d .fixed-dfc7 .hard_ea07 {
  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);
}
.tall_3a56 .chip-slow-73bf {
  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);
}
.warm-6535 .row_3080 .south_1e75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.warm-6535 .row_3080 .south_1e75 {
  background-color: var(--e-global-color-secondary);
}
.warm-6535 .steel_bfa8 .south_1e75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.warm-6535 .steel_bfa8 .south_1e75 {
  background-color: var(--e-global-color-secondary);
}
.warm-6535 .background_static_54d7 .filter-e97c {
  background-color: var(--e-global-color-primary);
}
.warm-6535 .background_static_54d7:hover .filter-e97c {
  background-color: var(--e-global-color-secondary);
}
.warm-6535 .dynamic_a36d {
  background-color: var(--e-global-color-primary);
}
.warm-6535 .dynamic_a36d:hover {
  background-color: var(--e-global-color-accent);
}
.warm-6535 .dim-c9f2 li span {
  background-color: var(--e-global-color-text);
}
.warm-6535 .dim-c9f2 li span:hover {
  background-color: var(--e-global-color-primary);
}
.warm-6535 .dim-c9f2 li.component_2a13 span {
  background-color: var(--e-global-color-accent);
}
.sidebar_e48c .brown-6a91 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_e48c .easy_54a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_5e34 .summary-short-41d6:before {
  background-color: var(--e-global-color-secondary);
}
.prev_5e34 .basic_4df2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev_5e34 .menu_656a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_991e .next-6b06 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_991e .next-6b06:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_991e .next-6b06.fn-active-6586 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_991e .tiny_285f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_991e .backdrop_upper_5241 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_991e .tag_soft_249c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_991e .white-a2f1 {
  background-color: var(--e-global-color-primary);
}
.grid_991e .white-a2f1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid_991e .paragraph_3d65 {
  background-color: var(--e-global-color-primary);
}
.grid_991e .paragraph_3d65 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black-7bcd .card_black_9095 .tiny_bd15 a {
  color: var(--e-global-color-secondary);
}
.black-7bcd .card_black_9095 .tiny_bd15 a:hover {
  color: var(--e-global-color-secondary);
}
.black-7bcd .card_black_9095 .tiny_bd15,
.black-7bcd .card_black_9095 .tiny_bd15 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black-7bcd .card_black_9095 .current-deca {
  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);
}
.black-7bcd .card_black_9095 .sidebar-under-c3f1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black-7bcd .card_black_9095 .section-4111 {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .card_black_9095 .section-4111 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black-7bcd .card_black_9095 .section-4111:hover {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .card_black_9095 .mask_5a0c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black-7bcd .card_black_9095 .mask_5a0c {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .card_black_9095 .mask_5a0c:hover {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .card_black_9095 .dynamic_a36d {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .card_black_9095 .dynamic_a36d:hover {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .preview-short-e900 .dim-c9f2 li span {
  background-color: var(--e-global-color-text);
}
.black-7bcd .preview-short-e900 .dim-c9f2 li span:hover {
  background-color: var(--e-global-color-primary);
}
.black-7bcd .preview-short-e900 .dim-c9f2 li.component_2a13 span {
  background-color: var(--e-global-color-accent);
}
.black-7bcd .mask-left-71f6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black-7bcd .feature_slow_ec9e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-south-b7b6 .active_4428 .last-beef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-south-b7b6 .active_4428 .solid_e761 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-south-b7b6 .active_4428 .image_a50c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059 .fast_64bb {
  border-color: var(--e-global-color-text);
}
.gallery_west_8059 .upper_8b6c {
  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);
}
.gallery_west_8059 .preview_57e1 {
  color: var(--e-global-color-secondary);
}
.gallery_west_8059 .preview_57e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059 .caption-66da > * {
  color: var(--e-global-color-primary);
}
.gallery_west_8059 .caption-66da > * svg {
  fill: var(--e-global-color-primary);
}
.gallery_west_8059 .hovered_a077 {
  color: var(--e-global-color-primary);
}
.gallery_west_8059 .hovered_a077 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_west_8059 .right_6c0e {
  color: var(--e-global-color-primary);
}
.gallery_west_8059 .right_6c0e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_west_8059 .progress_complex_6142 {
  color: var(--e-global-color-primary);
}
.gallery_west_8059 .progress_complex_6142 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059 .tertiary_8e44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059 .tabs_orange_d07b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059 .tabs_orange_d07b.texture_83f7 {
  color: var(--e-global-color-secondary);
}
.gallery_west_8059 .tabs_orange_d07b.texture_83f7 .grid_under_90d8 {
  color: var(--e-global-color-accent);
}
.gallery_west_8059 .tabs_orange_d07b.layout-fixed-3eeb {
  color: var(--e-global-color-text);
}
.gallery_west_8059 .tabs_orange_d07b.layout-fixed-3eeb .grid_under_90d8 {
  color: var(--e-global-color-text);
}
.gallery_west_8059 .tabs_orange_d07b:before {
  border-top-color: var(--e-global-color-text);
}
.gallery_west_8059 .badge_d368 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_west_8059
  .badge_d368
  .outline-0498 {
  background-color: var(--e-global-color-primary);
}
.gallery_west_8059
  .badge_d368
  .outline-0498 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_west_8059 .fast_64bb .component-4d2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_4b29 .shadow_lite_5869 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.disabled_4b29 .aside-yellow-7c55 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link-311c .button_774d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link-311c
  .widget_7b07
  .first_30b1 {
  background-color: var(--e-global-color-secondary);
}
.link-311c
  .widget_7b07.carousel_right_37d7
  .first_30b1 {
  background-color: var(--e-global-color-text);
}
.link-311c
  .widget_7b07:hover
  .first_30b1 {
  background-color: var(--e-global-color-accent);
}
.link-311c
  .widget_7b07.fn-active-6586
  .first_30b1 {
  background-color: var(--e-global-color-primary);
}
.status-d617 .tooltip-silver-e4cd {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.status-d617 .aside_easy_a271 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-d617 .heading-inner-36d3 {
  background-color: var(--e-global-color-primary);
}
.status-d617 .heading-inner-36d3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-3e21 .rough-16e6 .basic_aef0 .west_ccc9 {
  background-color: var(--e-global-color-secondary);
}
.left-3e21 .rough-16e6 .modal_fast_e211:after {
  background-color: var(--e-global-color-secondary);
}
.left-3e21 .primary-21cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-3e21 .light-4790 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-3e21 .background_97d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.left-3e21 .carousel_a58c {
  background-color: var(--e-global-color-primary);
}
.left-3e21 .carousel_a58c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-3e21 .focus-04c3 {
  background-color: var(--e-global-color-secondary);
}
.left-3e21 .focus-04c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.left-3e21 .rough-16e6 .aside_6ba1 .new_2192:hover {
  background-color: var(--e-global-color-primary);
}
.left-3e21
  .rough-16e6
  .aside_6ba1
  .new_2192.surface-purple-9704 {
  background-color: var(--e-global-color-primary);
}
.left-3e21 .rough-16e6 .basic-d1f5:before {
  border-color: var(--e-global-color-primary);
}
.left-3e21 .rough-16e6 .basic-d1f5:hover:before {
  border-color: var(--e-global-color-secondary);
}
.left-3e21
  .rough-16e6
  .basic-d1f5.red_60a6:before {
  border-color: var(--e-global-color-primary);
}
.left-3e21 .row_hot_3803 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal-stale-2d68 .tooltip-264f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-stale-2d68 .tooltip-264f:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-stale-2d68 .tooltip-264f.tertiary-soft-4fae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-stale-2d68 .preview-3edc {
  background-color: var(--e-global-color-primary);
}
.modal-stale-2d68 .preview-3edc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-stale-2d68
  .overlay_749c
  .accordion-short-3ce2
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.modal-stale-2d68
  .search-paper-b52f
  .accordion-short-3ce2
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel_659f
  .west_a70f
  .icon-first-d8a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_659f
  .west_a70f
  .block-huge-5974 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_659f .text_easy_8229 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_659f .pagination_mini_fe20 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_659f .list_up_1ce7 {
  background-color: var(--e-global-color-primary);
}
.carousel_659f .list_up_1ce7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.medium_0c72 .secondary-light-4295 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.medium_0c72 .solid-ae87 {
  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);
}
.medium_0c72 .preview_hard_693a {
  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);
}
.medium_0c72 .preview_hard_693a a:hover {
  color: var(--e-global-color-secondary);
}
.medium_0c72 .feature-blue-3ae7 {
  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);
}
.medium_0c72 .blue-34d8 {
  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);
}
.medium_0c72 .title_bottom_39b5 .dynamic_a36d {
  background-color: var(--e-global-color-primary);
}
.medium_0c72 .title_bottom_39b5 .dynamic_a36d:hover {
  background-color: var(--e-global-color-accent);
}
.medium_0c72
  .title_bottom_39b5
  .dim-c9f2
  li
  span {
  background-color: var(--e-global-color-text);
}
.medium_0c72
  .title_bottom_39b5
  .dim-c9f2
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.medium_0c72
  .title_bottom_39b5
  .dim-c9f2
  li.component_2a13
  span {
  background-color: var(--e-global-color-accent);
}
.middle_8cfc
  .button_thick_2eb6
  .article-e449 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_8cfc .button_thick_2eb6 .fresh-d24a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.middle_8cfc .button_thick_2eb6 .sidebar-narrow-a93c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.middle_8cfc .progress_457a {
  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);
}
.middle_8cfc
  .frame_1f52.picture_bb5d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a {
  background-color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .shadow-orange-f0f3.caption_yellow_5244 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .layout-e17c.slider_6574 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  .status-hot-bf2c
  > a {
  background-color: var(--e-global-color-secondary);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  .status-hot-bf2c
  > a
  .component-f809 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  .status-hot-bf2c
  > a
  .layout-e17c.green-7b91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .element_4be5:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  a
  .element_4be5:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c.info_yellow_a8df
  > a
  .element_4be5:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  .status-hot-bf2c.info_yellow_a8df
  > a
  .element_4be5:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .content_stale_3f36
  .overlay-pro-58ef {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  a
  .content_stale_3f36
  .overlay-pro-58ef {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .content_stale_3f36
  .overlay-pro-58ef,
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  a
  .content_stale_3f36
  .overlay-pro-58ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > a
  .background-lite-03be:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  a
  .background-lite-03be:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c.info_yellow_a8df
  > a
  .background-lite-03be:before {
  color: var(--e-global-color-text);
}
.outline-45e9
  > .plasma_2f11
  > div
  > .description_9382
  > .status-hot-bf2c
  > .black-7e40
  .status-hot-bf2c.info_yellow_a8df
  > a
  .background-lite-03be:before {
  color: var(--e-global-color-text);
}
.texture-fresh-2bb6 .fresh_ce73 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.texture-fresh-2bb6
  .banner-c123:hover
  .fresh_ce73 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-9564
  > .plasma_2f11
  > .focus_orange_c2f1
  > .tertiary-ea92
  > .preview-0043
  > .list_pink_f1fc
  .paper_f39b {
  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);
}
.feature-9564
  > .plasma_2f11
  > .focus_orange_c2f1
  > .tertiary-ea92
  > .preview-0043
  > .list_pink_f1fc:hover
  .paper_f39b {
  color: var(--e-global-color-text);
}
.feature-9564
  > .plasma_2f11
  > .focus_orange_c2f1
  > .tertiary-ea92
  > .preview-0043
  > .list_pink_f1fc:hover
  .paper_f39b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-9564
  > .plasma_2f11
  > .focus_orange_c2f1
  > .tertiary-ea92
  > .preview-0043.chip_slow_4b40
  > .list_pink_f1fc
  .paper_f39b {
  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);
}
.alert-3d52 .preview_top_73ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-3d52 .narrow_808d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-3d52 .table-full-33b4 {
  background-color: var(--e-global-color-primary);
}
.alert-3d52 .table-full-33b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83
  .tag_5258 {
  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);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83
  .text-advanced-6a48 {
  color: var(--e-global-color-text);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83:hover
  .tag_5258 {
  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);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83:hover
  .text-advanced-6a48 {
  color: var(--e-global-color-secondary);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83.description-huge-b72f
  .tag_5258 {
  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);
}
.huge_dbbd
  > .plasma_2f11
  > .icon-bronze-60f0
  > .card_c39d
  > .preview-4c83.description-huge-b72f
  .text-advanced-6a48 {
  color: var(--e-global-color-primary);
}
.filter_tiny_82cc
  .picture-smooth-3e36
  .wrapper-east-6a35 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_tiny_82cc .lite-0c9c .component-4d2f .main-e941 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-db28 .tooltip-43ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-db28 .table_hard_d84c .tooltip-43ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center-db28 .description-out-4282 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.center-db28 .description-out-4282 {
  background-color: var(--e-global-color-primary);
}
.message-outer-360e .focus_5b76 .feature-dark-cdf9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-outer-360e
  .focus_5b76:hover
  .center-f638 {
  color: var(--e-global-color-secondary);
}
.message-outer-360e
  .focus_5b76:hover
  .feature-dark-cdf9 {
  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);
}
.purple_f426 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.stone-46af {
  flex-direction: column;
}

.stone-46af .pagination_black_01da {
  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.stone-46af .pagination_black_01da {
  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);
}

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

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

.hard-77db.chip-32f1 {
  display: none;
}

.dim_c07a {
  display: none;
}

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

.thick-a120.purple_ef0d {
  margin-bottom: 40px;
  width: 100%;
}

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

.stone-46af a {
  width: 100%;
}

.short-3065 .preview-lite-3db4.tag_f539 {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.short-3065
  .preview-lite-3db4.component-67d0
  .carousel_green_6bd3
  .gas-69f0 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.thumbnail_under_97b0.simple_de8d > .status-1b71 {
  display: flex;
  align-items: center;
}

.mask-70d3 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

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

.short-3065
  .preview-lite-3db4.menu-fixed-69c8
  .button_focused_e7f2
  .progress-05a7 {
  width: 100% !important;
}

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

.badge_south_619e {
  width: 100%;
}

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

.info-dark-e9f6 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.progress-047c {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.info-dark-e9f6:hover .progress-047c {
  visibility: visible;
}
.info-dark-e9f6:hover.info-dark-e9f6::before {
  display: block;
}

.detail_under_2afd h3 {
  color: #fff;
}

.icon_current_cc8f {
  margin: 0;
}

.short-3065
  .preview-lite-3db4.menu-fixed-69c8
  .progress-05a7
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.block_focused_5089 {
  width: 100%;
}

.detail_east_0a4d {
  width: 100%;
}

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

.detail_east_0a4d {
  width: 100%;
}

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

.progress-05a7 {
  display: flex;
  align-items: center;
}

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

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

.stone-46af .pagination_black_01da.tabs-glass-1bde {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.stone-46af h1.pagination_black_01da {
  margin-top: 80px !important;
}

.short-3065 .preview-lite-3db4.lite-ad91 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hard-71a9 img {
  width: 100%;
}

.tertiary-3508 .article-e9cf.carousel_green_6bd3 {
  justify-content: space-between;
}

.card-hard-a440 {
  display: none;
}

.fixed-e7ab .slider_dark_7647 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .thumbnail_under_97b0 .status-1b71 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .tertiary-3508 .article-e9cf.carousel_green_6bd3 {
    border-bottom: 1px solid #f0c159;
  }

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

  .thumbnail_under_97b0.simple_de8d > .status-1b71 {
    gap: 15px;
    justify-content: space-between;
  }

  .short-3065
    .preview-lite-3db4.menu-fixed-69c8
    .progress-05a7
    img {
    width: 60% !important;
  }

  .hidden_df7b {
    left: 2%;
  }

  .blue_3f7c {
    margin: 10px 0;
  }

  .stone-46af .slider_dark_7647 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.stone-46af .pagination_black_01da,
  .stone-46af .pagination_black_01da {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .progress-05a7 {
    justify-content: center;
  }

  .stone-46af .slider_dark_7647 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .short-3065 .preview-lite-3db4.tag_f539 {
    width: 75% !important;
  }

  .hard-71a9 img {
    width: 100% !important;
  }
}

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

  h2.stone-46af .pagination_black_01da,
  .stone-46af .pagination_black_01da {
    font-size: 30px !important;
  }

  .progress-05a7 {
    justify-content: center;
  }

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

  .overlay_new_c7a9
    .accent-iron-b6d7.bronze-2b65 {
    margin: 0 !important;
  }

  .mask-70d3 {
    margin: 0;
    gap: 10px;
  }

  .blue_3f7c {
    display: flex;
  }

  .border-a434 .mask_27d5 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .component-green-6dcd svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .stone-46af h1.pagination_black_01da {
    margin-top: 40px !important;
  }

  .short-3065
    .preview-lite-3db4.menu-fixed-69c8
    .progress-05a7
    img,
  .link-yellow-0fc5 .button_focused_e7f2 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .short-3065 .preview-lite-3db4.tag_f539 {
    width: 100% !important;
  }

  .thumbnail_under_97b0.simple_de8d > .status-1b71 {
    gap: 3px;
  }

  .stone-46af .slider_dark_7647 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.tertiary-3508 .article-e9cf.carousel_green_6bd3 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.tertiary-3508 .article-e9cf.carousel_green_6bd3: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);
}

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

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

.stone-46af {
  position: relative;
  padding-top: 30px;
}

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

.hard-77db: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;
}

/* 图片块简化样式 */
.shadow-0c49 {
  display: block;
}

/* 响应式增强 */
@media (max-width: 767px) {
  .tertiary-3508 .article-e9cf.carousel_green_6bd3 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .stone-46af .pagination_black_01da {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .mask_27d5 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.tiny-9832 .outline-d7f4 {
  flex-shrink: 0;
  white-space: nowrap;
}

.tiny-9832 .sort_yellow_a87a {
  flex-shrink: 0;
  min-width: fit-content;
}

.tiny-9832 .gas-69f0 {
  white-space: nowrap;
}

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

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

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

.tiny-9832 .sort_yellow_a87a {
  max-width: 80px !important;
  overflow: hidden;
}

.tiny-9832 .article-e9cf.carousel_green_6bd3 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.tiny-9832 .gas-69f0 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: c79b */
.ghost-box-z3 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
