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(.table_ad) {
  gap: 0.5em;
}
:where(.tag-solid-12) {
  gap: 0.5em;
}
body .outline-prev > .small-cf {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .outline-prev > .shadow-middle-cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .outline-prev > .tertiary-right {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .preview-under-ab > .small-cf {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .preview-under-ab > .shadow-middle-cc {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .preview-under-ab > .tertiary-right {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .preview-under-ab
  > :where(:not(.small-cf):not(.shadow-middle-cc):not(.inputlite)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .preview-under-ab > .carousel-advanced {
  max-width: var(--wp--style--global--wide-size);
}
body .table_ad {
  display: flex;
}
body .table_ad {
  flex-wrap: wrap;
  align-items: center;
}
body .table_ad > * {
  margin: 0;
}
body .tag-solid-12 {
  display: grid;
}
body .tag-solid-12 > * {
  margin: 0;
}
:where(.fullitem.table_ad) {
  gap: 2em;
}
:where(.fullitem.tag-solid-12) {
  gap: 2em;
}
:where(.hot-dc.table_ad) {
  gap: 1.25em;
}
:where(.hot-dc.tag-solid-12) {
  gap: 1.25em;
}
.breadcrumb-49 {
  color: var(--wp--preset--color--black) !important;
}
.detail-00 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.layout-cool {
  color: var(--wp--preset--color--white) !important;
}
.pictureselected {
  color: var(--wp--preset--color--pale-pink) !important;
}
.cold-98 {
  color: var(--wp--preset--color--vivid-red) !important;
}
.sortmiddle {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.mask_pro_b5 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.banner_73 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.status-01 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.main-wide {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.item-small {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.inputlite {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.popup_iron_dc {
  background-color: var(--wp--preset--color--black) !important;
}
.northlist {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wrapper_up_f9 {
  background-color: var(--wp--preset--color--white) !important;
}
.pattern-iron-7c {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.grid_fast {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.status_mini {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.section_79 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.active-fresh-c4 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.mask_focused {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.bronze-05 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.patternup {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.notification_1c {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.button_upper {
  border-color: var(--wp--preset--color--black) !important;
}
.hot_91 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.row_down_75 {
  border-color: var(--wp--preset--color--white) !important;
}
.avatar_yellow_93 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.panel-dirty {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.form_static_64 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.picture_thick {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.description-66 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.table_pressed_22 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.banner_tiny {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.gradient_inner_e2 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.row_middle_c6 {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.outline_f0 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.status-3e {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.hiddeninner {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.tabs-85 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.outer-50 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.overtag {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.articlesilver {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.sortlite {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.patterngas {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.article-action-a0 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.container_green_b3 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.iron_ab {
  background: var(--wp--preset--gradient--midnight) !important;
}
.aside_b2 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.accordion_orange {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.focusedheader {
  font-size: var(--wp--preset--font-size--large) !important;
}
.out_11 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.item-79 a:where(:not(.title_right_9d)) {
  color: inherit;
}
:where(.hot-dc.table_ad) {
  gap: 1.25em;
}
:where(.hot-dc.tag-solid-12) {
  gap: 1.25em;
}
:where(.fullitem.table_ad) {
  gap: 2em;
}
:where(.fullitem.tag-solid-12) {
  gap: 2em;
}
.asidepro {
  font-size: 1.5em;
  line-height: 1.6;
}

.highlight-6f .dirty-5e {
  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);
}
.notification_dirty .detail-brown-44 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_purple {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_purple.bannerlarge .active-b7 {
  background-color: var(--e-global-color-primary);
}
.aside_purple.texture-plasma .active-b7,
.aside_purple.bottom_b9 .active-b7 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.preview-gold .layout-static {
  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);
}
.frame-2b {
  --divider-color: var(--e-global-color-secondary);
}
.frame-2b .surface_static_ea {
  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);
}
.frame-2b.lower_56 .article-over {
  background-color: var(--e-global-color-secondary);
}
.frame-2b.label-down .article-over,
.frame-2b.status_white_79 .article-over {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.frame-2b.label-down .article-over,
.frame-2b.status_white_79 .article-over svg {
  fill: var(--e-global-color-secondary);
}
.content-center .background-mini-fc {
  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);
}
.content-center .tabs-75 {
  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);
}
.icon_iron.lower_56 .article-over {
  background-color: var(--e-global-color-primary);
}
.icon_iron.label-down .article-over,
.icon_iron.status_white_79 .article-over {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.icon_iron.label-down .article-over,
.icon_iron.status_white_79 .article-over svg {
  fill: var(--e-global-color-primary);
}
.article_bc.lower_56 .article-over {
  background-color: var(--e-global-color-primary);
}
.article_bc.label-down .article-over,
.article_bc.status_white_79 .article-over {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.article_bc .wrapper-hard-8f {
  color: var(--e-global-color-primary);
}
.article_bc .wrapper-hard-8f,
.article_bc .wrapper-hard-8f a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.article_bc .alert_5c {
  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);
}
.huge_ac .tall-ea {
  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);
}
.box_98 .accentstone .column_pink_d6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary_rough .tertiarylight:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.summary_rough .title_easy i {
  color: var(--e-global-color-primary);
}
.summary_rough .title_easy svg {
  fill: var(--e-global-color-primary);
}
.summary_rough .top-89 {
  color: var(--e-global-color-secondary);
}
.summary_rough .tertiarylight > .top-89,
.summary_rough .tertiarylight > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.incolumn .hero_wood {
  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);
}
.incolumn .filter-green {
  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);
}
.modalgas .breadcrumb-liquid-15 .shade-under {
  background-color: var(--e-global-color-primary);
}
.modalgas .paragraphactive {
  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);
}
.picture_4b .upper-23 {
  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_4b .sectionglass {
  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_4b .small_ea {
  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);
}
.card-clean-88 .media-b1,
.card-clean-88 .media-b1 a {
  color: var(--e-global-color-primary);
}
.card-clean-88 .media-b1.yellow_10,
.card-clean-88 .media-b1.yellow_10 a {
  color: var(--e-global-color-accent);
}
.card-clean-88 .media-b1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.card-clean-88 .table-98 {
  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);
}
.breadcrumb-98 .rough-6b,
.breadcrumb-98 .notification_warm {
  color: var(--e-global-color-primary);
}
.breadcrumb-98 .rough-6b svg {
  fill: var(--e-global-color-primary);
}
.breadcrumb-98 .yellow_10 .rough-6b,
.breadcrumb-98 .yellow_10 .notification_warm {
  color: var(--e-global-color-accent);
}
.breadcrumb-98 .yellow_10 .rough-6b svg {
  fill: var(--e-global-color-accent);
}
.breadcrumb-98 .notification_warm {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.breadcrumb-98 .table-98 {
  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);
}
.summary_lite_5d .slidersteel,
.summary_lite_5d .dynamic-7c {
  color: var(--e-global-color-primary);
}
.summary_lite_5d .dynamic-7c svg {
  fill: var(--e-global-color-primary);
}
.summary_lite_5d .media-b1.yellow_10 a,
.summary_lite_5d
  .media-b1.yellow_10
  .dynamic-7c {
  color: var(--e-global-color-accent);
}
.summary_lite_5d .slidersteel {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary_lite_5d .table-98 {
  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);
}
.badge_old .outer_16 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.badge_old .shade-2a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_b7 .texture-66 .popup_dim_e4 {
  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);
}
.tiny_b7 .texture-66 .title-f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_b7 .plasma_3a .popup_dim_e4 {
  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);
}
.tiny_b7
  .plasma_3a
  .title-f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_b7
  .progress-tall-54
  .popup_dim_e4 {
  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);
}
.tiny_b7
  .progress-tall-54
  .title-f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tiny_b7
  .paperlist
  .popup_dim_e4 {
  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);
}
.tiny_b7
  .paperlist
  .title-f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hidden_aa .breadcrumb-2c {
  background-color: var(--e-global-color-primary);
}
.hidden_aa .breadcrumb-2c:hover {
  background-color: var(--e-global-color-primary);
}
.hidden_aa .preview-medium-27 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hidden_aa
  .breadcrumb-2c:hover
  .preview-medium-27 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.avatar-3f .red_b0 {
  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);
}
.featurefresh .secondaryfresh .paragraph-bb a {
  background-color: var(--e-global-color-accent);
}
.featurefresh .secondaryfresh .newheader a {
  background-color: var(--e-global-color-accent);
}
.featurefresh .secondaryfresh .paragraph-bb a,
.featurefresh .secondaryfresh .newheader a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary_south_f0
  .box-action-53.mask-46
  .secondaryfresh
  a.surface-bronze-fb {
  background-color: var(--e-global-color-accent);
}
.tertiary_south_f0
  .box-action-53.mask-46
  .secondaryfresh
  span.surface-bronze-fb.overlay-active-9d {
  background-color: var(--e-global-color-text);
}
.tertiary_south_f0
  .box-action-53.mask-46
  .secondaryfresh
  .surface-bronze-fb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8 .element_ce {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .dropdown-stone
  > .alert_fast_a8
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .alert_9e
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .carousel_6f
  .overlay_5c,
.hover-e8
  .carousel_6f
  .carousel-copper-e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-e8
  .carousel_6f
  .warm_1f,
.hover-e8
  .carousel_6f
  a
  .warm_1f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .carousel_6f
  .medium-9a {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .carousel_6f
  .top-29 {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .carousel_6f
  .top-29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .carousel_6f
  .top-29:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .carousel_6f
  .lower_05 {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .carousel_6f
  .lower_05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .carousel_6f
  .lower_05:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .purple-a9
  .texturestone
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-e8
  .purple-a9
  .mask-72 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .purple-a9
  .medium-9a {
  color: var(--e-global-color-text);
}
.hover-e8
  .purple-a9
  .medium-9a
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .purple-a9
  .top-29 {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .purple-a9
  .top-29 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .purple-a9
  .top-29:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .purple-a9
  .lower_05 {
  background-color: var(--e-global-color-primary);
}
.hover-e8
  .purple-a9
  .lower_05 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-e8
  .purple-a9
  .lower_05:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e8 .popup-6f {
  background-color: var(--e-global-color-primary);
}
.hover-e8 .popup-6f:hover {
  background-color: var(--e-global-color-primary);
}
.hover-e8 .gallerywhite {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-e8 .alertout {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-70 .popup_soft {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-70
  .message-south-43
  > div:nth-child(3)
  .popup_soft,
.up-70
  .alert-a5
  > div:nth-child(1)
  .popup_soft,
.up-70
  .activechip
  > div:nth-child(1)
  .popup_soft,
.up-70
  .description_dark
  > div:nth-child(1)
  .popup_soft,
.up-70
  .info_red_02
  > div:nth-child(1)
  .popup_soft {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-70 .tooltip-gas-17 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.up-70 .outline_up {
  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);
}
.up-70 .grid-cool {
  background-color: var(--e-global-color-primary);
}
.up-70 .grid-cool {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.up-70 .grid-cool:hover {
  background-color: var(--e-global-color-primary);
}
.up-70 .primary-medium {
  background-color: var(--e-global-color-primary);
}
.up-70 .primary-medium:hover {
  background-color: var(--e-global-color-primary);
}
.up-70 .gallerywhite {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.up-70 .alertout {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_south .filter_fresh_b8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.message_south .row_motion {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_south .notice-hovered-3d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_south .purpleaccent {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_south .mini_8a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.message_south .primary-medium {
  background-color: var(--e-global-color-primary);
}
.message_south .primary-medium:hover {
  background-color: var(--e-global-color-primary);
}
.papermenu .cold_af {
  background-color: var(--e-global-color-secondary);
}
.papermenu .soft-fa {
  background-color: var(--e-global-color-text);
}
.papermenu .content_plasma {
  background-color: var(--e-global-color-secondary);
}
.papermenu .popup-next {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.papermenu .backdropfocused {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.papermenu .old_2f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.papermenu .progress_old_ef {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.papermenu .message-static-12 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-f2 .wrapper-left-40 .focussmooth,
.basic-f2
  .wrapper-left-40
  .focussmooth
  a,
.basic-f2 .lightdescription {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-f2 .wrapper-left-40 .form_medium_f9,
.basic-f2 .progress-89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.basic-f2 .wrapper-left-40 .form_medium_f9 {
  color: var(--e-global-color-text);
}
.basic-f2 .progress-89 {
  color: var(--e-global-color-text);
}
.basic-f2
  .wrapper-left-40
  .summary-0d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.basic-f2 .module-simple .inner_a7 {
  background-color: var(--e-global-color-primary);
}
.basic-f2 .module-simple .inner_a7:hover {
  background-color: var(--e-global-color-primary);
}
.basic-f2 .module-simple .white-61 li span {
  background-color: var(--e-global-color-text);
}
.basic-f2 .module-simple .white-61 li span:hover {
  background-color: var(--e-global-color-primary);
}
.basic-f2
  .module-simple
  .white-61
  li.tiny-68
  span {
  background-color: var(--e-global-color-accent);
}
.basic-f2 .thumbnail-blue-8d span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.status-a5 .surface-solid-20 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.footer_iron_22 .hero-65 {
  background-color: var(--e-global-color-primary);
}
.footer_iron_22 .sidebarred {
  background-color: var(--e-global-color-secondary);
}
.footer_iron_22 .hover-new {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .tertiary-dark {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .black_1f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .soft_94 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .focuspressed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .outlineplasma {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.footer_iron_22 .content-pink {
  background-color: var(--e-global-color-primary);
}
.footer_iron_22 .content-pink {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.gradient_ec .title-in-c3 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gradient_ec .paragraph_fast {
  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);
}
.gradient_ec
  .steel-40:after {
  background-color: var(--e-global-color-primary);
}
.gradient_ec .imageadvanced {
  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);
}
.carousel_5a .lightdescription {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.carousel_5a .progress-89 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.solidtooltip .tabs_80 .notification-out {
  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);
}
.solidtooltip .tabs_80 .formdynamic {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.column-active .accordion_yellow_60 {
  background-color: var(--e-global-color-primary);
}
.column-active .itemsilver {
  background-color: var(--e-global-color-secondary);
}
.column-active .sort_light_80 .glassdisabled {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.column-active .slider-90 .glassdisabled {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thick-11 .status-hard-1d .blockmotion {
  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);
}
.thick-11 .status-hard-1d .maingreen {
  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);
}
.thick-11 .status-hard-1d .image-first {
  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);
}
.pressedcard .box-medium {
  border-color: var(--e-global-color-text);
}
.pressedcard .table-wood {
  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);
}
.pressedcard .modal-thick-4e {
  color: var(--e-global-color-primary);
}
.pressedcard .frame_1b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image-full-43 .goldgallery {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image-full-43 .liquidtext {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image-full-43 .static-b1:hover .goldgallery {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.image-full-43
  .static-b1:hover
  .liquidtext {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid_58 .black_e6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid_58 .accordion_yellow_01 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.labelblack .outer-33 .tooltip-stale {
  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);
}
.labelblack .upperheader .tooltip-stale {
  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);
}
.tabs-out .upperitem {
  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);
}
.rough-ac .paragraph-clean-9a .outline_paper_5a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-ac .paragraph-clean-9a .outline_paper_5a {
  background-color: var(--e-global-color-secondary);
}
.rough-ac .summary_solid_03 .outline_paper_5a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough-ac .summary_solid_03 .outline_paper_5a {
  background-color: var(--e-global-color-secondary);
}
.rough-ac .content-pro .bronzeaside {
  background-color: var(--e-global-color-primary);
}
.rough-ac .content-pro:hover .bronzeaside {
  background-color: var(--e-global-color-secondary);
}
.rough-ac .inner_a7 {
  background-color: var(--e-global-color-primary);
}
.rough-ac .inner_a7:hover {
  background-color: var(--e-global-color-accent);
}
.rough-ac .white-61 li span {
  background-color: var(--e-global-color-text);
}
.rough-ac .white-61 li span:hover {
  background-color: var(--e-global-color-primary);
}
.rough-ac .white-61 li.tiny-68 span {
  background-color: var(--e-global-color-accent);
}
.label_bright .wood-7c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.label_bright .silverhighlight {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_95 .widget_f9:before {
  background-color: var(--e-global-color-secondary);
}
.accent_95 .top-58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accent_95 .heading_blue {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus-35 .copper-fa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus-35 .copper-fa:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus-35 .copper-fa.southpreview {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.focus-35 .description-plasma-46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-35 .feature-out {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-35 .image_next {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focus-35 .inputlite {
  background-color: var(--e-global-color-primary);
}
.focus-35 .inputlite {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.focus-35 .active-gas {
  background-color: var(--e-global-color-primary);
}
.focus-35 .active-gas {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_ef .status_red .block_old_fc a {
  color: var(--e-global-color-secondary);
}
.last_ef .status_red .block_old_fc a:hover {
  color: var(--e-global-color-secondary);
}
.last_ef .status_red .block_old_fc,
.last_ef .status_red .block_old_fc a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_ef .status_red .moduledirty {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_ef .status_red .overlay-west-74 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_ef .status_red .border-03 {
  background-color: var(--e-global-color-primary);
}
.last_ef .status_red .border-03 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_ef .status_red .border-03:hover {
  background-color: var(--e-global-color-primary);
}
.last_ef .status_red .search-14 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_ef .status_red .search-14 {
  background-color: var(--e-global-color-primary);
}
.last_ef .status_red .search-14:hover {
  background-color: var(--e-global-color-primary);
}
.last_ef .status_red .inner_a7 {
  background-color: var(--e-global-color-primary);
}
.last_ef .status_red .inner_a7:hover {
  background-color: var(--e-global-color-primary);
}
.last_ef .module-simple .white-61 li span {
  background-color: var(--e-global-color-text);
}
.last_ef .module-simple .white-61 li span:hover {
  background-color: var(--e-global-color-primary);
}
.last_ef .module-simple .white-61 li.tiny-68 span {
  background-color: var(--e-global-color-accent);
}
.last_ef .gallerywhite {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.last_ef .alertout {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_52 .notice_f4 .card-3e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_52 .notice_f4 .dark-1e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_52 .notice_f4 .texturehard {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f .pink-3a {
  border-color: var(--e-global-color-text);
}
.summary-9f .text_lower_6e {
  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);
}
.summary-9f .cardout {
  color: var(--e-global-color-secondary);
}
.summary-9f .cardout {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f .footer-slow > * {
  color: var(--e-global-color-primary);
}
.summary-9f .footer-slow > * svg {
  fill: var(--e-global-color-primary);
}
.summary-9f .pressed_c0 {
  color: var(--e-global-color-primary);
}
.summary-9f .pressed_c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-9f .tooltip_92 {
  color: var(--e-global-color-primary);
}
.summary-9f .tooltip_92 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.summary-9f .up_f5 {
  color: var(--e-global-color-primary);
}
.summary-9f .up_f5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f .feature-west {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f .widgetshort {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f .widgetshort.module_north_e8 {
  color: var(--e-global-color-secondary);
}
.summary-9f .widgetshort.module_north_e8 .element-cd {
  color: var(--e-global-color-accent);
}
.summary-9f .widgetshort.thumbnail-88 {
  color: var(--e-global-color-text);
}
.summary-9f .widgetshort.thumbnail-88 .element-cd {
  color: var(--e-global-color-text);
}
.summary-9f .widgetshort:before {
  border-top-color: var(--e-global-color-text);
}
.summary-9f .form-eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.summary-9f
  .form-eb
  .textliquid {
  background-color: var(--e-global-color-primary);
}
.summary-9f
  .form-eb
  .textliquid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.summary-9f .pink-3a .container_last {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.popup-dark .fast-75 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.popup-dark .active_d6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_28 .item-motion-d3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_28
  .message_east_37
  .badge-stone-2b {
  background-color: var(--e-global-color-secondary);
}
.button_28
  .message_east_37.detail-black
  .badge-stone-2b {
  background-color: var(--e-global-color-text);
}
.button_28
  .message_east_37:hover
  .badge-stone-2b {
  background-color: var(--e-global-color-accent);
}
.button_28
  .message_east_37.southpreview
  .badge-stone-2b {
  background-color: var(--e-global-color-primary);
}
.out_b5 .out_02 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.out_b5 .fluid_e9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.out_b5 .fluid_24 {
  background-color: var(--e-global-color-primary);
}
.out_b5 .fluid_24 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification-over .innertabs .notice-liquid-4a .dirty-56 {
  background-color: var(--e-global-color-secondary);
}
.notification-over .innertabs .fast_79:after {
  background-color: var(--e-global-color-secondary);
}
.notification-over .in_8e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-over .purple_d8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-over .gradient_0c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-over .photo_c3 {
  background-color: var(--e-global-color-primary);
}
.notification-over .photo_c3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification-over .hard_8d {
  background-color: var(--e-global-color-secondary);
}
.notification-over .hard_8d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.notification-over .innertabs .next-4f .description_old:hover {
  background-color: var(--e-global-color-primary);
}
.notification-over
  .innertabs
  .next-4f
  .description_old.breadcrumb-88 {
  background-color: var(--e-global-color-primary);
}
.notification-over .innertabs .gas-16:before {
  border-color: var(--e-global-color-primary);
}
.notification-over .innertabs .gas-16:hover:before {
  border-color: var(--e-global-color-secondary);
}
.notification-over
  .innertabs
  .gas-16.frame-south:before {
  border-color: var(--e-global-color-primary);
}
.notification-over .hero_ed span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.last_0a .header-steel-9e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_0a .header-steel-9e:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_0a .header-steel-9e.disabled_out {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_0a .primary_focused_d9 {
  background-color: var(--e-global-color-primary);
}
.last_0a .primary_focused_d9 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_0a
  .tag-steel
  .grid_in_b8
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.last_0a
  .fixed-39
  .grid_in_b8
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.lite_62
  .text_hard
  .block_cold_4a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_62
  .text_hard
  .up-00 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_62 .widget-center-d0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.lite_62 .stonecontainer {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.lite_62 .avatar-small {
  background-color: var(--e-global-color-primary);
}
.lite_62 .avatar-small {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-last-80 .input_black_69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-last-80 .lower-74 {
  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);
}
.hover-last-80 .last-e1 {
  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-last-80 .last-e1 a:hover {
  color: var(--e-global-color-secondary);
}
.hover-last-80 .complex_87 {
  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-last-80 .chip-2d {
  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);
}
.hover-last-80 .alert-8c .inner_a7 {
  background-color: var(--e-global-color-primary);
}
.hover-last-80 .alert-8c .inner_a7:hover {
  background-color: var(--e-global-color-accent);
}
.hover-last-80
  .alert-8c
  .white-61
  li
  span {
  background-color: var(--e-global-color-text);
}
.hover-last-80
  .alert-8c
  .white-61
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.hover-last-80
  .alert-8c
  .white-61
  li.tiny-68
  span {
  background-color: var(--e-global-color-accent);
}
.pagination-wood
  .next-4f
  .tiny-f7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-wood .next-4f .inner_ab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination-wood .next-4f .gas_43 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pagination-wood .carousel_34 {
  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);
}
.pagination-wood
  .green-01.chip_black {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a {
  background-color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .progress-6f.framebasic {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .accordionlarge.popup-paper {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  .glassfilter
  > a {
  background-color: var(--e-global-color-secondary);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  .glassfilter
  > a
  .layout-brown {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  .glassfilter
  > a
  .accordionlarge.menu_fluid {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .active-dark-f0:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  a
  .active-dark-f0:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter.shadow_thick_ab
  > a
  .active-dark-f0:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  .glassfilter.shadow_thick_ab
  > a
  .active-dark-f0:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .highlight_d2
  .notificationfull {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  a
  .highlight_d2
  .notificationfull {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .highlight_d2
  .notificationfull,
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  a
  .highlight_d2
  .notificationfull {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > a
  .progress_13:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  a
  .progress_13:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter.shadow_thick_ab
  > a
  .progress_13:before {
  color: var(--e-global-color-text);
}
.aside_steel_d6
  > .bottom-7f
  > div
  > .summary_action
  > .glassfilter
  > .pattern-6a
  .glassfilter.shadow_thick_ab
  > a
  .progress_13:before {
  color: var(--e-global-color-text);
}
.panel_current_fb .newfilter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.panel_current_fb
  .picture_thick_6d:hover
  .newfilter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button_bottom
  > .bottom-7f
  > .wood_d6
  > .paragraph_simple_b3
  > .mediaclean
  > .fast-76
  .prev-54 {
  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);
}
.button_bottom
  > .bottom-7f
  > .wood_d6
  > .paragraph_simple_b3
  > .mediaclean
  > .fast-76:hover
  .prev-54 {
  color: var(--e-global-color-text);
}
.button_bottom
  > .bottom-7f
  > .wood_d6
  > .paragraph_simple_b3
  > .mediaclean
  > .fast-76:hover
  .prev-54 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button_bottom
  > .bottom-7f
  > .wood_d6
  > .paragraph_simple_b3
  > .mediaclean.glass_a5
  > .fast-76
  .prev-54 {
  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);
}
.browndisabled .tabs-e1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.browndisabled .pagination-aa {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.browndisabled .primary-56 {
  background-color: var(--e-global-color-primary);
}
.browndisabled .primary-56 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro
  .tinyaccordion {
  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);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro
  .narrow-25 {
  color: var(--e-global-color-text);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro:hover
  .tinyaccordion {
  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);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro:hover
  .narrow-25 {
  color: var(--e-global-color-secondary);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro.motionpopup
  .tinyaccordion {
  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);
}
.module_light_b4
  > .bottom-7f
  > .green_e2
  > .short-04
  > .feature_pro.motionpopup
  .narrow-25 {
  color: var(--e-global-color-primary);
}
.module-wide
  .hard-ea
  .gradient_7a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-wide .iron_e0 .container_last .narrowpagination {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-96 .inshadow {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-96 .gas-ce .inshadow {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.complex-96 .texture-0d {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.complex-96 .texture-0d {
  background-color: var(--e-global-color-primary);
}
.heading_medium_17 .tabsstatic .coolfilter {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading_medium_17
  .tabsstatic:hover
  .accordion-complex-80 {
  color: var(--e-global-color-secondary);
}
.heading_medium_17
  .tabsstatic:hover
  .coolfilter {
  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);
}
.table_44 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.banner-b0 {
  flex-direction: column;
}

.banner-b0 .picture-db {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.banner-b0 .picture-db {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.banner-b0 .accent-rough-65 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.pro-ff.stoneshadow {
  display: none;
}

.table-west-e3 {
  display: none;
}

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

.input-left.message_easy_c4 {
  margin-bottom: 40px;
  width: 100%;
}

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

.banner-b0 a {
  width: 100%;
}

.hero_0f .info-gas.shadow-7a {
  width: 20% !important;
}

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

.coldbackdrop:hover {
  color: #000;
}

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

  transition: all 0.14s ease-out;
}

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

.content-9f {
  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;
}

.content-9f:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

.content-9f:nth-child(2):hover {
  color: #fff;
}

.hero_0f
  .info-gas.pinkframe
  .outer_db
  .gallery-bronze-3c {
  font-size: 20px !important;
}

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

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

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

  text-align: center;
}

.mask_down_eb.linkhovered > .outline_lite {
  display: flex;
  align-items: center;
}

.texture-a0 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

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

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

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

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

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

.avatar-soft {
  display: flex;
  gap: 50px;
}

.hero_0f
  .info-gas.container-3a
  .item-39
  .middle-65 {
  width: 100% !important;
}

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

.aside_stone_94 {
  width: 100%;
}

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

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

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

  display: none;
}

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

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

  visibility: hidden;
}

.message_dim_96:hover .descriptionout {
  visibility: visible;
}
.message_dim_96:hover.message_dim_96::before {
  display: block;
}

.brown_a4 h3 {
  color: #fff;
}

.tinydetail {
  margin: 0;
}

.hero_0f
  .info-gas.container-3a
  .middle-65
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.sortlast {
  width: 100%;
}

.focusstone {
  width: 100%;
}

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

.focusstone {
  width: 100%;
}

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

.middle-65 {
  display: flex;
  align-items: center;
}

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

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

.banner-b0 .picture-db.paper_a0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.banner-b0 h1.picture-db {
  margin-top: 120px !important;
}

.hero_0f .info-gas.button_61 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.breadcrumblight img {
  width: 100%;
}

.notification_under_2a .over-ad.outer_db {
  justify-content: space-between;
}

.footer_right {
  display: none;
}

.dark_a3 .accent-rough-65 {
  margin: 1px 0 !important;
}

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

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

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

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

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

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

  .notification_under_2a .over-ad.outer_db {
    border-bottom: 1px solid #f0c159;
  }

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

  .mask_down_eb.linkhovered > .outline_lite {
    gap: 15px;
    justify-content: space-between;
  }

  .hero_0f
    .info-gas.container-3a
    .middle-65
    img {
    width: 60% !important;
  }

  .highlightold {
    left: 2%;
  }

  .status_c5 {
    margin: 10px 0;
  }

  .banner-b0 .accent-rough-65 {
    margin: 0;
    margin-bottom: 10px;
  }

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

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

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

  h2.banner-b0 .picture-db,
  .banner-b0 .picture-db {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .middle-65 {
    justify-content: center;
  }

  .banner-b0 .accent-rough-65 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .hero_0f .info-gas.shadow-7a {
    width: 75% !important;
  }

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

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

  h2.banner-b0 .picture-db,
  .banner-b0 .picture-db {
    font-size: 30px !important;
  }

  .middle-65 {
    justify-content: center;
  }

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

  .modal-b5
    .photo-thick-71.border-41 {
    margin: 0 !important;
  }

  .texture-a0 {
    margin: 0;
    gap: 10px;
  }

  .status_c5 {
    display: flex;
  }

  .tall_46 .coldbackdrop {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .banner-b0 h1.picture-db {
    margin-top: 80px !important;
  }

  .hero_0f
    .info-gas.container-3a
    .middle-65
    img,
  .content-center .item-39 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-9f {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .hero_0f .info-gas.shadow-7a {
    width: 100% !important;
  }

  .mask_down_eb.linkhovered > .outline_lite {
    gap: 3px;
  }

  .banner-b0 .accent-rough-65 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 3e81 */
.widget-item-e5 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.0;
}
