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_middle_ee54) {
  gap: 0.5em;
}
:where(.popup-4a07) {
  gap: 0.5em;
}
body .out-e8a1 > .center-6e23 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .out-e8a1 > .overlay_0829 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .out-e8a1 > .description-b5be {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .dark-1db4 > .center-6e23 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .dark-1db4 > .overlay_0829 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .dark-1db4 > .description-b5be {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .dark-1db4
  > :where(:not(.center-6e23):not(.overlay_0829):not(.container-4f36)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .dark-1db4 > .tertiary-dim-20b6 {
  max-width: var(--wp--style--global--wide-size);
}
body .grid_middle_ee54 {
  display: flex;
}
body .grid_middle_ee54 {
  flex-wrap: wrap;
  align-items: center;
}
body .grid_middle_ee54 > * {
  margin: 0;
}
body .popup-4a07 {
  display: grid;
}
body .popup-4a07 > * {
  margin: 0;
}
:where(.search_5f7f.grid_middle_ee54) {
  gap: 2em;
}
:where(.search_5f7f.popup-4a07) {
  gap: 2em;
}
:where(.light_db5e.grid_middle_ee54) {
  gap: 1.25em;
}
:where(.light_db5e.popup-4a07) {
  gap: 1.25em;
}
.icon-center-42d3 {
  color: var(--wp--preset--color--black) !important;
}
.tooltip-678b {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.footer-f9a8 {
  color: var(--wp--preset--color--white) !important;
}
.action_d017 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.fluid-745b {
  color: var(--wp--preset--color--vivid-red) !important;
}
.filter_fluid_f759 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.tabs_bc30 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.pink_6024 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.table_over_537f {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.background_8d9c {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.progress_a750 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.thumbnail_791b {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.left_8caa {
  background-color: var(--wp--preset--color--black) !important;
}
.tertiary_18e0 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.summary-dfc6 {
  background-color: var(--wp--preset--color--white) !important;
}
.blue-b6a6 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.sort_warm_3fd1 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.mask_left_d67d {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.huge-0eec {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.avatar_next_1e95 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.highlight-brown-269f {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.container_fresh_0e0e {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.soft_0ff2 {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.notification-thick-b225 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.block_soft_ef58 {
  border-color: var(--wp--preset--color--black) !important;
}
.steel_b273 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.stale-17f4 {
  border-color: var(--wp--preset--color--white) !important;
}
.focused_c230 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.complex-daaa {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.tertiary-full-6a99 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.list_ac0d {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.sort-small-dc94 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.medium-8cc6 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.block-dynamic-1685 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.tertiary-pro-c02d {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.label_hard_d1e0 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.cold_8a8b {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.first-1798 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.hot-006e {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.avatar-0b10 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.down_7ee1 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.text_977d {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.element-cold-4a9b {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.header_fb07 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.short_b274 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.video_5fdb {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.fast-6de2 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.purple_3015 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.nav-773a {
  font-size: var(--wp--preset--font-size--small) !important;
}
.thumbnail_easy_11ab {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.hard-5604 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.title-8a95 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.texture-b5ef a:where(:not(.accordion_large_65bb)) {
  color: inherit;
}
:where(.light_db5e.grid_middle_ee54) {
  gap: 1.25em;
}
:where(.light_db5e.popup-4a07) {
  gap: 1.25em;
}
:where(.search_5f7f.grid_middle_ee54) {
  gap: 2em;
}
:where(.search_5f7f.popup-4a07) {
  gap: 2em;
}
.sort-pink-1f59 {
  font-size: 1.5em;
  line-height: 1.6;
}

.chip-soft-50bc .info-8c51 {
  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_under_b46c .dropdown-middle-5818 {
  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);
}
.last_1d6d {
  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);
}
.last_1d6d.clean-5ba6 .short_51d4 {
  background-color: var(--e-global-color-primary);
}
.last_1d6d.thick-a3d0 .short_51d4,
.last_1d6d.light_4a10 .short_51d4 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.form-9396 .component_clean_c886 {
  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);
}
.logo_fbb4 {
  --divider-color: var(--e-global-color-secondary);
}
.logo_fbb4 .inner-46d4 {
  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);
}
.logo_fbb4.silver_a40c .secondary_f083 {
  background-color: var(--e-global-color-secondary);
}
.logo_fbb4.video-aa23 .secondary_f083,
.logo_fbb4.dark-9daf .secondary_f083 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.logo_fbb4.video-aa23 .secondary_f083,
.logo_fbb4.dark-9daf .secondary_f083 svg {
  fill: var(--e-global-color-secondary);
}
.fixed-52ba .sort_prev_c53f {
  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);
}
.fixed-52ba .chip_f8a3 {
  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);
}
.dim_ed0b.silver_a40c .secondary_f083 {
  background-color: var(--e-global-color-primary);
}
.dim_ed0b.video-aa23 .secondary_f083,
.dim_ed0b.dark-9daf .secondary_f083 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.dim_ed0b.video-aa23 .secondary_f083,
.dim_ed0b.dark-9daf .secondary_f083 svg {
  fill: var(--e-global-color-primary);
}
.bottom_9744.silver_a40c .secondary_f083 {
  background-color: var(--e-global-color-primary);
}
.bottom_9744.video-aa23 .secondary_f083,
.bottom_9744.dark-9daf .secondary_f083 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.bottom_9744 .rough-9309 {
  color: var(--e-global-color-primary);
}
.bottom_9744 .rough-9309,
.bottom_9744 .rough-9309 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.bottom_9744 .west_1388 {
  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);
}
.message-07f7 .alert_cold_0bfd {
  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);
}
.grid-b090 .plasma-9ea8 .sort_268f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.banner_12ae .shade-large-bef1:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.banner_12ae .short_e418 i {
  color: var(--e-global-color-primary);
}
.banner_12ae .short_e418 svg {
  fill: var(--e-global-color-primary);
}
.banner_12ae .feature_purple_93d2 {
  color: var(--e-global-color-secondary);
}
.banner_12ae .shade-large-bef1 > .feature_purple_93d2,
.banner_12ae .shade-large-bef1 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.static_9cad .image-f4c0 {
  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);
}
.static_9cad .row-cde0 {
  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);
}
.tabs_up_111a .hard_5b0a .surface-0983 {
  background-color: var(--e-global-color-primary);
}
.tabs_up_111a .disabled_lower_22c1 {
  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);
}
.first-47e7 .steel-1fe5 {
  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);
}
.first-47e7 .simple_05ef {
  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);
}
.first-47e7 .pattern-smooth-aad3 {
  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);
}
.upper-13f6 .modal_de11,
.upper-13f6 .modal_de11 a {
  color: var(--e-global-color-primary);
}
.upper-13f6 .modal_de11.container_stone_f759,
.upper-13f6 .modal_de11.container_stone_f759 a {
  color: var(--e-global-color-accent);
}
.upper-13f6 .modal_de11 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-13f6 .dim-40b5 {
  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);
}
.paragraph_left_d4a1 .shade_top_8ce5,
.paragraph_left_d4a1 .gallery-orange-bd64 {
  color: var(--e-global-color-primary);
}
.paragraph_left_d4a1 .shade_top_8ce5 svg {
  fill: var(--e-global-color-primary);
}
.paragraph_left_d4a1 .container_stone_f759 .shade_top_8ce5,
.paragraph_left_d4a1 .container_stone_f759 .gallery-orange-bd64 {
  color: var(--e-global-color-accent);
}
.paragraph_left_d4a1 .container_stone_f759 .shade_top_8ce5 svg {
  fill: var(--e-global-color-accent);
}
.paragraph_left_d4a1 .gallery-orange-bd64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.paragraph_left_d4a1 .dim-40b5 {
  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);
}
.dark-a4f3 .upper-de6f,
.dark-a4f3 .modal_mini_23ab {
  color: var(--e-global-color-primary);
}
.dark-a4f3 .modal_mini_23ab svg {
  fill: var(--e-global-color-primary);
}
.dark-a4f3 .modal_de11.container_stone_f759 a,
.dark-a4f3
  .modal_de11.container_stone_f759
  .modal_mini_23ab {
  color: var(--e-global-color-accent);
}
.dark-a4f3 .upper-de6f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dark-a4f3 .dim-40b5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-befb .outline-5744 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-befb .first_530e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-5d4f .upper-ba45 .alert-cool-f88a {
  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-5d4f .upper-ba45 .easy-2f54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-5d4f .focus-1acd .alert-cool-f88a {
  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-5d4f
  .focus-1acd
  .easy-2f54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-5d4f
  .list_blue_ebb4
  .alert-cool-f88a {
  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-5d4f
  .list_blue_ebb4
  .easy-2f54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-5d4f
  .lite-7b0c
  .alert-cool-f88a {
  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-5d4f
  .lite-7b0c
  .easy-2f54 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-76b0 .label-warm-1b93 {
  background-color: var(--e-global-color-primary);
}
.old-76b0 .label-warm-1b93:hover {
  background-color: var(--e-global-color-primary);
}
.old-76b0 .notification_74ff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old-76b0
  .label-warm-1b93:hover
  .notification_74ff {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_upper_ccc2 .column-basic-5474 {
  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);
}
.hot-0daf .tabs_pro_afdd .bottom-df3d a {
  background-color: var(--e-global-color-accent);
}
.hot-0daf .tabs_pro_afdd .modal-inner-448b a {
  background-color: var(--e-global-color-accent);
}
.hot-0daf .tabs_pro_afdd .bottom-df3d a,
.hot-0daf .tabs_pro_afdd .modal-inner-448b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.button-dirty-33ed
  .fast-e892.popup_9e63
  .tabs_pro_afdd
  a.component_d986 {
  background-color: var(--e-global-color-accent);
}
.button-dirty-33ed
  .fast-e892.popup_9e63
  .tabs_pro_afdd
  span.component_d986.fn-current-a627 {
  background-color: var(--e-global-color-text);
}
.button-dirty-33ed
  .fast-e892.popup_9e63
  .tabs_pro_afdd
  .component_d986 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8 .tabs_full_e7a5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .thumbnail_a752
  > .progress-green-3472
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .slider_343f
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .notification-c59f,
.outline-slow-2ab8
  .cold-4c02
  .out_f115 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .smooth_cd55,
.outline-slow-2ab8
  .cold-4c02
  a
  .smooth_cd55 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .plasma_b47d {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .nav_rough_af0d {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .cold-4c02
  .nav_rough_af0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .nav_rough_af0d:hover {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .cold-4c02
  .hidden_e21e {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .cold-4c02
  .hidden_e21e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .cold-4c02
  .hidden_e21e:hover {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .mask_west_30da
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .huge_e65d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .plasma_b47d {
  color: var(--e-global-color-text);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .plasma_b47d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .nav_rough_af0d {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .nav_rough_af0d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .nav_rough_af0d:hover {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .hidden_e21e {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .hidden_e21e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outline-slow-2ab8
  .detail_pressed_b6f1
  .hidden_e21e:hover {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8 .new_4168 {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8 .new_4168:hover {
  background-color: var(--e-global-color-primary);
}
.outline-slow-2ab8 .accent_6d3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.outline-slow-2ab8 .item_e8d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-49fe .article-simple-a245 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-49fe
  .thumbnail-fluid-b1a0
  > div:nth-child(3)
  .article-simple-a245,
.narrow-49fe
  .hidden-4939
  > div:nth-child(1)
  .article-simple-a245,
.narrow-49fe
  .medium-ad6e
  > div:nth-child(1)
  .article-simple-a245,
.narrow-49fe
  .logo-2b54
  > div:nth-child(1)
  .article-simple-a245,
.narrow-49fe
  .hero-pink-7ecb
  > div:nth-child(1)
  .article-simple-a245 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-49fe .banner-center-0fc4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-49fe .preview-9819 {
  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);
}
.narrow-49fe .down_7734 {
  background-color: var(--e-global-color-primary);
}
.narrow-49fe .down_7734 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.narrow-49fe .down_7734:hover {
  background-color: var(--e-global-color-primary);
}
.narrow-49fe .fluid-626e {
  background-color: var(--e-global-color-primary);
}
.narrow-49fe .fluid-626e:hover {
  background-color: var(--e-global-color-primary);
}
.narrow-49fe .accent_6d3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-49fe .item_e8d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_05ab .description-orange-0356 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_05ab .middle_b0a6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_05ab .bright-d616 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_05ab .video_124f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_05ab .accent_prev_1a97 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active_05ab .fluid-626e {
  background-color: var(--e-global-color-primary);
}
.active_05ab .fluid-626e:hover {
  background-color: var(--e-global-color-primary);
}
.label_wide_6aed .summary-dirty-82ac {
  background-color: var(--e-global-color-secondary);
}
.label_wide_6aed .fast-6c6c {
  background-color: var(--e-global-color-text);
}
.label_wide_6aed .cold-cdfe {
  background-color: var(--e-global-color-secondary);
}
.label_wide_6aed .search-5333 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_wide_6aed .layout-c43f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_wide_6aed .banner_cc45 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_wide_6aed .button_018e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_wide_6aed .light_4e7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_short_d58f .summary_1f33 .frame-0471,
.module_short_d58f
  .summary_1f33
  .frame-0471
  a,
.module_short_d58f .message-fast-05f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_short_d58f .summary_1f33 .wrapper_ef34,
.module_short_d58f .huge_8ca3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_short_d58f .summary_1f33 .wrapper_ef34 {
  color: var(--e-global-color-text);
}
.module_short_d58f .huge_8ca3 {
  color: var(--e-global-color-text);
}
.module_short_d58f
  .summary_1f33
  .tiny_3218 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module_short_d58f .steel_23eb .orange-e318 {
  background-color: var(--e-global-color-primary);
}
.module_short_d58f .steel_23eb .orange-e318:hover {
  background-color: var(--e-global-color-primary);
}
.module_short_d58f .steel_23eb .secondary_f994 li span {
  background-color: var(--e-global-color-text);
}
.module_short_d58f .steel_23eb .secondary_f994 li span:hover {
  background-color: var(--e-global-color-primary);
}
.module_short_d58f
  .steel_23eb
  .secondary_f994
  li.cold_070c
  span {
  background-color: var(--e-global-color-accent);
}
.module_short_d58f .picture-dirty-f763 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-dim-7191 .in_036f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.prev-1e84 .bottom-c0cb {
  background-color: var(--e-global-color-primary);
}
.prev-1e84 .clean-78c4 {
  background-color: var(--e-global-color-secondary);
}
.prev-1e84 .feature-ca8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .old-cba2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .outline-116a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .highlight-c0ec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .shade-6068 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .detail-medium-4aa0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.prev-1e84 .wood-3909 {
  background-color: var(--e-global-color-primary);
}
.prev-1e84 .wood-3909 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.iron-683a .logo_1811 {
  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);
}
.iron-683a .container_basic_9541 {
  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);
}
.iron-683a
  .row_5c0c:after {
  background-color: var(--e-global-color-primary);
}
.iron-683a .overlay_under_a0d1 {
  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);
}
.glass_6020 .message-fast-05f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.glass_6020 .huge_8ca3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-hovered-7054 .tag-advanced-b6ce .feature_under_ef56 {
  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);
}
.breadcrumb-hovered-7054 .tag-advanced-b6ce .caption-stale-a5ca {
  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_7fd3 .prev_edf8 {
  background-color: var(--e-global-color-primary);
}
.carousel_7fd3 .dim-4355 {
  background-color: var(--e-global-color-secondary);
}
.carousel_7fd3 .simple_0401 .aside_0916 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_7fd3 .notice_2733 .aside_0916 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool_f495 .secondary_under_9845 .list_6bf7 {
  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);
}
.cool_f495 .secondary_under_9845 .aside-huge-d83f {
  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);
}
.cool_f495 .secondary_under_9845 .wood-2a38 {
  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);
}
.feature_middle_d1ae .detail_a1fb {
  border-color: var(--e-global-color-text);
}
.feature_middle_d1ae .content_79f6 {
  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);
}
.feature_middle_d1ae .list-5574 {
  color: var(--e-global-color-primary);
}
.feature_middle_d1ae .tiny_9907 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon_e038 .widget_305e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_e038 .block_out_46ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_e038 .photo_warm_2046:hover .widget_305e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.icon_e038
  .photo_warm_2046:hover
  .block_out_46ad {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.chip_bc6e .preview-easy-eb95 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.chip_bc6e .breadcrumb-blue-ba62 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.right-a3e9 .tertiary-blue-9dd8 .dropdown-south-8ce0 {
  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);
}
.right-a3e9 .pagination-afb2 .dropdown-south-8ce0 {
  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);
}
.old_a5d1 .full-e0dd {
  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);
}
.active-4e76 .hover-hot-79cc .blue_7f49 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-4e76 .hover-hot-79cc .blue_7f49 {
  background-color: var(--e-global-color-secondary);
}
.active-4e76 .basic_6445 .blue_7f49 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-4e76 .basic_6445 .blue_7f49 {
  background-color: var(--e-global-color-secondary);
}
.active-4e76 .gold-b26e .east-f4db {
  background-color: var(--e-global-color-primary);
}
.active-4e76 .gold-b26e:hover .east-f4db {
  background-color: var(--e-global-color-secondary);
}
.active-4e76 .orange-e318 {
  background-color: var(--e-global-color-primary);
}
.active-4e76 .orange-e318:hover {
  background-color: var(--e-global-color-accent);
}
.active-4e76 .secondary_f994 li span {
  background-color: var(--e-global-color-text);
}
.active-4e76 .secondary_f994 li span:hover {
  background-color: var(--e-global-color-primary);
}
.active-4e76 .secondary_f994 li.cold_070c span {
  background-color: var(--e-global-color-accent);
}
.easy_d9bd .dropdown_195b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.easy_d9bd .accent-f644 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.glass_5ff7 .notification-left-f775:before {
  background-color: var(--e-global-color-secondary);
}
.glass_5ff7 .notification-17ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.glass_5ff7 .tiny_8553 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_b989 .message_a091 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_b989 .message_a091:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_b989 .message_a091.fn-active-a627 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_b989 .south-63bf {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black_b989 .popup-d0a7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black_b989 .clean-f160 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.black_b989 .last-af49 {
  background-color: var(--e-global-color-primary);
}
.black_b989 .last-af49 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black_b989 .shade_adb0 {
  background-color: var(--e-global-color-primary);
}
.black_b989 .shade_adb0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_f000 .video_9101 .frame_0e81 a {
  color: var(--e-global-color-secondary);
}
.media_f000 .video_9101 .frame_0e81 a:hover {
  color: var(--e-global-color-secondary);
}
.media_f000 .video_9101 .frame_0e81,
.media_f000 .video_9101 .frame_0e81 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_f000 .video_9101 .row-27e8 {
  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);
}
.media_f000 .video_9101 .banner-60bd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_f000 .video_9101 .feature_hovered_bd7b {
  background-color: var(--e-global-color-primary);
}
.media_f000 .video_9101 .feature_hovered_bd7b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media_f000 .video_9101 .feature_hovered_bd7b:hover {
  background-color: var(--e-global-color-primary);
}
.media_f000 .video_9101 .section-dim-0a5b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media_f000 .video_9101 .section-dim-0a5b {
  background-color: var(--e-global-color-primary);
}
.media_f000 .video_9101 .section-dim-0a5b:hover {
  background-color: var(--e-global-color-primary);
}
.media_f000 .video_9101 .orange-e318 {
  background-color: var(--e-global-color-primary);
}
.media_f000 .video_9101 .orange-e318:hover {
  background-color: var(--e-global-color-primary);
}
.media_f000 .steel_23eb .secondary_f994 li span {
  background-color: var(--e-global-color-text);
}
.media_f000 .steel_23eb .secondary_f994 li span:hover {
  background-color: var(--e-global-color-primary);
}
.media_f000 .steel_23eb .secondary_f994 li.cold_070c span {
  background-color: var(--e-global-color-accent);
}
.media_f000 .accent_6d3a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media_f000 .item_e8d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-7ce3 .pattern-da2b .widget-selected-4bd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-7ce3 .pattern-da2b .modal-be1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-7ce3 .pattern-da2b .filter_b775 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a .description_27e2 {
  border-color: var(--e-global-color-text);
}
.solid-bd2a .west-8279 {
  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);
}
.solid-bd2a .cold-ad68 {
  color: var(--e-global-color-secondary);
}
.solid-bd2a .cold-ad68 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a .hard_8a09 > * {
  color: var(--e-global-color-primary);
}
.solid-bd2a .hard_8a09 > * svg {
  fill: var(--e-global-color-primary);
}
.solid-bd2a .photo-3f6f {
  color: var(--e-global-color-primary);
}
.solid-bd2a .photo-3f6f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid-bd2a .message_clean_371e {
  color: var(--e-global-color-primary);
}
.solid-bd2a .message_clean_371e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.solid-bd2a .box_soft_a0b4 {
  color: var(--e-global-color-primary);
}
.solid-bd2a .box_soft_a0b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a .hero-copper-c14d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a .secondary-clean-3d25 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a .secondary-clean-3d25.pink_05d6 {
  color: var(--e-global-color-secondary);
}
.solid-bd2a .secondary-clean-3d25.pink_05d6 .primary_f361 {
  color: var(--e-global-color-accent);
}
.solid-bd2a .secondary-clean-3d25.text-d093 {
  color: var(--e-global-color-text);
}
.solid-bd2a .secondary-clean-3d25.text-d093 .primary_f361 {
  color: var(--e-global-color-text);
}
.solid-bd2a .secondary-clean-3d25:before {
  border-top-color: var(--e-global-color-text);
}
.solid-bd2a .thumbnail-basic-ecfa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solid-bd2a
  .thumbnail-basic-ecfa
  .top-ee0e {
  background-color: var(--e-global-color-primary);
}
.solid-bd2a
  .thumbnail-basic-ecfa
  .top-ee0e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.solid-bd2a .description_27e2 .notice_d0c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_wide_9de3 .text-c308 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_wide_9de3 .card-lite-288a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-1953 .old-9202 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-1953
  .sidebar-simple-e062
  .top_8fda {
  background-color: var(--e-global-color-secondary);
}
.module-1953
  .sidebar-simple-e062.inner_e1aa
  .top_8fda {
  background-color: var(--e-global-color-text);
}
.module-1953
  .sidebar-simple-e062:hover
  .top_8fda {
  background-color: var(--e-global-color-accent);
}
.module-1953
  .sidebar-simple-e062.fn-active-a627
  .top_8fda {
  background-color: var(--e-global-color-primary);
}
.highlight_down_8511 .sort-cold-5dac {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.highlight_down_8511 .dynamic_7833 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_down_8511 .middle_4790 {
  background-color: var(--e-global-color-primary);
}
.highlight_down_8511 .middle_4790 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-7ee9 .pro_3739 .focus_e0b8 .title_d3d4 {
  background-color: var(--e-global-color-secondary);
}
.light-7ee9 .pro_3739 .secondary_e89e:after {
  background-color: var(--e-global-color-secondary);
}
.light-7ee9 .photo_d7e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-7ee9 .article_tiny_4873 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-7ee9 .under_f07e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-7ee9 .bronze-67d5 {
  background-color: var(--e-global-color-primary);
}
.light-7ee9 .bronze-67d5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-7ee9 .accordion-stone-c419 {
  background-color: var(--e-global-color-secondary);
}
.light-7ee9 .accordion-stone-c419 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.light-7ee9 .pro_3739 .texture-fe82 .hidden_4b4b:hover {
  background-color: var(--e-global-color-primary);
}
.light-7ee9
  .pro_3739
  .texture-fe82
  .hidden_4b4b.smooth-54d1 {
  background-color: var(--e-global-color-primary);
}
.light-7ee9 .pro_3739 .bright_80b8:before {
  border-color: var(--e-global-color-primary);
}
.light-7ee9 .pro_3739 .bright_80b8:hover:before {
  border-color: var(--e-global-color-secondary);
}
.light-7ee9
  .pro_3739
  .bright_80b8.badge-a605:before {
  border-color: var(--e-global-color-primary);
}
.light-7ee9 .feature_soft_1ac6 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status_wide_6987 .huge_5559 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_wide_6987 .huge_5559:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_wide_6987 .huge_5559.stone_692d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_wide_6987 .button-0d06 {
  background-color: var(--e-global-color-primary);
}
.status_wide_6987 .button-0d06 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_wide_6987
  .overlay-orange-139b
  .short-35e3
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.status_wide_6987
  .widget-3c9d
  .short-35e3
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.mini-8aae
  .wide_47d9
  .video-dirty-8646 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-8aae
  .wide_47d9
  .basic-b5db {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-8aae .nav_pink_4558 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mini-8aae .sidebar_fluid_81b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.mini-8aae .thumbnail-a72d {
  background-color: var(--e-global-color-primary);
}
.mini-8aae .thumbnail-a72d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary_267b .table-fresh-84c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_267b .description-cool-7be1 {
  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);
}
.tertiary_267b .description_left_d6da {
  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);
}
.tertiary_267b .description_left_d6da a:hover {
  color: var(--e-global-color-secondary);
}
.tertiary_267b .hidden-pressed-8101 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary_267b .feature-lite-246f {
  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);
}
.tertiary_267b .modal-929e .orange-e318 {
  background-color: var(--e-global-color-primary);
}
.tertiary_267b .modal-929e .orange-e318:hover {
  background-color: var(--e-global-color-accent);
}
.tertiary_267b
  .modal-929e
  .secondary_f994
  li
  span {
  background-color: var(--e-global-color-text);
}
.tertiary_267b
  .modal-929e
  .secondary_f994
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary_267b
  .modal-929e
  .secondary_f994
  li.cold_070c
  span {
  background-color: var(--e-global-color-accent);
}
.hover-cade
  .title_73dc
  .wrapper-1bcd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-cade .title_73dc .tag-wood-2fbb {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-cade .title_73dc .breadcrumb_1be0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-cade .in-69c9 {
  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);
}
.hover-cade
  .mask-wood-8265.steel-cd5e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a {
  background-color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .pro-3d36.detail-large-759b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .label-gas-e62f.prev-9cd3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  .upper_7b10
  > a {
  background-color: var(--e-global-color-secondary);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  .upper_7b10
  > a
  .primary-c446 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  .upper_7b10
  > a
  .label-gas-e62f.dim-60f1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .purple_7f8a:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  a
  .purple_7f8a:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10.plasma-927a
  > a
  .purple_7f8a:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  .upper_7b10.plasma-927a
  > a
  .purple_7f8a:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .input_smooth_7f98
  .avatar_b456 {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  a
  .input_smooth_7f98
  .avatar_b456 {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .input_smooth_7f98
  .avatar_b456,
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  a
  .input_smooth_7f98
  .avatar_b456 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > a
  .under-990d:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  a
  .under-990d:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10.plasma-927a
  > a
  .under-990d:before {
  color: var(--e-global-color-text);
}
.module-cdef
  > .progress_action_12f1
  > div
  > .logo-next-3166
  > .upper_7b10
  > .simple_e119
  .upper_7b10.plasma-927a
  > a
  .under-990d:before {
  color: var(--e-global-color-text);
}
.over-7929 .green-eb72 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.over-7929
  .picture-cool-b2a5:hover
  .green-eb72 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip_88c5
  > .progress_action_12f1
  > .fixed-8287
  > .fixed-9277
  > .alert-up-453e
  > .background_6400
  .video_yellow_4a2d {
  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);
}
.tooltip_88c5
  > .progress_action_12f1
  > .fixed-8287
  > .fixed-9277
  > .alert-up-453e
  > .background_6400:hover
  .video_yellow_4a2d {
  color: var(--e-global-color-text);
}
.tooltip_88c5
  > .progress_action_12f1
  > .fixed-8287
  > .fixed-9277
  > .alert-up-453e
  > .background_6400:hover
  .video_yellow_4a2d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_88c5
  > .progress_action_12f1
  > .fixed-8287
  > .fixed-9277
  > .alert-up-453e.fast-e184
  > .background_6400
  .video_yellow_4a2d {
  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);
}
.caption-76f1 .plasma_481b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption-76f1 .detail_liquid_b7cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.caption-76f1 .hovered-0898 {
  background-color: var(--e-global-color-primary);
}
.caption-76f1 .hovered-0898 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e
  .slow_276b {
  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);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e
  .bottom_7b8a {
  color: var(--e-global-color-text);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e:hover
  .slow_276b {
  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);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e:hover
  .bottom_7b8a {
  color: var(--e-global-color-secondary);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e.copper_b108
  .slow_276b {
  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);
}
.wrapper_selected_405d
  > .progress_action_12f1
  > .solid-6cf6
  > .footer_ed3d
  > .modal-clean-506e.copper_b108
  .bottom_7b8a {
  color: var(--e-global-color-primary);
}
.yellow_feab
  .message_d502
  .main_329a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow_feab .card_under_40b8 .notice_d0c6 .bronze-aa1c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow-b070 .filter_18d5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow-b070 .simple-74f0 .filter_18d5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow-b070 .chip-stone-9f9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.yellow-b070 .chip-stone-9f9e {
  background-color: var(--e-global-color-primary);
}
.cool_0378 .panel-light-de22 .liquid_e5f1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cool_0378
  .panel-light-de22:hover
  .backdrop-8df4 {
  color: var(--e-global-color-secondary);
}
.cool_0378
  .panel-light-de22:hover
  .liquid_e5f1 {
  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_fluid_9bd5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.silver-04d9 {
  max-width: 1400px !important;
}

.simple-8d69 {
  flex-direction: column;
}

.simple-8d69 .hard-7238 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.simple-8d69 .hard-7238 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.simple-8d69 .iron-bb48 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.main_pink_485e.outline_paper_5585 {
  display: none;
}

.form_60ff {
  display: none;
}

body,
.popup_fast_6663 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.pagination-blue-d3cc) !important; */
}

.status_yellow_f977.chip-static-5d59 {
  margin-bottom: 40px;
  width: 100%;
}

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

.simple-8d69 a {
  width: 100%;
}

.action_276e .search_bright_4e57.avatar-pro-71e4 {
  width: 20% !important;
}

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

.cool_fa1c:hover {
  color: #000;
}

.cool_fa1c svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.cool_fa1c:hover svg {
  fill: #000;
}

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

.dim_a727:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.action_276e
  .search_bright_4e57.description_solid_8508
  .tertiary-lite-2ab0
  .popup_a82b {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.dark_0974.heading_2460 > .mask_e7d4 {
  display: flex;
  align-items: center;
}

.thumbnail-638a {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.image-9754 {
  position: relative;
  width: 100%;
}

.detail-27b2 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.action_276e
  .search_bright_4e57.lite-c4f8
  .component-b5bf
  .border-9d24 {
  width: 100% !important;
}

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

.last-8e75 {
  width: 100%;
}

.mask-red-8ba2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-last-304a {
  position: relative;
  cursor: pointer;
}

.row-last-304a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

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

.down-3c3f {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.row-last-304a:hover .down-3c3f {
  visibility: visible;
}
.row-last-304a:hover.row-last-304a::before {
  display: block;
}

.article-e3da h3 {
  color: #fff;
}

.backdrop-complex-63a6 {
  margin: 0;
}

.action_276e
  .search_bright_4e57.lite-c4f8
  .border-9d24
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.accordion-c504 {
  width: 100%;
}

.yellow-9690 {
  width: 100%;
}

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

.yellow-9690 {
  width: 100%;
}

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

.border-9d24 {
  display: flex;
  align-items: center;
}

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

.description-right-8e2e {
  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;
}

.simple-8d69 .hard-7238.column-5101 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.simple-8d69 h1.hard-7238 {
  margin-top: 120px !important;
}

.action_276e .search_bright_4e57.article_cb8b {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.gradient-6845 img {
  width: 100%;
}

.shade-tiny-1937 .focus-glass-591c.tertiary-lite-2ab0 {
  justify-content: space-between;
}

.pro_eafe {
  display: none;
}

.dim-78dd .iron-bb48 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .dark_0974 .mask_e7d4 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .shade-tiny-1937 .focus-glass-591c.tertiary-lite-2ab0 {
    border-bottom: 1px solid #f0c159;
  }

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

  .dark_0974.heading_2460 > .mask_e7d4 {
    gap: 15px;
    justify-content: space-between;
  }

  .action_276e
    .search_bright_4e57.lite-c4f8
    .border-9d24
    img {
    width: 60% !important;
  }

  .detail-27b2 {
    left: 2%;
  }

  .pattern-last-df46 {
    margin: 10px 0;
  }

  .simple-8d69 .iron-bb48 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.simple-8d69 .hard-7238,
  .simple-8d69 .hard-7238 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .border-9d24 {
    justify-content: center;
  }

  .simple-8d69 .iron-bb48 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .action_276e .search_bright_4e57.avatar-pro-71e4 {
    width: 75% !important;
  }

  .gradient-6845 img {
    width: 100% !important;
  }
}

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

  h2.simple-8d69 .hard-7238,
  .simple-8d69 .hard-7238 {
    font-size: 30px !important;
  }

  .border-9d24 {
    justify-content: center;
  }

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

  .caption-simple-0d29
    .module-yellow-3162.active-lower-8925 {
    margin: 0 !important;
  }

  .thumbnail-638a {
    margin: 0;
    gap: 10px;
  }

  .pattern-last-df46 {
    display: flex;
  }

  .preview-under-c92e .cool_fa1c {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .simple-8d69 h1.hard-7238 {
    margin-top: 80px !important;
  }

  .action_276e
    .search_bright_4e57.lite-c4f8
    .border-9d24
    img,
  .fixed-52ba .component-b5bf {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .action_276e .search_bright_4e57.avatar-pro-71e4 {
    width: 100% !important;
  }

  .dark_0974.heading_2460 > .mask_e7d4 {
    gap: 3px;
  }

  .simple-8d69 .iron-bb48 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 090e */
.ghost-box-s1 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.3;
}
