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(.main_969d) {
  gap: 0.5em;
}
:where(.tooltip-prev-65ba) {
  gap: 0.5em;
}
body .frame_upper_734f > .hot-5382 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .frame_upper_734f > .badge_60ba {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .frame_upper_734f > .aside-ed3f {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .clean_04fe > .hot-5382 {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .clean_04fe > .badge_60ba {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .clean_04fe > .aside-ed3f {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .clean_04fe
  > :where(:not(.hot-5382):not(.badge_60ba):not(.gold_6a81)) {
  max-width: var(--wp--style--global--contentent-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .clean_04fe > .banner_6f0c {
  max-width: var(--wp--style--global--wide-size);
}
body .main_969d {
  display: flex;
}
body .main_969d {
  flex-wrap: wrap;
  align-items: center;
}
body .main_969d > * {
  margin: 0;
}
body .tooltip-prev-65ba {
  display: grid;
}
body .tooltip-prev-65ba > * {
  margin: 0;
}
:where(.tabs_slow_7f23.main_969d) {
  gap: 2em;
}
:where(.tabs_slow_7f23.tooltip-prev-65ba) {
  gap: 2em;
}
:where(.slider-1668.main_969d) {
  gap: 1.25em;
}
:where(.slider-1668.tooltip-prev-65ba) {
  gap: 1.25em;
}
.full-f8aa {
  color: var(--wp--preset--color--black) !important;
}
.outline-c572 {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.selected_0fdc {
  color: var(--wp--preset--color--white) !important;
}
.hovered_1f6b {
  color: var(--wp--preset--color--pale-pink) !important;
}
.blue-9a0b {
  color: var(--wp--preset--color--vivid-red) !important;
}
.widget-bright-4557 {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.fresh-2d8d {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.column-4805 {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.component-0d6f {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.image-da95 {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.hovered_751f {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.title_af86 {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.action_6e4c {
  background-color: var(--wp--preset--color--black) !important;
}
.module-e094 {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.yellow_c605 {
  background-color: var(--wp--preset--color--white) !important;
}
.heading-middle-13f6 {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.nav_lower_87bc {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.current-4945 {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.description_7a3a {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.text-in-1d36 {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.dynamic_93d5 {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.south_f459 {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.feature_768f {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.hidden-plasma-1843 {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.yellow_1aba {
  border-color: var(--wp--preset--color--black) !important;
}
.element_large_ba63 {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.header-complex-556f {
  border-color: var(--wp--preset--color--white) !important;
}
.breadcrumb-5fdc {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.east-3e0c {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.surface_d624 {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.background-4725 {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.background-over-3912 {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.outer-439f {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.banner_clean_26fb {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.panel_advanced_f234 {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.complex_39cd {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.purple-320b {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.short-9d14 {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.selected_8cc7 {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.main-b1b1 {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.content-a748 {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.center-b214 {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.box_orange_0b68 {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.filter-middle-fb20 {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.logo-outer-7e32 {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.list-basic-89bd {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.media_08fc {
  background: var(--wp--preset--gradient--maldkfctric-grass) !important;
}
.video-over-76bf {
  background: var(--wp--preset--gradient--midnight) !important;
}
.table_copper_7f91 {
  font-size: var(--wp--preset--font-size--small) !important;
}
.old-c9d8 {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.tertiary_357f {
  font-size: var(--wp--preset--font-size--large) !important;
}
.avatar_ea20 {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.description_purple_8ed7 a:where(:not(.component-simple-1036)) {
  color: inherit;
}
:where(.slider-1668.main_969d) {
  gap: 1.25em;
}
:where(.slider-1668.tooltip-prev-65ba) {
  gap: 1.25em;
}
:where(.tabs_slow_7f23.main_969d) {
  gap: 2em;
}
:where(.tabs_slow_7f23.tooltip-prev-65ba) {
  gap: 2em;
}
.table_e561 {
  font-size: 1.5em;
  line-height: 1.6;
}

.shade-north-89b3 .advanced_cb24 {
  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);
}
.carousel-hard-58c5 .tag_in_f360 {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_steel_08bd {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.texture_steel_08bd.active_bfcf .slider-ba7e {
  background-color: var(--e-global-color-primary);
}
.texture_steel_08bd.under-3282 .slider-ba7e,
.texture_steel_08bd.up_b04b .slider-ba7e {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.pagination-f3d6 .secondary_black_a3d0 {
  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);
}
.paper-edff {
  --divider-color: var(--e-global-color-secondary);
}
.paper-edff .accordion-last-c0f1 {
  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);
}
.paper-edff.first-978f .message-8f50 {
  background-color: var(--e-global-color-secondary);
}
.paper-edff.yellow-e0cd .message-8f50,
.paper-edff.disabled-e504 .message-8f50 {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.paper-edff.yellow-e0cd .message-8f50,
.paper-edff.disabled-e504 .message-8f50 svg {
  fill: var(--e-global-color-secondary);
}
.container_in_5559 .pro-0f20 {
  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_in_5559 .tabs-silver-e821 {
  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);
}
.easy-58cc.first-978f .message-8f50 {
  background-color: var(--e-global-color-primary);
}
.easy-58cc.yellow-e0cd .message-8f50,
.easy-58cc.disabled-e504 .message-8f50 {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.easy-58cc.yellow-e0cd .message-8f50,
.easy-58cc.disabled-e504 .message-8f50 svg {
  fill: var(--e-global-color-primary);
}
.gallery-easy-e6c0.first-978f .message-8f50 {
  background-color: var(--e-global-color-primary);
}
.gallery-easy-e6c0.yellow-e0cd .message-8f50,
.gallery-easy-e6c0.disabled-e504 .message-8f50 {
  fill: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.gallery-easy-e6c0 .thumbnail_b1e8 {
  color: var(--e-global-color-primary);
}
.gallery-easy-e6c0 .thumbnail_b1e8,
.gallery-easy-e6c0 .thumbnail_b1e8 a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.gallery-easy-e6c0 .image-f6a1 {
  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);
}
.outline-ffdf .popup-cce6 {
  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);
}
.paragraph_rough_e40d .green-d4b7 .light-83e5 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.border_silver_ca03 .accent_501b:not(:last-child):after {
  border-color: var(--e-global-color-text);
}
.border_silver_ca03 .panel-ffe3 i {
  color: var(--e-global-color-primary);
}
.border_silver_ca03 .panel-ffe3 svg {
  fill: var(--e-global-color-primary);
}
.border_silver_ca03 .active_clean_6e68 {
  color: var(--e-global-color-secondary);
}
.border_silver_ca03 .accent_501b > .active_clean_6e68,
.border_silver_ca03 .accent_501b > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.row_rough_1523 .popup-53f1 {
  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);
}
.row_rough_1523 .rough_3de0 {
  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);
}
.panel_1f17 .layout-orange-959c .focus-silver-798d {
  background-color: var(--e-global-color-primary);
}
.panel_1f17 .gradient-light-7b3d {
  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);
}
.north-ebda .header-1799 {
  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);
}
.north-ebda .list_a8c9 {
  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);
}
.north-ebda .banner-af05 {
  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);
}
.yellow_ceea .soft-06a3,
.yellow_ceea .soft-06a3 a {
  color: var(--e-global-color-primary);
}
.yellow_ceea .soft-06a3.header_cool_e0e6,
.yellow_ceea .soft-06a3.header_cool_e0e6 a {
  color: var(--e-global-color-accent);
}
.yellow_ceea .soft-06a3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.yellow_ceea .caption-bottom-5991 {
  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_7914 .icon_bottom_c7e0,
.hero_7914 .chip_steel_4e56 {
  color: var(--e-global-color-primary);
}
.hero_7914 .icon_bottom_c7e0 svg {
  fill: var(--e-global-color-primary);
}
.hero_7914 .header_cool_e0e6 .icon_bottom_c7e0,
.hero_7914 .header_cool_e0e6 .chip_steel_4e56 {
  color: var(--e-global-color-accent);
}
.hero_7914 .header_cool_e0e6 .icon_bottom_c7e0 svg {
  fill: var(--e-global-color-accent);
}
.hero_7914 .chip_steel_4e56 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hero_7914 .caption-bottom-5991 {
  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);
}
.carousel_ca7a .slider-0aab,
.carousel_ca7a .pressed-9916 {
  color: var(--e-global-color-primary);
}
.carousel_ca7a .pressed-9916 svg {
  fill: var(--e-global-color-primary);
}
.carousel_ca7a .soft-06a3.header_cool_e0e6 a,
.carousel_ca7a
  .soft-06a3.header_cool_e0e6
  .pressed-9916 {
  color: var(--e-global-color-accent);
}
.carousel_ca7a .slider-0aab {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.carousel_ca7a .caption-bottom-5991 {
  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-92fd .table-inner-702f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.purple-92fd .south_2f9e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_c321 .shade_next_6b8c .popup-5740 {
  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);
}
.advanced_c321 .shade_next_6b8c .active-8561 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_c321 .green_4df9 .popup-5740 {
  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);
}
.advanced_c321
  .green_4df9
  .active-8561 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_c321
  .info_462e
  .popup-5740 {
  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);
}
.advanced_c321
  .info_462e
  .active-8561 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.advanced_c321
  .sidebar_ea48
  .popup-5740 {
  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);
}
.advanced_c321
  .sidebar_ea48
  .active-8561 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.text_7b4b .yellow-e264 {
  background-color: var(--e-global-color-primary);
}
.text_7b4b .yellow-e264:hover {
  background-color: var(--e-global-color-primary);
}
.text_7b4b .video-center-3e12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.text_7b4b
  .yellow-e264:hover
  .video-center-3e12 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.texture_4771 .medium_4162 {
  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);
}
.alert-wood-e307 .tabs-804a .medium-5376 a {
  background-color: var(--e-global-color-accent);
}
.alert-wood-e307 .tabs-804a .backdrop_glass_cc4b a {
  background-color: var(--e-global-color-accent);
}
.alert-wood-e307 .tabs-804a .medium-5376 a,
.alert-wood-e307 .tabs-804a .backdrop_glass_cc4b a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.element_8565
  .action-fbb6.form-bottom-26ac
  .tabs-804a
  a.orange-eb7a {
  background-color: var(--e-global-color-accent);
}
.element_8565
  .action-fbb6.form-bottom-26ac
  .tabs-804a
  span.orange-eb7a.fn-current-182f {
  background-color: var(--e-global-color-text);
}
.element_8565
  .action-fbb6.form-bottom-26ac
  .tabs-804a
  .orange-eb7a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9 .label_d2b8 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .media_fluid_a25a
  > .status_519a
  > a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .first-8239
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .orange-c093
  .aside-602a,
.upper-24b9
  .orange-c093
  .hero_4665 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-24b9
  .orange-c093
  .pressed-b34a,
.upper-24b9
  .orange-c093
  a
  .pressed-b34a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .orange-c093
  .red_4af2 {
  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);
}
.upper-24b9
  .orange-c093
  .mini_8240 {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .orange-c093
  .mini_8240 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .orange-c093
  .mini_8240:hover {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .orange-c093
  .large-6a97 {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .orange-c093
  .large-6a97 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .orange-c093
  .large-6a97:hover {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .image-1dbc
  .content-1e95
  a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-24b9
  .image-1dbc
  .footer-64ad {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .image-1dbc
  .red_4af2 {
  color: var(--e-global-color-text);
}
.upper-24b9
  .image-1dbc
  .red_4af2
  a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .image-1dbc
  .mini_8240 {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .image-1dbc
  .mini_8240 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .image-1dbc
  .mini_8240:hover {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .image-1dbc
  .large-6a97 {
  background-color: var(--e-global-color-primary);
}
.upper-24b9
  .image-1dbc
  .large-6a97 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.upper-24b9
  .image-1dbc
  .large-6a97:hover {
  background-color: var(--e-global-color-primary);
}
.upper-24b9 .component-selected-314f {
  background-color: var(--e-global-color-primary);
}
.upper-24b9 .component-selected-314f:hover {
  background-color: var(--e-global-color-primary);
}
.upper-24b9 .content-prev-d76e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.upper-24b9 .sidebar_7057 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_outer_08a7 .backdrop_eee3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_outer_08a7
  .cold-124d
  > div:nth-child(3)
  .backdrop_eee3,
.info_outer_08a7
  .large-cec6
  > div:nth-child(1)
  .backdrop_eee3,
.info_outer_08a7
  .fluid_be57
  > div:nth-child(1)
  .backdrop_eee3,
.info_outer_08a7
  .card_easy_a11d
  > div:nth-child(1)
  .backdrop_eee3,
.info_outer_08a7
  .glass-b0a8
  > div:nth-child(1)
  .backdrop_eee3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_outer_08a7 .backdrop_33df {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_outer_08a7 .last-afe3 {
  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);
}
.info_outer_08a7 .current_d9c2 {
  background-color: var(--e-global-color-primary);
}
.info_outer_08a7 .current_d9c2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.info_outer_08a7 .current_d9c2:hover {
  background-color: var(--e-global-color-primary);
}
.info_outer_08a7 .tertiary_tiny_94e9 {
  background-color: var(--e-global-color-primary);
}
.info_outer_08a7 .tertiary_tiny_94e9:hover {
  background-color: var(--e-global-color-primary);
}
.info_outer_08a7 .content-prev-d76e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.info_outer_08a7 .sidebar_7057 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_middle_c107 .full-7ffe {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.table_middle_c107 .section_c581 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_middle_c107 .accordion_e68d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_middle_c107 .description-tiny-75ac {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_middle_c107 .sort_focused_ca45 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.table_middle_c107 .tertiary_tiny_94e9 {
  background-color: var(--e-global-color-primary);
}
.table_middle_c107 .tertiary_tiny_94e9:hover {
  background-color: var(--e-global-color-primary);
}
.search-pink-6dac .light_f4a4 {
  background-color: var(--e-global-color-secondary);
}
.search-pink-6dac .preview_easy_056f {
  background-color: var(--e-global-color-text);
}
.search-pink-6dac .orange-e966 {
  background-color: var(--e-global-color-secondary);
}
.search-pink-6dac .background_bd60 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.search-pink-6dac .thick_48eb {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-pink-6dac .item_4788 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-pink-6dac .banner-8f16 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.search-pink-6dac .thumbnail_simple_a96a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-8e9e .accent-d078 .pagination_abe5,
.preview-8e9e
  .accent-d078
  .pagination_abe5
  a,
.preview-8e9e .medium-4ff5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-8e9e .accent-d078 .badge-dim-b6c7,
.preview-8e9e .rough-b072 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.preview-8e9e .accent-d078 .badge-dim-b6c7 {
  color: var(--e-global-color-text);
}
.preview-8e9e .rough-b072 {
  color: var(--e-global-color-text);
}
.preview-8e9e
  .accent-d078
  .media-upper-92b3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.preview-8e9e .focus_upper_5279 .box-slow-1e3f {
  background-color: var(--e-global-color-primary);
}
.preview-8e9e .focus_upper_5279 .box-slow-1e3f:hover {
  background-color: var(--e-global-color-primary);
}
.preview-8e9e .focus_upper_5279 .slow_4fef li span {
  background-color: var(--e-global-color-text);
}
.preview-8e9e .focus_upper_5279 .slow_4fef li span:hover {
  background-color: var(--e-global-color-primary);
}
.preview-8e9e
  .focus_upper_5279
  .slow_4fef
  li.accordion-32a4
  span {
  background-color: var(--e-global-color-accent);
}
.preview-8e9e .logo_c9f4 span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.small-32e2 .nav_hard_e54f {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.thumbnail-6233 .over-6906 {
  background-color: var(--e-global-color-primary);
}
.thumbnail-6233 .row-paper-543d {
  background-color: var(--e-global-color-secondary);
}
.thumbnail-6233 .notification_brown_511f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .label_d2d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .basic_0389 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .alert-brown-c7b1 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .first-659d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .table_d421 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.thumbnail-6233 .box-da6e {
  background-color: var(--e-global-color-primary);
}
.thumbnail-6233 .box-da6e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.content-west-b503 .chip-white-f13b {
  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);
}
.content-west-b503 .current-af82 {
  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);
}
.content-west-b503
  .progress_cool_16f9:after {
  background-color: var(--e-global-color-primary);
}
.content-west-b503 .row-934f {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.image_complex_abe4 .medium-4ff5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.image_complex_abe4 .rough-b072 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.south-58da .current-3a48 .inner_4192 {
  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);
}
.south-58da .current-3a48 .text_8faf {
  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);
}
.motion-8952 .center-7293 {
  background-color: var(--e-global-color-primary);
}
.motion-8952 .summary-purple-8d98 {
  background-color: var(--e-global-color-secondary);
}
.motion-8952 .item_0253 .outer-9337 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.motion-8952 .green-5241 .outer-9337 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.highlight-40a0 .top-57f2 .element_b4cb {
  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);
}
.highlight-40a0 .top-57f2 .tabs_bright_e25c {
  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);
}
.highlight-40a0 .top-57f2 .alert-bf29 {
  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);
}
.soft_68ab .main_thick_4f8d {
  border-color: var(--e-global-color-text);
}
.soft_68ab .background-2cc2 {
  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);
}
.soft_68ab .easy-80b5 {
  color: var(--e-global-color-primary);
}
.soft_68ab .disabled-4647 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hover-upper-a369 .plasma-7129 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-upper-a369 .up_dd9a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-upper-a369 .badge-1036:hover .plasma-7129 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.hover-upper-a369
  .badge-1036:hover
  .up_dd9a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-f290 .old_dbc4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fresh-f290 .last_6d58 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.picture-huge-a957 .gold-6038 .item-paper-0356 {
  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);
}
.picture-huge-a957 .active_ed05 .item-paper-0356 {
  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);
}
.search_ec23 .tooltip_brown_7989 {
  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);
}
.sidebar_steel_4705 .overlay-02a4 .notification_b3a1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_steel_4705 .overlay-02a4 .notification_b3a1 {
  background-color: var(--e-global-color-secondary);
}
.sidebar_steel_4705 .filter_5cb5 .notification_b3a1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.sidebar_steel_4705 .filter_5cb5 .notification_b3a1 {
  background-color: var(--e-global-color-secondary);
}
.sidebar_steel_4705 .bronze-6a1e .dark_fc1d {
  background-color: var(--e-global-color-primary);
}
.sidebar_steel_4705 .bronze-6a1e:hover .dark_fc1d {
  background-color: var(--e-global-color-secondary);
}
.sidebar_steel_4705 .box-slow-1e3f {
  background-color: var(--e-global-color-primary);
}
.sidebar_steel_4705 .box-slow-1e3f:hover {
  background-color: var(--e-global-color-accent);
}
.sidebar_steel_4705 .slow_4fef li span {
  background-color: var(--e-global-color-text);
}
.sidebar_steel_4705 .slow_4fef li span:hover {
  background-color: var(--e-global-color-primary);
}
.sidebar_steel_4705 .slow_4fef li.accordion-32a4 span {
  background-color: var(--e-global-color-accent);
}
.focused_692c .dynamic_c644 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.focused_692c .hidden-0549 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-top-41af .primary_bf91:before {
  background-color: var(--e-global-color-secondary);
}
.notification-top-41af .primary_gold_f24d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.notification-top-41af .banner-5d5a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-bded .stale-6a05 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-bded .stale-6a05:hover {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-bded .stale-6a05.fn-active-182f {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.box-bded .highlight_dirty_1f7f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-bded .outline_out_69ba {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-bded .feature_77e4 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.box-bded .notice-d729 {
  background-color: var(--e-global-color-primary);
}
.box-bded .notice-d729 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.box-bded .right_d7f3 {
  background-color: var(--e-global-color-primary);
}
.box-bded .right_d7f3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast_0896 .box-last-a150 .module-upper-df10 a {
  color: var(--e-global-color-secondary);
}
.fast_0896 .box-last-a150 .module-upper-df10 a:hover {
  color: var(--e-global-color-secondary);
}
.fast_0896 .box-last-a150 .module-upper-df10,
.fast_0896 .box-last-a150 .module-upper-df10 a {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast_0896 .box-last-a150 .active_c811 {
  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);
}
.fast_0896 .box-last-a150 .list_3090 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast_0896 .box-last-a150 .slider_f685 {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .box-last-a150 .slider_f685 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fast_0896 .box-last-a150 .slider_f685:hover {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .box-last-a150 .over_eebd {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.fast_0896 .box-last-a150 .over_eebd {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .box-last-a150 .over_eebd:hover {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .box-last-a150 .box-slow-1e3f {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .box-last-a150 .box-slow-1e3f:hover {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .focus_upper_5279 .slow_4fef li span {
  background-color: var(--e-global-color-text);
}
.fast_0896 .focus_upper_5279 .slow_4fef li span:hover {
  background-color: var(--e-global-color-primary);
}
.fast_0896 .focus_upper_5279 .slow_4fef li.accordion-32a4 span {
  background-color: var(--e-global-color-accent);
}
.fast_0896 .content-prev-d76e {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fast_0896 .sidebar_7057 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid-56ea .hover-rough-3a06 .photo-center-dfaf {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fluid-56ea .hover-rough-3a06 .progress-0d2d {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fluid-56ea .hover-rough-3a06 .plasma_f2c0 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89 .carousel-0d03 {
  border-color: var(--e-global-color-text);
}
.progress_4a89 .complex_a8fc {
  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);
}
.progress_4a89 .background_d626 {
  color: var(--e-global-color-secondary);
}
.progress_4a89 .background_d626 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89 .text_pro_2767 > * {
  color: var(--e-global-color-primary);
}
.progress_4a89 .text_pro_2767 > * svg {
  fill: var(--e-global-color-primary);
}
.progress_4a89 .first_386b {
  color: var(--e-global-color-primary);
}
.progress_4a89 .first_386b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress_4a89 .logo_9402 {
  color: var(--e-global-color-primary);
}
.progress_4a89 .logo_9402 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.progress_4a89 .thumbnail_complex_faed {
  color: var(--e-global-color-primary);
}
.progress_4a89 .thumbnail_complex_faed {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89 .medium_8fb9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89 .complex-d21f {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89 .complex-d21f.picture-thick-d062 {
  color: var(--e-global-color-secondary);
}
.progress_4a89 .complex-d21f.picture-thick-d062 .slider-top-85a9 {
  color: var(--e-global-color-accent);
}
.progress_4a89 .complex-d21f.solid-9b64 {
  color: var(--e-global-color-text);
}
.progress_4a89 .complex-d21f.solid-9b64 .slider-top-85a9 {
  color: var(--e-global-color-text);
}
.progress_4a89 .complex-d21f:before {
  border-top-color: var(--e-global-color-text);
}
.progress_4a89 .alert_under_e7d9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.progress_4a89
  .alert_under_e7d9
  .right_db76 {
  background-color: var(--e-global-color-primary);
}
.progress_4a89
  .alert_under_e7d9
  .right_db76 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.progress_4a89 .carousel-0d03 .badge-out-e043 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.fresh-a6ce .down_9898 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.fresh-a6ce .secondary_complex_f8dd {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west-92cb .next-f1f1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.west-92cb
  .focus_c35e
  .header-cd53 {
  background-color: var(--e-global-color-secondary);
}
.west-92cb
  .focus_c35e.yellow_3fab
  .header-cd53 {
  background-color: var(--e-global-color-text);
}
.west-92cb
  .focus_c35e:hover
  .header-cd53 {
  background-color: var(--e-global-color-accent);
}
.west-92cb
  .focus_c35e.fn-active-182f
  .header-cd53 {
  background-color: var(--e-global-color-primary);
}
.background_middle_7337 .overlay-daa1 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.background_middle_7337 .stone_1e96 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.background_middle_7337 .progress-advanced-0c42 {
  background-color: var(--e-global-color-primary);
}
.background_middle_7337 .progress-advanced-0c42 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-first-9f3e .gradient-846d .soft-6d4b .input_outer_52e0 {
  background-color: var(--e-global-color-secondary);
}
.tooltip-first-9f3e .gradient-846d .notification-9d70:after {
  background-color: var(--e-global-color-secondary);
}
.tooltip-first-9f3e .full-9ed2 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-first-9f3e .short-9d2e {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-first-9f3e .progress-paper-73f6 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tooltip-first-9f3e .layout-pro-6a75 {
  background-color: var(--e-global-color-primary);
}
.tooltip-first-9f3e .layout-pro-6a75 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-first-9f3e .popup_5d39 {
  background-color: var(--e-global-color-secondary);
}
.tooltip-first-9f3e .popup_5d39 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-first-9f3e .gradient-846d .out_dd90 .dropdown-full-46f2:hover {
  background-color: var(--e-global-color-primary);
}
.tooltip-first-9f3e
  .gradient-846d
  .out_dd90
  .dropdown-full-46f2.button_2d9e {
  background-color: var(--e-global-color-primary);
}
.tooltip-first-9f3e .gradient-846d .tiny-053f:before {
  border-color: var(--e-global-color-primary);
}
.tooltip-first-9f3e .gradient-846d .tiny-053f:hover:before {
  border-color: var(--e-global-color-secondary);
}
.tooltip-first-9f3e
  .gradient-846d
  .tiny-053f.accent_ae76:before {
  border-color: var(--e-global-color-primary);
}
.tooltip-first-9f3e .wrapper-prev-3c6c span {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.highlight-2ab8 .preview_ff1a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-2ab8 .preview_ff1a:focus {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-2ab8 .preview_ff1a.north_56ec {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-2ab8 .top_3f73 {
  background-color: var(--e-global-color-primary);
}
.highlight-2ab8 .top_3f73 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-2ab8
  .sidebar_light_3d6d
  .medium-cc87
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.highlight-2ab8
  .primary-38ec
  .medium-cc87
  span {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.item_active_15b4
  .overlay_f350
  .middle-af45 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_active_15b4
  .overlay_f350
  .dirty-54b5 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_active_15b4 .fluid-ee51 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.item_active_15b4 .tabs_9a7b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.item_active_15b4 .item-e6d1 {
  background-color: var(--e-global-color-primary);
}
.item_active_15b4 .item-e6d1 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.cold_4f8b .complex-d8b9 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.cold_4f8b .tag_plasma_3d37 {
  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);
}
.cold_4f8b .video_up_983b {
  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);
}
.cold_4f8b .video_up_983b a:hover {
  color: var(--e-global-color-secondary);
}
.cold_4f8b .tabs-paper-2783 {
  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_4f8b .outline-advanced-e127 {
  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);
}
.cold_4f8b .mini_a4de .box-slow-1e3f {
  background-color: var(--e-global-color-primary);
}
.cold_4f8b .mini_a4de .box-slow-1e3f:hover {
  background-color: var(--e-global-color-accent);
}
.cold_4f8b
  .mini_a4de
  .slow_4fef
  li
  span {
  background-color: var(--e-global-color-text);
}
.cold_4f8b
  .mini_a4de
  .slow_4fef
  li
  span:hover {
  background-color: var(--e-global-color-primary);
}
.cold_4f8b
  .mini_a4de
  .slow_4fef
  li.accordion-32a4
  span {
  background-color: var(--e-global-color-accent);
}
.list_full_1b1f
  .summary-white-55b8
  .item_hard_d46d {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_full_1b1f .summary-white-55b8 .border-883b {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.list_full_1b1f .summary-white-55b8 .disabled_thick_9740 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.list_full_1b1f .element_8854 {
  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);
}
.list_full_1b1f
  .glass_30d9.hero-f460 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a {
  background-color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .fast_c587.pro-8312 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .mini_39fb.focus-bd3a {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  .component-static-a6d4
  > a {
  background-color: var(--e-global-color-secondary);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  .component-static-a6d4
  > a
  .simple_0622 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  .component-static-a6d4
  > a
  .mini_39fb.banner_west_da72 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .badge_5ad3:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  a
  .badge_5ad3:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4.label_0e2a
  > a
  .badge_5ad3:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  .component-static-a6d4.label_0e2a
  > a
  .badge_5ad3:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .layout-bottom-0edb
  .hero_yellow_a35c {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  a
  .layout-bottom-0edb
  .hero_yellow_a35c {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .layout-bottom-0edb
  .hero_yellow_a35c,
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  a
  .layout-bottom-0edb
  .hero_yellow_a35c {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > a
  .hover-stale-c69f:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  a
  .hover-stale-c69f:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4.label_0e2a
  > a
  .hover-stale-c69f:before {
  color: var(--e-global-color-text);
}
.tertiary-stale-cad1
  > .stale_c4b7
  > div
  > .wrapper_smooth_c819
  > .component-static-a6d4
  > .backdrop_dynamic_ec35
  .component-static-a6d4.label_0e2a
  > a
  .hover-stale-c69f:before {
  color: var(--e-global-color-text);
}
.tooltip-3bc1 .mask-dynamic-690e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.tooltip-3bc1
  .dirty-6b56:hover
  .mask-dynamic-690e {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.blue-4be3
  > .stale_c4b7
  > .modal-48fd
  > .outline_fast_c030
  > .copper-c4ae
  > .filter_a5f5
  .status-5354 {
  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);
}
.blue-4be3
  > .stale_c4b7
  > .modal-48fd
  > .outline_fast_c030
  > .copper-c4ae
  > .filter_a5f5:hover
  .status-5354 {
  color: var(--e-global-color-text);
}
.blue-4be3
  > .stale_c4b7
  > .modal-48fd
  > .outline_fast_c030
  > .copper-c4ae
  > .filter_a5f5:hover
  .status-5354 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.blue-4be3
  > .stale_c4b7
  > .modal-48fd
  > .outline_fast_c030
  > .copper-c4ae.top_36d2
  > .filter_a5f5
  .status-5354 {
  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);
}
.grid-4d77 .nav-9f93 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-4d77 .fixed-c2cc {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
.grid-4d77 .nav_1b44 {
  background-color: var(--e-global-color-primary);
}
.grid-4d77 .nav_1b44 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2
  .list-narrow-31be {
  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);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2
  .secondary_9130 {
  color: var(--e-global-color-text);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2:hover
  .list-narrow-31be {
  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);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2:hover
  .secondary_9130 {
  color: var(--e-global-color-secondary);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2.new_6f10
  .list-narrow-31be {
  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);
}
.pressed-cc27
  > .stale_c4b7
  > .texture-3fb4
  > .shade-ad7a
  > .sort-lite-bfb2.new_6f10
  .secondary_9130 {
  color: var(--e-global-color-primary);
}
.rough_3a45
  .menu-c52f
  .stale-33c9 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.rough_3a45 .mask-28d2 .badge-out-e043 .content_pink_7404 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-tiny-7a21 .detail-focused-db68 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-tiny-7a21 .focused_cfdf .detail-focused-db68 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.button-tiny-7a21 .gallery-solid-c7f4 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.button-tiny-7a21 .gallery-solid-c7f4 {
  background-color: var(--e-global-color-primary);
}
.simple_89ea .disabled-855b .gradient-rough-9fe6 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.simple_89ea
  .disabled-855b:hover
  .avatar-054f {
  color: var(--e-global-color-secondary);
}
.simple_89ea
  .disabled-855b:hover
  .gradient-rough-9fe6 {
  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);
}
.caption_6194 {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}

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

.description_6a61 {
  flex-direction: column;
}

.description_6a61 .fast-cf56 {
  font-size: 50px;
  font-weight: bold;

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

  margin-top: 15px !important;
}

h2.description_6a61 .fast-cf56 {
  margin-bottom: 5px !important;
  font-size: 40px !important;
  margin-top: 30px !important;
}

.description_6a61 .in_8321 {
  text-align: center;
  font-size: 21px;
  color: #fff;
  margin: 5px 0;
}

span {
  color: #fff;
}

.image_deef.texture_left_fb22 {
  display: none;
}

.search-down-51e5 {
  display: none;
}

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

.search_left_20b2.bronze-0de3 {
  margin-bottom: 40px;
  width: 100%;
}

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

.description_6a61 a {
  width: 100%;
}

.dark-c243 .alert_left_70a9.preview-tall-7ce4 {
  width: 20% !important;
}

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

.carousel-a134:hover {
  color: #000;
}

.carousel-a134 svg {
  width: 20px;
  fill: #874800;

  transition: all 0.14s ease-out;
}

.carousel-a134:hover svg {
  fill: #000;
}

.under-44bb {
  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;
}

.under-44bb:hover {
  color: #000;
}

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

  border: 2px solid #f0c159;
}

.under-44bb:nth-child(2):hover {
  color: #fff;
}

.dark-c243
  .alert_left_70a9.upper_fd44
  .dim-a894
  .content-c1b2 {
  font-size: 20px !important;
}

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

.preview-pressed-17a3 {
  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;
}

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

  text-align: center;
}

.box-thick-1991.frame_hard_6e71 > .article-e80a {
  display: flex;
  align-items: center;
}

.right-2e11 {
  display: flex;
  gap: 20px;

  margin: 20px 0;
}

.text-brown-26ec {
  position: relative;
  width: 100%;
}

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

.link-out-25b9 {
  font-size: 35px !important;
}

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

.white-53e9 {
  width: 150px !important;
  height: 150px !important;
  max-width: none;
  border-radius: 20px;
}

.slow-78a7 {
  display: flex;
  gap: 50px;
}

.dark-c243
  .alert_left_70a9.secondary-simple-2575
  .summary_2aa0
  .paragraph_pressed_26b7 {
  width: 100% !important;
}

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

.table_fluid_dc93 {
  width: 100%;
}

.message-light-f56d {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

  display: none;
}

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

.wrapper-north-e6df {
  position: absolute;
  top: 30%;
  left: 20%;

  visibility: hidden;
}

.message_a96d:hover .wrapper-north-e6df {
  visibility: visible;
}
.message_a96d:hover.message_a96d::before {
  display: block;
}

.under_b030 h3 {
  color: #fff;
}

.active_hovered_7ae2 {
  margin: 0;
}

.dark-c243
  .alert_left_70a9.secondary-simple-2575
  .paragraph_pressed_26b7
  img {
  border-radius: 0 !important;
  border: none !important;
  width: 30% !important;
}

.first-f266 {
  width: 100%;
}

.avatar_cold_13dd {
  width: 100%;
}

.caption-silver-a529 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.avatar_cold_13dd {
  width: 100%;
}

.notification-north-3d5f {
  margin-bottom: 10px !important;
}

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

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

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

.description_6a61 .fast-cf56.cool_c913 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.description_6a61 h1.fast-cf56 {
  margin-top: 120px !important;
}

.dark-c243 .alert_left_70a9.link-huge-1e98 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.icon-6b85 img {
  width: 100%;
}

.wrapper-advanced-aee0 .modal_lite_7ee8.dim-a894 {
  justify-content: space-between;
}

.video_north_123b {
  display: none;
}

.panel_small_d850 .in_8321 {
  margin: 1px 0 !important;
}

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

@media (max-width: 1024px) {
  .box-thick-1991 .article-e80a {
    flex-wrap: nowrap !important;
  }
}

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

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

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

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

  .wrapper-advanced-aee0 .modal_lite_7ee8.dim-a894 {
    border-bottom: 1px solid #f0c159;
  }

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

  .box-thick-1991.frame_hard_6e71 > .article-e80a {
    gap: 15px;
    justify-content: space-between;
  }

  .dark-c243
    .alert_left_70a9.secondary-simple-2575
    .paragraph_pressed_26b7
    img {
    width: 60% !important;
  }

  .pattern_4e42 {
    left: 2%;
  }

  .highlight-fluid-93f8 {
    margin: 10px 0;
  }

  .description_6a61 .in_8321 {
    margin: 0;
    margin-bottom: 10px;
  }

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

  .link-out-25b9 {
    font-size: 14px !important;
    padding: 10px 15px;
  }

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

  h2.description_6a61 .fast-cf56,
  .description_6a61 .fast-cf56 {
    margin-bottom: 5px !important;

    margin-top: 10px !important;

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

  .paragraph_pressed_26b7 {
    justify-content: center;
  }

  .description_6a61 .in_8321 {
    text-align: justify;
    font-size: 21px;

    margin: 5px 0;
  }

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

  .dark-c243 .alert_left_70a9.preview-tall-7ce4 {
    width: 75% !important;
  }

  .icon-6b85 img {
    width: 100% !important;
  }
}

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

  h2.description_6a61 .fast-cf56,
  .description_6a61 .fast-cf56 {
    font-size: 30px !important;
  }

  .paragraph_pressed_26b7 {
    justify-content: center;
  }

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

  .hard-8b01
    .advanced-9f8a.active_simple_23e1 {
    margin: 0 !important;
  }

  .right-2e11 {
    margin: 0;
    gap: 10px;
  }

  .highlight-fluid-93f8 {
    display: flex;
  }

  .tall_5589 .carousel-a134 {
    padding: 5px 10px;
    font-size: 14px !important;
  }

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

  .caption-silver-a529 {
    justify-content: flex-end;
    gap: 1px;
  }

  .description_6a61 h1.fast-cf56 {
    margin-top: 80px !important;
  }

  .dark-c243
    .alert_left_70a9.secondary-simple-2575
    .paragraph_pressed_26b7
    img,
  .container_in_5559 .summary_2aa0 {
    width: 75% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .under-44bb {
    padding: 5px 15px;
    font-size: 14px;
    width: 80px;
  }

  .dark-c243 .alert_left_70a9.preview-tall-7ce4 {
    width: 100% !important;
  }

  .box-thick-1991.frame_hard_6e71 > .article-e80a {
    gap: 3px;
  }

  .description_6a61 .in_8321 {
    text-align: justify;
    font-size: 21px;
    margin: 1px 0;
  }
}

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

/* css-noise: ffb8 */
.widget-item-t2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
