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(.iron-bf38) {
  gap: 0.5em;
}
:where(.form_ca1d) {
  gap: 0.5em;
}
body .caption-5511 > .fixed_e05f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .caption-5511 > .aside_complex_3cd3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .caption-5511 > .first-94d3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .layout-lite-ad67 > .fixed_e05f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .layout-lite-ad67 > .aside_complex_3cd3 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .layout-lite-ad67 > .first-94d3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .layout-lite-ad67
  > :where(:not(.fixed_e05f):not(.aside_complex_3cd3):not(.focused-30e7)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .layout-lite-ad67 > .advanced_e735 {
  max-width: var(--wp--style--global--wide-size);
}
body .iron-bf38 {
  display: flex;
}
body .iron-bf38 {
  flex-wrap: wrap;
  align-items: center;
}
body .iron-bf38 > * {
  margin: 0;
}
body .form_ca1d {
  display: grid;
}
body .form_ca1d > * {
  margin: 0;
}
:where(.footer_628d.iron-bf38) {
  gap: 2em;
}
:where(.footer_628d.form_ca1d) {
  gap: 2em;
}
:where(.icon_f0c2.iron-bf38) {
  gap: 1.25em;
}
:where(.icon_f0c2.form_ca1d) {
  gap: 1.25em;
}
.green_a1f7 {
  color: var(--wp--preset--color--black) !important;
}
.item-lower-f010 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.tabs_3990 {
  color: var(--wp--preset--color--white) !important;
}
.short-ec83 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.thick_3331 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.border_purple_2600 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.aside-4a10 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.highlight-upper-07d1 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.gas-b2bf {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.sort-slow-d4b4 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.logo_right_ef3e {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.liquid_25af {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.focus-outer-60d0 {
  background-color: var(--wp--preset--color--black) !important;
}
.layout_5c3d {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.block-center-b4c5 {
  background-color: var(--wp--preset--color--white) !important;
}
.motion_0b3e {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.text_fafa {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.wrapper_be0f {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.light-2ca7 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.dropdown-4d1e {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.highlight_12a3 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.progress-fa2d {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.badge-154b {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.gallery-iron-f9e2 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.content_8130 {
  border-color: var(--wp--preset--color--black) !important;
}
.simple_1219 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.down_98d2 {
  border-color: var(--wp--preset--color--white) !important;
}
.popup-west-c3eb {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.item-abb5 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.bright-d2b7 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.notice_9643 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.wood-f4f7 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.cool-3f1c {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.background-cool-ed80 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.notification-current-237c {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.rough-f277 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.row_432a {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.backdrop-bright-cc9f {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.notification_soft_08fa {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.hard-db2d {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.active-dark-a40b {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.short_b973 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.motion_1081 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.picture_123d {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.footer_action_19f9 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.title_2603 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.button_8575 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.form_tall_1072 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.hard-2346 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.content_north_5ab7 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.progress-7051 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.plasma_8b8d {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.complex-7c72 a:where(:not(.section_right_ab93)) {
  color: inherit;
}
:where(.icon_f0c2.iron-bf38) {
  gap: 1.25em;
}
:where(.icon_f0c2.form_ca1d) {
  gap: 1.25em;
}
:where(.footer_628d.iron-bf38) {
  gap: 2em;
}
:where(.footer_628d.form_ca1d) {
  gap: 2em;
}
.filter-large-06ba {
  font-size: 1.5em;
  line-height: 1.6;
}

.block-0673 .frame-west-a035 {
  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);
}
.background_hard_c163 .overlay_ee54 {
  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);
}
.item-a8c1 {
  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);
}
.item-a8c1.gradient-ecd7 .dropdown-b39c {
  background-color: var(--e-global-color-primary);
}
.item-a8c1.modal-02d2 .dropdown-b39c,
.item-a8c1.photo-bronze-26ae .dropdown-b39c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.backdrop-steel-b397 .container-smooth-1523 {
  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);
}
.thumbnail-279e {
  --divider-color: var(--e-global-color-secondary);
}
.thumbnail-279e .pro_be83 {
  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);
}
.thumbnail-279e.middle_5be0 .new-2f3c {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-279e.rough_e241 .new-2f3c,
.thumbnail-279e.gallery-slow-21fa .new-2f3c {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.thumbnail-279e.rough_e241 .new-2f3c,
.thumbnail-279e.gallery-slow-21fa .new-2f3c svg {
  fill: var(--e-global-color-secondary);
}
.secondary-aa71 .dark_6212 {
  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);
}
.secondary-aa71 .thick_3e43 {
  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);
}
.iron_2cc9.middle_5be0 .new-2f3c {
  background-color: var(--e-global-color-primary);
}
.iron_2cc9.rough_e241 .new-2f3c,
.iron_2cc9.gallery-slow-21fa .new-2f3c {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.iron_2cc9.rough_e241 .new-2f3c,
.iron_2cc9.gallery-slow-21fa .new-2f3c svg {
  fill: var(--e-global-color-primary);
}
.shade-3f3f.middle_5be0 .new-2f3c {
  background-color: var(--e-global-color-primary);
}
.shade-3f3f.rough_e241 .new-2f3c,
.shade-3f3f.gallery-slow-21fa .new-2f3c {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.shade-3f3f .slider-9981 {
  color: var(--e-global-color-primary);
}
.shade-3f3f .slider-9981,
.shade-3f3f .slider-9981 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.shade-3f3f .focused-2807 {
  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);
}
.main-8ded .outer_f723 {
  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);
}
.label-lite-05fb .paragraph_rough_971f .preview_small_404f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.purple_adf0 .filter_light_b3d9:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.purple_adf0 .message-full-a176 i {
  color: var(--e-global-color-primary);
}
.purple_adf0 .message-full-a176 svg {
  fill: var(--e-global-color-primary);
}
.purple_adf0 .message-dark-2435 {
  color: var(--e-global-color-secondary);
}
.purple_adf0 .filter_light_b3d9 > .message-dark-2435,
.purple_adf0 .filter_light_b3d9 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.current-877a .sidebar_e617 {
  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);
}
.current-877a .status-fixed-8547 {
  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);
}
.message_gold_ebbb .old_317b .dynamic_bf2d {
  background-color: var(--e-global-color-primary);
}
.message_gold_ebbb .notification-fluid-d6d9 {
  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);
}
.menu_805e .thumbnail-red-adcc {
  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);
}
.menu_805e .border_ba55 {
  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);
}
.menu_805e .clean-12e4 {
  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);
}
.nav-clean-81dd .box-wood-4eb3,
.nav-clean-81dd .box-wood-4eb3 a {
  color: var(--e-global-color-primary);
}
.nav-clean-81dd .box-wood-4eb3.stale-a3c3,
.nav-clean-81dd .box-wood-4eb3.stale-a3c3 a {
  color: var(--e-global-color-accent);
}
.nav-clean-81dd .box-wood-4eb3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav-clean-81dd .notification-3223 {
  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);
}
.overlay-brown-b089 .rough-3491,
.overlay-brown-b089 .first-452f {
  color: var(--e-global-color-primary);
}
.overlay-brown-b089 .rough-3491 svg {
  fill: var(--e-global-color-primary);
}
.overlay-brown-b089 .stale-a3c3 .rough-3491,
.overlay-brown-b089 .stale-a3c3 .first-452f {
  color: var(--e-global-color-accent);
}
.overlay-brown-b089 .stale-a3c3 .rough-3491 svg {
  fill: var(--e-global-color-accent);
}
.overlay-brown-b089 .first-452f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.overlay-brown-b089 .notification-3223 {
  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);
}
.picture_under_fb04 .soft-9ae2,
.picture_under_fb04 .rough_e2cf {
  color: var(--e-global-color-primary);
}
.picture_under_fb04 .rough_e2cf svg {
  fill: var(--e-global-color-primary);
}
.picture_under_fb04 .box-wood-4eb3.stale-a3c3 a,
.picture_under_fb04
  .box-wood-4eb3.stale-a3c3
  .rough_e2cf {
  color: var(--e-global-color-accent);
}
.picture_under_fb04 .soft-9ae2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture_under_fb04 .notification-3223 {
  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);
}
.tabs-0504 .modal_cool_b575 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tabs-0504 .hover_c0bb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-5601 .sort_4b35 .notification_f9c2 {
  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);
}
.dirty-5601 .sort_4b35 .bottom_1d7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-5601 .mini-4726 .notification_f9c2 {
  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);
}
.dirty-5601
  .mini-4726
  .bottom_1d7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-5601
  .mask_dirty_1b49
  .notification_f9c2 {
  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);
}
.dirty-5601
  .mask_dirty_1b49
  .bottom_1d7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty-5601
  .gradient_fluid_83d1
  .notification_f9c2 {
  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);
}
.dirty-5601
  .gradient_fluid_83d1
  .bottom_1d7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_9fc8 .image-over-7eaa {
  background-color: var(--e-global-color-primary);
}
.article_9fc8 .image-over-7eaa:hover {
  background-color: var(--e-global-color-primary);
}
.article_9fc8 .dropdown-middle-fd64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_9fc8
  .image-over-7eaa:hover
  .dropdown-middle-fd64 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-4a9d .table-19da {
  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);
}
.thumbnail-in-27f2 .popup_d819 .wrapper_fresh_4e12 a {
  background-color: var(--e-global-color-accent);
}
.thumbnail-in-27f2 .popup_d819 .bottom_3f24 a {
  background-color: var(--e-global-color-accent);
}
.thumbnail-in-27f2 .popup_d819 .wrapper_fresh_4e12 a,
.thumbnail-in-27f2 .popup_d819 .bottom_3f24 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-prev-f847
  .soft_7e22.caption-2557
  .popup_d819
  a.dropdown-e715 {
  background-color: var(--e-global-color-accent);
}
.media-prev-f847
  .soft_7e22.caption-2557
  .popup_d819
  span.dropdown-e715.fn-current-355b {
  background-color: var(--e-global-color-text);
}
.media-prev-f847
  .soft_7e22.caption-2557
  .popup_d819
  .dropdown-e715 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd .over_9536 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .outline_under_ca5b
  > .list-02f8
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .header_80a7
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .avatar_37e4
  .carousel_25b7,
.dropdown_1cbd
  .avatar_37e4
  .rough_e8df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_1cbd
  .avatar_37e4
  .right_6819,
.dropdown_1cbd
  .avatar_37e4
  a
  .right_6819 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .avatar_37e4
  .disabled-white-9708 {
  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);
}
.dropdown_1cbd
  .avatar_37e4
  .mini-abbe {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .avatar_37e4
  .mini-abbe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .avatar_37e4
  .mini-abbe:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .avatar_37e4
  .stone_5b76 {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .avatar_37e4
  .stone_5b76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .avatar_37e4
  .stone_5b76:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .middle-c28b
  .modal-f3ca
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_1cbd
  .middle-c28b
  .panel_3f64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .middle-c28b
  .disabled-white-9708 {
  color: var(--e-global-color-text);
}
.dropdown_1cbd
  .middle-c28b
  .disabled-white-9708
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .middle-c28b
  .mini-abbe {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .middle-c28b
  .mini-abbe {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .middle-c28b
  .mini-abbe:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .middle-c28b
  .stone_5b76 {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd
  .middle-c28b
  .stone_5b76 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_1cbd
  .middle-c28b
  .stone_5b76:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd .nav_warm_f269 {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd .nav_warm_f269:hover {
  background-color: var(--e-global-color-primary);
}
.dropdown_1cbd .border-liquid-8b7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dropdown_1cbd .detail-paper-018a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_92a9 .dropdown_soft_1f80 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_92a9
  .copper_768a
  > div:nth-child(3)
  .dropdown_soft_1f80,
.aside_92a9
  .under-bcf6
  > div:nth-child(1)
  .dropdown_soft_1f80,
.aside_92a9
  .gallery_cool_b029
  > div:nth-child(1)
  .dropdown_soft_1f80,
.aside_92a9
  .section_1c0d
  > div:nth-child(1)
  .dropdown_soft_1f80,
.aside_92a9
  .column-e581
  > div:nth-child(1)
  .dropdown_soft_1f80 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_92a9 .block-easy-864d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_92a9 .fast_099b {
  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);
}
.aside_92a9 .silver_ab58 {
  background-color: var(--e-global-color-primary);
}
.aside_92a9 .silver_ab58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_92a9 .silver_ab58:hover {
  background-color: var(--e-global-color-primary);
}
.aside_92a9 .tag_south_e99c {
  background-color: var(--e-global-color-primary);
}
.aside_92a9 .tag_south_e99c:hover {
  background-color: var(--e-global-color-primary);
}
.aside_92a9 .border-liquid-8b7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_92a9 .detail-paper-018a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-6609 .item-6cf2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite-6609 .box_hard_753e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-6609 .first-1931 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-6609 .stone_4a74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-6609 .avatar-b762 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite-6609 .tag_south_e99c {
  background-color: var(--e-global-color-primary);
}
.lite-6609 .tag_south_e99c:hover {
  background-color: var(--e-global-color-primary);
}
.highlight-b8f8 .shadow-b890 {
  background-color: var(--e-global-color-secondary);
}
.highlight-b8f8 .notification_b8f1 {
  background-color: var(--e-global-color-text);
}
.highlight-b8f8 .info-2b8c {
  background-color: var(--e-global-color-secondary);
}
.highlight-b8f8 .popup-7dd5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-b8f8 .stone-130c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-b8f8 .wrapper-9333 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-b8f8 .prev-4581 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-b8f8 .upper-a371 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-4cea .blue-6ed0 .gallery-6398,
.tertiary-4cea
  .blue-6ed0
  .gallery-6398
  a,
.tertiary-4cea .grid-light-4766 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-4cea .blue-6ed0 .article-7894,
.tertiary-4cea .tabs-3491 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-4cea .blue-6ed0 .article-7894 {
  color: var(--e-global-color-text);
}
.tertiary-4cea .tabs-3491 {
  color: var(--e-global-color-text);
}
.tertiary-4cea
  .blue-6ed0
  .medium-2a94 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-4cea .bright-2f05 .panel_current_50c6 {
  background-color: var(--e-global-color-primary);
}
.tertiary-4cea .bright-2f05 .panel_current_50c6:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-4cea .bright-2f05 .medium_bcdb li span {
  background-color: var(--e-global-color-text);
}
.tertiary-4cea .bright-2f05 .medium_bcdb li span:hover {
  background-color: var(--e-global-color-primary);
}
.tertiary-4cea
  .bright-2f05
  .medium_bcdb
  li.icon-brown-82ef
  span {
  background-color: var(--e-global-color-accent);
}
.tertiary-4cea .container_1bbe span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_hard_f279 .feature_red_0921 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-dirty-c0f5 .tag_in_a2e9 {
  background-color: var(--e-global-color-primary);
}
.preview-dirty-c0f5 .outline_smooth_b379 {
  background-color: var(--e-global-color-secondary);
}
.preview-dirty-c0f5 .element_c690 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .hard_2545 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .black_56d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .texture_in_6293 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .feature_fluid_578f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .box-iron-486d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-dirty-c0f5 .right-c51a {
  background-color: var(--e-global-color-primary);
}
.preview-dirty-c0f5 .right-c51a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.complex-ca40 .layout_full_4aa8 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-ca40 .new_3122 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.complex-ca40
  .media_4dae:after {
  background-color: var(--e-global-color-primary);
}
.complex-ca40 .progress_dc3b {
  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);
}
.wood-62a3 .grid-light-4766 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wood-62a3 .tabs-3491 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label-0c41 .tabs_middle_249b .plasma-9e1e {
  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);
}
.label-0c41 .tabs_middle_249b .left_c04e {
  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);
}
.progress_fluid_3173 .focus_silver_4731 {
  background-color: var(--e-global-color-primary);
}
.progress_fluid_3173 .badge-8bf4 {
  background-color: var(--e-global-color-secondary);
}
.progress_fluid_3173 .sort_green_11d4 .easy-22d1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress_fluid_3173 .upper_6135 .easy-22d1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_medium_8ca8 .brown-67c5 .notice-b2c0 {
  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);
}
.card_medium_8ca8 .brown-67c5 .summary-right-2838 {
  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);
}
.card_medium_8ca8 .brown-67c5 .feature-action-02ef {
  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);
}
.mask-4e6a .cold_4565 {
  border-color: var(--e-global-color-text);
}
.mask-4e6a .background-pro-bdcd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.mask-4e6a .shadow-47fe {
  color: var(--e-global-color-primary);
}
.mask-4e6a .dropdown-middle-fef7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gas-0415 .tooltip_in_0136 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-0415 .accent_744e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-0415 .caption_dfad:hover .tooltip_in_0136 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gas-0415
  .caption_dfad:hover
  .accent_744e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lower-abaa .fast-7aa5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lower-abaa .content_7fa0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.smooth-4719 .tag_tiny_6145 .pagination-af40 {
  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);
}
.smooth-4719 .wood_c511 .pagination-af40 {
  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);
}
.media-62aa .logo_cd91 {
  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);
}
.down-1488 .caption-fresh-248f .column-fluid-0e55 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.down-1488 .caption-fresh-248f .column-fluid-0e55 {
  background-color: var(--e-global-color-secondary);
}
.down-1488 .bronze-1694 .column-fluid-0e55 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.down-1488 .bronze-1694 .column-fluid-0e55 {
  background-color: var(--e-global-color-secondary);
}
.down-1488 .mask_simple_57b5 .outline_c5cc {
  background-color: var(--e-global-color-primary);
}
.down-1488 .mask_simple_57b5:hover .outline_c5cc {
  background-color: var(--e-global-color-secondary);
}
.down-1488 .panel_current_50c6 {
  background-color: var(--e-global-color-primary);
}
.down-1488 .panel_current_50c6:hover {
  background-color: var(--e-global-color-accent);
}
.down-1488 .medium_bcdb li span {
  background-color: var(--e-global-color-text);
}
.down-1488 .medium_bcdb li span:hover {
  background-color: var(--e-global-color-primary);
}
.down-1488 .medium_bcdb li.icon-brown-82ef span {
  background-color: var(--e-global-color-accent);
}
.alert-a97b .chip-bronze-6f13 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert-a97b .pressed-90b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-1c39 .module_dark_75d0:before {
  background-color: var(--e-global-color-secondary);
}
.tooltip-1c39 .gallery-top-3849 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-1c39 .header_copper_7b59 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-full-981d .dim_5180 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-full-981d .dim_5180:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-full-981d .dim_5180.fn-active-355b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-full-981d .menu_94c3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-full-981d .summary_db69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-full-981d .input-11e6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-full-981d .form_2aac {
  background-color: var(--e-global-color-primary);
}
.picture-full-981d .form_2aac {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.picture-full-981d .background-narrow-92c0 {
  background-color: var(--e-global-color-primary);
}
.picture-full-981d .background-narrow-92c0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_fluid_7ad1 .orange_5cf7 .content-20ef a {
  color: var(--e-global-color-secondary);
}
.hover_fluid_7ad1 .orange_5cf7 .content-20ef a:hover {
  color: var(--e-global-color-secondary);
}
.hover_fluid_7ad1 .orange_5cf7 .content-20ef,
.hover_fluid_7ad1 .orange_5cf7 .content-20ef a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_fluid_7ad1 .orange_5cf7 .chip-advanced-964c {
  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);
}
.hover_fluid_7ad1 .orange_5cf7 .pattern_cool_c1b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_fluid_7ad1 .orange_5cf7 .media-upper-e2e8 {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .orange_5cf7 .media-upper-e2e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_fluid_7ad1 .orange_5cf7 .media-upper-e2e8:hover {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .orange_5cf7 .hard-f76f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_fluid_7ad1 .orange_5cf7 .hard-f76f {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .orange_5cf7 .hard-f76f:hover {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .orange_5cf7 .panel_current_50c6 {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .orange_5cf7 .panel_current_50c6:hover {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .bright-2f05 .medium_bcdb li span {
  background-color: var(--e-global-color-text);
}
.hover_fluid_7ad1 .bright-2f05 .medium_bcdb li span:hover {
  background-color: var(--e-global-color-primary);
}
.hover_fluid_7ad1 .bright-2f05 .medium_bcdb li.icon-brown-82ef span {
  background-color: var(--e-global-color-accent);
}
.hover_fluid_7ad1 .border-liquid-8b7c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover_fluid_7ad1 .detail-paper-018a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_04af .lite-8467 .narrow_de55 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_04af .lite-8467 .button_db4f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_04af .lite-8467 .main-hard-2b5e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea .picture_8431 {
  border-color: var(--e-global-color-text);
}
.soft-34ea .sidebar-down-e0ba {
  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);
}
.soft-34ea .header-a89a {
  color: var(--e-global-color-secondary);
}
.soft-34ea .header-a89a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea .breadcrumb_5a2b > * {
  color: var(--e-global-color-primary);
}
.soft-34ea .breadcrumb_5a2b > * svg {
  fill: var(--e-global-color-primary);
}
.soft-34ea .chip_cool_98de {
  color: var(--e-global-color-primary);
}
.soft-34ea .chip_cool_98de {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft-34ea .bottom_72c0 {
  color: var(--e-global-color-primary);
}
.soft-34ea .bottom_72c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.soft-34ea .selected_f116 {
  color: var(--e-global-color-primary);
}
.soft-34ea .selected_f116 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea .fluid_541d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea .pro_f205 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea .pro_f205.link_over_6e2f {
  color: var(--e-global-color-secondary);
}
.soft-34ea .pro_f205.link_over_6e2f .aside_dim_ae92 {
  color: var(--e-global-color-accent);
}
.soft-34ea .pro_f205.first_5606 {
  color: var(--e-global-color-text);
}
.soft-34ea .pro_f205.first_5606 .aside_dim_ae92 {
  color: var(--e-global-color-text);
}
.soft-34ea .pro_f205:before {
  border-top-color: var(--e-global-color-text);
}
.soft-34ea .block-simple-db7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.soft-34ea
  .block-simple-db7e
  .button_2735 {
  background-color: var(--e-global-color-primary);
}
.soft-34ea
  .block-simple-db7e
  .button_2735 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.soft-34ea .picture_8431 .picture-ded0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron_87a8 .paragraph-3f41 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.iron_87a8 .dirty_bdab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_next_9616 .yellow-492f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_next_9616
  .fixed-7b33
  .hover_1761 {
  background-color: var(--e-global-color-secondary);
}
.article_next_9616
  .fixed-7b33.header-fd4d
  .hover_1761 {
  background-color: var(--e-global-color-text);
}
.article_next_9616
  .fixed-7b33:hover
  .hover_1761 {
  background-color: var(--e-global-color-accent);
}
.article_next_9616
  .fixed-7b33.fn-active-355b
  .hover_1761 {
  background-color: var(--e-global-color-primary);
}
.nav-0323 .aside-out-bf95 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.nav-0323 .stale_7cf0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav-0323 .filter_hard_0c24 {
  background-color: var(--e-global-color-primary);
}
.nav-0323 .filter_hard_0c24 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper_7996 .easy-526b .white_7894 .active_86eb {
  background-color: var(--e-global-color-secondary);
}
.upper_7996 .easy-526b .container_c00f:after {
  background-color: var(--e-global-color-secondary);
}
.upper_7996 .warm-1ee3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_7996 .table_copper_89f5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_7996 .item-f222 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper_7996 .footer_7827 {
  background-color: var(--e-global-color-primary);
}
.upper_7996 .footer_7827 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper_7996 .tall_2c21 {
  background-color: var(--e-global-color-secondary);
}
.upper_7996 .tall_2c21 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.upper_7996 .easy-526b .bronze-9a4a .slider_under_b761:hover {
  background-color: var(--e-global-color-primary);
}
.upper_7996
  .easy-526b
  .bronze-9a4a
  .slider_under_b761.mask-fresh-320f {
  background-color: var(--e-global-color-primary);
}
.upper_7996 .easy-526b .chip-ee67:before {
  border-color: var(--e-global-color-primary);
}
.upper_7996 .easy-526b .chip-ee67:hover:before {
  border-color: var(--e-global-color-secondary);
}
.upper_7996
  .easy-526b
  .chip-ee67.aside_complex_4729:before {
  border-color: var(--e-global-color-primary);
}
.upper_7996 .hero-d322 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-8e1d .sidebar_8051 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-8e1d .sidebar_8051:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-8e1d .sidebar_8051.iron-c9b7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-8e1d .active-white-cca5 {
  background-color: var(--e-global-color-primary);
}
.active-8e1d .active-white-cca5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-8e1d
  .icon-narrow-d68c
  .narrow-b6e9
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.active-8e1d
  .table_light_e345
  .narrow-b6e9
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.south-22ae
  .title-28a1
  .down-b079 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-22ae
  .title-28a1
  .row_solid_1647 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-22ae .logo-black-19f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-22ae .purple_bd98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.south-22ae .sort_86ec {
  background-color: var(--e-global-color-primary);
}
.south-22ae .sort_86ec {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link-fluid-ae6e .next_ff0f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.link-fluid-ae6e .carousel_thick_0326 {
  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);
}
.link-fluid-ae6e .heading-hard-cdc1 {
  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);
}
.link-fluid-ae6e .heading-hard-cdc1 a:hover {
  color: var(--e-global-color-secondary);
}
.link-fluid-ae6e .outline_thick_35e2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link-fluid-ae6e .highlight-d2e6 {
  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);
}
.link-fluid-ae6e .shadow-plasma-eebb .panel_current_50c6 {
  background-color: var(--e-global-color-primary);
}
.link-fluid-ae6e .shadow-plasma-eebb .panel_current_50c6:hover {
  background-color: var(--e-global-color-accent);
}
.link-fluid-ae6e
  .shadow-plasma-eebb
  .medium_bcdb
  li
  span {
  background-color: var(--e-global-color-text);
}
.link-fluid-ae6e
  .shadow-plasma-eebb
  .medium_bcdb
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.link-fluid-ae6e
  .shadow-plasma-eebb
  .medium_bcdb
  li.icon-brown-82ef
  span {
  background-color: var(--e-global-color-accent);
}
.image-2178
  .background_18ea
  .pressed-a4a6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-2178 .background_18ea .summary_east_851f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-2178 .background_18ea .status-current-5941 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-2178 .bottom_9d22 {
  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);
}
.image-2178
  .container_7903.image-smooth-4473 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a {
  background-color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .element_6f9b.inner_ee91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .next-0749.shade_pressed_0f7e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  .nav-063f
  > a {
  background-color: var(--e-global-color-secondary);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  .nav-063f
  > a
  .tall_6a2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  .nav-063f
  > a
  .next-0749.panel-48c6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .disabled-e737:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  a
  .disabled-e737:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f.copper_2016
  > a
  .disabled-e737:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  .nav-063f.copper_2016
  > a
  .disabled-e737:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .current-df3a
  .background_92b5 {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  a
  .current-df3a
  .background_92b5 {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .current-df3a
  .background_92b5,
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  a
  .current-df3a
  .background_92b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > a
  .header-dirty-7929:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  a
  .header-dirty-7929:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f.copper_2016
  > a
  .header-dirty-7929:before {
  color: var(--e-global-color-text);
}
.panel_narrow_b1da
  > .box_faf3
  > div
  > .gas_dd2a
  > .nav-063f
  > .article-right-307a
  .nav-063f.copper_2016
  > a
  .header-dirty-7929:before {
  color: var(--e-global-color-text);
}
.aside_a1ae .section-4a30 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_a1ae
  .menu-lite-2661:hover
  .section-4a30 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast_01d6
  > .box_faf3
  > .popup_3e7f
  > .orange-23e6
  > .image_inner_9a7d
  > .large_b19a
  .purple-7322 {
  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);
}
.fast_01d6
  > .box_faf3
  > .popup_3e7f
  > .orange-23e6
  > .image_inner_9a7d
  > .large_b19a:hover
  .purple-7322 {
  color: var(--e-global-color-text);
}
.fast_01d6
  > .box_faf3
  > .popup_3e7f
  > .orange-23e6
  > .image_inner_9a7d
  > .large_b19a:hover
  .purple-7322 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_01d6
  > .box_faf3
  > .popup_3e7f
  > .orange-23e6
  > .image_inner_9a7d.current-1023
  > .large_b19a
  .purple-7322 {
  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);
}
.item-6b1d .medium-7e1a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-6b1d .notice_acf2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item-6b1d .upper-2b1f {
  background-color: var(--e-global-color-primary);
}
.item-6b1d .upper-2b1f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.list-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8
  .mini_dfea {
  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);
}
.list-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8
  .full_a5c5 {
  color: var(--e-global-color-text);
}
.list-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8:hover
  .mini_dfea {
  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);
}
.list-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8:hover
  .full_a5c5 {
  color: var(--e-global-color-secondary);
}
.list-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8.icon-tiny-75cc
  .mini_dfea {
  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-256e
  > .box_faf3
  > .basic_a396
  > .smooth-4950
  > .simple-d0b8.icon-tiny-75cc
  .full_a5c5 {
  color: var(--e-global-color-primary);
}
.item_liquid_2594
  .pressed-ea09
  .tag_next_1eae {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_liquid_2594 .module_6d20 .picture-ded0 .pink-4ade {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_32b2 .surface_fresh_f599 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_32b2 .gas-e46a .surface_fresh_f599 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.copper_32b2 .menu_5a0f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_32b2 .menu_5a0f {
  background-color: var(--e-global-color-primary);
}
.dim-545f .bronze-4be6 .tall_b427 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dim-545f
  .bronze-4be6:hover
  .item_7abf {
  color: var(--e-global-color-secondary);
}
.dim-545f
  .bronze-4be6:hover
  .tall_b427 {
  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);
}
.slider-focused-77b0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.first_2634 {
  flex-direction: column;
}

.first_2634 .dropdown-complex-f7ad {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.first_2634 .dropdown-complex-f7ad {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.first_2634 .rough-5e12 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.gallery-1ba7.sidebar-7d19 {
  display: none;
}

.header-2e79 {
  display: none;
}

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

.chip-down-802f.menu-8740 {
  margin-bottom: 40px;
  width: 100%;
}

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

.first_2634 a {
  width: 100%;
}

.video_red_c87c .module-light-9a5e.popup_inner_32a8 {
  width: 20% !important;
}

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

.stone-af9f:hover {
  color: #000;
}

.stone-af9f svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.stone-af9f:hover svg {
  fill: #000;
}

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

.tiny-d0a9:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.video_red_c87c
  .module-light-9a5e.detail-steel-4f7c
  .cool-8680
  .up-de9d {
  font-size: 20px !important;
}

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

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

.column-paper-081c h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.accordion_63f4.nav_5f59 > .tertiary_5abd {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

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

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

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

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

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

.light-8571 {
  display: flex;
  gap: 50px;
}

.video_red_c87c
  .module-light-9a5e.paragraph_cool_6f75
  .status_8882
  .cold-a1ce {
  width: 100% !important;
}

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

.old-2ba8 {
  width: 100%;
}

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

.wide-f3b6 {
  position: relative;
  cursor: pointer;
}

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

  display: none;
}

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

.logo_out_12e0 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.wide-f3b6:hover .logo_out_12e0 {
  visibility: visible;
}
.wide-f3b6:hover.wide-f3b6::before {
  display: block;
}

.column-paper-081c h3 {
  color: #fff;
}

.column-motion-bdfd {
  margin: 0;
}

.video_red_c87c
  .module-light-9a5e.paragraph_cool_6f75
  .cold-a1ce
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.cool-770c {
  width: 100%;
}

.shade_4c58 {
  width: 100%;
}

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

.shade_4c58 {
  width: 100%;
}

.column-next-5e41 {
  margin-bottom: 10px !important;
}

.cold-a1ce {
  display: flex;
  align-items: center;
}

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

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

.first_2634 .dropdown-complex-f7ad.active-2a97 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.first_2634 h1.dropdown-complex-f7ad {
  margin-top: 120px !important;
}

.video_red_c87c .module-light-9a5e.stone_fbea {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main_6761 img {
  width: 100%;
}

.progress-5a96 .large-beed.cool-8680 {
  justify-content: space-between;
}

.basic_3691 {
  display: none;
}

.aside-e5e2 .rough-5e12 {
  margin: 1px 0 !important;
}

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

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

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

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

@media (max-width: 767px) {
  .column-paper-081c h3 {
    font-size: 28px;
  }

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

  .progress-5a96 .large-beed.cool-8680 {
    border-bottom: 1px solid #f0c159;
  }

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

  .accordion_63f4.nav_5f59 > .tertiary_5abd {
    gap: 15px;
    justify-content: space-between;
  }

  .video_red_c87c
    .module-light-9a5e.paragraph_cool_6f75
    .cold-a1ce
    img {
    width: 60% !important;
  }

  .notification_stone_18b3 {
    left: 2%;
  }

  .shadow-0e7e {
    margin: 10px 0;
  }

  .first_2634 .rough-5e12 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.first_2634 .dropdown-complex-f7ad,
  .first_2634 .dropdown-complex-f7ad {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .cold-a1ce {
    justify-content: center;
  }

  .first_2634 .rough-5e12 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .out-0f29 {
    margin-bottom: 15px !important;
  }

  .video_red_c87c .module-light-9a5e.popup_inner_32a8 {
    width: 75% !important;
  }

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

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

  h2.first_2634 .dropdown-complex-f7ad,
  .first_2634 .dropdown-complex-f7ad {
    font-size: 30px !important;
  }

  .cold-a1ce {
    justify-content: center;
  }

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

  .menu-5046
    .liquid-04e4.top-9096 {
    margin: 0 !important;
  }

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

  .shadow-0e7e {
    display: flex;
  }

  .text_bea5 .stone-af9f {
    padding: 5px 10px;
    font-size: 14px !important;
  }

  .stone-21bf svg {
    width: 75% !important;
    height: 75% !important;
  }

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

  .first_2634 h1.dropdown-complex-f7ad {
    margin-top: 80px !important;
  }

  .video_red_c87c
    .module-light-9a5e.paragraph_cool_6f75
    .cold-a1ce
    img,
  .secondary-aa71 .status_8882 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .video_red_c87c .module-light-9a5e.popup_inner_32a8 {
    width: 100% !important;
  }

  .accordion_63f4.nav_5f59 > .tertiary_5abd {
    gap: 3px;
  }

  .first_2634 .rough-5e12 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 18ea */
.ghost-box-h5 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
