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(.row_simple) {
  gap: 0.5em;
}
:where(.pattern-hot) {
  gap: 0.5em;
}
body .notification_d3 > .disabled_bronze_83 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .notification_d3 > .secondary-02 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .notification_d3 > .upper_f3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .simple-9f > .disabled_bronze_83 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .simple-9f > .secondary-02 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .simple-9f > .upper_f3 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .simple-9f
  > :where(:not(.disabled_bronze_83):not(.secondary-02):not(.static-13)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .simple-9f > .overlay-mini-f9 {
  max-width: var(--wp--style--global--wide-size);
}
body .row_simple {
  display: flex;
}
body .row_simple {
  flex-wrap: wrap;
  align-items: center;
}
body .row_simple > * {
  margin: 0;
}
body .pattern-hot {
  display: grid;
}
body .pattern-hot > * {
  margin: 0;
}
:where(.border-full-48.row_simple) {
  gap: 2em;
}
:where(.border-full-48.pattern-hot) {
  gap: 2em;
}
:where(.wrapper_active.row_simple) {
  gap: 1.25em;
}
:where(.wrapper_active.pattern-hot) {
  gap: 1.25em;
}
.info_action {
  color: var(--wp--preset--color--black) !important;
}
.chip-orange {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.accent_next_17 {
  color: var(--wp--preset--color--white) !important;
}
.section-dim-df {
  color: var(--wp--preset--color--pale-pink) !important;
}
.slow_f5 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.stonefocus {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.paper_ab {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.preview-liquid {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.left-a6 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.primary-static {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.tertiary-df {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.thumbnailwhite {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.new-cf {
  background-color: var(--wp--preset--color--black) !important;
}
.text-e6 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.tertiary-solid {
  background-color: var(--wp--preset--color--white) !important;
}
.selected_2a {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.notice_9e {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.static-fb {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.paragraph_86 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.module-wide {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.mediaup {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.carousel-9a {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.mask-west {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.pagination_small {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.badge-paper {
  border-color: var(--wp--preset--color--black) !important;
}
.textwood {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.footersolid {
  border-color: var(--wp--preset--color--white) !important;
}
.yellow-93 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.popup-bright-55 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.topavatar {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.box-df {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.sidebar_right {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.sort_dynamic {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.footer-c7 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.next-41 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.pagination_30 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.gasicon {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.modulerough {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.tabs-23 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.solid-42 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.outline_outer_40 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.feature-rough-ca {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.slider-bright-46 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.avatar-outer {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.filter-out {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.pagination-down-b2 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.accordion-81 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.wrapper-narrow-0d {
  background: var(--wp--preset--gradient--midnight) !important;
}
.tooltip_6c {
  font-size: var(--wp--preset--font-size--small) !important;
}
.overlay_lower_ba {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.lowerrow {
  font-size: var(--wp--preset--font-size--large) !important;
}
.highlight_b7 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.background_9a a:where(:not(.south-7b)) {
  color: inherit;
}
:where(.wrapper_active.row_simple) {
  gap: 1.25em;
}
:where(.wrapper_active.pattern-hot) {
  gap: 1.25em;
}
:where(.border-full-48.row_simple) {
  gap: 2em;
}
:where(.border-full-48.pattern-hot) {
  gap: 2em;
}
.grid-fluid-06 {
  font-size: 1.5em;
  line-height: 1.6;
}

.center_12 .component_yellow {
  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);
}
.picture-out-e1 .hidden_simple {
  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);
}
.newhover {
  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);
}
.newhover.proheading .center-65 {
  background-color: var(--e-global-color-primary);
}
.newhover.description_tiny .center-65,
.newhover.header_08 .center-65 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.row_motion .hero-mini-00 {
  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);
}
.wood-30 {
  --divider-color: var(--e-global-color-secondary);
}
.wood-30 .statusiron {
  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);
}
.wood-30.footer_6e .large-c4 {
  background-color: var(--e-global-color-secondary);
}
.wood-30.articlecold .large-c4,
.wood-30.outline_glass .large-c4 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.wood-30.articlecold .large-c4,
.wood-30.outline_glass .large-c4 svg {
  fill: var(--e-global-color-secondary);
}
.gradient-over-1d .sidebar_pressed_08 {
  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-over-1d .current-e8 {
  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);
}
.description-stone-56.footer_6e .large-c4 {
  background-color: var(--e-global-color-primary);
}
.description-stone-56.articlecold .large-c4,
.description-stone-56.outline_glass .large-c4 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.description-stone-56.articlecold .large-c4,
.description-stone-56.outline_glass .large-c4 svg {
  fill: var(--e-global-color-primary);
}
.photo-current-07.footer_6e .large-c4 {
  background-color: var(--e-global-color-primary);
}
.photo-current-07.articlecold .large-c4,
.photo-current-07.outline_glass .large-c4 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.photo-current-07 .shadow-green {
  color: var(--e-global-color-primary);
}
.photo-current-07 .shadow-green,
.photo-current-07 .shadow-green a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.photo-current-07 .box_plasma_fb {
  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);
}
.wrapper_dirty .hot_d1 {
  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);
}
.form-stone-9c .motionbackground .tabs-current {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.chipclean .component_next:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.chipclean .breadcrumb_full_07 i {
  color: var(--e-global-color-primary);
}
.chipclean .breadcrumb_full_07 svg {
  fill: var(--e-global-color-primary);
}
.chipclean .modal-f9 {
  color: var(--e-global-color-secondary);
}
.chipclean .component_next > .modal-f9,
.chipclean .component_next > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading-huge-21 .photo-next-2f {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-huge-21 .primary_white {
  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);
}
.thumbnailmotion .background_74 .container_top_54 {
  background-color: var(--e-global-color-primary);
}
.thumbnailmotion .bottomcarousel {
  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);
}
.filtercurrent .carouselsolid {
  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);
}
.filtercurrent .header_top {
  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);
}
.filtercurrent .sidebar_fluid {
  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);
}
.selected_43 .secondary_static_ef,
.selected_43 .secondary_static_ef a {
  color: var(--e-global-color-primary);
}
.selected_43 .secondary_static_ef.descriptionouter,
.selected_43 .secondary_static_ef.descriptionouter a {
  color: var(--e-global-color-accent);
}
.selected_43 .secondary_static_ef {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.selected_43 .preview-cool {
  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);
}
.alert-paper .link_over_56,
.alert-paper .paperframe {
  color: var(--e-global-color-primary);
}
.alert-paper .link_over_56 svg {
  fill: var(--e-global-color-primary);
}
.alert-paper .descriptionouter .link_over_56,
.alert-paper .descriptionouter .paperframe {
  color: var(--e-global-color-accent);
}
.alert-paper .descriptionouter .link_over_56 svg {
  fill: var(--e-global-color-accent);
}
.alert-paper .paperframe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert-paper .preview-cool {
  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);
}
.background-a2 .greenhover,
.background-a2 .picture-20 {
  color: var(--e-global-color-primary);
}
.background-a2 .picture-20 svg {
  fill: var(--e-global-color-primary);
}
.background-a2 .secondary_static_ef.descriptionouter a,
.background-a2
  .secondary_static_ef.descriptionouter
  .picture-20 {
  color: var(--e-global-color-accent);
}
.background-a2 .greenhover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-a2 .preview-cool {
  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);
}
.logo-fast-83 .outline-c5 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.logo-fast-83 .heading_wide {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primarygold .item_wood .pro_07 {
  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);
}
.primarygold .item_wood .sort-bright-44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primarygold .box-selected .pro_07 {
  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);
}
.primarygold
  .box-selected
  .sort-bright-44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primarygold
  .link-next-ce
  .pro_07 {
  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);
}
.primarygold
  .link-next-ce
  .sort-bright-44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.primarygold
  .status-2e
  .pro_07 {
  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);
}
.primarygold
  .status-2e
  .sort-bright-44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_slow .heropressed {
  background-color: var(--e-global-color-primary);
}
.gallery_slow .heropressed:hover {
  background-color: var(--e-global-color-primary);
}
.gallery_slow .silverarticle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery_slow
  .heropressed:hover
  .silverarticle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hiddenfixed .thumbnail-north-46 {
  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);
}
.article-center-b2 .large-38 .feature_outer a {
  background-color: var(--e-global-color-accent);
}
.article-center-b2 .large-38 .wrapper-dark a {
  background-color: var(--e-global-color-accent);
}
.article-center-b2 .large-38 .feature_outer a,
.article-center-b2 .large-38 .wrapper-dark a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info-active-9a
  .button-middle-80.logo-fresh-e2
  .large-38
  a.tiny_17 {
  background-color: var(--e-global-color-accent);
}
.info-active-9a
  .button-middle-80.logo-fresh-e2
  .large-38
  span.tiny_17.list-hard-ac {
  background-color: var(--e-global-color-text);
}
.info-active-9a
  .button-middle-80.logo-fresh-e2
  .large-38
  .tiny_17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0 .sidebar-3b {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .frame-67
  > .paper-f1
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .paragraph_iron
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .detail-soft-e7
  .primaryouter,
.light-f0
  .detail-soft-e7
  .motion_98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-f0
  .detail-soft-e7
  .logo_04,
.light-f0
  .detail-soft-e7
  a
  .logo_04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .detail-soft-e7
  .tabs_f2 {
  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);
}
.light-f0
  .detail-soft-e7
  .column-14 {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .detail-soft-e7
  .column-14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .detail-soft-e7
  .column-14:hover {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .detail-soft-e7
  .shortbreadcrumb {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .detail-soft-e7
  .shortbreadcrumb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .detail-soft-e7
  .shortbreadcrumb:hover {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .mainlower
  .coppervideo
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-f0
  .mainlower
  .outlineleft {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .mainlower
  .tabs_f2 {
  color: var(--e-global-color-text);
}
.light-f0
  .mainlower
  .tabs_f2
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .mainlower
  .column-14 {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .mainlower
  .column-14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .mainlower
  .column-14:hover {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .mainlower
  .shortbreadcrumb {
  background-color: var(--e-global-color-primary);
}
.light-f0
  .mainlower
  .shortbreadcrumb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.light-f0
  .mainlower
  .shortbreadcrumb:hover {
  background-color: var(--e-global-color-primary);
}
.light-f0 .footerfixed {
  background-color: var(--e-global-color-primary);
}
.light-f0 .footerfixed:hover {
  background-color: var(--e-global-color-primary);
}
.light-f0 .progress-thick-70 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-f0 .medium-ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_black_18 .tagpro {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_black_18
  .pro-eb
  > div:nth-child(3)
  .tagpro,
.container_black_18
  .panel-west
  > div:nth-child(1)
  .tagpro,
.container_black_18
  .noticeshort
  > div:nth-child(1)
  .tagpro,
.container_black_18
  .wrapper_easy
  > div:nth-child(1)
  .tagpro,
.container_black_18
  .overlay-soft
  > div:nth-child(1)
  .tagpro {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_black_18 .picture_liquid_af {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_black_18 .backdrop_d5 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_black_18 .banner-soft {
  background-color: var(--e-global-color-primary);
}
.container_black_18 .banner-soft {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container_black_18 .banner-soft:hover {
  background-color: var(--e-global-color-primary);
}
.container_black_18 .tag_98 {
  background-color: var(--e-global-color-primary);
}
.container_black_18 .tag_98:hover {
  background-color: var(--e-global-color-primary);
}
.container_black_18 .progress-thick-70 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.container_black_18 .medium-ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blockup .headingsouth {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blockup .accordion-out-d7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blockup .accent_gas_c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blockup .shadowlarge {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blockup .lite-8f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.blockup .tag_98 {
  background-color: var(--e-global-color-primary);
}
.blockup .tag_98:hover {
  background-color: var(--e-global-color-primary);
}
.hover_tall .container_cool_e6 {
  background-color: var(--e-global-color-secondary);
}
.hover_tall .plasma_c8 {
  background-color: var(--e-global-color-text);
}
.hover_tall .menu-fluid-b5 {
  background-color: var(--e-global-color-secondary);
}
.hover_tall .sort_tall_b4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover_tall .stalegallery {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_tall .hard-7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_tall .sort-center {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover_tall .caption_paper_39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_pink .redmessage .paginationlite,
.gallery_pink
  .redmessage
  .paginationlite
  a,
.gallery_pink .highlight_be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_pink .redmessage .underaccordion,
.gallery_pink .nextinfo {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_pink .redmessage .underaccordion {
  color: var(--e-global-color-text);
}
.gallery_pink .nextinfo {
  color: var(--e-global-color-text);
}
.gallery_pink
  .redmessage
  .firstmask {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gallery_pink .image-dark-c3 .dropdownmini {
  background-color: var(--e-global-color-primary);
}
.gallery_pink .image-dark-c3 .dropdownmini:hover {
  background-color: var(--e-global-color-primary);
}
.gallery_pink .image-dark-c3 .picture-87 li span {
  background-color: var(--e-global-color-text);
}
.gallery_pink .image-dark-c3 .picture-87 li span:hover {
  background-color: var(--e-global-color-primary);
}
.gallery_pink
  .image-dark-c3
  .picture-87
  li.image_static_c8
  span {
  background-color: var(--e-global-color-accent);
}
.gallery_pink .logo_action span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.warmfocus .preview_brown {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.minialert .light_76 {
  background-color: var(--e-global-color-primary);
}
.minialert .outlinehuge {
  background-color: var(--e-global-color-secondary);
}
.minialert .module-dc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .bronze-43 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .surface_cold_53 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .element_49 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .glassshadow {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .bottom-c6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.minialert .next-7f {
  background-color: var(--e-global-color-primary);
}
.minialert .next-7f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.avatar_soft .yellow_50 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_soft .message-b4 {
  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);
}
.avatar_soft
  .primary_cold_5b:after {
  background-color: var(--e-global-color-primary);
}
.avatar_soft .content_18 {
  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);
}
.south-f9 .highlight_be {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-f9 .nextinfo {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.gallery_17 .badge-50 .element-c1 {
  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);
}
.gallery_17 .badge-50 .filter_e9 {
  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);
}
.alert-north-70 .module_5b {
  background-color: var(--e-global-color-primary);
}
.alert-north-70 .cleanpagination {
  background-color: var(--e-global-color-secondary);
}
.alert-north-70 .section_first_f5 .heading_5f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.alert-north-70 .filter-liquid .heading_5f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-top-f4 .sidebar-center .tag-middle-20 {
  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);
}
.hover-top-f4 .sidebar-center .tall_de {
  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);
}
.hover-top-f4 .sidebar-center .uppertabs {
  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);
}
.component_8e .infofresh {
  border-color: var(--e-global-color-text);
}
.component_8e .hoverclean {
  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);
}
.component_8e .innerfilter {
  color: var(--e-global-color-primary);
}
.component_8e .button-cool {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.brownimage .popup-liquid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.brownimage .icon_complex_1f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.brownimage .alert-fa:hover .popup-liquid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.brownimage
  .alert-fa:hover
  .icon_complex_1f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-steel-3d .basic_51 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.element-steel-3d .message-gold {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget-tiny-66 .warm_84 .header_dark {
  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);
}
.widget-tiny-66 .module-e5 .header_dark {
  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);
}
.footer_upper .videobottom {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.article_5f .text_14 .feature-61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_5f .text_14 .feature-61 {
  background-color: var(--e-global-color-secondary);
}
.article_5f .tabsmedium .feature-61 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_5f .tabsmedium .feature-61 {
  background-color: var(--e-global-color-secondary);
}
.article_5f .image_over_82 .tertiary-cool-22 {
  background-color: var(--e-global-color-primary);
}
.article_5f .image_over_82:hover .tertiary-cool-22 {
  background-color: var(--e-global-color-secondary);
}
.article_5f .dropdownmini {
  background-color: var(--e-global-color-primary);
}
.article_5f .dropdownmini:hover {
  background-color: var(--e-global-color-accent);
}
.article_5f .picture-87 li span {
  background-color: var(--e-global-color-text);
}
.article_5f .picture-87 li span:hover {
  background-color: var(--e-global-color-primary);
}
.article_5f .picture-87 li.image_static_c8 span {
  background-color: var(--e-global-color-accent);
}
.disabledcurrent .gradient_large {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabledcurrent .box_east_a3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirtycontainer .complex-46:before {
  background-color: var(--e-global-color-secondary);
}
.dirtycontainer .panel_5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirtycontainer .detail_e7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statusupper .notice-af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statusupper .notice-af:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statusupper .notice-af.breadcrumbprev {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.statusupper .steel-39 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.statusupper .dropdowndim {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.statusupper .breadcrumb_wide {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.statusupper .form-dim {
  background-color: var(--e-global-color-primary);
}
.statusupper .form-dim {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.statusupper .progress-ae {
  background-color: var(--e-global-color-primary);
}
.statusupper .progress-ae {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-71 .outline-e8 .logo-12 a {
  color: var(--e-global-color-secondary);
}
.secondary-71 .outline-e8 .logo-12 a:hover {
  color: var(--e-global-color-secondary);
}
.secondary-71 .outline-e8 .logo-12,
.secondary-71 .outline-e8 .logo-12 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-71 .outline-e8 .upperalert {
  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);
}
.secondary-71 .outline-e8 .overlay-simple-04 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-71 .outline-e8 .columnup {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .outline-e8 .columnup {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.secondary-71 .outline-e8 .columnup:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .outline-e8 .filter_yellow {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-71 .outline-e8 .filter_yellow {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .outline-e8 .filter_yellow:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .outline-e8 .dropdownmini {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .outline-e8 .dropdownmini:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .image-dark-c3 .picture-87 li span {
  background-color: var(--e-global-color-text);
}
.secondary-71 .image-dark-c3 .picture-87 li span:hover {
  background-color: var(--e-global-color-primary);
}
.secondary-71 .image-dark-c3 .picture-87 li.image_static_c8 span {
  background-color: var(--e-global-color-accent);
}
.secondary-71 .progress-thick-70 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-71 .medium-ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background_fresh .stoneframe .form-cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background_fresh .stoneframe .wood-40 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_fresh .stoneframe .narrow_5d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip .hard-71 {
  border-color: var(--e-global-color-text);
}
.hardchip .orangevideo {
  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);
}
.hardchip .glasssidebar {
  color: var(--e-global-color-secondary);
}
.hardchip .glasssidebar {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip .tag_1b > * {
  color: var(--e-global-color-primary);
}
.hardchip .tag_1b > * svg {
  fill: var(--e-global-color-primary);
}
.hardchip .medium-2a {
  color: var(--e-global-color-primary);
}
.hardchip .medium-2a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hardchip .sort_medium_1f {
  color: var(--e-global-color-primary);
}
.hardchip .sort_medium_1f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hardchip .tall-fd {
  color: var(--e-global-color-primary);
}
.hardchip .tall-fd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip .sidebargas {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip .first-77 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip .first-77.gallery-paper-87 {
  color: var(--e-global-color-secondary);
}
.hardchip .first-77.gallery-paper-87 .hero-20 {
  color: var(--e-global-color-accent);
}
.hardchip .first-77.tag_pro_30 {
  color: var(--e-global-color-text);
}
.hardchip .first-77.tag_pro_30 .hero-20 {
  color: var(--e-global-color-text);
}
.hardchip .first-77:before {
  border-top-color: var(--e-global-color-text);
}
.hardchip .summary_steel {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hardchip
  .summary_steel
  .purple_48 {
  background-color: var(--e-global-color-primary);
}
.hardchip
  .summary_steel
  .purple_48 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hardchip .hard-71 .shadewest {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.border_tiny_d1 .silver-9f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_tiny_d1 .headerstone {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full_ef .thumbnail-south-71 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.full_ef
  .hover_hard_a6
  .focused-70 {
  background-color: var(--e-global-color-secondary);
}
.full_ef
  .hover_hard_a6.carddim
  .focused-70 {
  background-color: var(--e-global-color-text);
}
.full_ef
  .hover_hard_a6:hover
  .focused-70 {
  background-color: var(--e-global-color-accent);
}
.full_ef
  .hover_hard_a6.breadcrumbprev
  .focused-70 {
  background-color: var(--e-global-color-primary);
}
.media-simple .thick_52 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.media-simple .hardbackground {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.media-simple .feature_last_a8 {
  background-color: var(--e-global-color-primary);
}
.media-simple .feature_last_a8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-b0 .gold_3b .active_71 .hidden_c8 {
  background-color: var(--e-global-color-secondary);
}
.aside-b0 .gold_3b .filter_60:after {
  background-color: var(--e-global-color-secondary);
}
.aside-b0 .infosolid {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-b0 .module_black_64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-b0 .full_66 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside-b0 .statuscopper {
  background-color: var(--e-global-color-primary);
}
.aside-b0 .statuscopper {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-b0 .bluebreadcrumb {
  background-color: var(--e-global-color-secondary);
}
.aside-b0 .bluebreadcrumb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside-b0 .gold_3b .label-bright .outlinecold:hover {
  background-color: var(--e-global-color-primary);
}
.aside-b0
  .gold_3b
  .label-bright
  .outlinecold.maskthick {
  background-color: var(--e-global-color-primary);
}
.aside-b0 .gold_3b .tooltip_current_24:before {
  border-color: var(--e-global-color-primary);
}
.aside-b0 .gold_3b .tooltip_current_24:hover:before {
  border-color: var(--e-global-color-secondary);
}
.aside-b0
  .gold_3b
  .tooltip_current_24.table_prev_dc:before {
  border-color: var(--e-global-color-primary);
}
.aside-b0 .wide-20 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.copper_4b .fresh_0c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_4b .fresh_0c:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_4b .fresh_0c.dropdown-5c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_4b .hot-44 {
  background-color: var(--e-global-color-primary);
}
.copper_4b .hot-44 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_4b
  .hidden-north-e7
  .header_outer_34
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper_4b
  .plasmamedia
  .header_outer_34
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-middle-c2
  .heronext
  .feature-fluid-bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-middle-c2
  .heronext
  .surface-huge-64 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-middle-c2 .active_5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.content-middle-c2 .accordion-middle-9b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content-middle-c2 .mediasmooth {
  background-color: var(--e-global-color-primary);
}
.content-middle-c2 .mediasmooth {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.form_gold .tooltip-plasma {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.form_gold .dropdownlast {
  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);
}
.form_gold .medium-9f {
  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);
}
.form_gold .medium-9f a:hover {
  color: var(--e-global-color-secondary);
}
.form_gold .aside_bottom_ad {
  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);
}
.form_gold .row_1e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.form_gold .shade-right .dropdownmini {
  background-color: var(--e-global-color-primary);
}
.form_gold .shade-right .dropdownmini:hover {
  background-color: var(--e-global-color-accent);
}
.form_gold
  .shade-right
  .picture-87
  li
  span {
  background-color: var(--e-global-color-text);
}
.form_gold
  .shade-right
  .picture-87
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.form_gold
  .shade-right
  .picture-87
  li.image_static_c8
  span {
  background-color: var(--e-global-color-accent);
}
.icon-static
  .box_a0
  .shadow_63 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-static .box_a0 .surface_20 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.icon-static .box_a0 .widget_pink {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.icon-static .solid_19 {
  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);
}
.icon-static
  .hidden_silver_52.backdrop_wood_9d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a {
  background-color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .warm-a0.warm-f9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .white-3d.accordionrough {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  .sectionbrown
  > a {
  background-color: var(--e-global-color-secondary);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  .sectionbrown
  > a
  .card-fresh {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  .sectionbrown
  > a
  .white-3d.element-cd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .background-a2:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  a
  .background-a2:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown.preview-4f
  > a
  .background-a2:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  .sectionbrown.preview-4f
  > a
  .background-a2:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .picture_thick
  .label-fluid {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  a
  .picture_thick
  .label-fluid {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .picture_thick
  .label-fluid,
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  a
  .picture_thick
  .label-fluid {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > a
  .message-b7:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  a
  .message-b7:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown.preview-4f
  > a
  .message-b7:before {
  color: var(--e-global-color-text);
}
.nav_complex
  > .column-right-1c
  > div
  > .iconstone
  > .sectionbrown
  > .modalsilver
  .sectionbrown.preview-4f
  > a
  .message-b7:before {
  color: var(--e-global-color-text);
}
.pagination-3e .talltag {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pagination-3e
  .small-9e:hover
  .talltag {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.out_9b
  > .column-right-1c
  > .texture_basic
  > .red-d6
  > .icon-9b
  > .outline-blue
  .badge_lite {
  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);
}
.out_9b
  > .column-right-1c
  > .texture_basic
  > .red-d6
  > .icon-9b
  > .outline-blue:hover
  .badge_lite {
  color: var(--e-global-color-text);
}
.out_9b
  > .column-right-1c
  > .texture_basic
  > .red-d6
  > .icon-9b
  > .outline-blue:hover
  .badge_lite {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.out_9b
  > .column-right-1c
  > .texture_basic
  > .red-d6
  > .icon-9b.motion-fb
  > .outline-blue
  .badge_lite {
  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);
}
.image-52 .fluidtexture {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-52 .accent_left {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image-52 .inputpurple {
  background-color: var(--e-global-color-primary);
}
.image-52 .inputpurple {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini
  .button_pro_76 {
  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);
}
.hidden_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini
  .aside-brown-6e {
  color: var(--e-global-color-text);
}
.hidden_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini:hover
  .button_pro_76 {
  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);
}
.hidden_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini:hover
  .aside-brown-6e {
  color: var(--e-global-color-secondary);
}
.hidden_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini.down_c2
  .button_pro_76 {
  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_black_ee
  > .column-right-1c
  > .button-green
  > .silver-36
  > .widgetmini.down_c2
  .aside-brown-6e {
  color: var(--e-global-color-primary);
}
.in_25
  .logo_wide
  .breadcrumb_middle {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.in_25 .modal-de .shadewest .badge-red-53 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_fast_32 .heading_hot {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_fast_32 .hoversolid .heading_hot {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.row_fast_32 .highlight-top-12 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.row_fast_32 .highlight-top-12 {
  background-color: var(--e-global-color-primary);
}
.focusaction .middlepagination .row_13 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focusaction
  .middlepagination:hover
  .accent-c9 {
  color: var(--e-global-color-secondary);
}
.focusaction
  .middlepagination:hover
  .row_13 {
  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);
}
.actionbackdrop {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.photocold {
  flex-direction: column;
}

.photocold .nextbutton {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

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

.photocold .hero-full {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.label_51.notification_over_9d {
  display: none;
}

.chiptiny {
  display: none;
}

body,
.form-c3 {
  background-color: #1d1e23 !important;
  /* background-image: url(../images/main_bg.gradient-lite-94) !important; */
}

.logosolid.component_large {
  margin-bottom: 40px;
  width: 100%;
}

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

.photocold a {
  width: 100%;
}

.component_light_9e .button-rough-3c.notification_center {
  width: 20% !important;
}

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

.hovered_82:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

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

.card-gold:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.component_light_9e
  .button-rough-3c.table-63
  .widget-73
  .slow-f8 {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.photo_gas.heading_iron > .input-78 {
  display: flex;
  align-items: center;
}

.notification-outer {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.tooltip-over {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

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

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

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

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

.component_light_9e
  .button-rough-3c.inner_3b
  .up-9c
  .outertabs {
  width: 100% !important;
}

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

.photo_black {
  width: 100%;
}

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

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

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

  display: none;
}

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

.carousel-outer-2d {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.card_cf:hover .carousel-outer-2d {
  visibility: visible;
}
.card_cf:hover.card_cf::before {
  display: block;
}

.badge-hard h3 {
  color: #fff;
}

.active-orange-7c {
  margin: 0;
}

.component_light_9e
  .button-rough-3c.inner_3b
  .outertabs
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.sidebar_white {
  width: 100%;
}

.text_in {
  width: 100%;
}

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

.text_in {
  width: 100%;
}

.link-liquid-26 {
  margin-bottom: 10px !important;
}

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

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

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

.photocold .nextbutton.input_selected_cb {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.photocold h1.nextbutton {
  margin-top: 120px !important;
}

.component_light_9e .button-rough-3c.card-first {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.mask_fast img {
  width: 100%;
}

.layout_light_10 .selectedinput.widget-73 {
  justify-content: space-between;
}

.article-2e {
  display: none;
}

.element_84 .hero-full {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .photo_gas .input-78 {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .layout_light_10 .selectedinput.widget-73 {
    border-bottom: 1px solid #f0c159;
  }

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

  .photo_gas.heading_iron > .input-78 {
    gap: 15px;
    justify-content: space-between;
  }

  .component_light_9e
    .button-rough-3c.inner_3b
    .outertabs
    img {
    width: 60% !important;
  }

  .tooltip-over {
    left: 2%;
  }

  .content_black {
    margin: 10px 0;
  }

  .photocold .hero-full {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.photocold .nextbutton,
  .photocold .nextbutton {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .outertabs {
    justify-content: center;
  }

  .photocold .hero-full {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .component_light_9e .button-rough-3c.notification_center {
    width: 75% !important;
  }

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

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

  h2.photocold .nextbutton,
  .photocold .nextbutton {
    font-size: 30px !important;
  }

  .outertabs {
    justify-content: center;
  }

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

  .wide-c5
    .status-new-8a.progress_bronze_24 {
    margin: 0 !important;
  }

  .notification-outer {
    margin: 0;
    gap: 10px;
  }

  .content_black {
    display: flex;
  }

  .hidden-94 .hovered_82 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .photocold h1.nextbutton {
    margin-top: 80px !important;
  }

  .component_light_9e
    .button-rough-3c.inner_3b
    .outertabs
    img,
  .gradient-over-1d .up-9c {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .component_light_9e .button-rough-3c.notification_center {
    width: 100% !important;
  }

  .photo_gas.heading_iron > .input-78 {
    gap: 3px;
  }

  .photocold .hero-full {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 2bef */
.promo-block-g8 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
