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(.container_965d) {
  gap: 0.5em;
}
:where(.light-5905) {
  gap: 0.5em;
}
body .card-d90c > .table_east_c5b8 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .card-d90c > .main_lite_0c8a {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .card-d90c > .block-fresh-46de {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .overlay_e9a3 > .table_east_c5b8 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .overlay_e9a3 > .main_lite_0c8a {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .overlay_e9a3 > .block-fresh-46de {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .overlay_e9a3
  > :where(:not(.table_east_c5b8):not(.main_lite_0c8a):not(.header_c7b6)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .overlay_e9a3 > .gas_8008 {
  max-width: var(--wp--style--global--wide-size);
}
body .container_965d {
  display: flex;
}
body .container_965d {
  flex-wrap: wrap;
  align-items: center;
}
body .container_965d > * {
  margin: 0;
}
body .light-5905 {
  display: grid;
}
body .light-5905 > * {
  margin: 0;
}
:where(.badge_d697.container_965d) {
  gap: 2em;
}
:where(.badge_d697.light-5905) {
  gap: 2em;
}
:where(.steel-e17e.container_965d) {
  gap: 1.25em;
}
:where(.steel-e17e.light-5905) {
  gap: 1.25em;
}
.banner_action_7b5c {
  color: var(--wp--preset--color--black) !important;
}
.gradient-cool-40dd {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.element-yellow-3294 {
  color: var(--wp--preset--color--white) !important;
}
.description-pressed-abb7 {
  color: var(--wp--preset--color--pale-pink) !important;
}
.solid_16ac {
  color: var(--wp--preset--color--vivid-red) !important;
}
.chip-a72f {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.accordion-middle-27a3 {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.new-124c {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.huge-ce42 {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.hidden_stale_a823 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.feature-left-349a {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.disabled-354e {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.layout_9f25 {
  background-color: var(--wp--preset--color--black) !important;
}
.media_f693 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.focused-051d {
  background-color: var(--wp--preset--color--white) !important;
}
.picture-focused-55a7 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.cool_1781 {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.wide_e85b {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.link-0811 {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.rough_6f50 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.element-left-1291 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.info_2b82 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.center_99fc {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hover_9961 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.advanced-8e12 {
  border-color: var(--wp--preset--color--black) !important;
}
.media-843f {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.article_in_f7a2 {
  border-color: var(--wp--preset--color--white) !important;
}
.primary-paper-9704 {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.link-83b8 {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.image_0aae {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.hero-fast-4fbb {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.menu_3c72 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.modal-bronze-abb2 {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.texture-slow-a82c {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.photo_81a4 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.panel_960d {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.yellow_4558 {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.box_easy_fe8d {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.table-basic-1765 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.outline-right-131f {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.slider_d747 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.focus_541e {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.tag-prev-c48a {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.border_9721 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.blue_d457 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.huge_1368 {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.preview-deb9 {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.banner-b1cf {
  background: var(--wp--preset--gradient--midnight) !important;
}
.menu_46a1 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.photo_74aa {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.disabled_hot_ecd6 {
  font-size: var(--wp--preset--font-size--large) !important;
}
.media-7e62 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.outer-7257 a:where(:not(.tag_focused_6cb3)) {
  color: inherit;
}
:where(.steel-e17e.container_965d) {
  gap: 1.25em;
}
:where(.steel-e17e.light-5905) {
  gap: 1.25em;
}
:where(.badge_d697.container_965d) {
  gap: 2em;
}
:where(.badge_d697.light-5905) {
  gap: 2em;
}
.info-1c32 {
  font-size: 1.5em;
  line-height: 1.6;
}

.border-clean-eed7 .next-ae3c {
  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_1f1b .layout_north_0ffe {
  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);
}
.glass_56bb {
  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);
}
.glass_56bb.stone-e9d7 .icon-upper-6e75 {
  background-color: var(--e-global-color-primary);
}
.glass_56bb.grid-10b7 .icon-upper-6e75,
.glass_56bb.message_black_e3c0 .icon-upper-6e75 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.tag-center-7adb .aside_a926 {
  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);
}
.in-ff0b {
  --divider-color: var(--e-global-color-secondary);
}
.in-ff0b .element-c7f4 {
  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);
}
.in-ff0b.steel_4e8f .warm_e0eb {
  background-color: var(--e-global-color-secondary);
}
.in-ff0b.motion-6413 .warm_e0eb,
.in-ff0b.box_aa71 .warm_e0eb {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.in-ff0b.motion-6413 .warm_e0eb,
.in-ff0b.box_aa71 .warm_e0eb svg {
  fill: var(--e-global-color-secondary);
}
.block_3267 .popup-thick-4a51 {
  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);
}
.block_3267 .search-right-122a {
  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);
}
.top-9cba.steel_4e8f .warm_e0eb {
  background-color: var(--e-global-color-primary);
}
.top-9cba.motion-6413 .warm_e0eb,
.top-9cba.box_aa71 .warm_e0eb {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.top-9cba.motion-6413 .warm_e0eb,
.top-9cba.box_aa71 .warm_e0eb svg {
  fill: var(--e-global-color-primary);
}
.feature_5e98.steel_4e8f .warm_e0eb {
  background-color: var(--e-global-color-primary);
}
.feature_5e98.motion-6413 .warm_e0eb,
.feature_5e98.box_aa71 .warm_e0eb {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.feature_5e98 .lite-3eda {
  color: var(--e-global-color-primary);
}
.feature_5e98 .lite-3eda,
.feature_5e98 .lite-3eda a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature_5e98 .down-f940 {
  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);
}
.old_75a1 .warm_00d5 {
  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);
}
.purple-6605 .row_fast_811c .video_selected_b3f7 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.bronze-7ec1 .element-fast-b061:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.bronze-7ec1 .hovered_2e28 i {
  color: var(--e-global-color-primary);
}
.bronze-7ec1 .hovered_2e28 svg {
  fill: var(--e-global-color-primary);
}
.bronze-7ec1 .frame-fe2e {
  color: var(--e-global-color-secondary);
}
.bronze-7ec1 .element-fast-b061 > .frame-fe2e,
.bronze-7ec1 .element-fast-b061 > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_c523 .cool_745c {
  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);
}
.cold_c523 .banner_8a23 {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.nav-copper-59e8 .filter-cool-a4fc .motion_7544 {
  background-color: var(--e-global-color-primary);
}
.nav-copper-59e8 .top-24d8 {
  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);
}
.container-out-4e67 .notice_2acd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.container-out-4e67 .brown_3b5d {
  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);
}
.container-out-4e67 .accent-681a {
  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);
}
.component-c416 .accordion-445d,
.component-c416 .accordion-445d a {
  color: var(--e-global-color-primary);
}
.component-c416 .accordion-445d.video-stale-a661,
.component-c416 .accordion-445d.video-stale-a661 a {
  color: var(--e-global-color-accent);
}
.component-c416 .accordion-445d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.component-c416 .text-narrow-e59c {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background-a8f6 .top_ffe9,
.background-a8f6 .hot_87e2 {
  color: var(--e-global-color-primary);
}
.background-a8f6 .top_ffe9 svg {
  fill: var(--e-global-color-primary);
}
.background-a8f6 .video-stale-a661 .top_ffe9,
.background-a8f6 .video-stale-a661 .hot_87e2 {
  color: var(--e-global-color-accent);
}
.background-a8f6 .video-stale-a661 .top_ffe9 svg {
  fill: var(--e-global-color-accent);
}
.background-a8f6 .hot_87e2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.background-a8f6 .text-narrow-e59c {
  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);
}
.tooltip-5147 .frame_3b6c,
.tooltip-5147 .list_f504 {
  color: var(--e-global-color-primary);
}
.tooltip-5147 .list_f504 svg {
  fill: var(--e-global-color-primary);
}
.tooltip-5147 .accordion-445d.video-stale-a661 a,
.tooltip-5147
  .accordion-445d.video-stale-a661
  .list_f504 {
  color: var(--e-global-color-accent);
}
.tooltip-5147 .frame_3b6c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip-5147 .text-narrow-e59c {
  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);
}
.border_slow_00b7 .thumbnail_acf7 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.border_slow_00b7 .slow-254f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_0839 .status-stone-83ce .pink_38c3 {
  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);
}
.heading_hovered_0839 .status-stone-83ce .silver_0231 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_0839 .in-cac5 .pink_38c3 {
  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);
}
.heading_hovered_0839
  .in-cac5
  .silver_0231 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_0839
  .table-motion-2751
  .pink_38c3 {
  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);
}
.heading_hovered_0839
  .table-motion-2751
  .silver_0231 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.heading_hovered_0839
  .fast_efb8
  .pink_38c3 {
  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);
}
.heading_hovered_0839
  .fast_efb8
  .silver_0231 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.accordion_prev_3f93 .red-cc3c {
  background-color: var(--e-global-color-primary);
}
.accordion_prev_3f93 .red-cc3c:hover {
  background-color: var(--e-global-color-primary);
}
.accordion_prev_3f93 .footer_93a2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.accordion_prev_3f93
  .red-cc3c:hover
  .footer_93a2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tooltip_660b .table-4c67 {
  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);
}
.grid_mini_abc4 .fluid-75d7 .mini_ceb8 a {
  background-color: var(--e-global-color-accent);
}
.grid_mini_abc4 .fluid-75d7 .carousel_fluid_fcb1 a {
  background-color: var(--e-global-color-accent);
}
.grid_mini_abc4 .fluid-75d7 .mini_ceb8 a,
.grid_mini_abc4 .fluid-75d7 .carousel_fluid_fcb1 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.orange_45b0
  .east_2c87.column_slow_77b7
  .fluid-75d7
  a.heading_top_a091 {
  background-color: var(--e-global-color-accent);
}
.orange_45b0
  .east_2c87.column_slow_77b7
  .fluid-75d7
  span.heading_top_a091.fn-current-bbfa {
  background-color: var(--e-global-color-text);
}
.orange_45b0
  .east_2c87.column_slow_77b7
  .fluid-75d7
  .heading_top_a091 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211 .hard-c62f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .fast-b904
  > .label_aeb1
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .section_68c0
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .gallery-easy-866c
  .description_4107,
.surface-slow-1211
  .gallery-easy-866c
  .frame-24f2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-slow-1211
  .gallery-easy-866c
  .border_up_2abb,
.surface-slow-1211
  .gallery-easy-866c
  a
  .border_up_2abb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .gallery-easy-866c
  .video-7e6d {
  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);
}
.surface-slow-1211
  .gallery-easy-866c
  .disabled_wood_18eb {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .gallery-easy-866c
  .disabled_wood_18eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .gallery-easy-866c
  .disabled_wood_18eb:hover {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .gallery-easy-866c
  .texture_pro_6f5a {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .gallery-easy-866c
  .texture_pro_6f5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .gallery-easy-866c
  .texture_pro_6f5a:hover {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .liquid_9085
  .easy-5142
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-slow-1211
  .liquid_9085
  .module-orange-a87e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .liquid_9085
  .video-7e6d {
  color: var(--e-global-color-text);
}
.surface-slow-1211
  .liquid_9085
  .video-7e6d
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .liquid_9085
  .disabled_wood_18eb {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .liquid_9085
  .disabled_wood_18eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .liquid_9085
  .disabled_wood_18eb:hover {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .liquid_9085
  .texture_pro_6f5a {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211
  .liquid_9085
  .texture_pro_6f5a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.surface-slow-1211
  .liquid_9085
  .texture_pro_6f5a:hover {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211 .advanced-43f7 {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211 .advanced-43f7:hover {
  background-color: var(--e-global-color-primary);
}
.surface-slow-1211 .new_2d82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.surface-slow-1211 .primary_7ce3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-in-e98d .shadow_under_abd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-in-e98d
  .photo_bottom_e6e2
  > div:nth-child(3)
  .shadow_under_abd3,
.hover-in-e98d
  .banner_27ea
  > div:nth-child(1)
  .shadow_under_abd3,
.hover-in-e98d
  .huge_01b7
  > div:nth-child(1)
  .shadow_under_abd3,
.hover-in-e98d
  .message-fluid-aa82
  > div:nth-child(1)
  .shadow_under_abd3,
.hover-in-e98d
  .wood_6226
  > div:nth-child(1)
  .shadow_under_abd3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-in-e98d .component-5e27 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-in-e98d .menu_iron_04a8 {
  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-in-e98d .under_37b4 {
  background-color: var(--e-global-color-primary);
}
.hover-in-e98d .under_37b4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hover-in-e98d .under_37b4:hover {
  background-color: var(--e-global-color-primary);
}
.hover-in-e98d .overlay_bottom_7f5d {
  background-color: var(--e-global-color-primary);
}
.hover-in-e98d .overlay_bottom_7f5d:hover {
  background-color: var(--e-global-color-primary);
}
.hover-in-e98d .new_2d82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-in-e98d .primary_7ce3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_d145 .background_over_55b6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_d145 .accordion-96b7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_d145 .tag_complex_ecec {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_d145 .black_6547 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_d145 .input_in_a7a0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sidebar_d145 .overlay_bottom_7f5d {
  background-color: var(--e-global-color-primary);
}
.sidebar_d145 .overlay_bottom_7f5d:hover {
  background-color: var(--e-global-color-primary);
}
.dynamic-235c .panel_304a {
  background-color: var(--e-global-color-secondary);
}
.dynamic-235c .advanced_6f4f {
  background-color: var(--e-global-color-text);
}
.dynamic-235c .first_f152 {
  background-color: var(--e-global-color-secondary);
}
.dynamic-235c .focus_thick_726c {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.dynamic-235c .focused-b0eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic-235c .shadow-1d23 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic-235c .block-complex-3376 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dynamic-235c .sort_55df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_019f .purple-3455 .narrow-51b0,
.disabled_019f
  .purple-3455
  .narrow-51b0
  a,
.disabled_019f .secondary_stone_117e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_019f .purple-3455 .upper-2b7b,
.disabled_019f .tag-8a6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.disabled_019f .purple-3455 .upper-2b7b {
  color: var(--e-global-color-text);
}
.disabled_019f .tag-8a6d {
  color: var(--e-global-color-text);
}
.disabled_019f
  .purple-3455
  .focus-4f56 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.disabled_019f .stone-b6b5 .hover_steel_a75d {
  background-color: var(--e-global-color-primary);
}
.disabled_019f .stone-b6b5 .hover_steel_a75d:hover {
  background-color: var(--e-global-color-primary);
}
.disabled_019f .stone-b6b5 .in_9179 li span {
  background-color: var(--e-global-color-text);
}
.disabled_019f .stone-b6b5 .in_9179 li span:hover {
  background-color: var(--e-global-color-primary);
}
.disabled_019f
  .stone-b6b5
  .in_9179
  li.active_cf19
  span {
  background-color: var(--e-global-color-accent);
}
.disabled_019f .aside_258e span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-steel-6bca .tertiary_e64e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hot-1e12 .gradient-rough-f7b4 {
  background-color: var(--e-global-color-primary);
}
.hot-1e12 .lower_044d {
  background-color: var(--e-global-color-secondary);
}
.hot-1e12 .outline-656c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .silver_b1bc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .content_gas_524c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .top_f084 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .yellow_90eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .module_selected_14df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hot-1e12 .section_cold_a0b3 {
  background-color: var(--e-global-color-primary);
}
.hot-1e12 .section_cold_a0b3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.static-ab92 .dropdown_73fd {
  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);
}
.static-ab92 .chip-a825 {
  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);
}
.static-ab92
  .lite-9506:after {
  background-color: var(--e-global-color-primary);
}
.static-ab92 .black-2014 {
  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);
}
.paper-7cac .secondary_stone_117e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.paper-7cac .tag-8a6d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dropdown_soft_504e .liquid_92fc .south_fbd0 {
  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);
}
.dropdown_soft_504e .liquid_92fc .badge_down_5011 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.description_upper_0bc2 .soft-c7be {
  background-color: var(--e-global-color-primary);
}
.description_upper_0bc2 .border_6c7f {
  background-color: var(--e-global-color-secondary);
}
.description_upper_0bc2 .dropdown_f57b .summary_prev_71e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.description_upper_0bc2 .header_fe1f .summary_prev_71e8 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.light-344c .button_1c45 .caption_black_dbc3 {
  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);
}
.light-344c .button_1c45 .focus-dirty-aa73 {
  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);
}
.light-344c .button_1c45 .texture_black_2cfd {
  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);
}
.iron-4621 .list_f5fe {
  border-color: var(--e-global-color-text);
}
.iron-4621 .list_4c66 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.iron-4621 .module_silver_6353 {
  color: var(--e-global-color-primary);
}
.iron-4621 .modal-smooth-e581 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.heading-2f13 .caption-ecbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-2f13 .banner_focused_9237 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-2f13 .message_801f:hover .caption-ecbd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.heading-2f13
  .message_801f:hover
  .banner_focused_9237 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-narrow-72b8 .description_tall_c332 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.module-narrow-72b8 .soft_41e8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.simple_6981 .list-7600 .narrow_fd30 {
  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);
}
.simple_6981 .dynamic-e11f .narrow_fd30 {
  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);
}
.tag-solid-9eab .accent-fluid-3a64 {
  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);
}
.active_72d6 .shade_stale_7304 .fluid-e0af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_72d6 .shade_stale_7304 .fluid-e0af {
  background-color: var(--e-global-color-secondary);
}
.active_72d6 .item_470f .fluid-e0af {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active_72d6 .item_470f .fluid-e0af {
  background-color: var(--e-global-color-secondary);
}
.active_72d6 .picture-345b .title-wide-712c {
  background-color: var(--e-global-color-primary);
}
.active_72d6 .picture-345b:hover .title-wide-712c {
  background-color: var(--e-global-color-secondary);
}
.active_72d6 .hover_steel_a75d {
  background-color: var(--e-global-color-primary);
}
.active_72d6 .hover_steel_a75d:hover {
  background-color: var(--e-global-color-accent);
}
.active_72d6 .in_9179 li span {
  background-color: var(--e-global-color-text);
}
.active_72d6 .in_9179 li span:hover {
  background-color: var(--e-global-color-primary);
}
.active_72d6 .in_9179 li.active_cf19 span {
  background-color: var(--e-global-color-accent);
}
.table_out_9af5 .hard_3cf1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_out_9af5 .image_advanced_9537 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty_c9ca .narrow-37b8:before {
  background-color: var(--e-global-color-secondary);
}
.dirty_c9ca .panel-8c46 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.dirty_c9ca .status_pressed_3a44 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-502c .input-208a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-502c .input-208a:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-502c .input-208a.fn-active-bbfa {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.slow-502c .soft_1021 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow-502c .border_motion_d5b3 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow-502c .tertiary_large_4245 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.slow-502c .gas-fbf2 {
  background-color: var(--e-global-color-primary);
}
.slow-502c .gas-fbf2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.slow-502c .notice_c8d0 {
  background-color: var(--e-global-color-primary);
}
.slow-502c .notice_c8d0 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .element_old_ff84 a {
  color: var(--e-global-color-secondary);
}
.hero-down-bafd .gradient_yellow_252b .element_old_ff84 a:hover {
  color: var(--e-global-color-secondary);
}
.hero-down-bafd .gradient_yellow_252b .element_old_ff84,
.hero-down-bafd .gradient_yellow_252b .element_old_ff84 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .glass-fff8 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .east-9a14 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .notice_7bd9 {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .gradient_yellow_252b .notice_7bd9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .notice_7bd9:hover {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .gradient_yellow_252b .carousel_275c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hero-down-bafd .gradient_yellow_252b .carousel_275c {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .gradient_yellow_252b .carousel_275c:hover {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .gradient_yellow_252b .hover_steel_a75d {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .gradient_yellow_252b .hover_steel_a75d:hover {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .stone-b6b5 .in_9179 li span {
  background-color: var(--e-global-color-text);
}
.hero-down-bafd .stone-b6b5 .in_9179 li span:hover {
  background-color: var(--e-global-color-primary);
}
.hero-down-bafd .stone-b6b5 .in_9179 li.active_cf19 span {
  background-color: var(--e-global-color-accent);
}
.hero-down-bafd .new_2d82 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero-down-bafd .primary_7ce3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-323e .center-7bef .breadcrumb-22dc {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.next-323e .center-7bef .main_b79f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.next-323e .center-7bef .border-lite-17f7 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49 .pagination-702a {
  border-color: var(--e-global-color-text);
}
.input_5d49 .outer_655d {
  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);
}
.input_5d49 .cool-3ce5 {
  color: var(--e-global-color-secondary);
}
.input_5d49 .cool-3ce5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49 .title_paper_42cb > * {
  color: var(--e-global-color-primary);
}
.input_5d49 .title_paper_42cb > * svg {
  fill: var(--e-global-color-primary);
}
.input_5d49 .icon-3e46 {
  color: var(--e-global-color-primary);
}
.input_5d49 .icon-3e46 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_5d49 .article_8bb0 {
  color: var(--e-global-color-primary);
}
.input_5d49 .article_8bb0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.input_5d49 .solid_4ed4 {
  color: var(--e-global-color-primary);
}
.input_5d49 .solid_4ed4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49 .item_9e56 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49 .tooltip-70cd {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49 .tooltip-70cd.description_a75f {
  color: var(--e-global-color-secondary);
}
.input_5d49 .tooltip-70cd.description_a75f .box_liquid_4dcf {
  color: var(--e-global-color-accent);
}
.input_5d49 .tooltip-70cd.accent-action-18e3 {
  color: var(--e-global-color-text);
}
.input_5d49 .tooltip-70cd.accent-action-18e3 .box_liquid_4dcf {
  color: var(--e-global-color-text);
}
.input_5d49 .tooltip-70cd:before {
  border-top-color: var(--e-global-color-text);
}
.input_5d49 .shade-tiny-06f0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.input_5d49
  .shade-tiny-06f0
  .tag-e2b4 {
  background-color: var(--e-global-color-primary);
}
.input_5d49
  .shade-tiny-06f0
  .tag-e2b4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.input_5d49 .pagination-702a .current_abea {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.module-48a4 .card_e9d2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.module-48a4 .feature_2c5b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-4f88 .hover-f87a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.notification-4f88
  .middle-3a1e
  .paper-074b {
  background-color: var(--e-global-color-secondary);
}
.notification-4f88
  .middle-3a1e.element_6569
  .paper-074b {
  background-color: var(--e-global-color-text);
}
.notification-4f88
  .middle-3a1e:hover
  .paper-074b {
  background-color: var(--e-global-color-accent);
}
.notification-4f88
  .middle-3a1e.fn-active-bbfa
  .paper-074b {
  background-color: var(--e-global-color-primary);
}
.focused-5829 .popup_yellow_36b6 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.focused-5829 .hot-2342 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused-5829 .old-472e {
  background-color: var(--e-global-color-primary);
}
.focused-5829 .old-472e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-e213 .tertiary_4b36 .east_6fc3 .highlight_ee79 {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb-e213 .tertiary_4b36 .shadow-under-c67a:after {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb-e213 .picture_static_b7ff {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-e213 .outer-ce58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-e213 .label_dim_67c5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.breadcrumb-e213 .card-medium-dfd8 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-e213 .card-medium-dfd8 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-e213 .module_simple_162c {
  background-color: var(--e-global-color-secondary);
}
.breadcrumb-e213 .module_simple_162c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.breadcrumb-e213 .tertiary_4b36 .south-f919 .nav-5bb5:hover {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-e213
  .tertiary_4b36
  .south-f919
  .nav-5bb5.orange_4298 {
  background-color: var(--e-global-color-primary);
}
.breadcrumb-e213 .tertiary_4b36 .steel-a0bd:before {
  border-color: var(--e-global-color-primary);
}
.breadcrumb-e213 .tertiary_4b36 .steel-a0bd:hover:before {
  border-color: var(--e-global-color-secondary);
}
.breadcrumb-e213
  .tertiary_4b36
  .steel-a0bd.motion_dd24:before {
  border-color: var(--e-global-color-primary);
}
.breadcrumb-e213 .media-6395 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.article_fb33 .right_c0b6 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_fb33 .right_c0b6:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_fb33 .right_c0b6.gradient_29b2 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_fb33 .block-iron-1199 {
  background-color: var(--e-global-color-primary);
}
.article_fb33 .block-iron-1199 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_fb33
  .sidebar-last-7aab
  .bright-1517
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.article_fb33
  .down-d95e
  .bright-1517
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.grid_8d20
  .icon-69ab
  .frame-warm-6d24 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_8d20
  .icon-69ab
  .blue_f83a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_8d20 .simple_dec9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid_8d20 .over_1cc3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.grid_8d20 .dropdown_cold_8418 {
  background-color: var(--e-global-color-primary);
}
.grid_8d20 .dropdown_cold_8418 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pink-d642 .content_3004 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.pink-d642 .left-fa77 {
  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);
}
.pink-d642 .message-purple-4410 {
  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);
}
.pink-d642 .message-purple-4410 a:hover {
  color: var(--e-global-color-secondary);
}
.pink-d642 .panel-fa77 {
  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);
}
.pink-d642 .wood_260e {
  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);
}
.pink-d642 .left-151c .hover_steel_a75d {
  background-color: var(--e-global-color-primary);
}
.pink-d642 .left-151c .hover_steel_a75d:hover {
  background-color: var(--e-global-color-accent);
}
.pink-d642
  .left-151c
  .in_9179
  li
  span {
  background-color: var(--e-global-color-text);
}
.pink-d642
  .left-151c
  .in_9179
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.pink-d642
  .left-151c
  .in_9179
  li.active_cf19
  span {
  background-color: var(--e-global-color-accent);
}
.thumbnail_16fe
  .dirty_047f
  .basic_cd5e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_16fe .dirty_047f .gallery-over-58be {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.thumbnail_16fe .dirty_047f .paragraph-f906 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail_16fe .rough-3409 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  background-color: var(--e-global-color-accent);
}
.thumbnail_16fe
  .tall-55e7.table_3cd4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a {
  background-color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .modal-lower-3545.preview-ab43 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .static_799c.static_c852 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  .hover-action-e619
  > a {
  background-color: var(--e-global-color-secondary);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  .hover-action-e619
  > a
  .chip_30c0 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  .hover-action-e619
  > a
  .static_799c.table-e693 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .notification-west-5f3e:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  a
  .notification-west-5f3e:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619.list-5ea9
  > a
  .notification-west-5f3e:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  .hover-action-e619.list-5ea9
  > a
  .notification-west-5f3e:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .north-af90
  .dynamic-8175 {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  a
  .north-af90
  .dynamic-8175 {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .north-af90
  .dynamic-8175,
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  a
  .north-af90
  .dynamic-8175 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > a
  .complex_3121:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  a
  .complex_3121:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619.list-5ea9
  > a
  .complex_3121:before {
  color: var(--e-global-color-text);
}
.silver_6264
  > .bottom_1df7
  > div
  > .footer-beca
  > .hover-action-e619
  > .picture-brown-4f25
  .hover-action-e619.list-5ea9
  > a
  .complex_3121:before {
  color: var(--e-global-color-text);
}
.border-5f85 .yellow_940c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border-5f85
  .bottom-b3db:hover
  .yellow_940c {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.feature-3b32
  > .bottom_1df7
  > .section_hot_8eb8
  > .gallery-0fd2
  > .yellow_2c0e
  > .photo-784e
  .plasma-346a {
  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);
}
.feature-3b32
  > .bottom_1df7
  > .section_hot_8eb8
  > .gallery-0fd2
  > .yellow_2c0e
  > .photo-784e:hover
  .plasma-346a {
  color: var(--e-global-color-text);
}
.feature-3b32
  > .bottom_1df7
  > .section_hot_8eb8
  > .gallery-0fd2
  > .yellow_2c0e
  > .photo-784e:hover
  .plasma-346a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.feature-3b32
  > .bottom_1df7
  > .section_hot_8eb8
  > .gallery-0fd2
  > .yellow_2c0e.picture-1f7b
  > .photo-784e
  .plasma-346a {
  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);
}
.sort_9be2 .focus_0eb5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_9be2 .block_easy_fe32 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.sort_9be2 .gold-b2eb {
  background-color: var(--e-global-color-primary);
}
.sort_9be2 .gold-b2eb {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d
  .focus_0d98 {
  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);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d
  .simple-0a8c {
  color: var(--e-global-color-text);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d:hover
  .focus_0d98 {
  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);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d:hover
  .simple-0a8c {
  color: var(--e-global-color-secondary);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d.module-static-6f25
  .focus_0d98 {
  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);
}
.copper-b887
  > .bottom_1df7
  > .breadcrumb-6cb4
  > .hard_a29c
  > .out_869d.module-static-6f25
  .simple-0a8c {
  color: var(--e-global-color-primary);
}
.active-stone-ba61
  .shade-d73c
  .link_9217 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.active-stone-ba61 .copper-d094 .current_abea .first-8cb4 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_fast_89e1 .tabs-e427 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_fast_89e1 .label-top-1d3b .tabs-e427 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_fast_89e1 .tooltip-4a81 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.widget_fast_89e1 .tooltip-4a81 {
  background-color: var(--e-global-color-primary);
}
.label_094e .notice_34d4 .surface-bright-86f3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.label_094e
  .notice_34d4:hover
  .out-bffa {
  color: var(--e-global-color-secondary);
}
.label_094e
  .notice_34d4:hover
  .surface-bright-86f3 {
  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);
}
.dirty_3c69 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.mini_8a00 {
  flex-direction: column;
}

.mini_8a00 .old_fc35 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

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

.mini_8a00 .detail-lite-1195 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.link-d7ad.clean-49c3 {
  display: none;
}

.box-9eca {
  display: none;
}

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

.avatar_afed.label_easy_d336 {
  margin-bottom: 40px;
  width: 100%;
}

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

.mini_8a00 a {
  width: 100%;
}

.background-yellow-c8e4 .wrapper-under-bf39.text_4385 {
  width: 20% !important;
}

.active-liquid-aa3a {
  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;
}

.active-liquid-aa3a:hover {
  color: #000;
}

.active-liquid-aa3a svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.active-liquid-aa3a:hover svg {
  fill: #000;
}

.link-warm-c2a9 {
  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;
}

.link-warm-c2a9:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

.link-warm-c2a9:nth-child(2):hover {
  color: #fff;
}

.background-yellow-c8e4
  .wrapper-under-bf39.mask-cada
  .out_5f4f
  .logo_754e {
  font-size: 20px !important;
}

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

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

.outer-423b h3 {
  font-weight: bolder;
  font-size: 40px;

  text-align: center;
}

.article_a431.wrapper-3ac5 > .media_43aa {
  display: flex;
  align-items: center;
}

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

  margin: 20px 0;
}

.component-896c {
  position: relative;
  width: 100%;
}

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

.border-0d03 {
  font-size: 35px !important;
}

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

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

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

.background-yellow-c8e4
  .wrapper-under-bf39.feature_3238
  .up_ba17
  .first-3a18 {
  width: 100% !important;
}

.button-hovered-f558 {
  width: 500px !important;
  max-width: none;
}

.tag_lower_f7ed {
  width: 100%;
}

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

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

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

  display: none;
}

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

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

  visibility: hidden;
}

.lower_495b:hover .huge_9f6a {
  visibility: visible;
}
.lower_495b:hover.lower_495b::before {
  display: block;
}

.outer-423b h3 {
  color: #fff;
}

.current-0e30 {
  margin: 0;
}

.background-yellow-c8e4
  .wrapper-under-bf39.feature_3238
  .first-3a18
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.first-a0a8 {
  width: 100%;
}

.huge_278f {
  width: 100%;
}

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

.huge_278f {
  width: 100%;
}

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

.first-3a18 {
  display: flex;
  align-items: center;
}

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

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

.mini_8a00 .old_fc35.alert_2d2a {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.mini_8a00 h1.old_fc35 {
  margin-top: 120px !important;
}

.background-yellow-c8e4 .wrapper-under-bf39.background-steel-4c16 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.secondary_7cc0 img {
  width: 100%;
}

.purple_96aa .static_8745.out_5f4f {
  justify-content: space-between;
}

.title-d70c {
  display: none;
}

.pink_106f .detail-lite-1195 {
  margin: 1px 0 !important;
}

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

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

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

  .button-hovered-f558 {
    width: 100% !important;
  }
}

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

  .active-liquid-aa3a svg {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }

  .purple_96aa .static_8745.out_5f4f {
    border-bottom: 1px solid #f0c159;
  }

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

  .article_a431.wrapper-3ac5 > .media_43aa {
    gap: 15px;
    justify-content: space-between;
  }

  .background-yellow-c8e4
    .wrapper-under-bf39.feature_3238
    .first-3a18
    img {
    width: 60% !important;
  }

  .soft_c0ca {
    left: 2%;
  }

  .chip_wide_a93e {
    margin: 10px 0;
  }

  .mini_8a00 .detail-lite-1195 {
    margin: 0;
    margin-bottom: 10px;
  }

  .active-liquid-aa3a {
    font-size: 16px !important;
  }

  .border-0d03 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.mini_8a00 .old_fc35,
  .mini_8a00 .old_fc35 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .first-3a18 {
    justify-content: center;
  }

  .mini_8a00 .detail-lite-1195 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .background-yellow-c8e4 .wrapper-under-bf39.text_4385 {
    width: 75% !important;
  }

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

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

  h2.mini_8a00 .old_fc35,
  .mini_8a00 .old_fc35 {
    font-size: 30px !important;
  }

  .first-3a18 {
    justify-content: center;
  }

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

  .layout-6898
    .notification-brown-da11.east_be3f {
    margin: 0 !important;
  }

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

  .chip_wide_a93e {
    display: flex;
  }

  .basic-0fb8 .active-liquid-aa3a {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

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

  .mini_8a00 h1.old_fc35 {
    margin-top: 80px !important;
  }

  .background-yellow-c8e4
    .wrapper-under-bf39.feature_3238
    .first-3a18
    img,
  .block_3267 .up_ba17 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .link-warm-c2a9 {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .background-yellow-c8e4 .wrapper-under-bf39.text_4385 {
    width: 100% !important;
  }

  .article_a431.wrapper-3ac5 > .media_43aa {
    gap: 3px;
  }

  .mini_8a00 .detail-lite-1195 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: 9693 */
.promo-block-l3 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.1;
}
