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(.header_ecd9) {
  gap: 0.5em;
}
:where(.message_883c) {
  gap: 0.5em;
}
body .gallery_east_fd4c > .active_c6d1 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .gallery_east_fd4c > .card-rough-96ad {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .gallery_east_fd4c > .form-dc48 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .rough_7c96 > .active_c6d1 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .rough_7c96 > .card-rough-96ad {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .rough_7c96 > .form-dc48 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .rough_7c96
  > :where(:not(.active_c6d1):not(.card-rough-96ad):not(.purple-3170)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .rough_7c96 > .item_last_361f {
  max-width: var(--wp--style--global--wide-size);
}
body .header_ecd9 {
  display: flex;
}
body .header_ecd9 {
  flex-wrap: wrap;
  align-items: center;
}
body .header_ecd9 > * {
  margin: 0;
}
body .message_883c {
  display: grid;
}
body .message_883c > * {
  margin: 0;
}
:where(.status_steel_a70c.header_ecd9) {
  gap: 2em;
}
:where(.status_steel_a70c.message_883c) {
  gap: 2em;
}
:where(.menu_5c7d.header_ecd9) {
  gap: 1.25em;
}
:where(.menu_5c7d.message_883c) {
  gap: 1.25em;
}
.basic_2be3 {
  color: var(--wp--preset--color--black) !important;
}
.glass-ac8e {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.table-current-3cd7 {
  color: var(--wp--preset--color--white) !important;
}
.search-9508 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.sidebar_14c8 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.paper-33ab {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.content-warm-1cd7 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.disabled_2048 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.new-5a93 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.accordion-dd5d {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hero_8e1c {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.photo_current_3cd0 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.notice_4d69 {
  background-color: var(--wp--preset--color--black) !important;
}
.accordion-d3bd {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.shade-east-4ab1 {
  background-color: var(--wp--preset--color--white) !important;
}
.shadow-prev-6dea {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.focus-2965 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.title_brown_be61 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.last_175e {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.element_3949 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.grid-0051 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.pressed-25ed {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.row-4100 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.notice_over_729b {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.header-lower-9031 {
  border-color: var(--wp--preset--color--black) !important;
}
.sidebar_5c5d {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.highlight-edf9 {
  border-color: var(--wp--preset--color--white) !important;
}
.up-2b52 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.primary_in_00ca {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.link-stale-1f73 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.paper_17dc {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.up_ae52 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.feature_current_a9f6 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.card_dirty_8c04 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.carousel-ba31 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.header_1040 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.heading-pink-e825 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.up_6131 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.secondary-b01d {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.fast_0893 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.filter_short_6fde {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.paragraph-yellow-0289 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.sidebar-large-3f5e {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.icon_56fc {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.widget-current-7ad4 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.tag-over-f78b {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.pagination_lite_438a {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.container-inner-4a45 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.down_7f87 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.title-2bb5 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.message_04c4 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.feature-old-ed80 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.purple_201a a:where(:not(.narrow-f4e5)) {
  color: inherit;
}
:where(.menu_5c7d.header_ecd9) {
  gap: 1.25em;
}
:where(.menu_5c7d.message_883c) {
  gap: 1.25em;
}
:where(.status_steel_a70c.header_ecd9) {
  gap: 2em;
}
:where(.status_steel_a70c.message_883c) {
  gap: 2em;
}
.nav_over_b277 {
  font-size: 1.5em;
  line-height: 1.6;
}

.smooth-bfef .form_0a6e {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message-static-d411 .form-selected-9325 {
  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_tiny_fe78 {
  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_tiny_fe78.white-d224 .iron-3d72 {
  background-color: var(--e-global-color-primary);
}
.accent_tiny_fe78.basic_9864 .iron-3d72,
.accent_tiny_fe78.picture_mini_5604 .iron-3d72 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.filter_3ebe .pro-530e {
  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);
}
.up-860a {
  --divider-color: var(--e-global-color-secondary);
}
.up-860a .hot_e671 {
  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);
}
.up-860a.surface_c695 .grid-decb {
  background-color: var(--e-global-color-secondary);
}
.up-860a.backdrop_orange_64bd .grid-decb,
.up-860a.content_copper_1faf .grid-decb {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.up-860a.backdrop_orange_64bd .grid-decb,
.up-860a.content_copper_1faf .grid-decb svg {
  fill: var(--e-global-color-secondary);
}
.pro-9c07 .card-white-5a16 {
  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);
}
.pro-9c07 .element-bottom-73e1 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-ac29.surface_c695 .grid-decb {
  background-color: var(--e-global-color-primary);
}
.texture-ac29.backdrop_orange_64bd .grid-decb,
.texture-ac29.content_copper_1faf .grid-decb {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.texture-ac29.backdrop_orange_64bd .grid-decb,
.texture-ac29.content_copper_1faf .grid-decb svg {
  fill: var(--e-global-color-primary);
}
.image_d8d2.surface_c695 .grid-decb {
  background-color: var(--e-global-color-primary);
}
.image_d8d2.backdrop_orange_64bd .grid-decb,
.image_d8d2.content_copper_1faf .grid-decb {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.image_d8d2 .link-gold-dade {
  color: var(--e-global-color-primary);
}
.image_d8d2 .link-gold-dade,
.image_d8d2 .link-gold-dade a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_d8d2 .overlay_b561 {
  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);
}
.mask-6cd6 .badge_lower_99dd {
  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_7ce8 .silver_429b .focus-e4d0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-yellow-c50e .over-b865:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.button-yellow-c50e .preview_clean_3541 i {
  color: var(--e-global-color-primary);
}
.button-yellow-c50e .preview_clean_3541 svg {
  fill: var(--e-global-color-primary);
}
.button-yellow-c50e .filter-f5b7 {
  color: var(--e-global-color-secondary);
}
.button-yellow-c50e .over-b865 > .filter-f5b7,
.button-yellow-c50e .over-b865 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.selected_8778 .avatar-a6eb {
  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);
}
.selected_8778 .title-narrow-dc8a {
  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);
}
.lite-1ed2 .chip-cold-2a6e .outer-bf3f {
  background-color: var(--e-global-color-primary);
}
.lite-1ed2 .south-1b3e {
  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);
}
.carousel-cold-948c .wrapper-9994 {
  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-cold-948c .filter-b3fe {
  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);
}
.carousel-cold-948c .warm_b617 {
  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);
}
.pagination-green-2cfe .avatar_light_a95d,
.pagination-green-2cfe .avatar_light_a95d a {
  color: var(--e-global-color-primary);
}
.pagination-green-2cfe .avatar_light_a95d.hidden-lower-88c1,
.pagination-green-2cfe .avatar_light_a95d.hidden-lower-88c1 a {
  color: var(--e-global-color-accent);
}
.pagination-green-2cfe .avatar_light_a95d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-green-2cfe .bronze-f030 {
  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);
}
.summary_focused_72a0 .modal_active_55c1,
.summary_focused_72a0 .slider_upper_1549 {
  color: var(--e-global-color-primary);
}
.summary_focused_72a0 .modal_active_55c1 svg {
  fill: var(--e-global-color-primary);
}
.summary_focused_72a0 .hidden-lower-88c1 .modal_active_55c1,
.summary_focused_72a0 .hidden-lower-88c1 .slider_upper_1549 {
  color: var(--e-global-color-accent);
}
.summary_focused_72a0 .hidden-lower-88c1 .modal_active_55c1 svg {
  fill: var(--e-global-color-accent);
}
.summary_focused_72a0 .slider_upper_1549 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_focused_72a0 .bronze-f030 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-2afe .accent-62b5,
.texture-2afe .frame_active_9168 {
  color: var(--e-global-color-primary);
}
.texture-2afe .frame_active_9168 svg {
  fill: var(--e-global-color-primary);
}
.texture-2afe .avatar_light_a95d.hidden-lower-88c1 a,
.texture-2afe
  .avatar_light_a95d.hidden-lower-88c1
  .frame_active_9168 {
  color: var(--e-global-color-accent);
}
.texture-2afe .accent-62b5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-2afe .bronze-f030 {
  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);
}
.backdrop-first-d5fd .menu-2111 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-first-d5fd .dim-5372 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_white_3304 .main_stone_3d52 .summary_3407 {
  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);
}
.sort_white_3304 .main_stone_3d52 .progress-abfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_white_3304 .layout-new-3d28 .summary_3407 {
  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);
}
.sort_white_3304
  .layout-new-3d28
  .progress-abfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_white_3304
  .search-hot-151a
  .summary_3407 {
  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);
}
.sort_white_3304
  .search-hot-151a
  .progress-abfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_white_3304
  .icon-a7be
  .summary_3407 {
  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);
}
.sort_white_3304
  .icon-a7be
  .progress-abfd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden-e5c9 .accent-in-3c67 {
  background-color: var(--e-global-color-primary);
}
.hidden-e5c9 .accent-in-3c67:hover {
  background-color: var(--e-global-color-primary);
}
.hidden-e5c9 .gallery-4e0b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-e5c9
  .accent-in-3c67:hover
  .gallery-4e0b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.small-9cbf .description-3a99 {
  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);
}
.dropdown-2810 .modal-over-30ad .full_6a08 a {
  background-color: var(--e-global-color-accent);
}
.dropdown-2810 .modal-over-30ad .banner_easy_de66 a {
  background-color: var(--e-global-color-accent);
}
.dropdown-2810 .modal-over-30ad .full_6a08 a,
.dropdown-2810 .modal-over-30ad .banner_easy_de66 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_slow_5400
  .logo-next-deb1.picture-yellow-c161
  .modal-over-30ad
  a.gradient_center_a20d {
  background-color: var(--e-global-color-accent);
}
.card_slow_5400
  .logo-next-deb1.picture-yellow-c161
  .modal-over-30ad
  span.gradient_center_a20d.fn-current-2a3f {
  background-color: var(--e-global-color-text);
}
.card_slow_5400
  .logo-next-deb1.picture-yellow-c161
  .modal-over-30ad
  .gradient_center_a20d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4 .blue-e834 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .thumbnail-down-55b4
  > .thumbnail-blue-6439
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .accent-pressed-89bc
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .under_57a2,
.container-small-e2a4
  .shadow-bottom-9d45
  .mask_slow_5e9a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .pattern-stale-0316,
.container-small-e2a4
  .shadow-bottom-9d45
  a
  .pattern-stale-0316 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .article_easy_2a85 {
  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-small-e2a4
  .shadow-bottom-9d45
  .status-d0a1 {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .status-d0a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .status-d0a1:hover {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .shade-ef33 {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .shade-ef33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .shadow-bottom-9d45
  .shade-ef33:hover {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .right_894e
  .component-pink-8827
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-small-e2a4
  .right_894e
  .silver_9ba1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .right_894e
  .article_easy_2a85 {
  color: var(--e-global-color-text);
}
.container-small-e2a4
  .right_894e
  .article_easy_2a85
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .right_894e
  .status-d0a1 {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .right_894e
  .status-d0a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .right_894e
  .status-d0a1:hover {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .right_894e
  .shade-ef33 {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4
  .right_894e
  .shade-ef33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-small-e2a4
  .right_894e
  .shade-ef33:hover {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4 .sidebar_09e6 {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4 .sidebar_09e6:hover {
  background-color: var(--e-global-color-primary);
}
.container-small-e2a4 .overlay-fa05 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container-small-e2a4 .hovered_bfa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-d92d .video_dynamic_2754 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-d92d
  .iron_c80c
  > div:nth-child(3)
  .video_dynamic_2754,
.rough-d92d
  .menu-fixed-2453
  > div:nth-child(1)
  .video_dynamic_2754,
.rough-d92d
  .frame_solid_da93
  > div:nth-child(1)
  .video_dynamic_2754,
.rough-d92d
  .tall_fa9f
  > div:nth-child(1)
  .video_dynamic_2754,
.rough-d92d
  .surface_light_db76
  > div:nth-child(1)
  .video_dynamic_2754 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-d92d .large_4ab1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-d92d .alert-middle-7f60 {
  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-d92d .sidebar_gold_d95f {
  background-color: var(--e-global-color-primary);
}
.rough-d92d .sidebar_gold_d95f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.rough-d92d .sidebar_gold_d95f:hover {
  background-color: var(--e-global-color-primary);
}
.rough-d92d .copper_79a1 {
  background-color: var(--e-global-color-primary);
}
.rough-d92d .copper_79a1:hover {
  background-color: var(--e-global-color-primary);
}
.rough-d92d .overlay-fa05 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-d92d .hovered_bfa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay-in-8e84 .surface_new_86bd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay-in-8e84 .paragraph-prev-a4b2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-in-8e84 .active_d0a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-in-8e84 .column-0488 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-in-8e84 .search-01aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-in-8e84 .copper_79a1 {
  background-color: var(--e-global-color-primary);
}
.overlay-in-8e84 .copper_79a1:hover {
  background-color: var(--e-global-color-primary);
}
.article_09fe .west-4de2 {
  background-color: var(--e-global-color-secondary);
}
.article_09fe .overlay-a4f6 {
  background-color: var(--e-global-color-text);
}
.article_09fe .top_b15c {
  background-color: var(--e-global-color-secondary);
}
.article_09fe .carousel_b25c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_09fe .background-tall-35d1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_09fe .tertiary_red_b118 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_09fe .green_e117 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_09fe .tooltip-brown-2c2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-a6cc .shadow_in_0987 .form-prev-5ead,
.first-a6cc
  .shadow_in_0987
  .form-prev-5ead
  a,
.first-a6cc .shadow_pink_5edc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-a6cc .shadow_in_0987 .tooltip-right-dbd2,
.first-a6cc .footer_b3fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.first-a6cc .shadow_in_0987 .tooltip-right-dbd2 {
  color: var(--e-global-color-text);
}
.first-a6cc .footer_b3fc {
  color: var(--e-global-color-text);
}
.first-a6cc
  .shadow_in_0987
  .silver_4c2e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.first-a6cc .video_0650 .wood_2b74 {
  background-color: var(--e-global-color-primary);
}
.first-a6cc .video_0650 .wood_2b74:hover {
  background-color: var(--e-global-color-primary);
}
.first-a6cc .video_0650 .container_next_280d li span {
  background-color: var(--e-global-color-text);
}
.first-a6cc .video_0650 .container_next_280d li span:hover {
  background-color: var(--e-global-color-primary);
}
.first-a6cc
  .video_0650
  .container_next_280d
  li.avatar_aec4
  span {
  background-color: var(--e-global-color-accent);
}
.first-a6cc .in_8ed7 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop_e89f .outline-red-2ecc {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview_up_0997 .current-9b11 {
  background-color: var(--e-global-color-primary);
}
.preview_up_0997 .breadcrumb-b7dd {
  background-color: var(--e-global-color-secondary);
}
.preview_up_0997 .badge-984d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .container_in_1980 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .icon_7be9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .iron-34e0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .complex_feba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .summary_thick_62fa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview_up_0997 .logo_tiny_7fd4 {
  background-color: var(--e-global-color-primary);
}
.preview_up_0997 .logo_tiny_7fd4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus_north_805f .video-iron-8192 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_north_805f .mini-4621 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.focus_north_805f
  .south_5edd:after {
  background-color: var(--e-global-color-primary);
}
.focus_north_805f .picture_8ead {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module_51f5 .shadow_pink_5edc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_51f5 .footer_b3fc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_8388 .background-gas-242b .component_current_f885 {
  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);
}
.active_8388 .background-gas-242b .pattern-9025 {
  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);
}
.link_next_0427 .tooltip_6cf9 {
  background-color: var(--e-global-color-primary);
}
.link_next_0427 .media_8130 {
  background-color: var(--e-global-color-secondary);
}
.link_next_0427 .right-5fd8 .old_4b76 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_next_0427 .fixed-2497 .old_4b76 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick-922e .backdrop-green-e205 .primary_0c1b {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick-922e .backdrop-green-e205 .texture-da6b {
  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);
}
.thick-922e .backdrop-green-e205 .over_936a {
  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);
}
.popup_c9ad .outer-1521 {
  border-color: var(--e-global-color-text);
}
.popup_c9ad .link-2603 {
  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);
}
.popup_c9ad .west-a866 {
  color: var(--e-global-color-primary);
}
.popup_c9ad .copper-0cef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.backdrop-643b .dropdown_d203 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop-643b .detail_dark_9a87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop-643b .secondary-fast-f247:hover .dropdown_d203 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.backdrop-643b
  .secondary-fast-f247:hover
  .detail_dark_9a87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current-b003 .main_full_4e61 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.current-b003 .iron-1dda {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion-abb7 .nav-stale-e879 .white-0acb {
  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);
}
.accordion-abb7 .rough_6591 .white-0acb {
  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);
}
.yellow-014a .black_1b7a {
  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);
}
.panel_d7fd .blue-e618 .light-9ba2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_d7fd .blue-e618 .light-9ba2 {
  background-color: var(--e-global-color-secondary);
}
.panel_d7fd .slow-8e81 .light-9ba2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_d7fd .slow-8e81 .light-9ba2 {
  background-color: var(--e-global-color-secondary);
}
.panel_d7fd .dirty_394c .search-30fb {
  background-color: var(--e-global-color-primary);
}
.panel_d7fd .dirty_394c:hover .search-30fb {
  background-color: var(--e-global-color-secondary);
}
.panel_d7fd .wood_2b74 {
  background-color: var(--e-global-color-primary);
}
.panel_d7fd .wood_2b74:hover {
  background-color: var(--e-global-color-accent);
}
.panel_d7fd .container_next_280d li span {
  background-color: var(--e-global-color-text);
}
.panel_d7fd .container_next_280d li span:hover {
  background-color: var(--e-global-color-primary);
}
.panel_d7fd .container_next_280d li.avatar_aec4 span {
  background-color: var(--e-global-color-accent);
}
.highlight-top-8afa .clean_5f6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-top-8afa .border-09c7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-old-4465 .modal-basic-d098:before {
  background-color: var(--e-global-color-secondary);
}
.popup-old-4465 .text_north_cf28 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-old-4465 .element-full-7fa9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_730a .search_wood_9a39 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_730a .search_wood_9a39:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_730a .search_wood_9a39.fn-active-2a3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_730a .button-liquid-9f91 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_730a .main_purple_705f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_730a .west-6ea2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_730a .bright_03ab {
  background-color: var(--e-global-color-primary);
}
.hero_730a .bright_03ab {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero_730a .frame_stale_5a6f {
  background-color: var(--e-global-color-primary);
}
.hero_730a .frame_stale_5a6f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-17d5 .hover_huge_be23 .wrapper-gas-5f66 a {
  color: var(--e-global-color-secondary);
}
.next-17d5 .hover_huge_be23 .wrapper-gas-5f66 a:hover {
  color: var(--e-global-color-secondary);
}
.next-17d5 .hover_huge_be23 .wrapper-gas-5f66,
.next-17d5 .hover_huge_be23 .wrapper-gas-5f66 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-17d5 .hover_huge_be23 .tag_964e {
  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);
}
.next-17d5 .hover_huge_be23 .pattern-bronze-9cc6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-17d5 .hover_huge_be23 .clean-c74d {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .hover_huge_be23 .clean-c74d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-17d5 .hover_huge_be23 .clean-c74d:hover {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .hover_huge_be23 .component-7f82 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-17d5 .hover_huge_be23 .component-7f82 {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .hover_huge_be23 .component-7f82:hover {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .hover_huge_be23 .wood_2b74 {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .hover_huge_be23 .wood_2b74:hover {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .video_0650 .container_next_280d li span {
  background-color: var(--e-global-color-text);
}
.next-17d5 .video_0650 .container_next_280d li span:hover {
  background-color: var(--e-global-color-primary);
}
.next-17d5 .video_0650 .container_next_280d li.avatar_aec4 span {
  background-color: var(--e-global-color-accent);
}
.next-17d5 .overlay-fa05 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-17d5 .hovered_bfa1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-a85b .paragraph_f138 .caption_easy_bac2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-a85b .paragraph_f138 .gallery-light-124d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-a85b .paragraph_f138 .pattern_mini_e66b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f .advanced_893a {
  border-color: var(--e-global-color-text);
}
.hero_short_c52f .main-next-4f7f {
  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);
}
.hero_short_c52f .preview-in-54d7 {
  color: var(--e-global-color-secondary);
}
.hero_short_c52f .preview-in-54d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f .surface-b39f > * {
  color: var(--e-global-color-primary);
}
.hero_short_c52f .surface-b39f > * svg {
  fill: var(--e-global-color-primary);
}
.hero_short_c52f .feature_purple_6fe4 {
  color: var(--e-global-color-primary);
}
.hero_short_c52f .feature_purple_6fe4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_short_c52f .shade_2112 {
  color: var(--e-global-color-primary);
}
.hero_short_c52f .shade_2112 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_short_c52f .container_dim_e50a {
  color: var(--e-global-color-primary);
}
.hero_short_c52f .container_dim_e50a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f .accent_3017 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f .pattern_old_03c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f .pattern_old_03c0.grid-small-a21c {
  color: var(--e-global-color-secondary);
}
.hero_short_c52f .pattern_old_03c0.grid-small-a21c .basic-c247 {
  color: var(--e-global-color-accent);
}
.hero_short_c52f .pattern_old_03c0.menu_3446 {
  color: var(--e-global-color-text);
}
.hero_short_c52f .pattern_old_03c0.menu_3446 .basic-c247 {
  color: var(--e-global-color-text);
}
.hero_short_c52f .pattern_old_03c0:before {
  border-top-color: var(--e-global-color-text);
}
.hero_short_c52f .content_advanced_df72 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero_short_c52f
  .content_advanced_df72
  .container_13a9 {
  background-color: var(--e-global-color-primary);
}
.hero_short_c52f
  .content_advanced_df72
  .container_13a9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero_short_c52f .advanced_893a .wrapper-e9c1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-black-892d .prev-4540 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mask-black-892d .wrapper_481e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search_6c70 .clean_50ae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search_6c70
  .accent-tiny-ac9e
  .filter-right-bb67 {
  background-color: var(--e-global-color-secondary);
}
.search_6c70
  .accent-tiny-ac9e.chip_rough_dd90
  .filter-right-bb67 {
  background-color: var(--e-global-color-text);
}
.search_6c70
  .accent-tiny-ac9e:hover
  .filter-right-bb67 {
  background-color: var(--e-global-color-accent);
}
.search_6c70
  .accent-tiny-ac9e.fn-active-2a3f
  .filter-right-bb67 {
  background-color: var(--e-global-color-primary);
}
.paragraph-over-4117 .carousel-d2fe {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.paragraph-over-4117 .modal-green-f784 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paragraph-over-4117 .secondary-a52a {
  background-color: var(--e-global-color-primary);
}
.paragraph-over-4117 .secondary-a52a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full_b5a2 .left_5553 .fast-daf9 .article-6323 {
  background-color: var(--e-global-color-secondary);
}
.full_b5a2 .left_5553 .info_outer_5426:after {
  background-color: var(--e-global-color-secondary);
}
.full_b5a2 .current_0f02 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full_b5a2 .full_7aba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full_b5a2 .notification-last-307d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full_b5a2 .menu-center-7358 {
  background-color: var(--e-global-color-primary);
}
.full_b5a2 .menu-center-7358 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full_b5a2 .bottom_7996 {
  background-color: var(--e-global-color-secondary);
}
.full_b5a2 .bottom_7996 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full_b5a2 .left_5553 .heading-c895 .dynamic_9ea8:hover {
  background-color: var(--e-global-color-primary);
}
.full_b5a2
  .left_5553
  .heading-c895
  .dynamic_9ea8.mask_steel_5374 {
  background-color: var(--e-global-color-primary);
}
.full_b5a2 .left_5553 .pro_1fec:before {
  border-color: var(--e-global-color-primary);
}
.full_b5a2 .left_5553 .pro_1fec:hover:before {
  border-color: var(--e-global-color-secondary);
}
.full_b5a2
  .left_5553
  .pro_1fec.out-d4c3:before {
  border-color: var(--e-global-color-primary);
}
.full_b5a2 .shadow_af6d span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link_thick_f511 .summary-12a5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_thick_f511 .summary-12a5:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_thick_f511 .summary-12a5.warm-e6f0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_thick_f511 .panel_4e05 {
  background-color: var(--e-global-color-primary);
}
.link_thick_f511 .panel_4e05 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_thick_f511
  .hard-8fd5
  .huge-1418
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_thick_f511
  .hover-c600
  .huge-1418
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.list_light_436a
  .progress_25ed
  .hovered-b281 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_light_436a
  .progress_25ed
  .large_8d27 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_light_436a .title_hot_25d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_light_436a .gallery-solid-403b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_light_436a .upper_af49 {
  background-color: var(--e-global-color-primary);
}
.list_light_436a .upper_af49 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.carousel-30ee .list_db84 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel-30ee .widget_4f67 {
  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);
}
.carousel-30ee .info-white-7652 {
  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);
}
.carousel-30ee .info-white-7652 a:hover {
  color: var(--e-global-color-secondary);
}
.carousel-30ee .selected_4b18 {
  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);
}
.carousel-30ee .hero-edc9 {
  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);
}
.carousel-30ee .pro-8986 .wood_2b74 {
  background-color: var(--e-global-color-primary);
}
.carousel-30ee .pro-8986 .wood_2b74:hover {
  background-color: var(--e-global-color-accent);
}
.carousel-30ee
  .pro-8986
  .container_next_280d
  li
  span {
  background-color: var(--e-global-color-text);
}
.carousel-30ee
  .pro-8986
  .container_next_280d
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.carousel-30ee
  .pro-8986
  .container_next_280d
  li.avatar_aec4
  span {
  background-color: var(--e-global-color-accent);
}
.modal_a94b
  .nav-c7cf
  .selected_2206 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_a94b .nav-c7cf .table_c94b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_a94b .nav-c7cf .photo-f92f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal_a94b .left-94b2 {
  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);
}
.modal_a94b
  .content-d2f9.nav_light_81df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a {
  background-color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .panel-1c5d.progress-ee87 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .liquid-808d.mask_soft_c753 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  .purple_16f6
  > a {
  background-color: var(--e-global-color-secondary);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  .purple_16f6
  > a
  .surface_55f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  .purple_16f6
  > a
  .liquid-808d.tooltip-fb30 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .south-208d:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  a
  .south-208d:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6.border-last-5f6a
  > a
  .south-208d:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  .purple_16f6.border-last-5f6a
  > a
  .south-208d:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .disabled-selected-4352
  .header_action_868c {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  a
  .disabled-selected-4352
  .header_action_868c {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .disabled-selected-4352
  .header_action_868c,
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  a
  .disabled-selected-4352
  .header_action_868c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > a
  .button-6362:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  a
  .button-6362:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6.border-last-5f6a
  > a
  .button-6362:before {
  color: var(--e-global-color-text);
}
.out-7b4e
  > .active_d484
  > div
  > .pagination-1087
  > .purple_16f6
  > .status_dark_1b8b
  .purple_16f6.border-last-5f6a
  > a
  .button-6362:before {
  color: var(--e-global-color-text);
}
.hover_under_53ce .content_blue_182e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_under_53ce
  .highlight-65d5:hover
  .content_blue_182e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold_bbb0
  > .active_d484
  > .frame-97b8
  > .icon_06b5
  > .gallery-prev-a50e
  > .hover_b28e
  .label_f579 {
  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);
}
.cold_bbb0
  > .active_d484
  > .frame-97b8
  > .icon_06b5
  > .gallery-prev-a50e
  > .hover_b28e:hover
  .label_f579 {
  color: var(--e-global-color-text);
}
.cold_bbb0
  > .active_d484
  > .frame-97b8
  > .icon_06b5
  > .gallery-prev-a50e
  > .hover_b28e:hover
  .label_f579 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold_bbb0
  > .active_d484
  > .frame-97b8
  > .icon_06b5
  > .gallery-prev-a50e.large_7e3b
  > .hover_b28e
  .label_f579 {
  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);
}
.disabled_8d3d .easy-b6e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_8d3d .label-5a36 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_8d3d .dropdown-steel-545d {
  background-color: var(--e-global-color-primary);
}
.disabled_8d3d .dropdown-steel-545d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91
  .middle_50b3 {
  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);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91
  .icon-638c {
  color: var(--e-global-color-text);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91:hover
  .middle_50b3 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91:hover
  .icon-638c {
  color: var(--e-global-color-secondary);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91.medium_1e42
  .middle_50b3 {
  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);
}
.heading_a918
  > .active_d484
  > .footer-1f7f
  > .image_slow_6034
  > .search-8d91.medium_1e42
  .icon-638c {
  color: var(--e-global-color-primary);
}
.background-complex-3ec8
  .secondary_complex_f3ff
  .popup_6e58 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-complex-3ec8 .wrapper-lite-0f1f .wrapper-e9c1 .hovered_b94c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_37bc .panel-current-1b9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_37bc .full_2d16 .panel-current-1b9c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic_37bc .huge_e5b3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dynamic_37bc .huge_e5b3 {
  background-color: var(--e-global-color-primary);
}
.table-bright-2a58 .column-3bbe .list-b5ba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-bright-2a58
  .column-3bbe:hover
  .pagination-5382 {
  color: var(--e-global-color-secondary);
}
.table-bright-2a58
  .column-3bbe:hover
  .list-b5ba {
  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_pro_ea16 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.background-b532 {
  flex-direction: column;
}

.background-b532 .active-focused-a0a3 {
  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.background-b532 .active-focused-a0a3 {
  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);
}

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

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

.stone-a1b0.nav_top_8c95 {
  display: none;
}

.border_baf1 {
  display: none;
}

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

.texture-black-314b.tag-f77a {
  margin-bottom: 40px;
  width: 100%;
}

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

.background-b532 a {
  width: 100%;
}

.up-1223 .filter_d4bb.green-636b {
  width: 20% !important;
}

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

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

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

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

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

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

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

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

.up-1223
  .filter_d4bb.fresh_f369
  .banner-72c2
  .fixed_a579 {
  font-size: 20px !important;
}

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

.liquid-54c5 {
  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;
}

.sidebar-complex-0512 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.huge-af8c.column-dim-b7fe > .texture_copper_980b {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

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

.up-1223
  .filter_d4bb.heading_27f1
  .frame-ec2c
  .blue-ca9d {
  width: 100% !important;
}

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

.logo-easy-7745 {
  width: 100%;
}

.detail-hovered-91c8 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.module-stone-923b {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.gold_31d1:hover .module-stone-923b {
  visibility: visible;
}
.gold_31d1:hover.gold_31d1::before {
  display: block;
}

.sidebar-complex-0512 h3 {
  color: #fff;
}

.background-63d0 {
  margin: 0;
}

.up-1223
  .filter_d4bb.heading_27f1
  .blue-ca9d
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.logo_a22c {
  width: 100%;
}

.hero_f91c {
  width: 100%;
}

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

.hero_f91c {
  width: 100%;
}

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

.blue-ca9d {
  display: flex;
  align-items: center;
}

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

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

.background-b532 .active-focused-a0a3.cool-c6e3 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.background-b532 h1.active-focused-a0a3 {
  margin-top: 80px !important;
}

.up-1223 .filter_d4bb.label-new-4eae {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.notice_ebcb img {
  width: 100%;
}

.article_6e0c .small_126e.banner-72c2 {
  justify-content: space-between;
}

.list_a9d4 {
  display: none;
}

.heading_hot_c6a0 .media_silver_1d32 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .huge-af8c .texture_copper_980b {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .article_6e0c .small_126e.banner-72c2 {
    border-bottom: 1px solid #f0c159;
  }

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

  .huge-af8c.column-dim-b7fe > .texture_copper_980b {
    gap: 15px;
    justify-content: space-between;
  }

  .up-1223
    .filter_d4bb.heading_27f1
    .blue-ca9d
    img {
    width: 60% !important;
  }

  .primary_2dc5 {
    left: 2%;
  }

  .main-78eb {
    margin: 10px 0;
  }

  .background-b532 .media_silver_1d32 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.background-b532 .active-focused-a0a3,
  .background-b532 .active-focused-a0a3 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .blue-ca9d {
    justify-content: center;
  }

  .background-b532 .media_silver_1d32 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .up-1223 .filter_d4bb.green-636b {
    width: 75% !important;
  }

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

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

  h2.background-b532 .active-focused-a0a3,
  .background-b532 .active-focused-a0a3 {
    font-size: 30px !important;
  }

  .blue-ca9d {
    justify-content: center;
  }

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

  .liquid_76b7
    .row_9842.content-f010 {
    margin: 0 !important;
  }

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

  .main-78eb {
    display: flex;
  }

  .rough_e556 .dropdown-d609 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .background-b532 h1.active-focused-a0a3 {
    margin-top: 40px !important;
  }

  .up-1223
    .filter_d4bb.heading_27f1
    .blue-ca9d
    img,
  .pro-9c07 .frame-ec2c {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .up-1223 .filter_d4bb.green-636b {
    width: 100% !important;
  }

  .huge-af8c.column-dim-b7fe > .texture_copper_980b {
    gap: 3px;
  }

  .background-b532 .media_silver_1d32 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* 超紧凑型导航菜单样式 */
.article_6e0c .small_126e.banner-72c2 {
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin: 0 1px;
}

.article_6e0c .small_126e.banner-72c2: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);
}

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

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

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

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

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

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

/* 响应式增强 */
@media (max-width: 767px) {
  .article_6e0c .small_126e.banner-72c2 {
    border-bottom: 2px solid #FFD700; /* 更明显的分隔线 */
    background: rgba(0, 168, 107, 0.1);
  }
  
  .background-b532 .active-focused-a0a3 {
    font-size: 35px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  }
  
  .dropdown-d609 {
    font-size: 18px !important;
    padding: 12px 25px;
  }
}

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

.column-advanced-63d2 .bottom-b52c {
  flex-shrink: 0;
  white-space: nowrap;
}

.column-advanced-63d2 .texture-d938 {
  flex-shrink: 0;
  min-width: fit-content;
}

.column-advanced-63d2 .fixed_a579 {
  white-space: nowrap;
}

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

.column-advanced-63d2 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* 强制紧凑导航菜单 - 防止重叠 */
.column-advanced-63d2 .bottom-b52c {
  max-width: 80px !important;
}

.column-advanced-63d2 .texture-d938 {
  max-width: 80px !important;
  overflow: hidden;
}

.column-advanced-63d2 .small_126e.banner-72c2 {
  padding: 3px 6px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: auto !important;
}

.column-advanced-63d2 .fixed_a579 {
  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);
  }
}

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

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

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

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

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

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

/* css-noise: 6236 */
.promo-block-v0 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
