.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #4a4a4a;
  text-shadow: none;
}
::selection {
  background: #4a4a4a;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #4a4a4a;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a4a4a;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4a4a4a;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #4a4a4a;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a4a4a;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #4a4a4a;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #4a4a4a;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a4a4a;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a4a4a;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a4a4a;
  color: #ffffff;
  border-color: #4a4a4a;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #4a4a4a;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #4a4a4a;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4a4a4a;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #4a4a4a;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #4a4a4a;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #4a4a4a;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #4a4a4a;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a4a4a;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #4a4a4a;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #4a4a4a;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #4a4a4a;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a4a4a;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a4a4a;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #4a4a4a;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #4a4a4a;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #4a4a4a;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #4a4a4a;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #4a4a4a;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a4a4a;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #4a4a4a;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #4a4a4a;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4a4a4a;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #4a4a4a;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4a4a4a;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a4a4a;
}
.uk-progress::-ms-fill {
  background-color: #4a4a4a;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #4a4a4a !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #4a4a4a !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a4a4a;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #4a4a4a;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #4a4a4a;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #4a4a4a;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #4a4a4a;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a4a4a;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a4a4a;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a4a4a;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a4a4a;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #313131;
}
.ap-list-filter dd a.active {
  background-color: #4a4a4a;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a4a4a;
}
.category li a.active {
  color: #4a4a4a;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #4a4a4a;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #4a4a4a;
  border: 1px solid rgba(74, 74, 74, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #4a4a4a;
}
form .step .ui-step.active .ui-step-title {
  color: #4a4a4a;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a4a4a;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a4a4a;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a4a4a;
  color: #4a4a4a;
}
.btn-effect-2:hover {
  background-color: #4a4a4a;
}
.uk-button.btn-effect-5 {
  background-color: #4a4a4a;
  box-shadow: 0 0 15px rgba(74, 74, 74, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a4a4a;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a4a4a;
}
#a777ea9450aa041 .logged {
  display: none;
}
#a777ea9450aa041 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a777ea9450aa041 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a777ea9450aa041 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a777ea9450aa041 .quick-menus > li:last-child::after {
  content: '';
}
#a777ea9450aa041 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a777ea9450aa041 .site-header {
  height: 80px;
}
#a777ea9450aa041 .uk-navbar-item,
#a777ea9450aa041 .uk-navbar-nav > li > a,
#a777ea9450aa041 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a777ea9450aa041 .uk-navbar-nav > li > a:hover::before,
#a777ea9450aa041 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a777ea9450aa041 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a777ea9450aa041 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a777ea9450aa041 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a777ea9450aa041 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a777ea9450aa041 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a777ea9450aa041 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a777ea9450aa041 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a777ea9450aa041 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a777ea9450aa041 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a777ea9450aa041 .site-pc-navbar {
  background: #fff;
}
#a777ea9450aa041 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a777ea9450aa041 .logo {
  display: inline-block;
}
#a777ea9450aa041 .menu-list {
  justify-content: center;
}
#a777ea9450aa041 .submenu-items {
  display: inline-block;
}
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child svg,
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a777ea9450aa041 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2bf6aaa5ea09c0 form {
  width: 100%;
  height: 100%;
}
#a2bf6aaa5ea09c0 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a2bf6aaa5ea09c0 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a2bf6aaa5ea09c0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a2bf6aaa5ea09c0 .search-box .search-type.show {
  display: block;
}
#a2bf6aaa5ea09c0 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#a2bf6aaa5ea09c0 .search-box .search-type li:hover {
  color: #f6f6f6;
}
#a2bf6aaa5ea09c0 .search-box .search-type li.active {
  color: #f6f6f6;
}
#a2bf6aaa5ea09c0 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-bottom-width: 0;
  border-bottom-color: #4a4a4a;
  border-bottom-style: none;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-top-color: #4a4a4a;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2bf6aaa5ea09c0 .inner-form .input-field {
  height: 100%;
}
#a2bf6aaa5ea09c0 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a2bf6aaa5ea09c0 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a2bf6aaa5ea09c0 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a2bf6aaa5ea09c0 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a2bf6aaa5ea09c0 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a2bf6aaa5ea09c0 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  position: relative;
}
#a2bf6aaa5ea09c0 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a2bf6aaa5ea09c0 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a2bf6aaa5ea09c0 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a2bf6aaa5ea09c0 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #9b9b9b;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a2bf6aaa5ea09c0 .btn-search:hover {
  background: #f6f6f6;
}
#a2bf6aaa5ea09c0 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6f4ca7361abc04 a, #a6f4ca7361abc04 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a6f4ca7361abc04 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a73caac043a5aaa .aff7fa23a1a09d2 {
  overflow: hidden;
}
#a73caac043a5aaa .aff7fa23a1a09d2 , #a73caac043a5aaa .aff7fa23a1a09d2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a73caac043a5aaa .ac865a3d9aa9da2 .ele-wrap {font-size: 14px;justify-content: center;border-style: solid;border-radius: 12px;background-color: rgba(0, 80, 175, 1);color: #ffffff;font-weight: 400;width: 83px;height: 32px;}#a73caac043a5aaa .uk-grid {
  margin-left: -30px;
}
#a73caac043a5aaa .uk-grid > * {
  padding-left: 30px;
}
#a73caac043a5aaa .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a73caac043a5aaa .dynamic-list-item {
  background-color: #ffffff;
}
#a73caac043a5aaa .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a73caac043a5aaa .uk-position-center-left-out {
    left: -30px;
  }
  #a73caac043a5aaa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adee3ad82faa9a0 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: none;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#adee3ad82faa9a0 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#adee3ad82faa9a0 .menu-list-expand .submenu-indicator {
  display: none;
}
#adee3ad82faa9a0 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #ffffff;
  border-bottom-color: #f5f5f5;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  background-color: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#adee3ad82faa9a0 .jquery-accordion-menu > ul > li.active > a {
  color: #4a90e2;
  background: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul li a img,
#adee3ad82faa9a0 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#adee3ad82faa9a0 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#adee3ad82faa9a0 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu,
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#adee3ad82faa9a0 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#adee3ad82faa9a0 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu.show,
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
  background-color: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #4a90e2;
  background: #ffffff;
}
#adee3ad82faa9a0 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#adee3ad82faa9a0 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a777ea9450aa041 .logged {
  display: none;
}
#a777ea9450aa041 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a777ea9450aa041 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a777ea9450aa041 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a777ea9450aa041 .quick-menus > li:last-child::after {
  content: '';
}
#a777ea9450aa041 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a777ea9450aa041 .site-header {
  height: 80px;
}
#a777ea9450aa041 .uk-navbar-item,
#a777ea9450aa041 .uk-navbar-nav > li > a,
#a777ea9450aa041 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a777ea9450aa041 .uk-navbar-nav > li > a:hover::before,
#a777ea9450aa041 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a777ea9450aa041 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a777ea9450aa041 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a777ea9450aa041 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a777ea9450aa041 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a777ea9450aa041 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a777ea9450aa041 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a777ea9450aa041 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a777ea9450aa041 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a777ea9450aa041 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a777ea9450aa041 .site-pc-navbar {
  background: #fff;
}
#a777ea9450aa041 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a777ea9450aa041 .logo {
  display: inline-block;
}
#a777ea9450aa041 .menu-list {
  justify-content: center;
}
#a777ea9450aa041 .submenu-items {
  display: inline-block;
}
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child svg,
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6c50ab564ae4cd {
  min-height: 300px;
}
#a777ea9450aa041 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a77b5a0b87ab1ae .video-box,
#a77b5a0b87ab1ae .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a77b5a0b87ab1ae .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a77b5a0b87ab1ae .video-box video,
#a77b5a0b87ab1ae .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a77b5a0b87ab1ae .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a77b5a0b87ab1ae .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a77b5a0b87ab1ae .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a77b5a0b87ab1ae .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a77b5a0b87ab1ae .thumb-box {
  width: 100%;
  position: relative;
}
#a77b5a0b87ab1ae .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a77b5a0b87ab1ae .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a77b5a0b87ab1ae .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a77b5a0b87ab1ae .thumb-list {
  overflow: hidden;
}
#a77b5a0b87ab1ae .thumb-list ul {
  width: 100000px;
}
#a77b5a0b87ab1ae .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a77b5a0b87ab1ae .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a77b5a0b87ab1ae .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a77b5a0b87ab1ae .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a77b5a0b87ab1ae .thumb-list ul li.active img {
  border-color: #df3033;
}
#a77b5a0b87ab1ae .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a77b5a0b87ab1ae .zoom-box img {
  max-width: initial;
}
#a77b5a0b87ab1ae .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a77b5a0b87ab1ae .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a77b5a0b87ab1ae .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a77b5a0b87ab1ae .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a77b5a0b87ab1ae .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a77b5a0b87ab1ae .right {
    width: 100%;
  }
  #a77b5a0b87ab1ae .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a77b5a0b87ab1ae .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a77b5a0b87ab1ae .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a8522a2659ad4ba {
  overflow: hidden;
}
#a8522a2659ad4ba , #a8522a2659ad4ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(0, 80, 175, 1);}#aa880a4f9ca2362 {
  overflow: hidden;
}
#aa880a4f9ca2362 , #aa880a4f9ca2362 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4f66a0f38a3296 {
  overflow: hidden;
}
#a4f66a0f38a3296 , #a4f66a0f38a3296 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#abf50a27b3a6bd4 {
  overflow: hidden;
}
#abf50a27b3a6bd4 , #abf50a27b3a6bd4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a273ca0670a8511, #a273ca0670a8511 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6bcfa75caa0703, #a6bcfa75caa0703 a {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a52aea2d58a5c28 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a52aea2d58a5c28 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a52aea2d58a5c28 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a52aea2d58a5c28 .data-list .uk-card {
  cursor: pointer !important;
}
#a52aea2d58a5c28 .data-list .uk-card img {
  max-height: 300px;
}
#a52aea2d58a5c28 .data-list .uk-card:hover {
  background: #fafafa;
}
#a52aea2d58a5c28 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a52aea2d58a5c28 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a52aea2d58a5c28 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a52aea2d58a5c28 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a52aea2d58a5c28 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a52aea2d58a5c28 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a52aea2d58a5c28 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  cursor: pointer;
}
#a52aea2d58a5c28 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a52aea2d58a5c28 .uk-card .category:hover {
  background: #4a4a4a;
}
#a52aea2d58a5c28 .accordion-menu {
  width: 100%;
}
#a52aea2d58a5c28 .accordion-menu ul ul.submenu,
#a52aea2d58a5c28 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a52aea2d58a5c28 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a52aea2d58a5c28 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a52aea2d58a5c28 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a52aea2d58a5c28 .accordion-menu .menu-item.active > a {
  background: #4a4a4a;
  color: #fff;
}
#a52aea2d58a5c28 .accordion-menu li a:hover {
  background-color: #4a4a4a;
  color: #fff;
  border: none;
}
#a52aea2d58a5c28 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a52aea2d58a5c28 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a52aea2d58a5c28 .hot-list,
#a52aea2d58a5c28 .new-list {
  padding: 12px;
}
#a52aea2d58a5c28 .new-list a:hover,
#a52aea2d58a5c28 .hot-list a:hover {
  color: #0f6ecd;
}
#a52aea2d58a5c28 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a52aea2d58a5c28 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a52aea2d58a5c28 .hot-item:hover a {
  color: #0f6ecd;
}
#a52aea2d58a5c28 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a52aea2d58a5c28 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a4a4a;
  content: "";
}
#a52aea2d58a5c28 .content-header {
  padding-bottom: 10px;
}
#a52aea2d58a5c28 .item-title {
  color: #333;
}
#a52aea2d58a5c28 input::placeholder {
  color: #999;
}
#a52aea2d58a5c28 .datetime {
  color: #999;
}
#a52aea2d58a5c28 .new-item a {
  padding-left: 25px;
}
#a52aea2d58a5c28 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aaa45a362fa6849 {
  min-height: 300px;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2dcea8ba3acf65, #a2dcea8ba3acf65 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7226aa67ca3657, #a7226aa67ca3657 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a6c92a2e5ca6992 .logged {
  display: none;
}
#a6c92a2e5ca6992 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6c92a2e5ca6992 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6c92a2e5ca6992 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6c92a2e5ca6992 .quick-menus > li:last-child::after {
  content: '';
}
#a6c92a2e5ca6992 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6c92a2e5ca6992 .site-header {
  height: 80px;
}
#a6c92a2e5ca6992 .uk-navbar-item,
#a6c92a2e5ca6992 .uk-navbar-nav > li > a,
#a6c92a2e5ca6992 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a:hover::before,
#a6c92a2e5ca6992 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a6c92a2e5ca6992 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6c92a2e5ca6992 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6c92a2e5ca6992 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a6c92a2e5ca6992 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6c92a2e5ca6992 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a6c92a2e5ca6992 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6c92a2e5ca6992 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6c92a2e5ca6992 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a6c92a2e5ca6992 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a6c92a2e5ca6992 .site-pc-navbar {
  background: #fff;
}
#a6c92a2e5ca6992 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6c92a2e5ca6992 .logo {
  display: inline-block;
}
#a6c92a2e5ca6992 .menu-list {
  justify-content: center;
}
#a6c92a2e5ca6992 .submenu-items {
  display: inline-block;
}
#a6c92a2e5ca6992 .submenu-items .sub-menu-item:last-child svg,
#a6c92a2e5ca6992 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6c92a2e5ca6992 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7f45ae093a1da7 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a7f45ae093a1da7 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7f45ae093a1da7 .grid-list .product-item {
  overflow: hidden;
}
#a7f45ae093a1da7 .grid-list .product-preview .img {
  display: block;
}
#a7f45ae093a1da7 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a7f45ae093a1da7 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a7f45ae093a1da7 .grid-list .product-info {
  min-height: 110px;
}
#a7f45ae093a1da7 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a7f45ae093a1da7 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a7f45ae093a1da7 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a7f45ae093a1da7 .grid-list .category-name {
  font-size: 12px;
}
#a7f45ae093a1da7 .grid-list .category-name a {
  color: #777;
}
#a7f45ae093a1da7 .grid-list .title,
#a7f45ae093a1da7 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a7f45ae093a1da7 .grid-list .title a,
#a7f45ae093a1da7 .grid-list .subTitle a {
  color: #191919;
}
#a7f45ae093a1da7 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a7f45ae093a1da7 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a7f45ae093a1da7 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a7f45ae093a1da7 .grid-list {
  margin-left: -20px;
}
#a7f45ae093a1da7 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a7f45ae093a1da7 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a7f45ae093a1da7 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a7f45ae093a1da7 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a7f45ae093a1da7 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a7f45ae093a1da7 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a7f45ae093a1da7 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#a7f45ae093a1da7 .grid-list .product:hover {
  background-color: auto;
}
#a7f45ae093a1da7 .grid-list .product:hover .title a {
  color: #444;
}
#a7f45ae093a1da7 .grid-list .product:hover .subTitle {
  color: auto;
}
#a7f45ae093a1da7 .grid-list .product:hover .category {
  color: auto;
}
#a7f45ae093a1da7 .grid-list .product:hover .abstract {
  color: auto;
}
#a7f45ae093a1da7 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #a7f45ae093a1da7 .grid-list .product-info {
    min-height: 0;
  }
  #a7f45ae093a1da7 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a7f45ae093a1da7 .grid-list .product-buttons {
    display: none;
  }
}
#a3908af031ab881 {
  pointer-events: none;
}
#a3908af031ab881 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a3908af031ab881 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3908af031ab881 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3908af031ab881 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a3908af031ab881 .menu-list .menu-header svg,
#a3908af031ab881 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3908af031ab881 .menu-list > ul {
  position: relative;
}
#a3908af031ab881 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3908af031ab881 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a3908af031ab881 .menu-list > ul > li.active > a,
#a3908af031ab881 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a3908af031ab881 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a3908af031ab881 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3908af031ab881 .menu-list > ul > li a img,
#a3908af031ab881 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3908af031ab881 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a3908af031ab881 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3908af031ab881 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3908af031ab881 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3908af031ab881 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a3908af031ab881 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a3908af031ab881 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3908af031ab881 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a3908af031ab881 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a680fa827fa3db3 .logged {
  display: none;
}
#a680fa827fa3db3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a680fa827fa3db3 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a680fa827fa3db3 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a680fa827fa3db3 .quick-menus > li:last-child::after {
  content: '';
}
#a680fa827fa3db3 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a680fa827fa3db3 .site-header {
  height: 80px;
}
#a680fa827fa3db3 .uk-navbar-item,
#a680fa827fa3db3 .uk-navbar-nav > li > a,
#a680fa827fa3db3 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a680fa827fa3db3 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a680fa827fa3db3 .uk-navbar-nav > li > a:hover::before,
#a680fa827fa3db3 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a680fa827fa3db3 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a680fa827fa3db3 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a680fa827fa3db3 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a680fa827fa3db3 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a680fa827fa3db3 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a680fa827fa3db3 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a680fa827fa3db3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a680fa827fa3db3 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a680fa827fa3db3 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a680fa827fa3db3 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a680fa827fa3db3 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a680fa827fa3db3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a680fa827fa3db3 .site-pc-navbar {
  background: #fff;
}
#a680fa827fa3db3 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a680fa827fa3db3 .logo {
  display: inline-block;
}
#a680fa827fa3db3 .menu-list {
  justify-content: center;
}
#a680fa827fa3db3 .submenu-items {
  display: inline-block;
}
#a680fa827fa3db3 .submenu-items .sub-menu-item:last-child svg,
#a680fa827fa3db3 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a680fa827fa3db3 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8b3fa82e9a91fc {
  pointer-events: none;
}
#a8b3fa82e9a91fc .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8b3fa82e9a91fc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8b3fa82e9a91fc .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8b3fa82e9a91fc .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a8b3fa82e9a91fc .menu-list .menu-header svg,
#a8b3fa82e9a91fc .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8b3fa82e9a91fc .menu-list > ul {
  position: relative;
}
#a8b3fa82e9a91fc .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8b3fa82e9a91fc .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a8b3fa82e9a91fc .menu-list > ul > li.active > a,
#a8b3fa82e9a91fc .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a8b3fa82e9a91fc .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a8b3fa82e9a91fc .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8b3fa82e9a91fc .menu-list > ul > li a img,
#a8b3fa82e9a91fc .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8b3fa82e9a91fc .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8b3fa82e9a91fc .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a8b3fa82e9a91fc .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#a4b8da73f0aadb2 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a4b8da73f0aadb2 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a4b8da73f0aadb2 .grid-list .product-item {
  overflow: hidden;
}
#a4b8da73f0aadb2 .grid-list .product-preview .img {
  display: block;
}
#a4b8da73f0aadb2 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4b8da73f0aadb2 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a4b8da73f0aadb2 .grid-list .product-info {
  min-height: 110px;
}
#a4b8da73f0aadb2 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4b8da73f0aadb2 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4b8da73f0aadb2 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4b8da73f0aadb2 .grid-list .category-name {
  font-size: 12px;
}
#a4b8da73f0aadb2 .grid-list .category-name a {
  color: #777;
}
#a4b8da73f0aadb2 .grid-list .title,
#a4b8da73f0aadb2 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4b8da73f0aadb2 .grid-list .title a,
#a4b8da73f0aadb2 .grid-list .subTitle a {
  color: #191919;
}
#a4b8da73f0aadb2 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a4b8da73f0aadb2 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4b8da73f0aadb2 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4b8da73f0aadb2 .grid-list {
  margin-left: -20px;
}
#a4b8da73f0aadb2 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a4b8da73f0aadb2 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a4b8da73f0aadb2 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a4b8da73f0aadb2 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a4b8da73f0aadb2 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a4b8da73f0aadb2 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a4b8da73f0aadb2 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#a4b8da73f0aadb2 .grid-list .product:hover {
  background-color: auto;
}
#a4b8da73f0aadb2 .grid-list .product:hover .title a {
  color: #444;
}
#a4b8da73f0aadb2 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4b8da73f0aadb2 .grid-list .product:hover .category {
  color: auto;
}
#a4b8da73f0aadb2 .grid-list .product:hover .abstract {
  color: auto;
}
#a4b8da73f0aadb2 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #a4b8da73f0aadb2 .grid-list .product-info {
    min-height: 0;
  }
  #a4b8da73f0aadb2 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4b8da73f0aadb2 .grid-list .product-buttons {
    display: none;
  }
}
#adad0ac10ba6986 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#adad0ac10ba6986 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adad0ac10ba6986 .grid-list .product-item {
  overflow: hidden;
}
#adad0ac10ba6986 .grid-list .product-preview .img {
  display: block;
}
#adad0ac10ba6986 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#adad0ac10ba6986 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#adad0ac10ba6986 .grid-list .product-info {
  min-height: 110px;
}
#adad0ac10ba6986 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#adad0ac10ba6986 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#adad0ac10ba6986 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#adad0ac10ba6986 .grid-list .category-name {
  font-size: 12px;
}
#adad0ac10ba6986 .grid-list .category-name a {
  color: #777;
}
#adad0ac10ba6986 .grid-list .title,
#adad0ac10ba6986 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#adad0ac10ba6986 .grid-list .title a,
#adad0ac10ba6986 .grid-list .subTitle a {
  color: #191919;
}
#adad0ac10ba6986 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#adad0ac10ba6986 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#adad0ac10ba6986 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#adad0ac10ba6986 .grid-list {
  margin-left: -20px;
}
#adad0ac10ba6986 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#adad0ac10ba6986 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#adad0ac10ba6986 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#adad0ac10ba6986 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#adad0ac10ba6986 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#adad0ac10ba6986 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#adad0ac10ba6986 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#adad0ac10ba6986 .grid-list .product:hover {
  background-color: auto;
}
#adad0ac10ba6986 .grid-list .product:hover .title a {
  color: #444;
}
#adad0ac10ba6986 .grid-list .product:hover .subTitle {
  color: auto;
}
#adad0ac10ba6986 .grid-list .product:hover .category {
  color: auto;
}
#adad0ac10ba6986 .grid-list .product:hover .abstract {
  color: auto;
}
#adad0ac10ba6986 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #adad0ac10ba6986 .grid-list .product-info {
    min-height: 0;
  }
  #adad0ac10ba6986 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #adad0ac10ba6986 .grid-list .product-buttons {
    display: none;
  }
}
#a3e05a73a6af5f2 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a3e05a73a6af5f2 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3e05a73a6af5f2 .grid-list .product-item {
  overflow: hidden;
}
#a3e05a73a6af5f2 .grid-list .product-preview .img {
  display: block;
}
#a3e05a73a6af5f2 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a3e05a73a6af5f2 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a3e05a73a6af5f2 .grid-list .product-info {
  min-height: 110px;
}
#a3e05a73a6af5f2 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a3e05a73a6af5f2 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a3e05a73a6af5f2 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a3e05a73a6af5f2 .grid-list .category-name {
  font-size: 12px;
}
#a3e05a73a6af5f2 .grid-list .category-name a {
  color: #777;
}
#a3e05a73a6af5f2 .grid-list .title,
#a3e05a73a6af5f2 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a3e05a73a6af5f2 .grid-list .title a,
#a3e05a73a6af5f2 .grid-list .subTitle a {
  color: #191919;
}
#a3e05a73a6af5f2 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a3e05a73a6af5f2 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a3e05a73a6af5f2 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a3e05a73a6af5f2 .grid-list {
  margin-left: -20px;
}
#a3e05a73a6af5f2 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a3e05a73a6af5f2 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a3e05a73a6af5f2 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a3e05a73a6af5f2 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a3e05a73a6af5f2 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a3e05a73a6af5f2 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a3e05a73a6af5f2 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#a3e05a73a6af5f2 .grid-list .product:hover {
  background-color: auto;
}
#a3e05a73a6af5f2 .grid-list .product:hover .title a {
  color: #444;
}
#a3e05a73a6af5f2 .grid-list .product:hover .subTitle {
  color: auto;
}
#a3e05a73a6af5f2 .grid-list .product:hover .category {
  color: auto;
}
#a3e05a73a6af5f2 .grid-list .product:hover .abstract {
  color: auto;
}
#a3e05a73a6af5f2 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #a3e05a73a6af5f2 .grid-list .product-info {
    min-height: 0;
  }
  #a3e05a73a6af5f2 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a3e05a73a6af5f2 .grid-list .product-buttons {
    display: none;
  }
}
#a3e59a1aada51e9 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a3e59a1aada51e9 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3e59a1aada51e9 .grid-list .product-item {
  overflow: hidden;
}
#a3e59a1aada51e9 .grid-list .product-preview .img {
  display: block;
}
#a3e59a1aada51e9 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a3e59a1aada51e9 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a3e59a1aada51e9 .grid-list .product-info {
  min-height: 110px;
}
#a3e59a1aada51e9 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a3e59a1aada51e9 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a3e59a1aada51e9 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a3e59a1aada51e9 .grid-list .category-name {
  font-size: 12px;
}
#a3e59a1aada51e9 .grid-list .category-name a {
  color: #777;
}
#a3e59a1aada51e9 .grid-list .title,
#a3e59a1aada51e9 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a3e59a1aada51e9 .grid-list .title a,
#a3e59a1aada51e9 .grid-list .subTitle a {
  color: #191919;
}
#a3e59a1aada51e9 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a3e59a1aada51e9 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a3e59a1aada51e9 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a3e59a1aada51e9 .grid-list {
  margin-left: -20px;
}
#a3e59a1aada51e9 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a3e59a1aada51e9 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a3e59a1aada51e9 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a3e59a1aada51e9 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a3e59a1aada51e9 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a3e59a1aada51e9 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a3e59a1aada51e9 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#a3e59a1aada51e9 .grid-list .product:hover {
  background-color: auto;
}
#a3e59a1aada51e9 .grid-list .product:hover .title a {
  color: #444;
}
#a3e59a1aada51e9 .grid-list .product:hover .subTitle {
  color: auto;
}
#a3e59a1aada51e9 .grid-list .product:hover .category {
  color: auto;
}
#a3e59a1aada51e9 .grid-list .product:hover .abstract {
  color: auto;
}
#a3e59a1aada51e9 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #a3e59a1aada51e9 .grid-list .product-info {
    min-height: 0;
  }
  #a3e59a1aada51e9 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a3e59a1aada51e9 .grid-list .product-buttons {
    display: none;
  }
}
#aa0eba177fad22d .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#aa0eba177fad22d .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa0eba177fad22d .grid-list .product-item {
  overflow: hidden;
}
#aa0eba177fad22d .grid-list .product-preview .img {
  display: block;
}
#aa0eba177fad22d .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aa0eba177fad22d .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#aa0eba177fad22d .grid-list .product-info {
  min-height: 110px;
}
#aa0eba177fad22d .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aa0eba177fad22d .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aa0eba177fad22d .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aa0eba177fad22d .grid-list .category-name {
  font-size: 12px;
}
#aa0eba177fad22d .grid-list .category-name a {
  color: #777;
}
#aa0eba177fad22d .grid-list .title,
#aa0eba177fad22d .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aa0eba177fad22d .grid-list .title a,
#aa0eba177fad22d .grid-list .subTitle a {
  color: #191919;
}
#aa0eba177fad22d .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#aa0eba177fad22d .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aa0eba177fad22d .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aa0eba177fad22d .grid-list {
  margin-left: -20px;
}
#aa0eba177fad22d .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aa0eba177fad22d .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#aa0eba177fad22d .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#aa0eba177fad22d .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#aa0eba177fad22d .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#aa0eba177fad22d .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#aa0eba177fad22d .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#aa0eba177fad22d .grid-list .product:hover {
  background-color: auto;
}
#aa0eba177fad22d .grid-list .product:hover .title a {
  color: #444;
}
#aa0eba177fad22d .grid-list .product:hover .subTitle {
  color: auto;
}
#aa0eba177fad22d .grid-list .product:hover .category {
  color: auto;
}
#aa0eba177fad22d .grid-list .product:hover .abstract {
  color: auto;
}
#aa0eba177fad22d .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #aa0eba177fad22d .grid-list .product-info {
    min-height: 0;
  }
  #aa0eba177fad22d .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aa0eba177fad22d .grid-list .product-buttons {
    display: none;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#aa091a142dad936 .logged {
  display: none;
}
#aa091a142dad936 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aa091a142dad936 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa091a142dad936 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aa091a142dad936 .quick-menus > li:last-child::after {
  content: '';
}
#aa091a142dad936 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aa091a142dad936 .site-header {
  height: 80px;
}
#aa091a142dad936 .uk-navbar-item,
#aa091a142dad936 .uk-navbar-nav > li > a,
#aa091a142dad936 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aa091a142dad936 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#aa091a142dad936 .uk-navbar-nav > li > a:hover::before,
#aa091a142dad936 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#aa091a142dad936 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#aa091a142dad936 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#aa091a142dad936 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#aa091a142dad936 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aa091a142dad936 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aa091a142dad936 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#aa091a142dad936 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa091a142dad936 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#aa091a142dad936 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aa091a142dad936 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aa091a142dad936 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#aa091a142dad936 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#aa091a142dad936 .site-pc-navbar {
  background: #fff;
}
#aa091a142dad936 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa091a142dad936 .logo {
  display: inline-block;
}
#aa091a142dad936 .menu-list {
  justify-content: center;
}
#aa091a142dad936 .submenu-items {
  display: inline-block;
}
#aa091a142dad936 .submenu-items .sub-menu-item:last-child svg,
#aa091a142dad936 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa091a142dad936 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7002acd2da71d6 {
  pointer-events: none;
}
#a7002acd2da71d6 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a7002acd2da71d6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7002acd2da71d6 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7002acd2da71d6 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a7002acd2da71d6 .menu-list .menu-header svg,
#a7002acd2da71d6 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7002acd2da71d6 .menu-list > ul {
  position: relative;
}
#a7002acd2da71d6 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7002acd2da71d6 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a7002acd2da71d6 .menu-list > ul > li.active > a,
#a7002acd2da71d6 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7002acd2da71d6 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a7002acd2da71d6 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7002acd2da71d6 .menu-list > ul > li a img,
#a7002acd2da71d6 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7002acd2da71d6 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7002acd2da71d6 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7002acd2da71d6 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a7002acd2da71d6 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#a470da001fa1bcb .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a470da001fa1bcb .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a470da001fa1bcb .grid-list .product-item {
  overflow: hidden;
}
#a470da001fa1bcb .grid-list .product-preview .img {
  display: block;
}
#a470da001fa1bcb .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a470da001fa1bcb .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a470da001fa1bcb .grid-list .product-info {
  min-height: 110px;
}
#a470da001fa1bcb .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a470da001fa1bcb .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a470da001fa1bcb .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a470da001fa1bcb .grid-list .category-name {
  font-size: 12px;
}
#a470da001fa1bcb .grid-list .category-name a {
  color: #777;
}
#a470da001fa1bcb .grid-list .title,
#a470da001fa1bcb .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a470da001fa1bcb .grid-list .title a,
#a470da001fa1bcb .grid-list .subTitle a {
  color: #191919;
}
#a470da001fa1bcb .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a470da001fa1bcb .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a470da001fa1bcb .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a470da001fa1bcb .grid-list {
  margin-left: -20px;
}
#a470da001fa1bcb .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a470da001fa1bcb .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#a470da001fa1bcb .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a470da001fa1bcb .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#a470da001fa1bcb .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a470da001fa1bcb .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a470da001fa1bcb .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#a470da001fa1bcb .grid-list .product:hover {
  background-color: auto;
}
#a470da001fa1bcb .grid-list .product:hover .title a {
  color: #444;
}
#a470da001fa1bcb .grid-list .product:hover .subTitle {
  color: auto;
}
#a470da001fa1bcb .grid-list .product:hover .category {
  color: auto;
}
#a470da001fa1bcb .grid-list .product:hover .abstract {
  color: auto;
}
#a470da001fa1bcb .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #a470da001fa1bcb .grid-list .product-info {
    min-height: 0;
  }
  #a470da001fa1bcb .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a470da001fa1bcb .grid-list .product-buttons {
    display: none;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa35fa9fe9ab3f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa35fa9fe9ab3f7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa35fa9fe9ab3f7 .ap-icon {
  margin-right: 6px;
}
#aa35fa9fe9ab3f7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa35fa9fe9ab3f7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #333;
  line-height: 26px;
}
#aa35fa9fe9ab3f7 .menu-list > li:hover > a,
#aa35fa9fe9ab3f7 .menu-list > li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa35fa9fe9ab3f7 .menu-list ul,
#aa35fa9fe9ab3f7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa35fa9fe9ab3f7 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa35fa9fe9ab3f7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa35fa9fe9ab3f7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa35fa9fe9ab3f7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aded5a94e7ab06e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aded5a94e7ab06e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aded5a94e7ab06e .ap-icon {
  margin-right: 6px;
}
#aded5a94e7ab06e .indicator {
  margin-left: 4px;
}
#aded5a94e7ab06e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aded5a94e7ab06e .menu-list li:hover > a,
#aded5a94e7ab06e .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aded5a94e7ab06e .menu-list ul,
#aded5a94e7ab06e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aded5a94e7ab06e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aded5a94e7ab06e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aded5a94e7ab06e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aded5a94e7ab06e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8760a8173ac2ef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8760a8173ac2ef .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8760a8173ac2ef .ap-icon {
  margin-right: 6px;
}
#a8760a8173ac2ef .indicator {
  margin-left: 4px;
}
#a8760a8173ac2ef .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8760a8173ac2ef .menu-list li:hover > a,
#a8760a8173ac2ef .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8760a8173ac2ef .menu-list ul,
#a8760a8173ac2ef .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a8760a8173ac2ef .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8760a8173ac2ef .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8760a8173ac2ef .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8760a8173ac2ef .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6fd2a1de1ad3f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a6fd2a1de1ad3f8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6fd2a1de1ad3f8 .ap-icon {
  margin-right: 6px;
}
#a6fd2a1de1ad3f8 .indicator {
  margin-left: 4px;
}
#a6fd2a1de1ad3f8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6fd2a1de1ad3f8 .menu-list li:hover > a,
#a6fd2a1de1ad3f8 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6fd2a1de1ad3f8 .menu-list ul,
#a6fd2a1de1ad3f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6fd2a1de1ad3f8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6fd2a1de1ad3f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6fd2a1de1ad3f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6fd2a1de1ad3f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a301fac629a2d3f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a301fac629a2d3f .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a301fac629a2d3f .ap-icon {
  margin-right: 6px;
}
#a301fac629a2d3f .indicator {
  margin-left: 4px;
}
#a301fac629a2d3f .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a301fac629a2d3f .menu-list li:hover > a,
#a301fac629a2d3f .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a301fac629a2d3f .menu-list ul,
#a301fac629a2d3f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a301fac629a2d3f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a301fac629a2d3f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a301fac629a2d3f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a301fac629a2d3f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9772a54e4a7908 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a9772a54e4a7908 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a9772a54e4a7908 .ap-icon {
  margin-right: 6px;
}
#a9772a54e4a7908 .indicator {
  margin-left: 4px;
}
#a9772a54e4a7908 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9772a54e4a7908 .menu-list li:hover > a,
#a9772a54e4a7908 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a9772a54e4a7908 .menu-list ul,
#a9772a54e4a7908 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a9772a54e4a7908 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a9772a54e4a7908 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9772a54e4a7908 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9772a54e4a7908 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a09bfa9a43aa280 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a09bfa9a43aa280 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a09bfa9a43aa280 .ap-icon {
  margin-right: 6px;
}
#a09bfa9a43aa280 .indicator {
  margin-left: 4px;
}
#a09bfa9a43aa280 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a09bfa9a43aa280 .menu-list li:hover > a,
#a09bfa9a43aa280 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a09bfa9a43aa280 .menu-list ul,
#a09bfa9a43aa280 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a09bfa9a43aa280 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a09bfa9a43aa280 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a09bfa9a43aa280 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a09bfa9a43aa280 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1246a0827a5117 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1246a0827a5117 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a1246a0827a5117 .ap-icon {
  margin-right: 6px;
}
#a1246a0827a5117 .indicator {
  margin-left: 4px;
}
#a1246a0827a5117 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1246a0827a5117 .menu-list li:hover > a,
#a1246a0827a5117 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1246a0827a5117 .menu-list ul,
#a1246a0827a5117 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a1246a0827a5117 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1246a0827a5117 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1246a0827a5117 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1246a0827a5117 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#adfffadfd5acdee .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#adfffadfd5acdee .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#adfffadfd5acdee .ap-icon {
  margin-right: 6px;
}
#adfffadfd5acdee .indicator {
  margin-left: 4px;
}
#adfffadfd5acdee .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#adfffadfd5acdee .menu-list li:hover > a,
#adfffadfd5acdee .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#adfffadfd5acdee .menu-list ul,
#adfffadfd5acdee .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#adfffadfd5acdee .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#adfffadfd5acdee .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adfffadfd5acdee .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adfffadfd5acdee .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8fb1a2350a96ab .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a8fb1a2350a96ab .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8fb1a2350a96ab .ap-icon {
  margin-right: 6px;
}
#a8fb1a2350a96ab .indicator {
  margin-left: 4px;
}
#a8fb1a2350a96ab .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8fb1a2350a96ab .menu-list li:hover > a,
#a8fb1a2350a96ab .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8fb1a2350a96ab .menu-list ul,
#a8fb1a2350a96ab .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a8fb1a2350a96ab .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a8fb1a2350a96ab .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8fb1a2350a96ab .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8fb1a2350a96ab .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aefb8ab3cdaab6e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aefb8ab3cdaab6e .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aefb8ab3cdaab6e .ap-icon {
  margin-right: 6px;
}
#aefb8ab3cdaab6e .indicator {
  margin-left: 4px;
}
#aefb8ab3cdaab6e .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aefb8ab3cdaab6e .menu-list li:hover > a,
#aefb8ab3cdaab6e .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aefb8ab3cdaab6e .menu-list ul,
#aefb8ab3cdaab6e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aefb8ab3cdaab6e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aefb8ab3cdaab6e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aefb8ab3cdaab6e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aefb8ab3cdaab6e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac94fa8082ac625 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ac94fa8082ac625 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ac94fa8082ac625 .ap-icon {
  margin-right: 6px;
}
#ac94fa8082ac625 .indicator {
  margin-left: 4px;
}
#ac94fa8082ac625 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac94fa8082ac625 .menu-list li:hover > a,
#ac94fa8082ac625 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac94fa8082ac625 .menu-list ul,
#ac94fa8082ac625 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ac94fa8082ac625 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac94fa8082ac625 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac94fa8082ac625 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac94fa8082ac625 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a230bafe73afc45 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#a230bafe73afc45 .uk-grid {
  margin-left: -4px;
}
#a230bafe73afc45 .uk-grid > * {
  padding-left: 4px;
}
#a230bafe73afc45 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a230bafe73afc45 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #384df4;
}
#a230bafe73afc45 .uk-card-media-top {
  overflow: hidden;
}
#a230bafe73afc45 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a230bafe73afc45 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a230bafe73afc45 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a230bafe73afc45 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a230bafe73afc45 .uk-card-body {
  padding: 15px 10px 8px;
}
#a230bafe73afc45 hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#a230bafe73afc45 .uk-button {
  border: 1px solid #ececec;
}
#a230bafe73afc45 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #ffffff;
}
#a230bafe73afc45 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a230bafe73afc45 .uk-card:hover {
  background-color: #384df4;
}
#a230bafe73afc45 .uk-card:hover .title {
  color: #ffffff;
}
#a230bafe73afc45 .uk-card:hover hr {
  border-top-color: #6878f7;
}
#a230bafe73afc45 .uk-card:hover .img {
  transform: scale(1.2);
}
#a230bafe73afc45 .uk-card:hover .abstract {
  color: #ffffff;
}
#a230bafe73afc45 .uk-card:hover .datetime {
  color: #d3b267;
}
#a230bafe73afc45 .uk-card:hover .category {
  color: #d3b267;
}
#a230bafe73afc45 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a36a2a8b0fa9d1b .logged {
  display: none;
}
#a36a2a8b0fa9d1b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a36a2a8b0fa9d1b .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a36a2a8b0fa9d1b .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a36a2a8b0fa9d1b .quick-menus > li:last-child::after {
  content: '';
}
#a36a2a8b0fa9d1b .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a36a2a8b0fa9d1b .site-header {
  height: 80px;
}
#a36a2a8b0fa9d1b .uk-navbar-item,
#a36a2a8b0fa9d1b .uk-navbar-nav > li > a,
#a36a2a8b0fa9d1b .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a36a2a8b0fa9d1b .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a36a2a8b0fa9d1b .uk-navbar-nav > li > a:hover::before,
#a36a2a8b0fa9d1b .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a36a2a8b0fa9d1b .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a36a2a8b0fa9d1b .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a36a2a8b0fa9d1b .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a36a2a8b0fa9d1b .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a36a2a8b0fa9d1b .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a36a2a8b0fa9d1b .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a36a2a8b0fa9d1b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a36a2a8b0fa9d1b .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a36a2a8b0fa9d1b .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a36a2a8b0fa9d1b .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a36a2a8b0fa9d1b .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a36a2a8b0fa9d1b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a36a2a8b0fa9d1b .site-pc-navbar {
  background: #fff;
}
#a36a2a8b0fa9d1b .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a36a2a8b0fa9d1b .logo {
  display: inline-block;
}
#a36a2a8b0fa9d1b .menu-list {
  justify-content: center;
}
#a36a2a8b0fa9d1b .submenu-items {
  display: inline-block;
}
#a36a2a8b0fa9d1b .submenu-items .sub-menu-item:last-child svg,
#a36a2a8b0fa9d1b .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a36a2a8b0fa9d1b .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae5c2aa904a3c2f a, #ae5c2aa904a3c2f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae5c2aa904a3c2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a13b2aa3ccae953 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a13b2aa3ccae953 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a13b2aa3ccae953 .ap-icon {
  margin-right: 6px;
}
#a13b2aa3ccae953 .indicator {
  margin-left: 4px;
}
#a13b2aa3ccae953 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a13b2aa3ccae953 .menu-list li:hover > a,
#a13b2aa3ccae953 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a13b2aa3ccae953 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a13b2aa3ccae953 .menu-list ul,
#a13b2aa3ccae953 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a13b2aa3ccae953 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a13b2aa3ccae953 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13b2aa3ccae953 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13b2aa3ccae953 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a74c1a56e7ac5a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74c1a56e7ac5a0  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a7911a422da74b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7911a422da74b1  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aaf26ae581ad084 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#aaf26ae581ad084 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ab647af57bab957 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ab647af57bab957 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ac843a5c4ca8977 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ac843a5c4ca8977 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a5567ae077ab9a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a5567ae077ab9a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a0946a87e2a5c0a .logged {
  display: none;
}
#a0946a87e2a5c0a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a0946a87e2a5c0a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0946a87e2a5c0a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a0946a87e2a5c0a .quick-menus > li:last-child::after {
  content: '';
}
#a0946a87e2a5c0a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a0946a87e2a5c0a .site-header {
  height: 80px;
}
#a0946a87e2a5c0a .uk-navbar-item,
#a0946a87e2a5c0a .uk-navbar-nav > li > a,
#a0946a87e2a5c0a .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a0946a87e2a5c0a .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a0946a87e2a5c0a .uk-navbar-nav > li > a:hover::before,
#a0946a87e2a5c0a .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a0946a87e2a5c0a .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a0946a87e2a5c0a .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a0946a87e2a5c0a .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a0946a87e2a5c0a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a0946a87e2a5c0a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a0946a87e2a5c0a .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a0946a87e2a5c0a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0946a87e2a5c0a .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a0946a87e2a5c0a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a0946a87e2a5c0a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a0946a87e2a5c0a .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a0946a87e2a5c0a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a0946a87e2a5c0a .site-pc-navbar {
  background: #fff;
}
#a0946a87e2a5c0a .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a0946a87e2a5c0a .logo {
  display: inline-block;
}
#a0946a87e2a5c0a .menu-list {
  justify-content: center;
}
#a0946a87e2a5c0a .submenu-items {
  display: inline-block;
}
#a0946a87e2a5c0a .submenu-items .sub-menu-item:last-child svg,
#a0946a87e2a5c0a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0946a87e2a5c0a .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3604ad3d2a6806 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3604ad3d2a6806  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a9d15aa79daf6fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d15aa79daf6fe  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#af4d2ac054ad3eb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#af4d2ac054ad3eb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ac6d9acb44adbed a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ac6d9acb44adbed a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a671ea7b35a55f6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a671ea7b35a55f6 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a41c7a3327ae62b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a41c7a3327ae62b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a70b5aec3aad680 .a4b0eaa296a0f23 {
  overflow: hidden;
}
#a70b5aec3aad680 .a4b0eaa296a0f23 , #a70b5aec3aad680 .a4b0eaa296a0f23 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#a70b5aec3aad680 .a22f6a9f88aa7ab {
  overflow: hidden;
}
#a70b5aec3aad680 .a22f6a9f88aa7ab , #a70b5aec3aad680 .a22f6a9f88aa7ab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#a70b5aec3aad680 .a6c68aabc2af274  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a70b5aec3aad680 .aa314ac6fda5260 .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a70b5aec3aad680 .aa314ac6fda5260 .ele-wrap:hover {color: #006ab4;}#a70b5aec3aad680 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#a70b5aec3aad680 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a70b5aec3aad680 .uk-position-center-left-out {
    left: -30px;
  }
  #a70b5aec3aad680 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a8620a77e8a410d .logged {
  display: none;
}
#a8620a77e8a410d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8620a77e8a410d .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8620a77e8a410d .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8620a77e8a410d .quick-menus > li:last-child::after {
  content: '';
}
#a8620a77e8a410d .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8620a77e8a410d .site-header {
  height: 80px;
}
#a8620a77e8a410d .uk-navbar-item,
#a8620a77e8a410d .uk-navbar-nav > li > a,
#a8620a77e8a410d .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8620a77e8a410d .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a8620a77e8a410d .uk-navbar-nav > li > a:hover::before,
#a8620a77e8a410d .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a8620a77e8a410d .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a8620a77e8a410d .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a8620a77e8a410d .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a8620a77e8a410d .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8620a77e8a410d .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8620a77e8a410d .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a8620a77e8a410d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8620a77e8a410d .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a8620a77e8a410d .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8620a77e8a410d .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8620a77e8a410d .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a8620a77e8a410d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a8620a77e8a410d .site-pc-navbar {
  background: #fff;
}
#a8620a77e8a410d .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a8620a77e8a410d .logo {
  display: inline-block;
}
#a8620a77e8a410d .menu-list {
  justify-content: center;
}
#a8620a77e8a410d .submenu-items {
  display: inline-block;
}
#a8620a77e8a410d .submenu-items .sub-menu-item:last-child svg,
#a8620a77e8a410d .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a8620a77e8a410d .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aac0fadc57abc79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac0fadc57abc79  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae210a92b5a304f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ae210a92b5a304f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ac169a1e99a6113 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ac169a1e99a6113 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#acce8a2573a8012 .form-agree {
  display: flex;
  align-items: center;
}
#acce8a2573a8012 .uk-form .form-submit-btn {
  width: 200px;
}
#acce8a2573a8012 .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#acce8a2573a8012 .submit-wrap {
  text-align: right;
}
#acce8a2573a8012 .submit-wrap button {
  background-color: #4a90e2;
}
#acce8a2573a8012 .submit-wrap button:hover {
  background-color: #4a90e2;
}
#acce8a2573a8012 .submit-wrap button {
  color: #ffffff;
}
#acce8a2573a8012 .submit-wrap button {
  font-size: 16px;
}
#acce8a2573a8012 .submit-wrap button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#acce8a2573a8012 form {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  padding-left: px;
  padding-right: undefinedpx;
}
#acce8a2573a8012 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#acce8a2573a8012 .form-item .uk-input,
#acce8a2573a8012 .form-item .uk-select,
#acce8a2573a8012 .form-item .uk-textarea {
  width: autopx;
  background-color: #f6f6f6;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#acce8a2573a8012 .form-item .auto-height {
  height: auto;
}
#acce8a2573a8012 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#acce8a2573a8012 .form-item > label {
  flex: none;
}
#acce8a2573a8012 .form-item .form-item-file .add-image {
  margin-left: 40px;
}
#acce8a2573a8012 .form-item .uk-input,
#acce8a2573a8012 .form-item .uk-select,
#acce8a2573a8012 .form-item .uk-textarea,
#acce8a2573a8012 .form-item .address-select,
#acce8a2573a8012 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#acce8a2573a8012 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a97c3a7f61a1823 .logged {
  display: none;
}
#a97c3a7f61a1823 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a97c3a7f61a1823 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a97c3a7f61a1823 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a97c3a7f61a1823 .quick-menus > li:last-child::after {
  content: '';
}
#a97c3a7f61a1823 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a97c3a7f61a1823 .site-header {
  height: 80px;
}
#a97c3a7f61a1823 .uk-navbar-item,
#a97c3a7f61a1823 .uk-navbar-nav > li > a,
#a97c3a7f61a1823 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a97c3a7f61a1823 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a97c3a7f61a1823 .uk-navbar-nav > li > a:hover::before,
#a97c3a7f61a1823 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a97c3a7f61a1823 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a97c3a7f61a1823 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a97c3a7f61a1823 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a97c3a7f61a1823 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a97c3a7f61a1823 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a97c3a7f61a1823 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a97c3a7f61a1823 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a97c3a7f61a1823 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a97c3a7f61a1823 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a97c3a7f61a1823 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a97c3a7f61a1823 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a97c3a7f61a1823 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a97c3a7f61a1823 .site-pc-navbar {
  background: #fff;
}
#a97c3a7f61a1823 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a97c3a7f61a1823 .logo {
  display: inline-block;
}
#a97c3a7f61a1823 .menu-list {
  justify-content: center;
}
#a97c3a7f61a1823 .submenu-items {
  display: inline-block;
}
#a97c3a7f61a1823 .submenu-items .sub-menu-item:last-child svg,
#a97c3a7f61a1823 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a97c3a7f61a1823 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2875a00fca1749 a, #a2875a00fca1749 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a2875a00fca1749 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ad943a29dfa116c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ad943a29dfa116c .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad943a29dfa116c .ap-icon {
  margin-right: 6px;
}
#ad943a29dfa116c .indicator {
  margin-left: 4px;
}
#ad943a29dfa116c .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ad943a29dfa116c .menu-list li:hover > a,
#ad943a29dfa116c .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad943a29dfa116c .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#ad943a29dfa116c .menu-list ul,
#ad943a29dfa116c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ad943a29dfa116c .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ad943a29dfa116c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad943a29dfa116c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad943a29dfa116c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a805ba36b6a900d {
  pointer-events: none;
}
#a805ba36b6a900d .menu-list {
  width: 100%;
  background: #ffffff;
}
#a805ba36b6a900d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a805ba36b6a900d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a805ba36b6a900d .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a805ba36b6a900d .menu-list .menu-header svg,
#a805ba36b6a900d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a805ba36b6a900d .menu-list > ul {
  position: relative;
}
#a805ba36b6a900d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a805ba36b6a900d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a805ba36b6a900d .menu-list > ul > li.active > a,
#a805ba36b6a900d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a805ba36b6a900d .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a805ba36b6a900d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a805ba36b6a900d .menu-list > ul > li a img,
#a805ba36b6a900d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a805ba36b6a900d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a805ba36b6a900d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a805ba36b6a900d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a805ba36b6a900d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#af511ac530a92f1 .logged {
  display: none;
}
#af511ac530a92f1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#af511ac530a92f1 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af511ac530a92f1 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#af511ac530a92f1 .quick-menus > li:last-child::after {
  content: '';
}
#af511ac530a92f1 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#af511ac530a92f1 .site-header {
  height: 80px;
}
#af511ac530a92f1 .uk-navbar-item,
#af511ac530a92f1 .uk-navbar-nav > li > a,
#af511ac530a92f1 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#af511ac530a92f1 .uk-navbar-nav > li > a:hover::before,
#af511ac530a92f1 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#af511ac530a92f1 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#af511ac530a92f1 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#af511ac530a92f1 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#af511ac530a92f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af511ac530a92f1 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#af511ac530a92f1 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#af511ac530a92f1 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#af511ac530a92f1 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#af511ac530a92f1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#af511ac530a92f1 .site-pc-navbar {
  background: #fff;
}
#af511ac530a92f1 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af511ac530a92f1 .logo {
  display: inline-block;
}
#af511ac530a92f1 .menu-list {
  justify-content: center;
}
#af511ac530a92f1 .submenu-items {
  display: inline-block;
}
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child svg,
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af511ac530a92f1 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7760a1698a6004 a, #a7760a1698a6004 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a7760a1698a6004 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ab7a5aea1ba9507 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#ab7a5aea1ba9507 .uk-grid {
  margin-left: -15px;
}
#ab7a5aea1ba9507 .uk-grid > * {
  padding-left: 15px;
}
#ab7a5aea1ba9507 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ab7a5aea1ba9507 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #f6f6f6;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d3d2d3;
  border-left-color: #d3d2d3;
  border-bottom-color: #d3d2d3;
  border-top-color: #d3d2d3;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab7a5aea1ba9507 .uk-card-media-top {
  overflow: hidden;
}
#ab7a5aea1ba9507 .uk-card-media-top .img {
  transition: all .3s ease;
}
#ab7a5aea1ba9507 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#ab7a5aea1ba9507 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#ab7a5aea1ba9507 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#ab7a5aea1ba9507 .uk-card-body {
  padding: 15px 10px 8px;
}
#ab7a5aea1ba9507 hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#ab7a5aea1ba9507 .uk-button {
  border: 1px solid #ececec;
}
#ab7a5aea1ba9507 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
  color: #8c8b8b;
}
#ab7a5aea1ba9507 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
}
#ab7a5aea1ba9507 .uk-card:hover {
  background-color: #f6f6f6;
}
#ab7a5aea1ba9507 .uk-card:hover .title {
  color: #4a90e2;
}
#ab7a5aea1ba9507 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#ab7a5aea1ba9507 .uk-card:hover .img {
  transform: scale(1.2);
}
#ab7a5aea1ba9507 .uk-card:hover .abstract {
  color: #999999;
}
#ab7a5aea1ba9507 .uk-card:hover .datetime {
  color: #d3b267;
}
#ab7a5aea1ba9507 .uk-card:hover .category {
  color: #d3b267;
}
#ab7a5aea1ba9507 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a678aaae29ab2c8 .logged {
  display: none;
}
#a678aaae29ab2c8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a678aaae29ab2c8 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a678aaae29ab2c8 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a678aaae29ab2c8 .quick-menus > li:last-child::after {
  content: '';
}
#a678aaae29ab2c8 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a678aaae29ab2c8 .site-header {
  height: 80px;
}
#a678aaae29ab2c8 .uk-navbar-item,
#a678aaae29ab2c8 .uk-navbar-nav > li > a,
#a678aaae29ab2c8 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a678aaae29ab2c8 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a678aaae29ab2c8 .uk-navbar-nav > li > a:hover::before,
#a678aaae29ab2c8 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a678aaae29ab2c8 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a678aaae29ab2c8 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a678aaae29ab2c8 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a678aaae29ab2c8 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a678aaae29ab2c8 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a678aaae29ab2c8 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a678aaae29ab2c8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a678aaae29ab2c8 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a678aaae29ab2c8 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a678aaae29ab2c8 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a678aaae29ab2c8 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a678aaae29ab2c8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a678aaae29ab2c8 .site-pc-navbar {
  background: #fff;
}
#a678aaae29ab2c8 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a678aaae29ab2c8 .logo {
  display: inline-block;
}
#a678aaae29ab2c8 .menu-list {
  justify-content: center;
}
#a678aaae29ab2c8 .submenu-items {
  display: inline-block;
}
#a678aaae29ab2c8 .submenu-items .sub-menu-item:last-child svg,
#a678aaae29ab2c8 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a678aaae29ab2c8 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae5c2aa904a3c2f a, #ae5c2aa904a3c2f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae5c2aa904a3c2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a13b2aa3ccae953 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a13b2aa3ccae953 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a13b2aa3ccae953 .ap-icon {
  margin-right: 6px;
}
#a13b2aa3ccae953 .indicator {
  margin-left: 4px;
}
#a13b2aa3ccae953 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a13b2aa3ccae953 .menu-list li:hover > a,
#a13b2aa3ccae953 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a13b2aa3ccae953 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a13b2aa3ccae953 .menu-list ul,
#a13b2aa3ccae953 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a13b2aa3ccae953 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a13b2aa3ccae953 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13b2aa3ccae953 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13b2aa3ccae953 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a313ca13e2a8cb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a313ca13e2a8cb6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a60a8a6ce2a6fe0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a60a8a6ce2a6fe0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a1fd2ad5f7a8c2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a1fd2ad5f7a8c2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a92d1a32aeaa6c9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a92d1a32aeaa6c9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a3144a4d6ba28e5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a3144a4d6ba28e5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a3eeea9448afd97 .logged {
  display: none;
}
#a3eeea9448afd97 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3eeea9448afd97 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3eeea9448afd97 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3eeea9448afd97 .quick-menus > li:last-child::after {
  content: '';
}
#a3eeea9448afd97 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3eeea9448afd97 .site-header {
  height: 80px;
}
#a3eeea9448afd97 .uk-navbar-item,
#a3eeea9448afd97 .uk-navbar-nav > li > a,
#a3eeea9448afd97 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3eeea9448afd97 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3eeea9448afd97 .uk-navbar-nav > li > a:hover::before,
#a3eeea9448afd97 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3eeea9448afd97 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3eeea9448afd97 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a3eeea9448afd97 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3eeea9448afd97 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3eeea9448afd97 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3eeea9448afd97 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3eeea9448afd97 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3eeea9448afd97 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3eeea9448afd97 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3eeea9448afd97 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3eeea9448afd97 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3eeea9448afd97 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a3eeea9448afd97 .site-pc-navbar {
  background: #fff;
}
#a3eeea9448afd97 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3eeea9448afd97 .logo {
  display: inline-block;
}
#a3eeea9448afd97 .menu-list {
  justify-content: center;
}
#a3eeea9448afd97 .submenu-items {
  display: inline-block;
}
#a3eeea9448afd97 .submenu-items .sub-menu-item:last-child svg,
#a3eeea9448afd97 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a3eeea9448afd97 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abf3ca965eabea6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf3ca965eabea6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a6d0ca6955ad4de .a69d7a5c3dae0ac {
  overflow: hidden;
}
#a6d0ca6955ad4de .a69d7a5c3dae0ac , #a6d0ca6955ad4de .a69d7a5c3dae0ac > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#a6d0ca6955ad4de .abd2ca210fa5a1d {
  overflow: hidden;
}
#a6d0ca6955ad4de .abd2ca210fa5a1d , #a6d0ca6955ad4de .abd2ca210fa5a1d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#a6d0ca6955ad4de .a61fca643ba11c6  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a6d0ca6955ad4de .ada91a42afa1ea4 .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a6d0ca6955ad4de .ada91a42afa1ea4 .ele-wrap:hover {color: #006ab4;}#a6d0ca6955ad4de .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#a6d0ca6955ad4de .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6d0ca6955ad4de .uk-position-center-left-out {
    left: -30px;
  }
  #a6d0ca6955ad4de .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a16b2a58d4ad445 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16b2a58d4ad445  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a411fa1d2ea97ba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a411fa1d2ea97ba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a81ffa2795a113c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a81ffa2795a113c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a75b0af0e4a1df8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a75b0af0e4a1df8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ae3b2a3f37acc9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ae3b2a3f37acc9b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a777ea9450aa041 .logged {
  display: none;
}
#a777ea9450aa041 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a777ea9450aa041 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a777ea9450aa041 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a777ea9450aa041 .quick-menus > li:last-child::after {
  content: '';
}
#a777ea9450aa041 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a777ea9450aa041 .site-header {
  height: 80px;
}
#a777ea9450aa041 .uk-navbar-item,
#a777ea9450aa041 .uk-navbar-nav > li > a,
#a777ea9450aa041 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a777ea9450aa041 .uk-navbar-nav > li > a:hover::before,
#a777ea9450aa041 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a777ea9450aa041 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a777ea9450aa041 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a777ea9450aa041 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a777ea9450aa041 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a777ea9450aa041 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a777ea9450aa041 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a777ea9450aa041 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a777ea9450aa041 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a777ea9450aa041 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a777ea9450aa041 .site-pc-navbar {
  background: #fff;
}
#a777ea9450aa041 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a777ea9450aa041 .logo {
  display: inline-block;
}
#a777ea9450aa041 .menu-list {
  justify-content: center;
}
#a777ea9450aa041 .submenu-items {
  display: inline-block;
}
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child svg,
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a777ea9450aa041 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3fffa2390a65aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fffa2390a65aa  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a39f1a4b25a504b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a39f1a4b25a504b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#af1f6a6d7ba9ec0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#af1f6a6d7ba9ec0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a486ead998a846b > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(130, 130, 130, 1);}#a486ead998a846b  > .ele-wrap:hover {background-color: rgba(246, 246, 246, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9f93a60e4a675d .logged {
  display: none;
}
#a9f93a60e4a675d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a9f93a60e4a675d .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9f93a60e4a675d .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a9f93a60e4a675d .quick-menus > li:last-child::after {
  content: '';
}
#a9f93a60e4a675d .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a9f93a60e4a675d .site-header {
  height: 80px;
}
#a9f93a60e4a675d .uk-navbar-item,
#a9f93a60e4a675d .uk-navbar-nav > li > a,
#a9f93a60e4a675d .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a9f93a60e4a675d .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a9f93a60e4a675d .uk-navbar-nav > li > a:hover::before,
#a9f93a60e4a675d .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a9f93a60e4a675d .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a9f93a60e4a675d .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a9f93a60e4a675d .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a9f93a60e4a675d .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a9f93a60e4a675d .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a9f93a60e4a675d .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a9f93a60e4a675d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9f93a60e4a675d .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a9f93a60e4a675d .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a9f93a60e4a675d .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a9f93a60e4a675d .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a9f93a60e4a675d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a9f93a60e4a675d .site-pc-navbar {
  background: #fff;
}
#a9f93a60e4a675d .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a9f93a60e4a675d .logo {
  display: inline-block;
}
#a9f93a60e4a675d .menu-list {
  justify-content: center;
}
#a9f93a60e4a675d .submenu-items {
  display: inline-block;
}
#a9f93a60e4a675d .submenu-items .sub-menu-item:last-child svg,
#a9f93a60e4a675d .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a9f93a60e4a675d .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2869a64c2a8ebd a, #a2869a64c2a8ebd {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a2869a64c2a8ebd a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a1cb7a3e23ae04d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a1cb7a3e23ae04d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a1cb7a3e23ae04d .ap-icon {
  margin-right: 6px;
}
#a1cb7a3e23ae04d .indicator {
  margin-left: 4px;
}
#a1cb7a3e23ae04d .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a1cb7a3e23ae04d .menu-list li:hover > a,
#a1cb7a3e23ae04d .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1cb7a3e23ae04d .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a1cb7a3e23ae04d .menu-list ul,
#a1cb7a3e23ae04d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a1cb7a3e23ae04d .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a1cb7a3e23ae04d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1cb7a3e23ae04d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1cb7a3e23ae04d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a656eadc55a965a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a656eadc55a965a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a567ca215ca83ef {
  pointer-events: none;
}
#a567ca215ca83ef .menu-list {
  width: 100%;
  background: #ffffff;
}
#a567ca215ca83ef ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a567ca215ca83ef .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a567ca215ca83ef .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a567ca215ca83ef .menu-list .menu-header svg,
#a567ca215ca83ef .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a567ca215ca83ef .menu-list > ul {
  position: relative;
}
#a567ca215ca83ef .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a567ca215ca83ef .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a567ca215ca83ef .menu-list > ul > li.active > a,
#a567ca215ca83ef .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a567ca215ca83ef .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a567ca215ca83ef .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a567ca215ca83ef .menu-list > ul > li a img,
#a567ca215ca83ef .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a567ca215ca83ef .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a567ca215ca83ef .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a567ca215ca83ef .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a567ca215ca83ef .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae5c2aa904a3c2f a, #ae5c2aa904a3c2f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae5c2aa904a3c2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a13b2aa3ccae953 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a13b2aa3ccae953 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a13b2aa3ccae953 .ap-icon {
  margin-right: 6px;
}
#a13b2aa3ccae953 .indicator {
  margin-left: 4px;
}
#a13b2aa3ccae953 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a13b2aa3ccae953 .menu-list li:hover > a,
#a13b2aa3ccae953 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a13b2aa3ccae953 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a13b2aa3ccae953 .menu-list ul,
#a13b2aa3ccae953 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a13b2aa3ccae953 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a13b2aa3ccae953 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13b2aa3ccae953 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13b2aa3ccae953 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a39fca9e82acc92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39fca9e82acc92  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ab8eaa74b5a5e4c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ab8eaa74b5a5e4c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a6d3fa71c3a9f15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a6d3fa71c3a9f15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#af1caa8c37a6172 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#af1caa8c37a6172 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a46d2a3579acc58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a46d2a3579acc58 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a2d93ae22ba6299 .aa956a9aa3ae63b {
  overflow: hidden;
}
#a2d93ae22ba6299 .aa956a9aa3ae63b , #a2d93ae22ba6299 .aa956a9aa3ae63b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2d93ae22ba6299 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #dcdbdb;
  border-top-style: solid;
  border-right-color: #dcdbdb;
  border-left-color: #dcdbdb;
  border-bottom-color: #dcdbdb;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  background-color: #ffffff;
}
#a2d93ae22ba6299 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2d93ae22ba6299 .uk-position-center-left-out {
    left: -30px;
  }
  #a2d93ae22ba6299 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a6394a764fa97f2 .logged {
  display: none;
}
#a6394a764fa97f2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6394a764fa97f2 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6394a764fa97f2 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6394a764fa97f2 .quick-menus > li:last-child::after {
  content: '';
}
#a6394a764fa97f2 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6394a764fa97f2 .site-header {
  height: 80px;
}
#a6394a764fa97f2 .uk-navbar-item,
#a6394a764fa97f2 .uk-navbar-nav > li > a,
#a6394a764fa97f2 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6394a764fa97f2 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a6394a764fa97f2 .uk-navbar-nav > li > a:hover::before,
#a6394a764fa97f2 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a6394a764fa97f2 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a6394a764fa97f2 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a6394a764fa97f2 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a6394a764fa97f2 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6394a764fa97f2 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6394a764fa97f2 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a6394a764fa97f2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6394a764fa97f2 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a6394a764fa97f2 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6394a764fa97f2 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6394a764fa97f2 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a6394a764fa97f2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a6394a764fa97f2 .site-pc-navbar {
  background: #fff;
}
#a6394a764fa97f2 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6394a764fa97f2 .logo {
  display: inline-block;
}
#a6394a764fa97f2 .menu-list {
  justify-content: center;
}
#a6394a764fa97f2 .submenu-items {
  display: inline-block;
}
#a6394a764fa97f2 .submenu-items .sub-menu-item:last-child svg,
#a6394a764fa97f2 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6394a764fa97f2 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d78adcc0af12b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d78adcc0af12b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a2992a51b0a7470 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2992a51b0a7470  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#adf66a6ec9a222a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#adf66a6ec9a222a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a6618afdedaec86 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a6618afdedaec86 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a2c71aa404ad14a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a2c71aa404ad14a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a0a9da5d18a9869 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a0a9da5d18a9869 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a138da7a37a0238 .a04f2a4dcda4b61 {
  overflow: hidden;
}
#a138da7a37a0238 .a04f2a4dcda4b61 , #a138da7a37a0238 .a04f2a4dcda4b61 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#a138da7a37a0238 .a52c4a5cf1a2e9a {
  overflow: hidden;
}
#a138da7a37a0238 .a52c4a5cf1a2e9a , #a138da7a37a0238 .a52c4a5cf1a2e9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#a138da7a37a0238 .a360ea729aa3dcc  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a138da7a37a0238 .a7288aab67ae42c .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a138da7a37a0238 .a7288aab67ae42c .ele-wrap:hover {color: #006ab4;}#a138da7a37a0238 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#a138da7a37a0238 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a138da7a37a0238 .uk-position-center-left-out {
    left: -30px;
  }
  #a138da7a37a0238 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a6c92a2e5ca6992 .logged {
  display: none;
}
#a6c92a2e5ca6992 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6c92a2e5ca6992 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6c92a2e5ca6992 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6c92a2e5ca6992 .quick-menus > li:last-child::after {
  content: '';
}
#a6c92a2e5ca6992 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6c92a2e5ca6992 .site-header {
  height: 80px;
}
#a6c92a2e5ca6992 .uk-navbar-item,
#a6c92a2e5ca6992 .uk-navbar-nav > li > a,
#a6c92a2e5ca6992 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a:hover::before,
#a6c92a2e5ca6992 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a6c92a2e5ca6992 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a6c92a2e5ca6992 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6c92a2e5ca6992 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6c92a2e5ca6992 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a6c92a2e5ca6992 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6c92a2e5ca6992 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a6c92a2e5ca6992 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6c92a2e5ca6992 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6c92a2e5ca6992 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a6c92a2e5ca6992 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a6c92a2e5ca6992 .site-pc-navbar {
  background: #fff;
}
#a6c92a2e5ca6992 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6c92a2e5ca6992 .logo {
  display: inline-block;
}
#a6c92a2e5ca6992 .menu-list {
  justify-content: center;
}
#a6c92a2e5ca6992 .submenu-items {
  display: inline-block;
}
#a6c92a2e5ca6992 .submenu-items .sub-menu-item:last-child svg,
#a6c92a2e5ca6992 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6c92a2e5ca6992 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5cc9a2600a005e a, #a5cc9a2600a005e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a5cc9a2600a005e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a7c0bac17aab2d3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a7c0bac17aab2d3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7c0bac17aab2d3 .ap-icon {
  margin-right: 6px;
}
#a7c0bac17aab2d3 .indicator {
  margin-left: 4px;
}
#a7c0bac17aab2d3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a7c0bac17aab2d3 .menu-list li:hover > a,
#a7c0bac17aab2d3 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7c0bac17aab2d3 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a7c0bac17aab2d3 .menu-list ul,
#a7c0bac17aab2d3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a7c0bac17aab2d3 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a7c0bac17aab2d3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7c0bac17aab2d3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7c0bac17aab2d3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af265afba5adf6d {
  pointer-events: none;
}
#af265afba5adf6d .menu-list {
  width: 100%;
  background: #ffffff;
}
#af265afba5adf6d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af265afba5adf6d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af265afba5adf6d .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#af265afba5adf6d .menu-list .menu-header svg,
#af265afba5adf6d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af265afba5adf6d .menu-list > ul {
  position: relative;
}
#af265afba5adf6d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#af265afba5adf6d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#af265afba5adf6d .menu-list > ul > li.active > a,
#af265afba5adf6d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#af265afba5adf6d .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#af265afba5adf6d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af265afba5adf6d .menu-list > ul > li a img,
#af265afba5adf6d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af265afba5adf6d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#af265afba5adf6d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#af265afba5adf6d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af265afba5adf6d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af265afba5adf6d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#af265afba5adf6d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#af265afba5adf6d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af265afba5adf6d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#af265afba5adf6d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a777ea9450aa041 .logged {
  display: none;
}
#a777ea9450aa041 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a777ea9450aa041 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a777ea9450aa041 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a777ea9450aa041 .quick-menus > li:last-child::after {
  content: '';
}
#a777ea9450aa041 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a777ea9450aa041 .site-header {
  height: 80px;
}
#a777ea9450aa041 .uk-navbar-item,
#a777ea9450aa041 .uk-navbar-nav > li > a,
#a777ea9450aa041 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a777ea9450aa041 .uk-navbar-nav > li > a:hover::before,
#a777ea9450aa041 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a777ea9450aa041 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a777ea9450aa041 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a777ea9450aa041 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a777ea9450aa041 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a777ea9450aa041 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a777ea9450aa041 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a777ea9450aa041 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a777ea9450aa041 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a777ea9450aa041 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a777ea9450aa041 .site-pc-navbar {
  background: #fff;
}
#a777ea9450aa041 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a777ea9450aa041 .logo {
  display: inline-block;
}
#a777ea9450aa041 .menu-list {
  justify-content: center;
}
#a777ea9450aa041 .submenu-items {
  display: inline-block;
}
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child svg,
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a777ea9450aa041 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae238a618ca52bb a, #ae238a618ca52bb {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae238a618ca52bb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a6da9ac2d5a8feb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a6da9ac2d5a8feb .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6da9ac2d5a8feb .ap-icon {
  margin-right: 6px;
}
#a6da9ac2d5a8feb .indicator {
  margin-left: 4px;
}
#a6da9ac2d5a8feb .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a6da9ac2d5a8feb .menu-list li:hover > a,
#a6da9ac2d5a8feb .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6da9ac2d5a8feb .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a6da9ac2d5a8feb .menu-list ul,
#a6da9ac2d5a8feb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a6da9ac2d5a8feb .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a6da9ac2d5a8feb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6da9ac2d5a8feb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6da9ac2d5a8feb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a41e3a880dad2f6 {
  pointer-events: none;
}
#a41e3a880dad2f6 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a41e3a880dad2f6 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a41e3a880dad2f6 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a41e3a880dad2f6 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a41e3a880dad2f6 .menu-list .menu-header svg,
#a41e3a880dad2f6 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a41e3a880dad2f6 .menu-list > ul {
  position: relative;
}
#a41e3a880dad2f6 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a41e3a880dad2f6 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a41e3a880dad2f6 .menu-list > ul > li.active > a,
#a41e3a880dad2f6 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a41e3a880dad2f6 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a41e3a880dad2f6 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a41e3a880dad2f6 .menu-list > ul > li a img,
#a41e3a880dad2f6 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a41e3a880dad2f6 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a41e3a880dad2f6 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a41e3a880dad2f6 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aabeba9aafae2a1 a, #aabeba9aafae2a1 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#aabeba9aafae2a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a44b9a220fa7e79 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a44b9a220fa7e79 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a44b9a220fa7e79 .ap-icon {
  margin-right: 6px;
}
#a44b9a220fa7e79 .indicator {
  margin-left: 4px;
}
#a44b9a220fa7e79 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a44b9a220fa7e79 .menu-list li:hover > a,
#a44b9a220fa7e79 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a44b9a220fa7e79 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a44b9a220fa7e79 .menu-list ul,
#a44b9a220fa7e79 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a44b9a220fa7e79 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44b9a220fa7e79 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44b9a220fa7e79 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44b9a220fa7e79 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af5c6af9cca0f6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5c6af9cca0f6c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#af00cab8b8a3fbb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#af00cab8b8a3fbb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aab0aa25f4a6cdb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#aab0aa25f4a6cdb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a6a26a77c7a3af1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a6a26a77c7a3af1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ac2efa4f53aecd8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ac2efa4f53aecd8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a615da0e63ae607 .logged {
  display: none;
}
#a615da0e63ae607 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a615da0e63ae607 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a615da0e63ae607 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a615da0e63ae607 .quick-menus > li:last-child::after {
  content: '';
}
#a615da0e63ae607 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a615da0e63ae607 .site-header {
  height: 80px;
}
#a615da0e63ae607 .uk-navbar-item,
#a615da0e63ae607 .uk-navbar-nav > li > a,
#a615da0e63ae607 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a615da0e63ae607 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a615da0e63ae607 .uk-navbar-nav > li > a:hover::before,
#a615da0e63ae607 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a615da0e63ae607 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a615da0e63ae607 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a615da0e63ae607 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a615da0e63ae607 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a615da0e63ae607 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a615da0e63ae607 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a615da0e63ae607 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a615da0e63ae607 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a615da0e63ae607 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a615da0e63ae607 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a615da0e63ae607 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a615da0e63ae607 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a615da0e63ae607 .site-pc-navbar {
  background: #fff;
}
#a615da0e63ae607 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a615da0e63ae607 .logo {
  display: inline-block;
}
#a615da0e63ae607 .menu-list {
  justify-content: center;
}
#a615da0e63ae607 .submenu-items {
  display: inline-block;
}
#a615da0e63ae607 .submenu-items .sub-menu-item:last-child svg,
#a615da0e63ae607 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a615da0e63ae607 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8c2fa0dafa53f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c2fa0dafa53f4  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aa84fae140aefc5 .a7751a69dba1739 {
  overflow: hidden;
}
#aa84fae140aefc5 .a7751a69dba1739 , #aa84fae140aefc5 .a7751a69dba1739 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#aa84fae140aefc5 .a8900a1b4eac856 {
  overflow: hidden;
}
#aa84fae140aefc5 .a8900a1b4eac856 , #aa84fae140aefc5 .a8900a1b4eac856 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#aa84fae140aefc5 .af354ab4d7a9c8b  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#aa84fae140aefc5 .a6b76a9f23abfb0 .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#aa84fae140aefc5 .a6b76a9f23abfb0 .ele-wrap:hover {color: #006ab4;}#aa84fae140aefc5 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#aa84fae140aefc5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa84fae140aefc5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa84fae140aefc5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a96afa76deaab79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96afa76deaab79  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a140ea800aac7e1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a140ea800aac7e1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a790da02c3ae4e3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a790da02c3ae4e3 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ac278a8c06af3f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ac278a8c06af3f5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a5242a2380a697b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a5242a2380a697b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#af511ac530a92f1 .logged {
  display: none;
}
#af511ac530a92f1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#af511ac530a92f1 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af511ac530a92f1 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#af511ac530a92f1 .quick-menus > li:last-child::after {
  content: '';
}
#af511ac530a92f1 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#af511ac530a92f1 .site-header {
  height: 80px;
}
#af511ac530a92f1 .uk-navbar-item,
#af511ac530a92f1 .uk-navbar-nav > li > a,
#af511ac530a92f1 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#af511ac530a92f1 .uk-navbar-nav > li > a:hover::before,
#af511ac530a92f1 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#af511ac530a92f1 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#af511ac530a92f1 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#af511ac530a92f1 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#af511ac530a92f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af511ac530a92f1 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#af511ac530a92f1 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#af511ac530a92f1 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#af511ac530a92f1 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#af511ac530a92f1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#af511ac530a92f1 .site-pc-navbar {
  background: #fff;
}
#af511ac530a92f1 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af511ac530a92f1 .logo {
  display: inline-block;
}
#af511ac530a92f1 .menu-list {
  justify-content: center;
}
#af511ac530a92f1 .submenu-items {
  display: inline-block;
}
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child svg,
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af511ac530a92f1 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae9aca5347ae26e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9aca5347ae26e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4820a0676ad12a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a4820a0676ad12a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a8777af5f6ab805 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a8777af5f6ab805 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ab7d5a7a65aefc2 .form-agree {
  display: flex;
  align-items: center;
}
#ab7d5a7a65aefc2 .uk-form .form-submit-btn {
  width: 200px;
}
#ab7d5a7a65aefc2 .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ab7d5a7a65aefc2 .submit-wrap {
  text-align: right;
}
#ab7d5a7a65aefc2 .submit-wrap button {
  background-color: #4a90e2;
}
#ab7d5a7a65aefc2 .submit-wrap button:hover {
  background-color: #4a90e2;
}
#ab7d5a7a65aefc2 .submit-wrap button {
  color: #ffffff;
}
#ab7d5a7a65aefc2 .submit-wrap button {
  font-size: 16px;
}
#ab7d5a7a65aefc2 .submit-wrap button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#ab7d5a7a65aefc2 form {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
  padding-left: px;
  padding-right: undefinedpx;
}
#ab7d5a7a65aefc2 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab7d5a7a65aefc2 .form-item .uk-input,
#ab7d5a7a65aefc2 .form-item .uk-select,
#ab7d5a7a65aefc2 .form-item .uk-textarea {
  width: autopx;
  background-color: #f6f6f6;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab7d5a7a65aefc2 .form-item .auto-height {
  height: auto;
}
#ab7d5a7a65aefc2 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ab7d5a7a65aefc2 .form-item > label {
  flex: none;
}
#ab7d5a7a65aefc2 .form-item .form-item-file .add-image {
  margin-left: 40px;
}
#ab7d5a7a65aefc2 .form-item .uk-input,
#ab7d5a7a65aefc2 .form-item .uk-select,
#ab7d5a7a65aefc2 .form-item .uk-textarea,
#ab7d5a7a65aefc2 .form-item .address-select,
#ab7d5a7a65aefc2 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ab7d5a7a65aefc2 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#aa192a5ddda6cbb .logged {
  display: none;
}
#aa192a5ddda6cbb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aa192a5ddda6cbb .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa192a5ddda6cbb .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aa192a5ddda6cbb .quick-menus > li:last-child::after {
  content: '';
}
#aa192a5ddda6cbb .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aa192a5ddda6cbb .site-header {
  height: 80px;
}
#aa192a5ddda6cbb .uk-navbar-item,
#aa192a5ddda6cbb .uk-navbar-nav > li > a,
#aa192a5ddda6cbb .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aa192a5ddda6cbb .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#aa192a5ddda6cbb .uk-navbar-nav > li > a:hover::before,
#aa192a5ddda6cbb .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#aa192a5ddda6cbb .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#aa192a5ddda6cbb .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#aa192a5ddda6cbb .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#aa192a5ddda6cbb .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aa192a5ddda6cbb .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aa192a5ddda6cbb .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#aa192a5ddda6cbb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa192a5ddda6cbb .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#aa192a5ddda6cbb .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aa192a5ddda6cbb .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aa192a5ddda6cbb .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#aa192a5ddda6cbb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#aa192a5ddda6cbb .site-pc-navbar {
  background: #fff;
}
#aa192a5ddda6cbb .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa192a5ddda6cbb .logo {
  display: inline-block;
}
#aa192a5ddda6cbb .menu-list {
  justify-content: center;
}
#aa192a5ddda6cbb .submenu-items {
  display: inline-block;
}
#aa192a5ddda6cbb .submenu-items .sub-menu-item:last-child svg,
#aa192a5ddda6cbb .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa192a5ddda6cbb .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a26bcaae6da7d5e a, #a26bcaae6da7d5e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a26bcaae6da7d5e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a34daadb30afd55 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a34daadb30afd55 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a34daadb30afd55 .ap-icon {
  margin-right: 6px;
}
#a34daadb30afd55 .indicator {
  margin-left: 4px;
}
#a34daadb30afd55 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a34daadb30afd55 .menu-list li:hover > a,
#a34daadb30afd55 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a34daadb30afd55 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a34daadb30afd55 .menu-list ul,
#a34daadb30afd55 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a34daadb30afd55 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a34daadb30afd55 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a34daadb30afd55 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a34daadb30afd55 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8845abceea2542 {
  pointer-events: none;
}
#a8845abceea2542 .menu-list {
  width: 100%;
  background: #ffffff;
}
#a8845abceea2542 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a8845abceea2542 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a8845abceea2542 .menu-list .menu-header {
  background-color: #ffffff;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
#a8845abceea2542 .menu-list .menu-header svg,
#a8845abceea2542 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a8845abceea2542 .menu-list > ul {
  position: relative;
}
#a8845abceea2542 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a8845abceea2542 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a8845abceea2542 .menu-list > ul > li.active > a,
#a8845abceea2542 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #ffffff;
  border-bottom-color: transparent;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a8845abceea2542 .menu-list > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a8845abceea2542 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a8845abceea2542 .menu-list > ul > li a img,
#a8845abceea2542 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a8845abceea2542 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a8845abceea2542 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a8845abceea2542 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a8845abceea2542 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a8845abceea2542 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 50px;
}
#a8845abceea2542 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a8845abceea2542 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a8845abceea2542 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #262626;
  font-size: 13px;
  line-height: 24px;
}
#a8845abceea2542 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #000000;
}
#afffda223bad398 .ap-category-filter ul li.active {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
#afffda223bad398 .product-item {
  border-right-width: 1px;
  border-right-color: #9b9b9b;
  border-right-style: solid;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afffda223bad398 .grid-list .product-item {
  overflow: hidden;
}
#afffda223bad398 .grid-list .product-preview .img {
  display: block;
}
#afffda223bad398 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#afffda223bad398 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#afffda223bad398 .grid-list .product-info {
  min-height: 110px;
}
#afffda223bad398 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#afffda223bad398 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#afffda223bad398 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#afffda223bad398 .grid-list .category-name {
  font-size: 12px;
}
#afffda223bad398 .grid-list .category-name a {
  color: #777;
}
#afffda223bad398 .grid-list .title,
#afffda223bad398 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#afffda223bad398 .grid-list .title a,
#afffda223bad398 .grid-list .subTitle a {
  color: #191919;
}
#afffda223bad398 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#afffda223bad398 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#afffda223bad398 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#afffda223bad398 .grid-list {
  margin-left: -20px;
}
#afffda223bad398 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#afffda223bad398 .grid-list .product-info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #9b9b9b;
}
#afffda223bad398 .grid-list .product-btn {
  background-color: #0b5cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#afffda223bad398 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
}
#afffda223bad398 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#afffda223bad398 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#afffda223bad398 .grid-list > .uk-grid-margin {
  margin-top: 10px;
}
#afffda223bad398 .grid-list .product:hover {
  background-color: auto;
}
#afffda223bad398 .grid-list .product:hover .title a {
  color: #444;
}
#afffda223bad398 .grid-list .product:hover .subTitle {
  color: auto;
}
#afffda223bad398 .grid-list .product:hover .category {
  color: auto;
}
#afffda223bad398 .grid-list .product:hover .abstract {
  color: auto;
}
#afffda223bad398 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #0b5cae;
}
@media (max-width: 640px) {
  #afffda223bad398 .grid-list .product-info {
    min-height: 0;
  }
  #afffda223bad398 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #afffda223bad398 .grid-list .product-buttons {
    display: none;
  }
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#af511ac530a92f1 .logged {
  display: none;
}
#af511ac530a92f1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#af511ac530a92f1 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af511ac530a92f1 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#af511ac530a92f1 .quick-menus > li:last-child::after {
  content: '';
}
#af511ac530a92f1 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#af511ac530a92f1 .site-header {
  height: 80px;
}
#af511ac530a92f1 .uk-navbar-item,
#af511ac530a92f1 .uk-navbar-nav > li > a,
#af511ac530a92f1 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#af511ac530a92f1 .uk-navbar-nav > li > a:hover::before,
#af511ac530a92f1 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#af511ac530a92f1 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#af511ac530a92f1 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#af511ac530a92f1 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#af511ac530a92f1 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#af511ac530a92f1 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#af511ac530a92f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af511ac530a92f1 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#af511ac530a92f1 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#af511ac530a92f1 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#af511ac530a92f1 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#af511ac530a92f1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#af511ac530a92f1 .site-pc-navbar {
  background: #fff;
}
#af511ac530a92f1 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af511ac530a92f1 .logo {
  display: inline-block;
}
#af511ac530a92f1 .menu-list {
  justify-content: center;
}
#af511ac530a92f1 .submenu-items {
  display: inline-block;
}
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child svg,
#af511ac530a92f1 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af511ac530a92f1 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae5c2aa904a3c2f a, #ae5c2aa904a3c2f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae5c2aa904a3c2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a13b2aa3ccae953 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a13b2aa3ccae953 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a13b2aa3ccae953 .ap-icon {
  margin-right: 6px;
}
#a13b2aa3ccae953 .indicator {
  margin-left: 4px;
}
#a13b2aa3ccae953 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a13b2aa3ccae953 .menu-list li:hover > a,
#a13b2aa3ccae953 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a13b2aa3ccae953 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a13b2aa3ccae953 .menu-list ul,
#a13b2aa3ccae953 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a13b2aa3ccae953 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a13b2aa3ccae953 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13b2aa3ccae953 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13b2aa3ccae953 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a798faf9a0af18c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a798faf9a0af18c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a77f7a9aefa2985 .logged {
  display: none;
}
#a77f7a9aefa2985 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a77f7a9aefa2985 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a77f7a9aefa2985 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a77f7a9aefa2985 .quick-menus > li:last-child::after {
  content: '';
}
#a77f7a9aefa2985 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a77f7a9aefa2985 .site-header {
  height: 80px;
}
#a77f7a9aefa2985 .uk-navbar-item,
#a77f7a9aefa2985 .uk-navbar-nav > li > a,
#a77f7a9aefa2985 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a77f7a9aefa2985 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a77f7a9aefa2985 .uk-navbar-nav > li > a:hover::before,
#a77f7a9aefa2985 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a77f7a9aefa2985 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a77f7a9aefa2985 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a77f7a9aefa2985 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a77f7a9aefa2985 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a77f7a9aefa2985 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a77f7a9aefa2985 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a77f7a9aefa2985 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a77f7a9aefa2985 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a77f7a9aefa2985 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a77f7a9aefa2985 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a77f7a9aefa2985 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a77f7a9aefa2985 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a77f7a9aefa2985 .site-pc-navbar {
  background: #fff;
}
#a77f7a9aefa2985 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a77f7a9aefa2985 .logo {
  display: inline-block;
}
#a77f7a9aefa2985 .menu-list {
  justify-content: center;
}
#a77f7a9aefa2985 .submenu-items {
  display: inline-block;
}
#a77f7a9aefa2985 .submenu-items .sub-menu-item:last-child svg,
#a77f7a9aefa2985 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a77f7a9aefa2985 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1f68a8387a0a6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f68a8387a0a6c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4f33ab249a6a9d .a2419a5fbda29a4 {
  overflow: hidden;
}
#a4f33ab249a6a9d .a2419a5fbda29a4 , #a4f33ab249a6a9d .a2419a5fbda29a4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#a4f33ab249a6a9d .a0942adee6a6d0a {
  overflow: hidden;
}
#a4f33ab249a6a9d .a0942adee6a6d0a , #a4f33ab249a6a9d .a0942adee6a6d0a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#a4f33ab249a6a9d .a5229addb0a9717  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a4f33ab249a6a9d .a8f4ea89a5af74e .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a4f33ab249a6a9d .a8f4ea89a5af74e .ele-wrap:hover {color: #006ab4;}#a4f33ab249a6a9d .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#a4f33ab249a6a9d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4f33ab249a6a9d .uk-position-center-left-out {
    left: -30px;
  }
  #a4f33ab249a6a9d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a926ca48c7a6518 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a926ca48c7a6518  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a55b7a0789a571e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a55b7a0789a571e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a13dfa7e96af0b8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a13dfa7e96af0b8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ad56aa700eaa49e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ad56aa700eaa49e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ab8deacf22ad3ba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ab8deacf22ad3ba a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aabeba9aafae2a1 a, #aabeba9aafae2a1 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#aabeba9aafae2a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a44b9a220fa7e79 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a44b9a220fa7e79 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a44b9a220fa7e79 .ap-icon {
  margin-right: 6px;
}
#a44b9a220fa7e79 .indicator {
  margin-left: 4px;
}
#a44b9a220fa7e79 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a44b9a220fa7e79 .menu-list li:hover > a,
#a44b9a220fa7e79 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a44b9a220fa7e79 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a44b9a220fa7e79 .menu-list ul,
#a44b9a220fa7e79 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a44b9a220fa7e79 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44b9a220fa7e79 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44b9a220fa7e79 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44b9a220fa7e79 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a48a4a8366aa44c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48a4a8366aa44c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1094a6377a87e5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a1094a6377a87e5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a2a00ac0e0a79a5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a2a00ac0e0a79a5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ab22daad45a365e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ab22daad45a365e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aafc6a04ada472a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#aafc6a04ada472a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a83f1a7c37aa2d8 a, #a83f1a7c37aa2d8 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a83f1a7c37aa2d8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#ae1eaa7500aa01d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ae1eaa7500aa01d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae1eaa7500aa01d .ap-icon {
  margin-right: 6px;
}
#ae1eaa7500aa01d .indicator {
  margin-left: 4px;
}
#ae1eaa7500aa01d .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#ae1eaa7500aa01d .menu-list li:hover > a,
#ae1eaa7500aa01d .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ae1eaa7500aa01d .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#ae1eaa7500aa01d .menu-list ul,
#ae1eaa7500aa01d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae1eaa7500aa01d .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae1eaa7500aa01d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae1eaa7500aa01d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae1eaa7500aa01d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6fe0afe59ad4f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fe0afe59ad4f2  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a2642a55b7a799f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2642a55b7a799f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a25d3a2551a4194 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a25d3a2551a4194 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a61dba9352acec5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a61dba9352acec5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a8427a7de8ac3ab a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a8427a7de8ac3ab a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a1c7eaa7a4a52dc a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a1c7eaa7a4a52dc a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac236ad232a720f a, #ac236ad232a720f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ac236ad232a720f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a59fea3b15ac1f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a59fea3b15ac1f9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a59fea3b15ac1f9 .ap-icon {
  margin-right: 6px;
}
#a59fea3b15ac1f9 .indicator {
  margin-left: 4px;
}
#a59fea3b15ac1f9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a59fea3b15ac1f9 .menu-list li:hover > a,
#a59fea3b15ac1f9 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a59fea3b15ac1f9 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a59fea3b15ac1f9 .menu-list ul,
#a59fea3b15ac1f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a59fea3b15ac1f9 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a59fea3b15ac1f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59fea3b15ac1f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59fea3b15ac1f9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aacf2afd82a0b79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aacf2afd82a0b79  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a952da8575ae716 .ae9bea5199a9436 {
  overflow: hidden;
}
#a952da8575ae716 .ae9bea5199a9436 , #a952da8575ae716 .ae9bea5199a9436 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(87, 85, 85, 1);}#a952da8575ae716 .acd82a2c76aeefd {
  overflow: hidden;
}
#a952da8575ae716 .acd82a2c76aeefd , #a952da8575ae716 .acd82a2c76aeefd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 25px;}#a952da8575ae716 .afa3eaf088a43c1  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a952da8575ae716 .aec67ae74bac249 .ele-wrap {border-color: #333;color: #006ab4;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a952da8575ae716 .aec67ae74bac249 .ele-wrap:hover {color: #006ab4;}#a952da8575ae716 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #e0dede;
  border-bottom-style: solid;
}
#a952da8575ae716 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a952da8575ae716 .uk-position-center-left-out {
    left: -30px;
  }
  #a952da8575ae716 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af464a9613a978e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af464a9613a978e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a22f9aaa0aa7f51 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a22f9aaa0aa7f51 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a9e7ba8f33a1343 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a9e7ba8f33a1343 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a1c0da02a7aced5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a1c0da02a7aced5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a3e78a08d4ae17e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a3e78a08d4ae17e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a18baa38c8a9782 a, #a18baa38c8a9782 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#a18baa38c8a9782 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a4308a6ae2a166a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4308a6ae2a166a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aad54aa7fea5f30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad54aa7fea5f30  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#af775afd82a9de4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#af775afd82a9de4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a292aacc1fac837 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a292aacc1fac837 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a441ca987da3d7e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a441ca987da3d7e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#a4f81a1b02ae81a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a4f81a1b02ae81a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ad8e9ae7a0a91b0 .logged {
  display: none;
}
#ad8e9ae7a0a91b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad8e9ae7a0a91b0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8e9ae7a0a91b0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad8e9ae7a0a91b0 .quick-menus > li:last-child::after {
  content: '';
}
#ad8e9ae7a0a91b0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad8e9ae7a0a91b0 .site-header {
  height: 80px;
}
#ad8e9ae7a0a91b0 .uk-navbar-item,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a,
#ad8e9ae7a0a91b0 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a:hover::before,
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad8e9ae7a0a91b0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad8e9ae7a0a91b0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad8e9ae7a0a91b0 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad8e9ae7a0a91b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8e9ae7a0a91b0 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad8e9ae7a0a91b0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad8e9ae7a0a91b0 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad8e9ae7a0a91b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#ad8e9ae7a0a91b0 .site-pc-navbar {
  background: #fff;
}
#ad8e9ae7a0a91b0 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8e9ae7a0a91b0 .logo {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .menu-list {
  justify-content: center;
}
#ad8e9ae7a0a91b0 .submenu-items {
  display: inline-block;
}
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child svg,
#ad8e9ae7a0a91b0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad8e9ae7a0a91b0 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aabeba9aafae2a1 a, #aabeba9aafae2a1 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#aabeba9aafae2a1 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#a44b9a220fa7e79 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a44b9a220fa7e79 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a44b9a220fa7e79 .ap-icon {
  margin-right: 6px;
}
#a44b9a220fa7e79 .indicator {
  margin-left: 4px;
}
#a44b9a220fa7e79 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a44b9a220fa7e79 .menu-list li:hover > a,
#a44b9a220fa7e79 .menu-list li.active > a {
  background: #0b5cae;
  background-color: #0b5cae;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a44b9a220fa7e79 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0b5cae;
}
#a44b9a220fa7e79 .menu-list ul,
#a44b9a220fa7e79 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a44b9a220fa7e79 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44b9a220fa7e79 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44b9a220fa7e79 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44b9a220fa7e79 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af7cea86a5add69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7cea86a5add69  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4442aa89bad1d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4442aa89bad1d0  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a6805a1986a7cd0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#a6805a1986a7cd0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ad5dca3dfba6a98 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ad5dca3dfba6a98 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#ad0cda9037afac8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);background-color: rgba(255, 255, 255, 1);}#ad0cda9037afac8 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaef4a0c30a8d02 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaef4a0c30a8d02 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);background-color: rgba(255, 255, 255, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a777ea9450aa041 .logged {
  display: none;
}
#a777ea9450aa041 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a777ea9450aa041 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a777ea9450aa041 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a777ea9450aa041 .quick-menus > li:last-child::after {
  content: '';
}
#a777ea9450aa041 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a777ea9450aa041 .site-header {
  height: 80px;
}
#a777ea9450aa041 .uk-navbar-item,
#a777ea9450aa041 .uk-navbar-nav > li > a,
#a777ea9450aa041 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a777ea9450aa041 .uk-navbar-nav > li > a:hover::before,
#a777ea9450aa041 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a777ea9450aa041 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#a777ea9450aa041 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a777ea9450aa041 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a777ea9450aa041 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a777ea9450aa041 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a777ea9450aa041 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a777ea9450aa041 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a777ea9450aa041 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a777ea9450aa041 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a777ea9450aa041 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a777ea9450aa041 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#a777ea9450aa041 .site-pc-navbar {
  background: #fff;
}
#a777ea9450aa041 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a777ea9450aa041 .logo {
  display: inline-block;
}
#a777ea9450aa041 .menu-list {
  justify-content: center;
}
#a777ea9450aa041 .submenu-items {
  display: inline-block;
}
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child svg,
#a777ea9450aa041 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad766a070faadf3 {
  min-height: 90vh;
  /* mobile */
}
#ad766a070faadf3 .search-highlight {
  background: yellow;
}
#ad766a070faadf3 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ad766a070faadf3 .el-title {
  margin-bottom: 20px;
}
#ad766a070faadf3 .el-item:hover .el-title {
  color: #0f6ecd;
}
#ad766a070faadf3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ad766a070faadf3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ad766a070faadf3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ad766a070faadf3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ad766a070faadf3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ad766a070faadf3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ad766a070faadf3 .el-title {
    margin-bottom: 0;
  }
  #ad766a070faadf3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ad766a070faadf3 .category {
    font-size: 12px;
  }
  #ad766a070faadf3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a777ea9450aa041 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa447a2993a22ec form {
  width: 100%;
  height: 100%;
}
#aa447a2993a22ec .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aa447a2993a22ec .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aa447a2993a22ec .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aa447a2993a22ec .search-box .search-type.show {
  display: block;
}
#aa447a2993a22ec .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f6f6f6;
  cursor: pointer;
  padding: 0 18px;
}
#aa447a2993a22ec .search-box .search-type li:hover {
  color: #f6f6f6;
}
#aa447a2993a22ec .search-box .search-type li.active {
  color: #f6f6f6;
}
#aa447a2993a22ec .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f6f6f6;
  overflow: hidden;
  border-bottom-width: 0;
  border-bottom-color: #4a4a4a;
  border-bottom-style: none;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-top-color: #4a4a4a;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa447a2993a22ec .inner-form .input-field {
  height: 100%;
}
#aa447a2993a22ec .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#aa447a2993a22ec .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#aa447a2993a22ec .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#aa447a2993a22ec .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#aa447a2993a22ec .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aa447a2993a22ec .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  position: relative;
}
#aa447a2993a22ec .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aa447a2993a22ec .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#aa447a2993a22ec .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aa447a2993a22ec .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #9b9b9b;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aa447a2993a22ec .btn-search:hover {
  background: #f6f6f6;
}
#aa447a2993a22ec .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ae72ca3e95af574 a, #ae72ca3e95af574 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(120, 120, 120, 1);}#ae72ca3e95af574 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#acea0a24c5a3b04 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#acea0a24c5a3b04 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acea0a24c5a3b04 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acea0a24c5a3b04 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acea0a24c5a3b04 .error .clip:nth-of-type(1) .shadow,
#acea0a24c5a3b04 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acea0a24c5a3b04 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acea0a24c5a3b04 .error h2 {
  font-size: 32px;
}
#acea0a24c5a3b04 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acea0a24c5a3b04 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acea0a24c5a3b04 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acea0a24c5a3b04 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acea0a24c5a3b04 .error .clip .shadow {
  overflow: hidden;
}
#acea0a24c5a3b04 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#acea0a24c5a3b04 .error .clip:nth-of-type(3) .shadow:after,
#acea0a24c5a3b04 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#acea0a24c5a3b04 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acea0a24c5a3b04 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acea0a24c5a3b04 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acea0a24c5a3b04 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acea0a24c5a3b04 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acea0a24c5a3b04 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acea0a24c5a3b04 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acea0a24c5a3b04 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acea0a24c5a3b04 {
    /* Error Page */
    /* Error Page */
  }
  #acea0a24c5a3b04 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acea0a24c5a3b04 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acea0a24c5a3b04 .error .clip:nth-of-type(1) .shadow,
  #acea0a24c5a3b04 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acea0a24c5a3b04 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acea0a24c5a3b04 .error h2 {
    font-size: 24px;
  }
  #acea0a24c5a3b04 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acea0a24c5a3b04 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acea0a24c5a3b04 .error .container-error-404 {
    height: 150px;
  }
}
#acea0a24c5a3b04 .overlay {
  position: relative;
  z-index: 20;
}
#acea0a24c5a3b04 .ground-color {
  background: white;
}
#acea0a24c5a3b04 .item-bg-color {
  background: #EAEAEA;
}
#acea0a24c5a3b04 .padding-top {
  padding-top: 10px;
}
#acea0a24c5a3b04 .padding-bottom {
  padding-bottom: 10px;
}
#acea0a24c5a3b04 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acea0a24c5a3b04 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acea0a24c5a3b04 .padding-all {
  padding: 10px;
}
#acea0a24c5a3b04 .no-padding-left {
  padding-left: 0px;
}
#acea0a24c5a3b04 .no-padding-right {
  padding-right: 0px;
}
#acea0a24c5a3b04 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acea0a24c5a3b04 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acea0a24c5a3b04 .no-padding {
  padding: 0px;
}
#acea0a24c5a3b04 .margin-top {
  margin-top: 10px;
}
#acea0a24c5a3b04 .margin-bottom {
  margin-bottom: 10px;
}
#acea0a24c5a3b04 .margin-right {
  margin-right: 10px;
}
#acea0a24c5a3b04 .margin-left {
  margin-left: 10px;
}
#acea0a24c5a3b04 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acea0a24c5a3b04 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acea0a24c5a3b04 .margin-all {
  margin: 10px;
}
#acea0a24c5a3b04 .no-margin {
  margin: 0px;
}
#acea0a24c5a3b04 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acea0a24c5a3b04 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acea0a24c5a3b04 .inside-col-shrink {
  margin: 0px 20px;
}
#acea0a24c5a3b04 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a2574ab70eacbd4 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2574ab70eacbd4 .switch_item {
  margin-right: 10px;
}
#a2574ab70eacbd4 a.switch_item:hover {
  text-decoration: underline;
}
#a2574ab70eacbd4 .slider {
  width: 420px;
  height: 600px;
}
#a2574ab70eacbd4 .uk-slideshow-items {
  height: 100%;
}
#a2574ab70eacbd4 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2574ab70eacbd4 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2574ab70eacbd4 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2574ab70eacbd4 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2574ab70eacbd4 .phone-login-box {
  margin: 40px auto 40px;
}
#a2574ab70eacbd4 .login-header {
  margin-bottom: 24px;
}
#a2574ab70eacbd4 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2574ab70eacbd4 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a2574ab70eacbd4 .input-item input {
  width: 100%;
  padding: 0 16px 0 40px;
  height: 43px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 43px;
  background-color: transparent;
  outline: 0;
  font-size: 14px;
}
#a2574ab70eacbd4 .forget_password {
  cursor: pointer;
}
#a2574ab70eacbd4 .forget_password:hover {
  color: #4a4a4a;
}
#a2574ab70eacbd4 .input-item input.error,
#a2574ab70eacbd4 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2574ab70eacbd4 .input-item input::placeholder {
  color: #999;
}
#a2574ab70eacbd4 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a2574ab70eacbd4 .form-item {
  margin: 24px 0;
}
#a2574ab70eacbd4 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2574ab70eacbd4 .send-code {
  float: left;
  margin-left: 20px;
}
#a2574ab70eacbd4 .verifycode-input button {
  display: block;
  padding: 0;
  height: 45px;
  width: 105px;
  background-color: #f1f7ff;
  border-radius: 22px;
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #999;
  cursor: pointer;
}
#a2574ab70eacbd4 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2574ab70eacbd4 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a2574ab70eacbd4 .login_btn_wrap {
  text-align: center;
}
#a2574ab70eacbd4 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a2574ab70eacbd4 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a2574ab70eacbd4 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a9789a3f2fa4942 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a9789a3f2fa4942 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a9789a3f2fa4942 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a9789a3f2fa4942 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a9789a3f2fa4942 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a9789a3f2fa4942 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a9789a3f2fa4942 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a9789a3f2fa4942 .nav-list {
  padding: 0 20px;
}
#a9789a3f2fa4942 .nav-list .nav-item {
  display: inline-block;
  line-height: 21px;
  padding: 2px 6px 3px;
  font-size: 14px;
  color: #666;
  margin: 10px 30px 15px 0;
  cursor: pointer;
}
#a9789a3f2fa4942 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a9789a3f2fa4942 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a9789a3f2fa4942 .order-item:hover {
  background: #f7f7f7;
}
#a9789a3f2fa4942 .del-order {
  cursor: pointer;
}
#a9789a3f2fa4942 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a9789a3f2fa4942 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a9789a3f2fa4942 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a9789a3f2fa4942 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a9789a3f2fa4942 .goods-item .goods-info {
  padding: 0 15px;
}
#a9789a3f2fa4942 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a9789a3f2fa4942 .appoint-time {
  margin-bottom: 4px;
}
#a9789a3f2fa4942 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a9789a3f2fa4942 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a9789a3f2fa4942 .goods-item .goods-name {
  color: #333;
}
#a9789a3f2fa4942 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a9789a3f2fa4942 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a9789a3f2fa4942 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a9789a3f2fa4942 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a9789a3f2fa4942 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a9789a3f2fa4942 .order-btns .btn {
  line-height: 26px;
  border-radius: 2px;
  border: 1px solid #ececec;
  padding: 0 14px;
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  color: #333;
}
#a9789a3f2fa4942 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a9789a3f2fa4942 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a9789a3f2fa4942 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a9789a3f2fa4942 .setting-form {
  padding: 30px 20px;
}
#a9789a3f2fa4942 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a9789a3f2fa4942 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a9789a3f2fa4942 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a9789a3f2fa4942 .setting-form .setting-btns {
  margin-left: 130px;
}
#a9789a3f2fa4942 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a9789a3f2fa4942 .setting-wrap {
  position: relative;
}
#a9789a3f2fa4942 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a9789a3f2fa4942 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a9789a3f2fa4942 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a9789a3f2fa4942 .address-wrap {
  padding: 30px 20px;
}
#a9789a3f2fa4942 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a9789a3f2fa4942 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a9789a3f2fa4942 .addr-list {
  min-height: 200px;
}
#a9789a3f2fa4942 .addr-detail .addr-item-name,
#a9789a3f2fa4942 .addr-detail .addr-default {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  max-width: 8em;
  height: 16px;
  line-height: 14px;
  font-size: 12px;
  color: #4b9bfb;
  border: 1px solid #4b9bfb;
}
#a9789a3f2fa4942 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a9789a3f2fa4942 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a9789a3f2fa4942 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a9789a3f2fa4942 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a9789a3f2fa4942 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a9789a3f2fa4942 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a9789a3f2fa4942 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a9789a3f2fa4942 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a9789a3f2fa4942 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a9789a3f2fa4942 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a4a4a;
}
#a9789a3f2fa4942 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a2e8dab1a2a688a {
  min-height: 90vh;
  /* mobile */
}
#a2e8dab1a2a688a .search-highlight {
  background: yellow;
}
#a2e8dab1a2a688a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2e8dab1a2a688a .el-title {
  margin-bottom: 20px;
}
#a2e8dab1a2a688a .el-item:hover .el-title {
  color: #0f6ecd;
}
#a2e8dab1a2a688a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2e8dab1a2a688a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2e8dab1a2a688a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2e8dab1a2a688a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2e8dab1a2a688a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2e8dab1a2a688a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2e8dab1a2a688a .el-title {
    margin-bottom: 0;
  }
  #a2e8dab1a2a688a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2e8dab1a2a688a .category {
    font-size: 12px;
  }
  #a2e8dab1a2a688a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#afb63ad736a6e09 .logged {
  display: none;
}
#afb63ad736a6e09 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb63ad736a6e09 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb63ad736a6e09 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb63ad736a6e09 .quick-menus > li:last-child::after {
  content: '';
}
#afb63ad736a6e09 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb63ad736a6e09 .site-header {
  height: 80px;
}
#afb63ad736a6e09 .uk-navbar-item,
#afb63ad736a6e09 .uk-navbar-nav > li > a,
#afb63ad736a6e09 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a4a4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb63ad736a6e09 .uk-navbar-nav > li > a:hover::before,
#afb63ad736a6e09 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb63ad736a6e09 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li.active > a {
  color: #4a4a4a;
}
#afb63ad736a6e09 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb63ad736a6e09 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb63ad736a6e09 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb63ad736a6e09 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb63ad736a6e09 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb63ad736a6e09 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb63ad736a6e09 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb63ad736a6e09 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb63ad736a6e09 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb63ad736a6e09 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a4a4a;
}
#afb63ad736a6e09 .site-pc-navbar {
  background: #fff;
}
#afb63ad736a6e09 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb63ad736a6e09 .logo {
  display: inline-block;
}
#afb63ad736a6e09 .menu-list {
  justify-content: center;
}
#afb63ad736a6e09 .submenu-items {
  display: inline-block;
}
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child svg,
#afb63ad736a6e09 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0adeac086a990e .comment-detail {
  min-height: 600px;
}
#a0adeac086a990e table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a0adeac086a990e table th,
#a0adeac086a990e table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a0adeac086a990e table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a0adeac086a990e .red {
  color: #F00!important;
}
#a0adeac086a990e .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#afb63ad736a6e09 .uk-container {max-width: 90px;}#a6c5ba1b0aaa88d .site-language-menu a {
  font-size: 14;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a6c5ba1b0aaa88d .site-language-menu a:hover {
  color: #000000;
}
#a6c5ba1b0aaa88d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c5ba1b0aaa88d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c5ba1b0aaa88d .uk-dropdown li a {
  font-size: 14;
  color: #444;
}
#a6c5ba1b0aaa88d .uk-dropdown li a:hover {
  color: #222;
}
#a6c5ba1b0aaa88d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf56a5237a1672 .img-wrap {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #999999;
  background-color: #0a0919;
}
#aa1e6a29e8a0ec4 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa1e6a29e8a0ec4 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#aa4b9aaabea146f a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a437daccdeab672 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a2e1fa0d57ad722 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a2e1fa0d57ad722 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a857ca62c3a1f2d a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a1b38a169da31b7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1b38a169da31b7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a962fa65dea7562 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#abb05a9f30a1602 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a9e1baba08a2da5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a9e1baba08a2da5 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a8fd1a7a3fab8a4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a26acac596ac786 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a26acac596ac786 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a3a8ca69ddaf352 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#ab18ba7f85a850a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#ab18ba7f85a850a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#af5a4a9b8aad143 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(10, 9, 25, 1);}#a1559a955ba091a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a05e1a3a65a89b2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(120, 120, 123, 1);background-color: rgba(0, 0, 0, 1);}#a429ca45d1ad76c a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(153, 153, 153, 1);background-color: rgba(0, 0, 0, 1);}