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(.grid-4fc7) {
  gap: 0.5em;
}
:where(.hero-90a9) {
  gap: 0.5em;
}
body .motion-b848 > .aside-3a92 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .motion-b848 > .description-silver-678d {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .motion-b848 > .badge-huge-61de {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .summary_steel_eb92 > .aside-3a92 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .summary_steel_eb92 > .description-silver-678d {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .summary_steel_eb92 > .badge-huge-61de {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .summary_steel_eb92
  > :where(:not(.aside-3a92):not(.description-silver-678d):not(.detail-dirty-8e26)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .summary_steel_eb92 > .orange_c693 {
  max-width: var(--wp--style--global--wide-size);
}
body .grid-4fc7 {
  display: flex;
}
body .grid-4fc7 {
  flex-wrap: wrap;
  align-items: center;
}
body .grid-4fc7 > * {
  margin: 0;
}
body .hero-90a9 {
  display: grid;
}
body .hero-90a9 > * {
  margin: 0;
}
:where(.modal_a722.grid-4fc7) {
  gap: 2em;
}
:where(.modal_a722.hero-90a9) {
  gap: 2em;
}
:where(.accent-b502.grid-4fc7) {
  gap: 1.25em;
}
:where(.accent-b502.hero-90a9) {
  gap: 1.25em;
}
.widget-huge-92be {
  color: var(--wp--preset--color--black) !important;
}
.prev-9691 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.status_old_a7e3 {
  color: var(--wp--preset--color--white) !important;
}
.mask-focused-f162 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.hovered_c1fd {
  color: var(--wp--preset--color--vivid-red) !important;
}
.nav-6ff1 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.advanced-4035 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.light-7667 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.dropdown_0907 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.down-edd1 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hard-5df2 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.thumbnail_89a6 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.prev-2e1d {
  background-color: var(--wp--preset--color--black) !important;
}
.simple-1bb6 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.iron-281c {
  background-color: var(--wp--preset--color--white) !important;
}
.surface_4c2c {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.complex_b8ea {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.widget-2daa {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.gradient_in_cb5e {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.box-c1e1 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.backdrop_41c1 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.grid-gas-9588 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.picture_818f {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.summary-iron-802b {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.left_15b6 {
  border-color: var(--wp--preset--color--black) !important;
}
.layout_blue_23f2 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.hero_f8b6 {
  border-color: var(--wp--preset--color--white) !important;
}
.logo_4922 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.frame_prev_5d9d {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.modal-7923 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.glass-1ab9 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.text-tiny-b19f {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.menu-inner-cb0c {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hard-a709 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.dropdown_b123 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.old-2eeb {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.shadow-old-7f28 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.large_9529 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.bottom-37da {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.link_0224 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.wide-9c75 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.menu_copper_b003 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.paragraph-paper-1ba2 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.fast_9f14 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.paper_b349 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.article-bf3c {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.stone_0d3f {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.bright_a05d {
  background: var(--wp--preset--gradient--midnight) !important;
}
.nav-mini-05af {
  font-size: var(--wp--preset--font-size--small) !important;
}
.disabled_a98f {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.chip_inner_33ee {
  font-size: var(--wp--preset--font-size--large) !important;
}
.info_f6cc {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.white-7ef4 a:where(:not(.outline_brown_468f)) {
  color: inherit;
}
:where(.accent-b502.grid-4fc7) {
  gap: 1.25em;
}
:where(.accent-b502.hero-90a9) {
  gap: 1.25em;
}
:where(.modal_a722.grid-4fc7) {
  gap: 2em;
}
:where(.modal_a722.hero-90a9) {
  gap: 2em;
}
.background-blue-af8a {
  font-size: 1.5em;
  line-height: 1.6;
}

.main_pro_d8b7 .gas_d8e4 {
  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);
}
.pagination_711d .frame-86f0 {
  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_c077 {
  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_c077.outline-hard-e97c .surface-fresh-6c69 {
  background-color: var(--e-global-color-primary);
}
.next_c077.bright_fbd4 .surface-fresh-6c69,
.next_c077.accent_inner_89aa .surface-fresh-6c69 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.tabs-5e52 .sort_advanced_8f85 {
  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);
}
.card_up_9596 {
  --divider-color: var(--e-global-color-secondary);
}
.card_up_9596 .mini-f519 {
  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);
}
.card_up_9596.container-bright-69ac .outline_5b37 {
  background-color: var(--e-global-color-secondary);
}
.card_up_9596.south-d59d .outline_5b37,
.card_up_9596.purple_6835 .outline_5b37 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.card_up_9596.south-d59d .outline_5b37,
.card_up_9596.purple_6835 .outline_5b37 svg {
  fill: var(--e-global-color-secondary);
}
.smooth-0112 .panel_fluid_989f {
  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);
}
.smooth-0112 .nav_bdc3 {
  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);
}
.detail-dynamic-d0b4.container-bright-69ac .outline_5b37 {
  background-color: var(--e-global-color-primary);
}
.detail-dynamic-d0b4.south-d59d .outline_5b37,
.detail-dynamic-d0b4.purple_6835 .outline_5b37 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.detail-dynamic-d0b4.south-d59d .outline_5b37,
.detail-dynamic-d0b4.purple_6835 .outline_5b37 svg {
  fill: var(--e-global-color-primary);
}
.basic_c817.container-bright-69ac .outline_5b37 {
  background-color: var(--e-global-color-primary);
}
.basic_c817.south-d59d .outline_5b37,
.basic_c817.purple_6835 .outline_5b37 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.basic_c817 .tall_b6a9 {
  color: var(--e-global-color-primary);
}
.basic_c817 .tall_b6a9,
.basic_c817 .tall_b6a9 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.basic_c817 .top-09f3 {
  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);
}
.outer_f848 .notification-b79e {
  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);
}
.breadcrumb-yellow-4300 .title-clean-dc8f .info_e3e2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dropdown-glass-bb33 .button-6bd3:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.dropdown-glass-bb33 .simple-4e68 i {
  color: var(--e-global-color-primary);
}
.dropdown-glass-bb33 .simple-4e68 svg {
  fill: var(--e-global-color-primary);
}
.dropdown-glass-bb33 .wrapper_1637 {
  color: var(--e-global-color-secondary);
}
.dropdown-glass-bb33 .button-6bd3 > .wrapper_1637,
.dropdown-glass-bb33 .button-6bd3 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-plasma-f512 .status_blue_5ed4 {
  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);
}
.column-plasma-f512 .tall_afae {
  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);
}
.tag_pressed_41b3 .banner-b0fb .hover-copper-55ee {
  background-color: var(--e-global-color-primary);
}
.tag_pressed_41b3 .sort-038d {
  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);
}
.list-south-dbab .accordion_f5fd {
  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);
}
.list-south-dbab .sort-f483 {
  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);
}
.list-south-dbab .thumbnail-in-9788 {
  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);
}
.label_full_1505 .next-c382,
.label_full_1505 .next-c382 a {
  color: var(--e-global-color-primary);
}
.label_full_1505 .next-c382.slow_ecaa,
.label_full_1505 .next-c382.slow_ecaa a {
  color: var(--e-global-color-accent);
}
.label_full_1505 .next-c382 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_full_1505 .banner-1f91 {
  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);
}
.breadcrumb-478e .message-cold-c48d,
.breadcrumb-478e .right-e92a {
  color: var(--e-global-color-primary);
}
.breadcrumb-478e .message-cold-c48d svg {
  fill: var(--e-global-color-primary);
}
.breadcrumb-478e .slow_ecaa .message-cold-c48d,
.breadcrumb-478e .slow_ecaa .right-e92a {
  color: var(--e-global-color-accent);
}
.breadcrumb-478e .slow_ecaa .message-cold-c48d svg {
  fill: var(--e-global-color-accent);
}
.breadcrumb-478e .right-e92a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-478e .banner-1f91 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-south-2557 .disabled_right_5f6b,
.thumbnail-south-2557 .white-e7c7 {
  color: var(--e-global-color-primary);
}
.thumbnail-south-2557 .white-e7c7 svg {
  fill: var(--e-global-color-primary);
}
.thumbnail-south-2557 .next-c382.slow_ecaa a,
.thumbnail-south-2557
  .next-c382.slow_ecaa
  .white-e7c7 {
  color: var(--e-global-color-accent);
}
.thumbnail-south-2557 .disabled_right_5f6b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-south-2557 .banner-1f91 {
  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);
}
.chip_fba6 .selected-5988 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip_fba6 .tooltip-advanced-d2f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_simple_4c60 .top_e965 .table_huge_5509 {
  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);
}
.video_simple_4c60 .top_e965 .primary-old-eb78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_simple_4c60 .dropdown-be6c .table_huge_5509 {
  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);
}
.video_simple_4c60
  .dropdown-be6c
  .primary-old-eb78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_simple_4c60
  .slow_837a
  .table_huge_5509 {
  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);
}
.video_simple_4c60
  .slow_837a
  .primary-old-eb78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video_simple_4c60
  .clean_0731
  .table_huge_5509 {
  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);
}
.video_simple_4c60
  .clean_0731
  .primary-old-eb78 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notice_advanced_6264 .gallery-pink-3f08 {
  background-color: var(--e-global-color-primary);
}
.notice_advanced_6264 .gallery-pink-3f08:hover {
  background-color: var(--e-global-color-primary);
}
.notice_advanced_6264 .summary_5f84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notice_advanced_6264
  .gallery-pink-3f08:hover
  .summary_5f84 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden-1c49 .list_914a {
  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);
}
.dim_1ee3 .label_1504 .secondary_15f4 a {
  background-color: var(--e-global-color-accent);
}
.dim_1ee3 .label_1504 .overlay_9c4c a {
  background-color: var(--e-global-color-accent);
}
.dim_1ee3 .label_1504 .secondary_15f4 a,
.dim_1ee3 .label_1504 .overlay_9c4c a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow_757b
  .grid-black-c5f6.silver-922f
  .label_1504
  a.grid-thick-d0a1 {
  background-color: var(--e-global-color-accent);
}
.narrow_757b
  .grid-black-c5f6.silver-922f
  .label_1504
  span.grid-thick-d0a1.fn-current-69b6 {
  background-color: var(--e-global-color-text);
}
.narrow_757b
  .grid-black-c5f6.silver-922f
  .label_1504
  .grid-thick-d0a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135 .overlay-fbc2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .east-cd96
  > .chip-easy-1dd3
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .background-9cae
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .main-bright-540d
  .grid-pink-8e6c,
.module-5135
  .main-bright-540d
  .bright-d674 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-5135
  .main-bright-540d
  .gold-7964,
.module-5135
  .main-bright-540d
  a
  .gold-7964 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .main-bright-540d
  .input_b1bd {
  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);
}
.module-5135
  .main-bright-540d
  .feature_1b03 {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .main-bright-540d
  .feature_1b03 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .main-bright-540d
  .feature_1b03:hover {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .main-bright-540d
  .heading_narrow_f968 {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .main-bright-540d
  .heading_narrow_f968 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .main-bright-540d
  .heading_narrow_f968:hover {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .notice_8d18
  .media-over-9569
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-5135
  .notice_8d18
  .background-fresh-a26b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .notice_8d18
  .input_b1bd {
  color: var(--e-global-color-text);
}
.module-5135
  .notice_8d18
  .input_b1bd
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .notice_8d18
  .feature_1b03 {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .notice_8d18
  .feature_1b03 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .notice_8d18
  .feature_1b03:hover {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .notice_8d18
  .heading_narrow_f968 {
  background-color: var(--e-global-color-primary);
}
.module-5135
  .notice_8d18
  .heading_narrow_f968 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-5135
  .notice_8d18
  .heading_narrow_f968:hover {
  background-color: var(--e-global-color-primary);
}
.module-5135 .chip-fc93 {
  background-color: var(--e-global-color-primary);
}
.module-5135 .chip-fc93:hover {
  background-color: var(--e-global-color-primary);
}
.module-5135 .pagination-basic-52f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-5135 .orange-d552 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_1c80 .shadow-9cd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_1c80
  .sidebar-pink-daea
  > div:nth-child(3)
  .shadow-9cd3,
.center_1c80
  .steel_d595
  > div:nth-child(1)
  .shadow-9cd3,
.center_1c80
  .search_3e63
  > div:nth-child(1)
  .shadow-9cd3,
.center_1c80
  .message-bfc8
  > div:nth-child(1)
  .shadow-9cd3,
.center_1c80
  .surface-right-de54
  > div:nth-child(1)
  .shadow-9cd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_1c80 .short-0177 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_1c80 .hover-liquid-3bac {
  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);
}
.center_1c80 .tabs-8432 {
  background-color: var(--e-global-color-primary);
}
.center_1c80 .tabs-8432 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.center_1c80 .tabs-8432:hover {
  background-color: var(--e-global-color-primary);
}
.center_1c80 .module-fixed-4a4e {
  background-color: var(--e-global-color-primary);
}
.center_1c80 .module-fixed-4a4e:hover {
  background-color: var(--e-global-color-primary);
}
.center_1c80 .pagination-basic-52f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.center_1c80 .orange-d552 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description-1a8a .backdrop_bb45 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description-1a8a .next-a35b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-1a8a .hidden-fluid-7422 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-1a8a .narrow_57f8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-1a8a .widget-8ce1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description-1a8a .module-fixed-4a4e {
  background-color: var(--e-global-color-primary);
}
.description-1a8a .module-fixed-4a4e:hover {
  background-color: var(--e-global-color-primary);
}
.top_a06c .modal-fresh-f5c9 {
  background-color: var(--e-global-color-secondary);
}
.top_a06c .surface-old-4a2e {
  background-color: var(--e-global-color-text);
}
.top_a06c .feature-86de {
  background-color: var(--e-global-color-secondary);
}
.top_a06c .outline-5726 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.top_a06c .badge-advanced-5a80 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top_a06c .nav-b237 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top_a06c .input-out-b890 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top_a06c .west-6e1d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-2101 .avatar-a152 .accordion-e20d,
.popup-2101
  .avatar-a152
  .accordion-e20d
  a,
.popup-2101 .input_tiny_2b04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-2101 .avatar-a152 .border-660f,
.popup-2101 .north_e78f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-2101 .avatar-a152 .border-660f {
  color: var(--e-global-color-text);
}
.popup-2101 .north_e78f {
  color: var(--e-global-color-text);
}
.popup-2101
  .avatar-a152
  .action_d409 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.popup-2101 .list_motion_fef2 .popup-7be0 {
  background-color: var(--e-global-color-primary);
}
.popup-2101 .list_motion_fef2 .popup-7be0:hover {
  background-color: var(--e-global-color-primary);
}
.popup-2101 .list_motion_fef2 .selected-7f08 li span {
  background-color: var(--e-global-color-text);
}
.popup-2101 .list_motion_fef2 .selected-7f08 li span:hover {
  background-color: var(--e-global-color-primary);
}
.popup-2101
  .list_motion_fef2
  .selected-7f08
  li.video_right_2045
  span {
  background-color: var(--e-global-color-accent);
}
.popup-2101 .form_7c9d span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.backdrop-ff5d .aside_6323 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.list-east-05d6 .advanced_8b87 {
  background-color: var(--e-global-color-primary);
}
.list-east-05d6 .focus_e98d {
  background-color: var(--e-global-color-secondary);
}
.list-east-05d6 .section_blue_8e5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .outline_medium_afe3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .pro_a365 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .link_old_98c9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .blue-156c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .secondary-33e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list-east-05d6 .secondary_85fd {
  background-color: var(--e-global-color-primary);
}
.list-east-05d6 .secondary_85fd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-light-5e94 .feature_bc0e {
  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);
}
.photo-light-5e94 .wrapper_pro_7fb6 {
  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);
}
.photo-light-5e94
  .tiny-4de3:after {
  background-color: var(--e-global-color-primary);
}
.photo-light-5e94 .in-85f1 {
  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);
}
.header-dynamic-22f3 .input_tiny_2b04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-dynamic-22f3 .north_e78f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input-7952 .notification_brown_19af .carousel-active-a4e6 {
  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);
}
.input-7952 .notification_brown_19af .dark-bea3 {
  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);
}
.section_fixed_3bac .summary-35f8 {
  background-color: var(--e-global-color-primary);
}
.section_fixed_3bac .focused_c9d9 {
  background-color: var(--e-global-color-secondary);
}
.section_fixed_3bac .alert-7da5 .hard_60df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section_fixed_3bac .button-5536 .hard_60df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze-43af .module-6578 .component-clean-ecc2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze-43af .module-6578 .detail-ea94 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bronze-43af .module-6578 .container_a1cd {
  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);
}
.chip_4a45 .accordion_97e5 {
  border-color: var(--e-global-color-text);
}
.chip_4a45 .texture_4633 {
  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);
}
.chip_4a45 .summary_copper_2167 {
  color: var(--e-global-color-primary);
}
.chip_4a45 .small-bc71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focused_76cf .pattern_west_4727 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_76cf .table-top-d4ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_76cf .hot_d5b7:hover .pattern_west_4727 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focused_76cf
  .hot_d5b7:hover
  .table-top-d4ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_d3f2 .list_43c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_d3f2 .backdrop_bronze_38ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hovered-c5a7 .slider-0e2d .bottom_43e0 {
  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);
}
.hovered-c5a7 .icon_7241 .bottom_43e0 {
  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);
}
.hovered_b1e9 .focused-94d4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.description_gas_e11f .background-left-d6d8 .notice_prev_8c1a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_gas_e11f .background-left-d6d8 .notice_prev_8c1a {
  background-color: var(--e-global-color-secondary);
}
.description_gas_e11f .gallery-9e4c .notice_prev_8c1a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_gas_e11f .gallery-9e4c .notice_prev_8c1a {
  background-color: var(--e-global-color-secondary);
}
.description_gas_e11f .banner_prev_d1b1 .silver-795d {
  background-color: var(--e-global-color-primary);
}
.description_gas_e11f .banner_prev_d1b1:hover .silver-795d {
  background-color: var(--e-global-color-secondary);
}
.description_gas_e11f .popup-7be0 {
  background-color: var(--e-global-color-primary);
}
.description_gas_e11f .popup-7be0:hover {
  background-color: var(--e-global-color-accent);
}
.description_gas_e11f .selected-7f08 li span {
  background-color: var(--e-global-color-text);
}
.description_gas_e11f .selected-7f08 li span:hover {
  background-color: var(--e-global-color-primary);
}
.description_gas_e11f .selected-7f08 li.video_right_2045 span {
  background-color: var(--e-global-color-accent);
}
.row_lower_bda4 .left-c20d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row_lower_bda4 .sort_006f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-cb5b .hero_c05a:before {
  background-color: var(--e-global-color-secondary);
}
.pattern-cb5b .orange_dd1b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pattern-cb5b .message_under_79ff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-plasma-2149 .input-f1c4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-plasma-2149 .input-f1c4:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-plasma-2149 .input-f1c4.fn-active-69b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.header-plasma-2149 .huge_f30c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-plasma-2149 .down-482f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-plasma-2149 .photo_east_41b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.header-plasma-2149 .mask-1081 {
  background-color: var(--e-global-color-primary);
}
.header-plasma-2149 .mask-1081 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.header-plasma-2149 .column-short-0d01 {
  background-color: var(--e-global-color-primary);
}
.header-plasma-2149 .column-short-0d01 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_4bea .card_focused_92cc .header_hard_2c21 a {
  color: var(--e-global-color-secondary);
}
.icon_4bea .card_focused_92cc .header_hard_2c21 a:hover {
  color: var(--e-global-color-secondary);
}
.icon_4bea .card_focused_92cc .header_hard_2c21,
.icon_4bea .card_focused_92cc .header_hard_2c21 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_4bea .card_focused_92cc .hot-8a9b {
  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);
}
.icon_4bea .card_focused_92cc .up_3e75 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_4bea .card_focused_92cc .status-1cf2 {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .card_focused_92cc .status-1cf2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon_4bea .card_focused_92cc .status-1cf2:hover {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .card_focused_92cc .section_fixed_956e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_4bea .card_focused_92cc .section_fixed_956e {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .card_focused_92cc .section_fixed_956e:hover {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .card_focused_92cc .popup-7be0 {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .card_focused_92cc .popup-7be0:hover {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .list_motion_fef2 .selected-7f08 li span {
  background-color: var(--e-global-color-text);
}
.icon_4bea .list_motion_fef2 .selected-7f08 li span:hover {
  background-color: var(--e-global-color-primary);
}
.icon_4bea .list_motion_fef2 .selected-7f08 li.video_right_2045 span {
  background-color: var(--e-global-color-accent);
}
.icon_4bea .pagination-basic-52f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon_4bea .orange-d552 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-warm-ae49 .description-bc04 .main-thick-0b65 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-warm-ae49 .description-bc04 .active-6be3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-warm-ae49 .description-bc04 .tiny_2c8c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c .primary-west-b5fb {
  border-color: var(--e-global-color-text);
}
.full-162c .hero_medium_efe3 {
  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);
}
.full-162c .wrapper-44ae {
  color: var(--e-global-color-secondary);
}
.full-162c .wrapper-44ae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c .accent_0b5f > * {
  color: var(--e-global-color-primary);
}
.full-162c .accent_0b5f > * svg {
  fill: var(--e-global-color-primary);
}
.full-162c .button-392c {
  color: var(--e-global-color-primary);
}
.full-162c .button-392c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-162c .highlight_light_d4ad {
  color: var(--e-global-color-primary);
}
.full-162c .highlight_light_d4ad {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full-162c .first_f543 {
  color: var(--e-global-color-primary);
}
.full-162c .first_f543 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c .iron-c82c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c .huge-69f2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c .huge-69f2.cold_3b74 {
  color: var(--e-global-color-secondary);
}
.full-162c .huge-69f2.cold_3b74 .input_pressed_3fec {
  color: var(--e-global-color-accent);
}
.full-162c .huge-69f2.thumbnail-cb3d {
  color: var(--e-global-color-text);
}
.full-162c .huge-69f2.thumbnail-cb3d .input_pressed_3fec {
  color: var(--e-global-color-text);
}
.full-162c .huge-69f2:before {
  border-top-color: var(--e-global-color-text);
}
.full-162c .panel-2eb9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.full-162c
  .panel-2eb9
  .wrapper_fixed_5b0f {
  background-color: var(--e-global-color-primary);
}
.full-162c
  .panel-2eb9
  .wrapper_fixed_5b0f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.full-162c .primary-west-b5fb .caption_large_0323 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture-eefe .liquid_ffae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture-eefe .dirty-66b2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_f13d .focused-add4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.plasma_f13d
  .accordion_2db8
  .blue-6400 {
  background-color: var(--e-global-color-secondary);
}
.plasma_f13d
  .accordion_2db8.search_up_9517
  .blue-6400 {
  background-color: var(--e-global-color-text);
}
.plasma_f13d
  .accordion_2db8:hover
  .blue-6400 {
  background-color: var(--e-global-color-accent);
}
.plasma_f13d
  .accordion_2db8.fn-active-69b6
  .blue-6400 {
  background-color: var(--e-global-color-primary);
}
.iron_c64b .text-cold-aba7 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.iron_c64b .green_8de7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_c64b .picture-top-e9df {
  background-color: var(--e-global-color-primary);
}
.iron_c64b .picture-top-e9df {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_a040 .tag-ecd6 .simple-f831 .progress_cdc4 {
  background-color: var(--e-global-color-secondary);
}
.silver_a040 .tag-ecd6 .mini-c18a:after {
  background-color: var(--e-global-color-secondary);
}
.silver_a040 .hovered_65c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a040 .grid-purple-4151 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a040 .block-05e3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_a040 .tertiary-motion-3a99 {
  background-color: var(--e-global-color-primary);
}
.silver_a040 .tertiary-motion-3a99 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_a040 .fixed_4365 {
  background-color: var(--e-global-color-secondary);
}
.silver_a040 .fixed_4365 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_a040 .tag-ecd6 .hover_iron_35fb .silver_ed3e:hover {
  background-color: var(--e-global-color-primary);
}
.silver_a040
  .tag-ecd6
  .hover_iron_35fb
  .silver_ed3e.green-5f86 {
  background-color: var(--e-global-color-primary);
}
.silver_a040 .tag-ecd6 .center-cf72:before {
  border-color: var(--e-global-color-primary);
}
.silver_a040 .tag-ecd6 .center-cf72:hover:before {
  border-color: var(--e-global-color-secondary);
}
.silver_a040
  .tag-ecd6
  .center-cf72.dropdown_0db2:before {
  border-color: var(--e-global-color-primary);
}
.silver_a040 .logo-50b5 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dark-62dd .slider-6476 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-62dd .slider-6476:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-62dd .slider-6476.tabs-85f5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-62dd .photo_3341 {
  background-color: var(--e-global-color-primary);
}
.dark-62dd .photo_3341 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-62dd
  .row-3056
  .status-east-ca53
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dark-62dd
  .menu-top-66bd
  .status-east-ca53
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-a815
  .widget-huge-6613
  .detail_2798 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top-a815
  .widget-huge-6613
  .wrapper_pressed_b337 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top-a815 .feature-eda5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.top-a815 .current-552d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.top-a815 .hidden-dirty-9fbe {
  background-color: var(--e-global-color-primary);
}
.top-a815 .hidden-dirty-9fbe {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus-orange-0c91 .column-1844 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-orange-0c91 .chip-iron-1756 {
  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);
}
.focus-orange-0c91 .primary-e320 {
  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-orange-0c91 .primary-e320 a:hover {
  color: var(--e-global-color-secondary);
}
.focus-orange-0c91 .advanced_b8de {
  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);
}
.focus-orange-0c91 .clean-256d {
  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);
}
.focus-orange-0c91 .dropdown_6eaf .popup-7be0 {
  background-color: var(--e-global-color-primary);
}
.focus-orange-0c91 .dropdown_6eaf .popup-7be0:hover {
  background-color: var(--e-global-color-accent);
}
.focus-orange-0c91
  .dropdown_6eaf
  .selected-7f08
  li
  span {
  background-color: var(--e-global-color-text);
}
.focus-orange-0c91
  .dropdown_6eaf
  .selected-7f08
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.focus-orange-0c91
  .dropdown_6eaf
  .selected-7f08
  li.video_right_2045
  span {
  background-color: var(--e-global-color-accent);
}
.article-470b
  .image-3cf3
  .gradient-e931 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-470b .image-3cf3 .soft-4c8c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article-470b .image-3cf3 .cool-ce36 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article-470b .last_f71f {
  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);
}
.article-470b
  .grid_09b3.image-inner-bfbb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a {
  background-color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .content_out_d5d8.notice-hovered-3d7d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .form-82f2.action-623c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  .over-a502
  > a {
  background-color: var(--e-global-color-secondary);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  .over-a502
  > a
  .light_e744 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  .over-a502
  > a
  .form-82f2.fast-90b0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .lower_40fe:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  a
  .lower_40fe:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502.article-30cf
  > a
  .lower_40fe:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  .over-a502.article-30cf
  > a
  .lower_40fe:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .gallery_narrow_74d7
  .content-32a1 {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  a
  .gallery_narrow_74d7
  .content-32a1 {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .gallery_narrow_74d7
  .content-32a1,
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  a
  .gallery_narrow_74d7
  .content-32a1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > a
  .footer_7c1a:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  a
  .footer_7c1a:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502.article-30cf
  > a
  .footer_7c1a:before {
  color: var(--e-global-color-text);
}
.outline_stone_4421
  > .narrow-396d
  > div
  > .sort-hard-ba88
  > .over-a502
  > .article-middle-cd12
  .over-a502.article-30cf
  > a
  .footer_7c1a:before {
  color: var(--e-global-color-text);
}
.heading_ea31 .heading_prev_23f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading_ea31
  .menu_4607:hover
  .heading_prev_23f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.badge-5954
  > .narrow-396d
  > .right-e773
  > .first_0b15
  > .breadcrumb_2d88
  > .label_out_8557
  .thick_fdf0 {
  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);
}
.badge-5954
  > .narrow-396d
  > .right-e773
  > .first_0b15
  > .breadcrumb_2d88
  > .label_out_8557:hover
  .thick_fdf0 {
  color: var(--e-global-color-text);
}
.badge-5954
  > .narrow-396d
  > .right-e773
  > .first_0b15
  > .breadcrumb_2d88
  > .label_out_8557:hover
  .thick_fdf0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge-5954
  > .narrow-396d
  > .right-e773
  > .first_0b15
  > .breadcrumb_2d88.top-6fe1
  > .label_out_8557
  .thick_fdf0 {
  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);
}
.form_99d9 .focus-dim-143e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_99d9 .shade_north_bbf1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_99d9 .footer-selected-cd3e {
  background-color: var(--e-global-color-primary);
}
.form_99d9 .footer-selected-cd3e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540
  .disabled-advanced-ea3d {
  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);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540
  .logo_9eff {
  color: var(--e-global-color-text);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540:hover
  .disabled-advanced-ea3d {
  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);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540:hover
  .logo_9eff {
  color: var(--e-global-color-secondary);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540.fixed_4d4e
  .disabled-advanced-ea3d {
  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);
}
.paragraph-5c14
  > .narrow-396d
  > .bright-f55f
  > .gallery-old-947e
  > .module-1540.fixed_4d4e
  .logo_9eff {
  color: var(--e-global-color-primary);
}
.content-803c
  .black-884b
  .mask_short_8d52 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-803c .hard_ab98 .caption_large_0323 .hero_e5b7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_gold_652e .in_a3f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_gold_652e .notice-stone-911a .in_a3f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.main_gold_652e .smooth-14c5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_gold_652e .smooth-14c5 {
  background-color: var(--e-global-color-primary);
}
.filter_d11f .header-775d .header-steel-351d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.filter_d11f
  .header-775d:hover
  .sort-under-bb70 {
  color: var(--e-global-color-secondary);
}
.filter_d11f
  .header-775d:hover
  .header-steel-351d {
  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);
}
.search-469b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.hidden_66aa {
  flex-direction: column;
}

.hidden_66aa .cool_70a9 {
  font-size: 50px;
  font-weight: bold;

  text-align: center;
  color: #fff;
  margin-bottom: 5px !important;

  margin-top: 15px !important;
}

h2.hidden_66aa .cool_70a9 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.hidden_66aa .plasma-dfdf {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.popup-4a61.hot_7290 {
  display: none;
}

.avatar-8357 {
  display: none;
}

body,
.component_a237 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.list_e377) !important; */
}

.info-bfc1.fast-8056 {
  margin-bottom: 40px;
  width: 100%;
}

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

.hidden_66aa a {
  width: 100%;
}

.thick_5a3e .dropdown_cool_8bd3.message_full_bfaf {
  width: 20% !important;
}

.panel-784e {
  display: block;
  gap: 5px;
  text-align: center;
  background-color: #f0c159;
  white-space: nowrap;
  display: flex;
  border-radius: 10px;

  padding: 10px 25px;
  align-items: center;
  justify-content: center;

  font-size: 25px !important;
  font-weight: 700 !important;
  color: #874800;
}

.panel-784e:hover {
  color: #000;
}

.panel-784e svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.panel-784e:hover svg {
  fill: #000;
}

.backdrop-2821 {
  background-color: #f0c159;
  border-radius: 10px;
  color: #874800;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.14s ease-out;

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backdrop-2821:hover {
  color: #000;
}

.backdrop-2821:nth-child(2) {
  background-color: transparent;
  color: #f0c159;
  transition: all 0.14s ease-out;

  border: 2px solid #f0c159;
}

.backdrop-2821:nth-child(2):hover {
  color: #fff;
}

.thick_5a3e
  .dropdown_cool_8bd3.link_8452
  .paragraph-1b88
  .mask-5b97 {
  font-size: 20px !important;
}

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

.sidebar-88fa {
  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;
}

.gallery-9df7 h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.tertiary-2c29.sidebar-7d8b > .active-f284 {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.widget-soft-566e {
  position: relative;
  width: 100%;
}

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

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

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

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

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

.thick_5a3e
  .dropdown_cool_8bd3.left_1aff
  .feature_action_27a7
  .item_hot_121d {
  width: 100% !important;
}

.progress-short-da85 {
  width: 500px !important;
  max-width: none;
}

.preview-3903 {
  width: 100%;
}

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

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

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

  display: none;
}

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

.breadcrumb-current-ba01 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.banner_7d6e:hover .breadcrumb-current-ba01 {
  visibility: visible;
}
.banner_7d6e:hover.banner_7d6e::before {
  display: block;
}

.gallery-9df7 h3 {
  color: #fff;
}

.orange-499f {
  margin: 0;
}

.thick_5a3e
  .dropdown_cool_8bd3.left_1aff
  .item_hot_121d
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.short_48c3 {
  width: 100%;
}

.basic_ace1 {
  width: 100%;
}

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

.basic_ace1 {
  width: 100%;
}

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

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

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

.button-motion-0843 {
  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;
}

.hidden_66aa .cool_70a9.shadow_short_2935 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.hidden_66aa h1.cool_70a9 {
  margin-top: 120px !important;
}

.thick_5a3e .dropdown_cool_8bd3.message-5da0 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.secondary-bronze-424c img {
  width: 100%;
}

.alert-49c9 .fresh-0ea2.paragraph-1b88 {
  justify-content: space-between;
}

.video_light_8170 {
  display: none;
}

.new-4340 .plasma-dfdf {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .tertiary-2c29 .active-f284 {
    flex-wrap: nowrap !important;
  }
}

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

  .progress-short-da85 {
    width: 100% !important;
  }
}

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

  .panel-784e svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .alert-49c9 .fresh-0ea2.paragraph-1b88 {
    border-bottom: 1px solid #f0c159;
  }

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

  .tertiary-2c29.sidebar-7d8b > .active-f284 {
    gap: 15px;
    justify-content: space-between;
  }

  .thick_5a3e
    .dropdown_cool_8bd3.left_1aff
    .item_hot_121d
    img {
    width: 60% !important;
  }

  .solid_5b36 {
    left: 2%;
  }

  .yellow-d5d3 {
    margin: 10px 0;
  }

  .hidden_66aa .plasma-dfdf {
    margin: 0;
    margin-bottom: 10px;
  }

  .panel-784e {
    font-size: 16px !important;
  }

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

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

  h2.hidden_66aa .cool_70a9,
  .hidden_66aa .cool_70a9 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .item_hot_121d {
    justify-content: center;
  }

  .hidden_66aa .plasma-dfdf {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .thick_5a3e .dropdown_cool_8bd3.message_full_bfaf {
    width: 75% !important;
  }

  .secondary-bronze-424c img {
    width: 100% !important;
  }
}

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

  h2.hidden_66aa .cool_70a9,
  .hidden_66aa .cool_70a9 {
    font-size: 30px !important;
  }

  .item_hot_121d {
    justify-content: center;
  }

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

  .upper-21f4
    .text-prev-661e.black-484b {
    margin: 0 !important;
  }

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

  .yellow-d5d3 {
    display: flex;
  }

  .nav-huge-6922 .panel-784e {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .hidden_66aa h1.cool_70a9 {
    margin-top: 80px !important;
  }

  .thick_5a3e
    .dropdown_cool_8bd3.left_1aff
    .item_hot_121d
    img,
  .smooth-0112 .feature_action_27a7 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .thick_5a3e .dropdown_cool_8bd3.message_full_bfaf {
    width: 100% !important;
  }

  .tertiary-2c29.sidebar-7d8b > .active-f284 {
    gap: 3px;
  }

  .hidden_66aa .plasma-dfdf {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 692b */
.shadow-element-b9 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.1;
}
