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(.banner-paper-9c) {
  gap: 0.5em;
}
:where(.panel_fresh_09) {
  gap: 0.5em;
}
body .yellow_96 > .row-last {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .yellow_96 > .glass-e9 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .yellow_96 > .slider_cool_f5 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .accent-b1 > .row-last {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .accent-b1 > .glass-e9 {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .accent-b1 > .slider_cool_f5 {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .accent-b1
  > :where(:not(.row-last):not(.glass-e9):not(.alert_4b)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .accent-b1 > .label-blue {
  max-width: var(--wp--style--global--wide-size);
}
body .banner-paper-9c {
  display: flex;
}
body .banner-paper-9c {
  flex-wrap: wrap;
  align-items: center;
}
body .banner-paper-9c > * {
  margin: 0;
}
body .panel_fresh_09 {
  display: grid;
}
body .panel_fresh_09 > * {
  margin: 0;
}
:where(.accordion-a5.banner-paper-9c) {
  gap: 2em;
}
:where(.accordion-a5.panel_fresh_09) {
  gap: 2em;
}
:where(.gallery_easy.banner-paper-9c) {
  gap: 1.25em;
}
:where(.gallery_easy.panel_fresh_09) {
  gap: 1.25em;
}
.sidebar-1c {
  color: var(--wp--preset--color--black) !important;
}
.secondary-ba {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.element_wide {
  color: var(--wp--preset--color--white) !important;
}
.thumbnail_d6 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.soft_dc {
  color: var(--wp--preset--color--vivid-red) !important;
}
.heading-cold-59 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.prev-8e {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.avatar-hovered-c1 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.gradient_rough_ee {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.insearch {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.media-bronze {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.description-full-2d {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.backdrop-current-1f {
  background-color: var(--wp--preset--color--black) !important;
}
.dropdown_out {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.statusfull {
  background-color: var(--wp--preset--color--white) !important;
}
.image_brown {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.gradient_fixed_40 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.link_upper_df {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.previewsmall {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.modal_ec {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.gradient-purple {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.breadcrumb_42 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.secondary-iron {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.soft-a5 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.popup-gas {
  border-color: var(--wp--preset--color--black) !important;
}
.captiontall {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.content-next-16 {
  border-color: var(--wp--preset--color--white) !important;
}
.overlaystatic {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.lightsecondary {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.popup_solid {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.wide-87 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.huge-14 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.secondary-upper {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.down-b5 {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.cold_b9 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.logo-static {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.chip_red_2d {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.plasma-db {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.border-89 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.filteryellow {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.progress-5f {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.wrapper_87 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.banner-hard {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.roughfilter {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.form-8e {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.gradient-upper-68 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.footer-rough-cb {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.sidebar_pressed_24 {
  background: var(--wp--preset--gradient--midnight) !important;
}
.tag-tiny-35 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.grid_e3 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.current-a6 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.plasmapagination {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.highlightslow a:where(:not(.tallelement)) {
  color: inherit;
}
:where(.gallery_easy.banner-paper-9c) {
  gap: 1.25em;
}
:where(.gallery_easy.panel_fresh_09) {
  gap: 1.25em;
}
:where(.accordion-a5.banner-paper-9c) {
  gap: 2em;
}
:where(.accordion-a5.panel_fresh_09) {
  gap: 2em;
}
.footer_d3 {
  font-size: 1.5em;
  line-height: 1.6;
}

.media_iron_8d .in_ae {
  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);
}
.caption_rough .hardfeature {
  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);
}
.textstone {
  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);
}
.textstone.warmslider .surface-81 {
  background-color: var(--e-global-color-primary);
}
.textstone.summary_39 .surface-81,
.textstone.disabledwarm .surface-81 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.fresh_1a .tertiary-action {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.hover-c1 {
  --divider-color: var(--e-global-color-secondary);
}
.hover-c1 .slider-fixed-9e {
  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);
}
.hover-c1.banner_purple .over_68 {
  background-color: var(--e-global-color-secondary);
}
.hover-c1.tooltip_2b .over_68,
.hover-c1.alert-wide-a3 .over_68 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.hover-c1.tooltip_2b .over_68,
.hover-c1.alert-wide-a3 .over_68 svg {
  fill: var(--e-global-color-secondary);
}
.narrowphoto .container_ff {
  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);
}
.narrowphoto .papertooltip {
  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);
}
.content-yellow-4d.banner_purple .over_68 {
  background-color: var(--e-global-color-primary);
}
.content-yellow-4d.tooltip_2b .over_68,
.content-yellow-4d.alert-wide-a3 .over_68 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.content-yellow-4d.tooltip_2b .over_68,
.content-yellow-4d.alert-wide-a3 .over_68 svg {
  fill: var(--e-global-color-primary);
}
.component_e1.banner_purple .over_68 {
  background-color: var(--e-global-color-primary);
}
.component_e1.tooltip_2b .over_68,
.component_e1.alert-wide-a3 .over_68 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.component_e1 .surface_a3 {
  color: var(--e-global-color-primary);
}
.component_e1 .surface_a3,
.component_e1 .surface_a3 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component_e1 .status_tiny {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-bd .border-36 {
  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);
}
.smalllist .rough-6c .focus-down-1f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.smoothbox .layout_2d:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.smoothbox .hover-hovered i {
  color: var(--e-global-color-primary);
}
.smoothbox .hover-hovered svg {
  fill: var(--e-global-color-primary);
}
.smoothbox .hover-current {
  color: var(--e-global-color-secondary);
}
.smoothbox .layout_2d > .hover-current,
.smoothbox .layout_2d > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced-1c .surfacelite {
  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);
}
.advanced-1c .blue-8d {
  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);
}
.media_next_c2 .widget-79 .plasmablock {
  background-color: var(--e-global-color-primary);
}
.media_next_c2 .focus-cc {
  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);
}
.inner-19 .label_basic {
  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);
}
.inner-19 .pattern_54 {
  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);
}
.inner-19 .tabs_wood {
  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);
}
.accordion-short .input-over-86,
.accordion-short .input-over-86 a {
  color: var(--e-global-color-primary);
}
.accordion-short .input-over-86.video_active,
.accordion-short .input-over-86.video_active a {
  color: var(--e-global-color-accent);
}
.accordion-short .input-over-86 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion-short .label_small_51 {
  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);
}
.modal_pressed_db .browntable,
.modal_pressed_db .yellow-79 {
  color: var(--e-global-color-primary);
}
.modal_pressed_db .browntable svg {
  fill: var(--e-global-color-primary);
}
.modal_pressed_db .video_active .browntable,
.modal_pressed_db .video_active .yellow-79 {
  color: var(--e-global-color-accent);
}
.modal_pressed_db .video_active .browntable svg {
  fill: var(--e-global-color-accent);
}
.modal_pressed_db .yellow-79 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.modal_pressed_db .label_small_51 {
  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);
}
.heading_basic_d6 .search-pressed-0f,
.heading_basic_d6 .popup_22 {
  color: var(--e-global-color-primary);
}
.heading_basic_d6 .popup_22 svg {
  fill: var(--e-global-color-primary);
}
.heading_basic_d6 .input-over-86.video_active a,
.heading_basic_d6
  .input-over-86.video_active
  .popup_22 {
  color: var(--e-global-color-accent);
}
.heading_basic_d6 .search-pressed-0f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_basic_d6 .label_small_51 {
  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);
}
.content_hard .sectioninner {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.content_hard .tertiarysolid {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-cb .video_02 .pagination-slow {
  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);
}
.active-cb .video_02 .slidernew {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-cb .current_0e .pagination-slow {
  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);
}
.active-cb
  .current_0e
  .slidernew {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-cb
  .input-current-c5
  .pagination-slow {
  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);
}
.active-cb
  .input-current-c5
  .slidernew {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.active-cb
  .element-clean
  .pagination-slow {
  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);
}
.active-cb
  .element-clean
  .slidernew {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tinycontainer .last-14 {
  background-color: var(--e-global-color-primary);
}
.tinycontainer .last-14:hover {
  background-color: var(--e-global-color-primary);
}
.tinycontainer .tabs-large {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tinycontainer
  .last-14:hover
  .tabs-large {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-87 .paper-94 {
  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);
}
.footer-red-a8 .form_58 .hero_north a {
  background-color: var(--e-global-color-accent);
}
.footer-red-a8 .form_58 .green_17 a {
  background-color: var(--e-global-color-accent);
}
.footer-red-a8 .form_58 .hero_north a,
.footer-red-a8 .form_58 .green_17 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination_6e
  .hard-33.south-36
  .form_58
  a.hidden_down {
  background-color: var(--e-global-color-accent);
}
.pagination_6e
  .hard-33.south-36
  .form_58
  span.hidden_down.pagination_b8 {
  background-color: var(--e-global-color-text);
}
.pagination_6e
  .hard-33.south-36
  .form_58
  .hidden_down {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a .highlight_81 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .dirty_05
  > .blue-fe
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .wrapper_bottom
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .wrapper-dim
  .active-6f,
.cold-5a
  .wrapper-dim
  .fluid_98 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-5a
  .wrapper-dim
  .block_blue,
.cold-5a
  .wrapper-dim
  a
  .block_blue {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .wrapper-dim
  .old_c3 {
  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);
}
.cold-5a
  .wrapper-dim
  .east-57 {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .wrapper-dim
  .east-57 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .wrapper-dim
  .east-57:hover {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .wrapper-dim
  .wrapper-7e {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .wrapper-dim
  .wrapper-7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .wrapper-dim
  .wrapper-7e:hover {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .photo_bronze
  .formrough
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-5a
  .photo_bronze
  .hero-dynamic-cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .photo_bronze
  .old_c3 {
  color: var(--e-global-color-text);
}
.cold-5a
  .photo_bronze
  .old_c3
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .photo_bronze
  .east-57 {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .photo_bronze
  .east-57 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .photo_bronze
  .east-57:hover {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .photo_bronze
  .wrapper-7e {
  background-color: var(--e-global-color-primary);
}
.cold-5a
  .photo_bronze
  .wrapper-7e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold-5a
  .photo_bronze
  .wrapper-7e:hover {
  background-color: var(--e-global-color-primary);
}
.cold-5a .focus-c9 {
  background-color: var(--e-global-color-primary);
}
.cold-5a .focus-c9:hover {
  background-color: var(--e-global-color-primary);
}
.cold-5a .info_under_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.cold-5a .middle-be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-40 .main-hard {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-40
  .new-d9
  > div:nth-child(3)
  .main-hard,
.picture-40
  .border-dynamic-12
  > div:nth-child(1)
  .main-hard,
.picture-40
  .footer_center
  > div:nth-child(1)
  .main-hard,
.picture-40
  .videosouth
  > div:nth-child(1)
  .main-hard,
.picture-40
  .easyfocus
  > div:nth-child(1)
  .main-hard {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-40 .modal-38 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-40 .liquid-6e {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-40 .frame-8c {
  background-color: var(--e-global-color-primary);
}
.picture-40 .frame-8c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-40 .frame-8c:hover {
  background-color: var(--e-global-color-primary);
}
.picture-40 .coolstatus {
  background-color: var(--e-global-color-primary);
}
.picture-40 .coolstatus:hover {
  background-color: var(--e-global-color-primary);
}
.picture-40 .info_under_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.picture-40 .middle-be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-short-17 .text_bronze_df {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-short-17 .status-green {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-short-17 .cardfixed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-short-17 .backdrop-down {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-short-17 .carousel_3e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-short-17 .coolstatus {
  background-color: var(--e-global-color-primary);
}
.hover-short-17 .coolstatus:hover {
  background-color: var(--e-global-color-primary);
}
.popup_rough_fb .innerslider {
  background-color: var(--e-global-color-secondary);
}
.popup_rough_fb .greendropdown {
  background-color: var(--e-global-color-text);
}
.popup_rough_fb .element_motion {
  background-color: var(--e-global-color-secondary);
}
.popup_rough_fb .box-cold-b0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup_rough_fb .herolast {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_rough_fb .container_a2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_rough_fb .tall-3a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup_rough_fb .proaside {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_bright .gradienttiny .linkupper,
.hidden_bright
  .gradienttiny
  .linkupper
  a,
.hidden_bright .avatar_gas {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_bright .gradienttiny .highlight-52,
.hidden_bright .purple-50 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_bright .gradienttiny .highlight-52 {
  color: var(--e-global-color-text);
}
.hidden_bright .purple-50 {
  color: var(--e-global-color-text);
}
.hidden_bright
  .gradienttiny
  .block-04 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hidden_bright .iconcold .paper_9b {
  background-color: var(--e-global-color-primary);
}
.hidden_bright .iconcold .paper_9b:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_bright .iconcold .container-purple li span {
  background-color: var(--e-global-color-text);
}
.hidden_bright .iconcold .container-purple li span:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_bright
  .iconcold
  .container-purple
  li.title_1b
  span {
  background-color: var(--e-global-color-accent);
}
.hidden_bright .secondary-outer span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.alert_yellow_8e .aside-soft-53 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.orangephoto .cardtall {
  background-color: var(--e-global-color-primary);
}
.orangephoto .wrapper_red_31 {
  background-color: var(--e-global-color-secondary);
}
.orangephoto .footer_c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .active_9a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .detail-8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .hero-advanced-b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .selected_4e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .red-cb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orangephoto .upper-46 {
  background-color: var(--e-global-color-primary);
}
.orangephoto .upper-46 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fluid-a9 .darkwrapper {
  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);
}
.fluid-a9 .info-40 {
  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);
}
.fluid-a9
  .card-active:after {
  background-color: var(--e-global-color-primary);
}
.fluid-a9 .alert_fresh {
  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);
}
.highlight_small_af .avatar_gas {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight_small_af .purple-50 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-static .menu-inner .soft_42 {
  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);
}
.popup-static .menu-inner .article_96 {
  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);
}
.focused_fb .preview-yellow-23 {
  background-color: var(--e-global-color-primary);
}
.focused_fb .menulite {
  background-color: var(--e-global-color-secondary);
}
.focused_fb .modal-huge-4d .dirtysummary {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focused_fb .table_rough_44 .dirtysummary {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-solid-e7 .media-current-25 .highlight-hot {
  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);
}
.button-solid-e7 .media-current-25 .formhard {
  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);
}
.button-solid-e7 .media-current-25 .picture-motion {
  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);
}
.overlay-d8 .coldsecondary {
  border-color: var(--e-global-color-text);
}
.overlay-d8 .simple_60 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.overlay-d8 .tag-12 {
  color: var(--e-global-color-primary);
}
.overlay-d8 .section-66 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.secondary-full .prev-91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-full .nextthumbnail {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-full .progress_01:hover .prev-91 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.secondary-full
  .progress_01:hover
  .nextthumbnail {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.westnotification .blueaccent {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.westnotification .grid_silver {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.descriptionwood .solidgradient .image_pink {
  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);
}
.descriptionwood .backdrop-up-66 .image_pink {
  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_soft_68 .gold_13 {
  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);
}
.title-0d .breadcrumb-f5 .block-slow-2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.title-0d .breadcrumb-f5 .block-slow-2f {
  background-color: var(--e-global-color-secondary);
}
.title-0d .paragraph-cc .block-slow-2f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.title-0d .paragraph-cc .block-slow-2f {
  background-color: var(--e-global-color-secondary);
}
.title-0d .hugepattern .info_ef {
  background-color: var(--e-global-color-primary);
}
.title-0d .hugepattern:hover .info_ef {
  background-color: var(--e-global-color-secondary);
}
.title-0d .paper_9b {
  background-color: var(--e-global-color-primary);
}
.title-0d .paper_9b:hover {
  background-color: var(--e-global-color-accent);
}
.title-0d .container-purple li span {
  background-color: var(--e-global-color-text);
}
.title-0d .container-purple li span:hover {
  background-color: var(--e-global-color-primary);
}
.title-0d .container-purple li.title_1b span {
  background-color: var(--e-global-color-accent);
}
.input-32 .blue-63 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input-32 .north_71 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-55 .orangebackdrop:before {
  background-color: var(--e-global-color-secondary);
}
.preview-55 .border_dynamic_18 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-55 .title-gas-0a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west_0c .browninfo {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west_0c .browninfo:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west_0c .browninfo.advanced_6d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west_0c .plasma_a9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.west_0c .backdrop_tall {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.west_0c .description_light {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.west_0c .list-1a {
  background-color: var(--e-global-color-primary);
}
.west_0c .list-1a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.west_0c .layout-white {
  background-color: var(--e-global-color-primary);
}
.west_0c .layout-white {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lower-7e .last-4f .gallery_thick a {
  color: var(--e-global-color-secondary);
}
.lower-7e .last-4f .gallery_thick a:hover {
  color: var(--e-global-color-secondary);
}
.lower-7e .last-4f .gallery_thick,
.lower-7e .last-4f .gallery_thick a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-7e .last-4f .backdrop_outer_1c {
  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);
}
.lower-7e .last-4f .main_e0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-7e .last-4f .borderactive {
  background-color: var(--e-global-color-primary);
}
.lower-7e .last-4f .borderactive {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lower-7e .last-4f .borderactive:hover {
  background-color: var(--e-global-color-primary);
}
.lower-7e .last-4f .search_71 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lower-7e .last-4f .search_71 {
  background-color: var(--e-global-color-primary);
}
.lower-7e .last-4f .search_71:hover {
  background-color: var(--e-global-color-primary);
}
.lower-7e .last-4f .paper_9b {
  background-color: var(--e-global-color-primary);
}
.lower-7e .last-4f .paper_9b:hover {
  background-color: var(--e-global-color-primary);
}
.lower-7e .iconcold .container-purple li span {
  background-color: var(--e-global-color-text);
}
.lower-7e .iconcold .container-purple li span:hover {
  background-color: var(--e-global-color-primary);
}
.lower-7e .iconcold .container-purple li.title_1b span {
  background-color: var(--e-global-color-accent);
}
.lower-7e .info_under_18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lower-7e .middle-be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_small .notice-hard-0e .modal_lite_fd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_small .notice-hard-0e .easy_d4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image_small .notice-hard-0e .blockmini {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft .stale-07 {
  border-color: var(--e-global-color-text);
}
.thumbnail-soft .widget-out {
  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);
}
.thumbnail-soft .componentlarge {
  color: var(--e-global-color-secondary);
}
.thumbnail-soft .componentlarge {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft .notification_complex > * {
  color: var(--e-global-color-primary);
}
.thumbnail-soft .notification_complex > * svg {
  fill: var(--e-global-color-primary);
}
.thumbnail-soft .badge_40 {
  color: var(--e-global-color-primary);
}
.thumbnail-soft .badge_40 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-soft .slider_5d {
  color: var(--e-global-color-primary);
}
.thumbnail-soft .slider_5d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail-soft .shade-5f {
  color: var(--e-global-color-primary);
}
.thumbnail-soft .shade-5f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft .redmedia {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft .section_f2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft .section_f2.wrapper_motion_63 {
  color: var(--e-global-color-secondary);
}
.thumbnail-soft .section_f2.wrapper_motion_63 .silver-18 {
  color: var(--e-global-color-accent);
}
.thumbnail-soft .section_f2.medialight {
  color: var(--e-global-color-text);
}
.thumbnail-soft .section_f2.medialight .silver-18 {
  color: var(--e-global-color-text);
}
.thumbnail-soft .section_f2:before {
  border-top-color: var(--e-global-color-text);
}
.thumbnail-soft .heading-warm-55 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-soft
  .heading-warm-55
  .miniwidget {
  background-color: var(--e-global-color-primary);
}
.thumbnail-soft
  .heading-warm-55
  .miniwidget {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thumbnail-soft .stale-07 .motion-5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.avatar_73 .smallmessage {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar_73 .disabled_upper {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.labelblue .panel-static-ba {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.labelblue
  .button_large
  .slider_tiny_bd {
  background-color: var(--e-global-color-secondary);
}
.labelblue
  .button_large.article_smooth
  .slider_tiny_bd {
  background-color: var(--e-global-color-text);
}
.labelblue
  .button_large:hover
  .slider_tiny_bd {
  background-color: var(--e-global-color-accent);
}
.labelblue
  .button_large.advanced_6d
  .slider_tiny_bd {
  background-color: var(--e-global-color-primary);
}
.centeritem .plasmaform {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.centeritem .new_6c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.centeritem .focustiny {
  background-color: var(--e-global-color-primary);
}
.centeritem .focustiny {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_new .photo_f1 .section-fresh .media_hot_52 {
  background-color: var(--e-global-color-secondary);
}
.item_new .photo_f1 .header-6a:after {
  background-color: var(--e-global-color-secondary);
}
.item_new .selected-f2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_new .widget-dim-c8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_new .message-up {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_new .focus-full {
  background-color: var(--e-global-color-primary);
}
.item_new .focus-full {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_new .chip-70 {
  background-color: var(--e-global-color-secondary);
}
.item_new .chip-70 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_new .photo_f1 .menu_next_9f .stone-e0:hover {
  background-color: var(--e-global-color-primary);
}
.item_new
  .photo_f1
  .menu_next_9f
  .stone-e0.linkhot {
  background-color: var(--e-global-color-primary);
}
.item_new .photo_f1 .gallery-78:before {
  border-color: var(--e-global-color-primary);
}
.item_new .photo_f1 .gallery-78:hover:before {
  border-color: var(--e-global-color-secondary);
}
.item_new
  .photo_f1
  .gallery-78.tall-1d:before {
  border-color: var(--e-global-color-primary);
}
.item_new .link_west_d2 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.wide_23 .banner-3c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_23 .banner-3c:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_23 .banner-3c.button_cold_07 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_23 .filter_under_f8 {
  background-color: var(--e-global-color-primary);
}
.wide_23 .filter_under_f8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_23
  .link_smooth_92
  .hotinfo
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.wide_23
  .warmoverlay
  .hotinfo
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.section-purple
  .liquid_98
  .softavatar {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-purple
  .liquid_98
  .innerbadge {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-purple .containerorange {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.section-purple .heading-east {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.section-purple .whiteshade {
  background-color: var(--e-global-color-primary);
}
.section-purple .whiteshade {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pinkvideo .focustall {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pinkvideo .notification-pressed {
  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);
}
.pinkvideo .background-short {
  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);
}
.pinkvideo .background-short a:hover {
  color: var(--e-global-color-secondary);
}
.pinkvideo .primary-plasma {
  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);
}
.pinkvideo .button-e5 {
  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);
}
.pinkvideo .navstone .paper_9b {
  background-color: var(--e-global-color-primary);
}
.pinkvideo .navstone .paper_9b:hover {
  background-color: var(--e-global-color-accent);
}
.pinkvideo
  .navstone
  .container-purple
  li
  span {
  background-color: var(--e-global-color-text);
}
.pinkvideo
  .navstone
  .container-purple
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.pinkvideo
  .navstone
  .container-purple
  li.title_1b
  span {
  background-color: var(--e-global-color-accent);
}
.chip-current
  .thickalert
  .pattern_cd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-current .thickalert .rough_ac {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.chip-current .thickalert .prev_b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.chip-current .info-right-a5 {
  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);
}
.chip-current
  .uptooltip.bottom-18 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a {
  background-color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .wrapper-79.captionsolid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .hover_top.lastnotification {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  .hidden-0a
  > a {
  background-color: var(--e-global-color-secondary);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  .hidden-0a
  > a
  .preview-static {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  .hidden-0a
  > a
  .hover_top.feature-full {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .sort-rough-2f:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  a
  .sort-rough-2f:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a.banner_bronze
  > a
  .sort-rough-2f:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  .hidden-0a.banner_bronze
  > a
  .sort-rough-2f:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .menucopper
  .caption-dark-a8 {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  a
  .menucopper
  .caption-dark-a8 {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .menucopper
  .caption-dark-a8,
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  a
  .menucopper
  .caption-dark-a8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > a
  .message-95:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  a
  .message-95:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a.banner_bronze
  > a
  .message-95:before {
  color: var(--e-global-color-text);
}
.headerdown
  > .section-fluid
  > div
  > .block-complex
  > .hidden-0a
  > .container_e0
  .hidden-0a.banner_bronze
  > a
  .message-95:before {
  color: var(--e-global-color-text);
}
.coldnotice .icon-24 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.coldnotice
  .stone_4c:hover
  .icon-24 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.table-static-21
  > .section-fluid
  > .motion_14
  > .stone-d2
  > .notice-dynamic
  > .solidwrapper
  .focused_29 {
  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);
}
.table-static-21
  > .section-fluid
  > .motion_14
  > .stone-d2
  > .notice-dynamic
  > .solidwrapper:hover
  .focused_29 {
  color: var(--e-global-color-text);
}
.table-static-21
  > .section-fluid
  > .motion_14
  > .stone-d2
  > .notice-dynamic
  > .solidwrapper:hover
  .focused_29 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table-static-21
  > .section-fluid
  > .motion_14
  > .stone-d2
  > .notice-dynamic.old_f2
  > .solidwrapper
  .focused_29 {
  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);
}
.video-9c .link-brown-b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9c .badge-b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.video-9c .coolrow {
  background-color: var(--e-global-color-primary);
}
.video-9c .coolrow {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36
  .preview-steel-26 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36
  .hero-right-c0 {
  color: var(--e-global-color-text);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36:hover
  .preview-steel-26 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36:hover
  .hero-right-c0 {
  color: var(--e-global-color-secondary);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36.sidebar_black_4a
  .preview-steel-26 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.link_plasma_e6
  > .section-fluid
  > .yellow-85
  > .dark_d3
  > .light-36.sidebar_black_4a
  .hero-right-c0 {
  color: var(--e-global-color-primary);
}
.frame-solid
  .blackdetail
  .footernext {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.frame-solid .article_cold_6e .motion-5a .tabs_small_25 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-9f .picture-gas {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-9f .textwarm .picture-gas {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-9f .row_over_96 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.next-9f .row_over_96 {
  background-color: var(--e-global-color-primary);
}
.current-77 .section_15 .dropdown-hot-c1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.current-77
  .section_15:hover
  .outline_33 {
  color: var(--e-global-color-secondary);
}
.current-77
  .section_15:hover
  .dropdown-hot-c1 {
  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);
}
.panelbronze {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

.layout-5e {
  max-width: 1400px !important;
}

.footerwhite {
  flex-direction: column;
}

.footerwhite .pattern-32 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.footerwhite .pattern-32 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.footerwhite .up-98 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.caption_f5.smooth-c4 {
  display: none;
}

.dynamicbutton {
  display: none;
}

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

.inphoto.modaldown {
  margin-bottom: 40px;
  width: 100%;
}

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

.footerwhite a {
  width: 100%;
}

.noticesmooth .inner-28.table_4b {
  width: 20% !important;
}

.photo-dark-06 {
  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;
}

.photo-dark-06:hover {
  color: #000;
}

.photo-dark-06 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.photo-dark-06:hover svg {
  fill: #000;
}

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

.pagination_fast_88:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

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

.noticesmooth
  .inner-28.yellowcomponent
  .pressed-65
  .textureglass {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.title-b6.paragraph-east > .sort-c5 {
  display: flex;
  align-items: center;
}

.shade-4e {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

.dropdown-static {
  position: absolute;
  bottom: 45%;
  left: 5%;
}

.status-4b {
  font-size: 35px !important;
}

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

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

.over-93 {
  display: flex;
  gap: 50px;
}

.noticesmooth
  .inner-28.highlight_hard_01
  .media_complex_8a
  .message-tiny {
  width: 100% !important;
}

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

.west_fc {
  width: 100%;
}

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

.progress-narrow-9f {
  position: relative;
  cursor: pointer;
}

.progress-narrow-9f::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 20px;

  display: none;
}

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

.badge-pressed {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.progress-narrow-9f:hover .badge-pressed {
  visibility: visible;
}
.progress-narrow-9f:hover.progress-narrow-9f::before {
  display: block;
}

.focusedchip h3 {
  color: #fff;
}

.surface-ad {
  margin: 0;
}

.noticesmooth
  .inner-28.highlight_hard_01
  .message-tiny
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.alert_easy_82 {
  width: 100%;
}

.soft_2e {
  width: 100%;
}

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

.soft_2e {
  width: 100%;
}

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

.message-tiny {
  display: flex;
  align-items: center;
}

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

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

.footerwhite .pattern-32.lite_b8 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.footerwhite h1.pattern-32 {
  margin-top: 120px !important;
}

.noticesmooth .inner-28.modal-clean-e8 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hover-purple-5f img {
  width: 100%;
}

.innerhover .caption_static.pressed-65 {
  justify-content: space-between;
}

.headingwhite {
  display: none;
}

.lower-b4 .up-98 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .title-b6 .sort-c5 {
    flex-wrap: nowrap !important;
  }
}

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

  .image-20 {
    width: 100% !important;
  }
}

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

  .photo-dark-06 svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .innerhover .caption_static.pressed-65 {
    border-bottom: 1px solid #f0c159;
  }

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

  .title-b6.paragraph-east > .sort-c5 {
    gap: 15px;
    justify-content: space-between;
  }

  .noticesmooth
    .inner-28.highlight_hard_01
    .message-tiny
    img {
    width: 60% !important;
  }

  .dropdown-static {
    left: 2%;
  }

  .message_short {
    margin: 10px 0;
  }

  .footerwhite .up-98 {
    margin: 0;
    margin-bottom: 10px;
  }

  .photo-dark-06 {
    font-size: 16px !important;
  }

  .status-4b {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.footerwhite .pattern-32,
  .footerwhite .pattern-32 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .message-tiny {
    justify-content: center;
  }

  .footerwhite .up-98 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .noticesmooth .inner-28.table_4b {
    width: 75% !important;
  }

  .hover-purple-5f img {
    width: 100% !important;
  }
}

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

  h2.footerwhite .pattern-32,
  .footerwhite .pattern-32 {
    font-size: 30px !important;
  }

  .message-tiny {
    justify-content: center;
  }

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

  .labelsteel
    .content_east.component-black {
    margin: 0 !important;
  }

  .shade-4e {
    margin: 0;
    gap: 10px;
  }

  .message_short {
    display: flex;
  }

  .logo-narrow-50 .photo-dark-06 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .footerwhite h1.pattern-32 {
    margin-top: 80px !important;
  }

  .noticesmooth
    .inner-28.highlight_hard_01
    .message-tiny
    img,
  .narrowphoto .media_complex_8a {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  .noticesmooth .inner-28.table_4b {
    width: 100% !important;
  }

  .title-b6.paragraph-east > .sort-c5 {
    gap: 3px;
  }

  .footerwhite .up-98 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: f533 */
.ghost-box-o7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
