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(.top_9844) {
  gap: 0.5em;
}
:where(.header_green_212a) {
  gap: 0.5em;
}
body .photo_4cec > .pink-196f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .photo_4cec > .hot_cee2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .photo_4cec > .motion_e892 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .list_large_6820 > .pink-196f {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .list_large_6820 > .hot_cee2 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .list_large_6820 > .motion_e892 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .list_large_6820
  > :where(:not(.pink-196f):not(.hot_cee2):not(.info-189c)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .list_large_6820 > .texture_4034 {
  max-width: var(--wp--style--global--wide-size);
}
body .top_9844 {
  display: flex;
}
body .top_9844 {
  flex-wrap: wrap;
  align-items: center;
}
body .top_9844 > * {
  margin: 0;
}
body .header_green_212a {
  display: grid;
}
body .header_green_212a > * {
  margin: 0;
}
:where(.caption-last-a1e3.top_9844) {
  gap: 2em;
}
:where(.caption-last-a1e3.header_green_212a) {
  gap: 2em;
}
:where(.gradient-4c49.top_9844) {
  gap: 1.25em;
}
:where(.gradient-4c49.header_green_212a) {
  gap: 1.25em;
}
.short-bb69 {
  color: var(--wp--preset--color--black) !important;
}
.primary-fcd8 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.secondary_iron_8704 {
  color: var(--wp--preset--color--white) !important;
}
.row-0ec7 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.row_07d8 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.paragraph_bdaa {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.down-1fe5 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.sort_copper_6f05 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.layout-4dee {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.tall_09e8 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.filter_2c60 {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.search_684a {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.outline-8a57 {
  background-color: var(--wp--preset--color--black) !important;
}
.card-1387 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.clean_296f {
  background-color: var(--wp--preset--color--white) !important;
}
.panel_e136 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.gallery-6f19 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.pagination_under_36b1 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.message_2ebb {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.sort_4e9b {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.block-b0fe {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.popup-61b8 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.solid_772a {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.icon-top-91d0 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.light_c6c7 {
  border-color: var(--wp--preset--color--black) !important;
}
.red_2709 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.component-fixed-f10a {
  border-color: var(--wp--preset--color--white) !important;
}
.icon_bottom_6692 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.blue-6594 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.action-596a {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.status_narrow_a0f0 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.backdrop_09f2 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.button_384f {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.lower_900f {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.main_5e15 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.banner-rough-a767 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.status-slow-5b02 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.content_narrow_fee8 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.wide_a6a5 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.search-ff25 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.top_6772 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.warm-96fa {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.heading-rough-d7d6 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.label_c4a8 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.over-5803 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.module_5775 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.yellow-134c {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.notification-bdc8 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.tooltip-3237 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.steel_c7ba {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.clean-3c5e {
  font-size: var(--wp--preset--font-size--large) !important;
}
.component_9cf5 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.picture-d213 a:where(:not(.heading_white_1df4)) {
  color: inherit;
}
:where(.gradient-4c49.top_9844) {
  gap: 1.25em;
}
:where(.gradient-4c49.header_green_212a) {
  gap: 1.25em;
}
:where(.caption-last-a1e3.top_9844) {
  gap: 2em;
}
:where(.caption-last-a1e3.header_green_212a) {
  gap: 2em;
}
.hover_yellow_d55c {
  font-size: 1.5em;
  line-height: 1.6;
}

.footer-under-8fd4 .top_cfef {
  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);
}
.hidden_3598 .chip_18b5 {
  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);
}
.bright_498a {
  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);
}
.bright_498a.tabs-silver-c357 .tabs_stale_7351 {
  background-color: var(--e-global-color-primary);
}
.bright_498a.short_96f9 .tabs_stale_7351,
.bright_498a.lite_0bdd .tabs_stale_7351 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.alert_soft_4762 .slow_29ba {
  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);
}
.pattern-brown-0c5a {
  --divider-color: var(--e-global-color-secondary);
}
.pattern-brown-0c5a .dynamic-a299 {
  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);
}
.pattern-brown-0c5a.status-down-4618 .old_bb0f {
  background-color: var(--e-global-color-secondary);
}
.pattern-brown-0c5a.chip-b17a .old_bb0f,
.pattern-brown-0c5a.silver_c712 .old_bb0f {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.pattern-brown-0c5a.chip-b17a .old_bb0f,
.pattern-brown-0c5a.silver_c712 .old_bb0f svg {
  fill: var(--e-global-color-secondary);
}
.dark-eaaa .nav-down-f591 {
  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);
}
.dark-eaaa .fluid-e5c8 {
  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);
}
.table-8fd8.status-down-4618 .old_bb0f {
  background-color: var(--e-global-color-primary);
}
.table-8fd8.chip-b17a .old_bb0f,
.table-8fd8.silver_c712 .old_bb0f {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.table-8fd8.chip-b17a .old_bb0f,
.table-8fd8.silver_c712 .old_bb0f svg {
  fill: var(--e-global-color-primary);
}
.status_8c52.status-down-4618 .old_bb0f {
  background-color: var(--e-global-color-primary);
}
.status_8c52.chip-b17a .old_bb0f,
.status_8c52.silver_c712 .old_bb0f {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.status_8c52 .full-9721 {
  color: var(--e-global-color-primary);
}
.status_8c52 .full-9721,
.status_8c52 .full-9721 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.status_8c52 .overlay_d9da {
  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);
}
.orange_956f .caption-49b1 {
  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-in-f068 .pagination_upper_2d62 .search_2c7d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.in-1ad2 .column_6426:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.in-1ad2 .media-b958 i {
  color: var(--e-global-color-primary);
}
.in-1ad2 .media-b958 svg {
  fill: var(--e-global-color-primary);
}
.in-1ad2 .tooltip-c54a {
  color: var(--e-global-color-secondary);
}
.in-1ad2 .column_6426 > .tooltip-c54a,
.in-1ad2 .column_6426 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.outer_447b .dropdown_hovered_456c {
  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);
}
.outer_447b .main_tall_0ca6 {
  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);
}
.carousel-clean-4f81 .filter_f641 .carousel_18b9 {
  background-color: var(--e-global-color-primary);
}
.carousel-clean-4f81 .bottom_de5c {
  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);
}
.column-medium-dfcf .frame_fluid_e6fe {
  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);
}
.column-medium-dfcf .footer_hard_1ef3 {
  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-medium-dfcf .gradient_lower_a5c2 {
  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);
}
.dark-b851 .column-59c9,
.dark-b851 .column-59c9 a {
  color: var(--e-global-color-primary);
}
.dark-b851 .column-59c9.active-7f34,
.dark-b851 .column-59c9.active-7f34 a {
  color: var(--e-global-color-accent);
}
.dark-b851 .column-59c9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dark-b851 .wood-f60d {
  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);
}
.wood_6cdf .dirty_9945,
.wood_6cdf .in_1c9d {
  color: var(--e-global-color-primary);
}
.wood_6cdf .dirty_9945 svg {
  fill: var(--e-global-color-primary);
}
.wood_6cdf .active-7f34 .dirty_9945,
.wood_6cdf .active-7f34 .in_1c9d {
  color: var(--e-global-color-accent);
}
.wood_6cdf .active-7f34 .dirty_9945 svg {
  fill: var(--e-global-color-accent);
}
.wood_6cdf .in_1c9d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wood_6cdf .wood-f60d {
  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);
}
.element_15d9 .logo_gas_9f35,
.element_15d9 .image-3d70 {
  color: var(--e-global-color-primary);
}
.element_15d9 .image-3d70 svg {
  fill: var(--e-global-color-primary);
}
.element_15d9 .column-59c9.active-7f34 a,
.element_15d9
  .column-59c9.active-7f34
  .image-3d70 {
  color: var(--e-global-color-accent);
}
.element_15d9 .logo_gas_9f35 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.element_15d9 .wood-f60d {
  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);
}
.small-ab63 .pro_626f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.small-ab63 .filter_outer_7cd7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-11ea .chip_clean_adf6 .shadow_215a {
  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);
}
.image-11ea .chip_clean_adf6 .widget_6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-11ea .focus_small_2b32 .shadow_215a {
  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);
}
.image-11ea
  .focus_small_2b32
  .widget_6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-11ea
  .inner-1b01
  .shadow_215a {
  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);
}
.image-11ea
  .inner-1b01
  .widget_6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-11ea
  .filter_fe39
  .shadow_215a {
  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);
}
.image-11ea
  .filter_fe39
  .widget_6555 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-warm-ea97 .accordion_e89a {
  background-color: var(--e-global-color-primary);
}
.photo-warm-ea97 .accordion_e89a:hover {
  background-color: var(--e-global-color-primary);
}
.photo-warm-ea97 .notification-thick-04fc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-warm-ea97
  .accordion_e89a:hover
  .notification-thick-04fc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_2497 .form-rough-5f11 {
  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);
}
.picture-copper-b6c5 .carousel-9256 .info_hovered_d83d a {
  background-color: var(--e-global-color-accent);
}
.picture-copper-b6c5 .carousel-9256 .picture-5088 a {
  background-color: var(--e-global-color-accent);
}
.picture-copper-b6c5 .carousel-9256 .info_hovered_d83d a,
.picture-copper-b6c5 .carousel-9256 .picture-5088 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast-7fc7
  .primary-dfce.header_warm_eafd
  .carousel-9256
  a.content-1456 {
  background-color: var(--e-global-color-accent);
}
.fast-7fc7
  .primary-dfce.header_warm_eafd
  .carousel-9256
  span.content-1456.fn-current-f248 {
  background-color: var(--e-global-color-text);
}
.fast-7fc7
  .primary-dfce.header_warm_eafd
  .carousel-9256
  .content-1456 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f .narrow-8b67 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .overlay-glass-7c9f
  > .thumbnail_2acc
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .search-selected-ed7f
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .sort_tiny_6e65,
.texture_308f
  .section-pro-5bc5
  .wrapper-2346 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .hover_2188,
.texture_308f
  .section-pro-5bc5
  a
  .hover_2188 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .thumbnail-e1d8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .footer_over_357b {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .section-pro-5bc5
  .footer_over_357b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .footer_over_357b:hover {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .section-pro-5bc5
  .avatar_static_b577 {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .section-pro-5bc5
  .avatar_static_b577 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .section-pro-5bc5
  .avatar_static_b577:hover {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .aside_paper_5a2b
  .fresh_1cb1
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_308f
  .aside_paper_5a2b
  .texture-fb47 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .aside_paper_5a2b
  .thumbnail-e1d8 {
  color: var(--e-global-color-text);
}
.texture_308f
  .aside_paper_5a2b
  .thumbnail-e1d8
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .aside_paper_5a2b
  .footer_over_357b {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .aside_paper_5a2b
  .footer_over_357b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .aside_paper_5a2b
  .footer_over_357b:hover {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .aside_paper_5a2b
  .avatar_static_b577 {
  background-color: var(--e-global-color-primary);
}
.texture_308f
  .aside_paper_5a2b
  .avatar_static_b577 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_308f
  .aside_paper_5a2b
  .avatar_static_b577:hover {
  background-color: var(--e-global-color-primary);
}
.texture_308f .modal-north-19c1 {
  background-color: var(--e-global-color-primary);
}
.texture_308f .modal-north-19c1:hover {
  background-color: var(--e-global-color-primary);
}
.texture_308f .focus-white-4b3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_308f .complex-42b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-3395 .box_feef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-3395
  .menu-77c3
  > div:nth-child(3)
  .box_feef,
.over-3395
  .dynamic_63b3
  > div:nth-child(1)
  .box_feef,
.over-3395
  .caption-new-64d0
  > div:nth-child(1)
  .box_feef,
.over-3395
  .input-dark-14bf
  > div:nth-child(1)
  .box_feef,
.over-3395
  .accordion-41cc
  > div:nth-child(1)
  .box_feef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-3395 .small-66e0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-3395 .accent-bronze-585b {
  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);
}
.over-3395 .status-d71a {
  background-color: var(--e-global-color-primary);
}
.over-3395 .status-d71a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.over-3395 .status-d71a:hover {
  background-color: var(--e-global-color-primary);
}
.over-3395 .tabs_1cba {
  background-color: var(--e-global-color-primary);
}
.over-3395 .tabs_1cba:hover {
  background-color: var(--e-global-color-primary);
}
.over-3395 .focus-white-4b3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.over-3395 .complex-42b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_49ac .widget_428e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb_49ac .button_3326 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_49ac .under-ca13 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_49ac .shade-mini-c68d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_49ac .down_3f7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb_49ac .tabs_1cba {
  background-color: var(--e-global-color-primary);
}
.breadcrumb_49ac .tabs_1cba:hover {
  background-color: var(--e-global-color-primary);
}
.old-5efa .top-216c {
  background-color: var(--e-global-color-secondary);
}
.old-5efa .breadcrumb-9d95 {
  background-color: var(--e-global-color-text);
}
.old-5efa .chip-advanced-e0b1 {
  background-color: var(--e-global-color-secondary);
}
.old-5efa .feature-4013 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.old-5efa .lower_1b8c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-5efa .message_red_e829 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-5efa .solid-eec0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.old-5efa .menu_ffba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_in_fbf9 .blue_e848 .medium-cd88,
.hover_in_fbf9
  .blue_e848
  .medium-cd88
  a,
.hover_in_fbf9 .message-wide-b0de {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_in_fbf9 .blue_e848 .wrapper-tall-471a,
.hover_in_fbf9 .tabs-a97b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_in_fbf9 .blue_e848 .wrapper-tall-471a {
  color: var(--e-global-color-text);
}
.hover_in_fbf9 .tabs-a97b {
  color: var(--e-global-color-text);
}
.hover_in_fbf9
  .blue_e848
  .text_dynamic_e6d6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover_in_fbf9 .filter_19fb .layout-wide-0495 {
  background-color: var(--e-global-color-primary);
}
.hover_in_fbf9 .filter_19fb .layout-wide-0495:hover {
  background-color: var(--e-global-color-primary);
}
.hover_in_fbf9 .filter_19fb .heading-lower-cec7 li span {
  background-color: var(--e-global-color-text);
}
.hover_in_fbf9 .filter_19fb .heading-lower-cec7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hover_in_fbf9
  .filter_19fb
  .heading-lower-cec7
  li.stone-799f
  span {
  background-color: var(--e-global-color-accent);
}
.hover_in_fbf9 .panel_106e span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-up-9647 .badge_hard_c56c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tiny-ef0d .main_ca19 {
  background-color: var(--e-global-color-primary);
}
.tiny-ef0d .input_056a {
  background-color: var(--e-global-color-secondary);
}
.tiny-ef0d .purple_fbd7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .menu-e789 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .outline_selected_11c4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .under_617b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .accordion-e478 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .paragraph_1333 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny-ef0d .section-79b5 {
  background-color: var(--e-global-color-primary);
}
.tiny-ef0d .section-79b5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.chip_a67e .content-red-1f81 {
  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);
}
.chip_a67e .pressed_823b {
  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);
}
.chip_a67e
  .blue_c0af:after {
  background-color: var(--e-global-color-primary);
}
.chip_a67e .thumbnail_dcdc {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus_smooth_7e12 .message-wide-b0de {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus_smooth_7e12 .tabs-a97b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cool-df69 .info_caec .status_tall_8a7e {
  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);
}
.cool-df69 .info_caec .surface-middle-185b {
  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);
}
.hero-action-18e9 .soft-3ec4 {
  background-color: var(--e-global-color-primary);
}
.hero-action-18e9 .component_7181 {
  background-color: var(--e-global-color-secondary);
}
.hero-action-18e9 .clean-884b .advanced-9633 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-action-18e9 .prev-50bc .advanced-9633 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_hot_c2c0 .row_north_938e .tall_710f {
  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);
}
.gradient_hot_c2c0 .row_north_938e .message_blue_f4b5 {
  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);
}
.gradient_hot_c2c0 .row_north_938e .photo-997a {
  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);
}
.grid_center_d936 .active-upper-9936 {
  border-color: var(--e-global-color-text);
}
.grid_center_d936 .filter-9350 {
  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_center_d936 .mask_00bb {
  color: var(--e-global-color-primary);
}
.grid_center_d936 .dropdown-6eea {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dirty-50c5 .surface_825f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-50c5 .focused_c052 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-50c5 .hover-plasma-dec0:hover .surface_825f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dirty-50c5
  .hover-plasma-dec0:hover
  .focused_c052 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-8a0a .widget_smooth_86be {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.top-8a0a .in-c67d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.detail_2ac1 .shade_7f48 .active-7758 {
  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);
}
.detail_2ac1 .surface-16cc .active-7758 {
  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);
}
.highlight-tall-18f5 .block_stone_e5ae {
  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);
}
.narrow-d518 .gold_f538 .block-wide-1c1d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-d518 .gold_f538 .block-wide-1c1d {
  background-color: var(--e-global-color-secondary);
}
.narrow-d518 .right-8b66 .block-wide-1c1d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.narrow-d518 .right-8b66 .block-wide-1c1d {
  background-color: var(--e-global-color-secondary);
}
.narrow-d518 .title_ebed .gallery_60a1 {
  background-color: var(--e-global-color-primary);
}
.narrow-d518 .title_ebed:hover .gallery_60a1 {
  background-color: var(--e-global-color-secondary);
}
.narrow-d518 .layout-wide-0495 {
  background-color: var(--e-global-color-primary);
}
.narrow-d518 .layout-wide-0495:hover {
  background-color: var(--e-global-color-accent);
}
.narrow-d518 .heading-lower-cec7 li span {
  background-color: var(--e-global-color-text);
}
.narrow-d518 .heading-lower-cec7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.narrow-d518 .heading-lower-cec7 li.stone-799f span {
  background-color: var(--e-global-color-accent);
}
.pressed_65a3 .label_iron_1060 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pressed_65a3 .popup_pink_fc89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.down-c054 .selected-5987:before {
  background-color: var(--e-global-color-secondary);
}
.down-c054 .slider_hovered_aa5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.down-c054 .container-1341 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_4cc2 .shadow-center-facf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_4cc2 .shadow-center-facf:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_4cc2 .shadow-center-facf.fn-active-f248 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card_4cc2 .block-out-0eae {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_4cc2 .notification-41ed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_4cc2 .fresh-4d33 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.card_4cc2 .thick_7ad2 {
  background-color: var(--e-global-color-primary);
}
.card_4cc2 .thick_7ad2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.card_4cc2 .popup_up_2687 {
  background-color: var(--e-global-color-primary);
}
.card_4cc2 .popup_up_2687 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media-bright-ccf5 .static-1c7d .picture-dark-9c41 a {
  color: var(--e-global-color-secondary);
}
.media-bright-ccf5 .static-1c7d .picture-dark-9c41 a:hover {
  color: var(--e-global-color-secondary);
}
.media-bright-ccf5 .static-1c7d .picture-dark-9c41,
.media-bright-ccf5 .static-1c7d .picture-dark-9c41 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-bright-ccf5 .static-1c7d .frame-b786 {
  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-bright-ccf5 .static-1c7d .box-focused-ae7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-bright-ccf5 .static-1c7d .sort-bright-3ab9 {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .static-1c7d .sort-bright-3ab9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-bright-ccf5 .static-1c7d .sort-bright-3ab9:hover {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .static-1c7d .advanced_1011 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.media-bright-ccf5 .static-1c7d .advanced_1011 {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .static-1c7d .advanced_1011:hover {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .static-1c7d .layout-wide-0495 {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .static-1c7d .layout-wide-0495:hover {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .filter_19fb .heading-lower-cec7 li span {
  background-color: var(--e-global-color-text);
}
.media-bright-ccf5 .filter_19fb .heading-lower-cec7 li span:hover {
  background-color: var(--e-global-color-primary);
}
.media-bright-ccf5 .filter_19fb .heading-lower-cec7 li.stone-799f span {
  background-color: var(--e-global-color-accent);
}
.media-bright-ccf5 .focus-white-4b3f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.media-bright-ccf5 .complex-42b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_e198 .active_a125 .tiny-dcd7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.layout_e198 .active_a125 .tertiary-ae6f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.layout_e198 .active_a125 .filter_active_0349 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613 .progress_upper_d3c6 {
  border-color: var(--e-global-color-text);
}
.avatar_f613 .mask-over-f430 {
  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);
}
.avatar_f613 .old-6927 {
  color: var(--e-global-color-secondary);
}
.avatar_f613 .old-6927 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613 .status_narrow_642b > * {
  color: var(--e-global-color-primary);
}
.avatar_f613 .status_narrow_642b > * svg {
  fill: var(--e-global-color-primary);
}
.avatar_f613 .right_3a68 {
  color: var(--e-global-color-primary);
}
.avatar_f613 .right_3a68 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_f613 .pagination-fresh-3d5a {
  color: var(--e-global-color-primary);
}
.avatar_f613 .pagination-fresh-3d5a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_f613 .label-cea3 {
  color: var(--e-global-color-primary);
}
.avatar_f613 .label-cea3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613 .component-paper-442c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613 .caption_3af1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613 .caption_3af1.lower-dc9b {
  color: var(--e-global-color-secondary);
}
.avatar_f613 .caption_3af1.lower-dc9b .block_3dda {
  color: var(--e-global-color-accent);
}
.avatar_f613 .caption_3af1.input-fixed-d31c {
  color: var(--e-global-color-text);
}
.avatar_f613 .caption_3af1.input-fixed-d31c .block_3dda {
  color: var(--e-global-color-text);
}
.avatar_f613 .caption_3af1:before {
  border-top-color: var(--e-global-color-text);
}
.avatar_f613 .yellow_db19 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_f613
  .yellow_db19
  .hero-slow-8efb {
  background-color: var(--e-global-color-primary);
}
.avatar_f613
  .yellow_db19
  .hero-slow-8efb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar_f613 .progress_upper_d3c6 .steel-b205 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_iron_7a0c .medium_d1c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_iron_7a0c .pressed-d756 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_5768 .pattern_53f8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_5768
  .gallery-middle-c55c
  .carousel-668c {
  background-color: var(--e-global-color-secondary);
}
.item_5768
  .gallery-middle-c55c.pagination-bf4a
  .carousel-668c {
  background-color: var(--e-global-color-text);
}
.item_5768
  .gallery-middle-c55c:hover
  .carousel-668c {
  background-color: var(--e-global-color-accent);
}
.item_5768
  .gallery-middle-c55c.fn-active-f248
  .carousel-668c {
  background-color: var(--e-global-color-primary);
}
.modal_last_964a .notification_mini_ae61 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.modal_last_964a .element_0341 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.modal_last_964a .slider-7011 {
  background-color: var(--e-global-color-primary);
}
.modal_last_964a .slider-7011 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-slow-0c65 .article-white-9752 .glass_8187 .background_30df {
  background-color: var(--e-global-color-secondary);
}
.photo-slow-0c65 .article-white-9752 .simple-08cd:after {
  background-color: var(--e-global-color-secondary);
}
.photo-slow-0c65 .column_6114 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-slow-0c65 .fixed_a8e2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-slow-0c65 .tooltip-09e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.photo-slow-0c65 .detail_8d42 {
  background-color: var(--e-global-color-primary);
}
.photo-slow-0c65 .detail_8d42 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-slow-0c65 .photo_stale_e43f {
  background-color: var(--e-global-color-secondary);
}
.photo-slow-0c65 .photo_stale_e43f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.photo-slow-0c65 .article-white-9752 .basic-7dfa .breadcrumb_7761:hover {
  background-color: var(--e-global-color-primary);
}
.photo-slow-0c65
  .article-white-9752
  .basic-7dfa
  .breadcrumb_7761.footer_slow_f3f0 {
  background-color: var(--e-global-color-primary);
}
.photo-slow-0c65 .article-white-9752 .east_dbb3:before {
  border-color: var(--e-global-color-primary);
}
.photo-slow-0c65 .article-white-9752 .east_dbb3:hover:before {
  border-color: var(--e-global-color-secondary);
}
.photo-slow-0c65
  .article-white-9752
  .east_dbb3.block-over-2541:before {
  border-color: var(--e-global-color-primary);
}
.photo-slow-0c65 .sidebar_2b16 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.main_last_f440 .tiny_132d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_last_f440 .tiny_132d:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_last_f440 .tiny_132d.detail-glass-981e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_last_f440 .modal_light_067b {
  background-color: var(--e-global-color-primary);
}
.main_last_f440 .modal_light_067b {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_last_f440
  .fluid-745a
  .primary_4353
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main_last_f440
  .silver_543c
  .primary_4353
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tall_604b
  .out-49ff
  .detail_cf14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_604b
  .out-49ff
  .form_d04b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_604b .notification_steel_2c5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tall_604b .outer-c033 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tall_604b .button_upper_31a7 {
  background-color: var(--e-global-color-primary);
}
.tall_604b .button_upper_31a7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.dim-d3ae .right-486d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dim-d3ae .fast-467a {
  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);
}
.dim-d3ae .image_advanced_a3bb {
  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);
}
.dim-d3ae .image_advanced_a3bb a:hover {
  color: var(--e-global-color-secondary);
}
.dim-d3ae .blue-e678 {
  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);
}
.dim-d3ae .widget_f6d9 {
  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);
}
.dim-d3ae .huge_8d8d .layout-wide-0495 {
  background-color: var(--e-global-color-primary);
}
.dim-d3ae .huge_8d8d .layout-wide-0495:hover {
  background-color: var(--e-global-color-accent);
}
.dim-d3ae
  .huge_8d8d
  .heading-lower-cec7
  li
  span {
  background-color: var(--e-global-color-text);
}
.dim-d3ae
  .huge_8d8d
  .heading-lower-cec7
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.dim-d3ae
  .huge_8d8d
  .heading-lower-cec7
  li.stone-799f
  span {
  background-color: var(--e-global-color-accent);
}
.module_focused_e5be
  .blue-03af
  .panel_tall_0865 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module_focused_e5be .blue-03af .button-green-0305 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module_focused_e5be .blue-03af .article-a914 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module_focused_e5be .old-9328 {
  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);
}
.module_focused_e5be
  .input-52f9.left_6fec {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a {
  background-color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .list_bright_3004.backdrop-hard-c649 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .glass-4d40.top-91a4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  .tag_bottom_6ec9
  > a {
  background-color: var(--e-global-color-secondary);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  .tag_bottom_6ec9
  > a
  .fast-93d4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  .tag_bottom_6ec9
  > a
  .glass-4d40.heading-gas-91cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .center-82f8:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  a
  .center-82f8:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9.module-yellow-81cb
  > a
  .center-82f8:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  .tag_bottom_6ec9.module-yellow-81cb
  > a
  .center-82f8:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .row-1932
  .module-d848 {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  a
  .row-1932
  .module-d848 {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .row-1932
  .module-d848,
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  a
  .row-1932
  .module-d848 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > a
  .header-2876:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  a
  .header-2876:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9.module-yellow-81cb
  > a
  .header-2876:before {
  color: var(--e-global-color-text);
}
.wrapper-static-1f09
  > .out_ace8
  > div
  > .hidden-light-b8b7
  > .tag_bottom_6ec9
  > .sidebar-824e
  .tag_bottom_6ec9.module-yellow-81cb
  > a
  .header-2876:before {
  color: var(--e-global-color-text);
}
.background_first_54ab .texture_warm_e285 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.background_first_54ab
  .picture_f795:hover
  .texture_warm_e285 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.black_7c19
  > .out_ace8
  > .breadcrumb-53c9
  > .disabled_5e25
  > .gold_c83c
  > .gold-32cc
  .summary-b56c {
  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);
}
.black_7c19
  > .out_ace8
  > .breadcrumb-53c9
  > .disabled_5e25
  > .gold_c83c
  > .gold-32cc:hover
  .summary-b56c {
  color: var(--e-global-color-text);
}
.black_7c19
  > .out_ace8
  > .breadcrumb-53c9
  > .disabled_5e25
  > .gold_c83c
  > .gold-32cc:hover
  .summary-b56c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.black_7c19
  > .out_ace8
  > .breadcrumb-53c9
  > .disabled_5e25
  > .gold_c83c.white_7912
  > .gold-32cc
  .summary-b56c {
  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);
}
.fluid_9f60 .silver_79c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_9f60 .detail-739f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid_9f60 .full-51ab {
  background-color: var(--e-global-color-primary);
}
.fluid_9f60 .full-51ab {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37
  .media-fbb9 {
  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);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37
  .container_active_fff6 {
  color: var(--e-global-color-text);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37:hover
  .media-fbb9 {
  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);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37:hover
  .container_active_fff6 {
  color: var(--e-global-color-secondary);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37.thumbnail_52d8
  .media-fbb9 {
  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);
}
.logo_5880
  > .out_ace8
  > .filter_pro_1f5d
  > .menu_simple_9b96
  > .background_9e37.thumbnail_52d8
  .container_active_fff6 {
  color: var(--e-global-color-primary);
}
.block-a56e
  .texture_over_e408
  .green-ce85 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.block-a56e .prev-7cdd .steel-b205 .picture_edf4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_7e53 .steel-9755 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_7e53 .stale-a85d .steel-9755 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_7e53 .yellow_34a0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.popup_7e53 .yellow_34a0 {
  background-color: var(--e-global-color-primary);
}
.sidebar-stale-862f .large_cf78 .aside_cool_62b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar-stale-862f
  .large_cf78:hover
  .chip_huge_add2 {
  color: var(--e-global-color-secondary);
}
.sidebar-stale-862f
  .large_cf78:hover
  .aside_cool_62b0 {
  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);
}
.gallery_lower_8f3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.list-white-9a3d {
  max-width: 1400px !important;
}

.texture-lite-0176 {
  flex-direction: column;
}

.texture-lite-0176 .article-25bb {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.texture-lite-0176 .article-25bb {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.texture-lite-0176 .overlay_out_964c {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.background_iron_2cc0.content-31b9 {
  display: none;
}

.dim-3bdf {
  display: none;
}

body,
.main-503e {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.outer_b0b3) !important; */
}

.dynamic_449d.complex-3aea {
  margin-bottom: 40px;
  width: 100%;
}

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

.texture-lite-0176 a {
  width: 100%;
}

.bronze-3618 .main-2f89.badge-hard-c2e4 {
  width: 20% !important;
}

.thick-8a80 {
  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;
}

.thick-8a80:hover {
  color: #000;
}

.thick-8a80 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.thick-8a80:hover svg {
  fill: #000;
}

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

.notice-eff6:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.bronze-3618
  .main-2f89.border-8548
  .detail-gold-6116
  .clean_91c3 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.down_fef3.element_d22d > .first-72ab {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.easy-d707 {
  position: relative;
  width: 100%;
}

.caption-3321 {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.bronze-3618
  .main-2f89.right-b339
  .progress_prev_9b13
  .middle_7474 {
  width: 100% !important;
}

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

.medium-ede7 {
  width: 100%;
}

.highlight-hot-022b {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.pagination-7249 {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.wrapper_motion_9e24:hover .pagination-7249 {
  visibility: visible;
}
.wrapper_motion_9e24:hover.wrapper_motion_9e24::before {
  display: block;
}

.list_under_0569 h3 {
  color: #fff;
}

.steel-0fe0 {
  margin: 0;
}

.bronze-3618
  .main-2f89.right-b339
  .middle_7474
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.heading-0008 {
  width: 100%;
}

.basic-98db {
  width: 100%;
}

.texture-fluid-643b {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.basic-98db {
  width: 100%;
}

.full-287b {
  margin-bottom: 10px !important;
}

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

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

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

.texture-lite-0176 .article-25bb.first_7e0e {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.texture-lite-0176 h1.article-25bb {
  margin-top: 120px !important;
}

.bronze-3618 .main-2f89.old-70cb {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.form-c526 img {
  width: 100%;
}

.form_8289 .active_mini_db99.detail-gold-6116 {
  justify-content: space-between;
}

.chip-3c1f {
  display: none;
}

.sort-light-5a25 .overlay_out_964c {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .down_fef3 .first-72ab {
    flex-wrap: nowrap !important;
  }
}

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

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

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

  .thick-8a80 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .form_8289 .active_mini_db99.detail-gold-6116 {
    border-bottom: 1px solid #f0c159;
  }

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

  .down_fef3.element_d22d > .first-72ab {
    gap: 15px;
    justify-content: space-between;
  }

  .bronze-3618
    .main-2f89.right-b339
    .middle_7474
    img {
    width: 60% !important;
  }

  .caption-3321 {
    left: 2%;
  }

  .search_lower_0172 {
    margin: 10px 0;
  }

  .texture-lite-0176 .overlay_out_964c {
    margin: 0;
    margin-bottom: 10px;
  }

  .thick-8a80 {
    font-size: 16px !important;
  }

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

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

  h2.texture-lite-0176 .article-25bb,
  .texture-lite-0176 .article-25bb {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .middle_7474 {
    justify-content: center;
  }

  .texture-lite-0176 .overlay_out_964c {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

  .module-3f2a {
    margin-bottom: 15px !important;
  }

  .bronze-3618 .main-2f89.badge-hard-c2e4 {
    width: 75% !important;
  }

  .form-c526 img {
    width: 100% !important;
  }
}

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

  h2.texture-lite-0176 .article-25bb,
  .texture-lite-0176 .article-25bb {
    font-size: 30px !important;
  }

  .middle_7474 {
    justify-content: center;
  }

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

  .hidden_21f8
    .button-dark-f51c.section-a278 {
    margin: 0 !important;
  }

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

  .search_lower_0172 {
    display: flex;
  }

  .bottom-8684 .thick-8a80 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .texture-fluid-643b {
    justify-content: flex-end;
    gap: 1px;
  }

  .texture-lite-0176 h1.article-25bb {
    margin-top: 80px !important;
  }

  .bronze-3618
    .main-2f89.right-b339
    .middle_7474
    img,
  .dark-eaaa .progress_prev_9b13 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .bronze-3618 .main-2f89.badge-hard-c2e4 {
    width: 100% !important;
  }

  .down_fef3.element_d22d > .first-72ab {
    gap: 3px;
  }

  .texture-lite-0176 .overlay_out_964c {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 300f */
.widget-item-s0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
}
