.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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  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: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#adc89a3dd9af7af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5344abad1a762f .aae3caa827aa3f9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5344abad1a762f .a33efad30ead1cb {
  overflow: hidden;
}
#a5344abad1a762f .a33efad30ead1cb , #a5344abad1a762f .a33efad30ead1cb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5344abad1a762f .a6c68abf3ea742c a, #a5344abad1a762f .a6c68abf3ea742c {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#a5344abad1a762f .a3532a4391a4550  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#a5344abad1a762f .a3ec5a5b58a50b3 , #a5344abad1a762f .a3ec5a5b58a50b3 .param-tag {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;}#a5344abad1a762f .a7820a6c00a848c {
  overflow: hidden;
}
#a5344abad1a762f .a7820a6c00a848c , #a5344abad1a762f .a7820a6c00a848c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;}#a5344abad1a762f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5344abad1a762f .uk-position-center-left-out {
    left: -30px;
  }
  #a5344abad1a762f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0440a2708aff0a a, #a0440a2708aff0a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa2a1a5b10a83db {
  min-height: 300px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4feea9ee3aa70f a, #a4feea9ee3aa70f {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a4fd3a2b71a9951 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5d58a874fa3f5c .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a10d8acec1adba6 {
  overflow: hidden;
}
#a10d8acec1adba6 , #a10d8acec1adba6 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a517aaa00facfbe > .ele-wrap {background-color: rgba(0, 149, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;color: #ffffff;}#a517aaa00facfbe * {color: #ffffff  !important}
                            #a517aaa00facfbe .line{border-color: #ffffff  !important}#abf15a17f8a5c33 , #abf15a17f8a5c33 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5a16a7301a5471 a, #a5a16a7301a5471 span {border-top-width: 1px;border-top-color: rgba(247, 134, 46, 1);border-top-style: solid;border-right-color: rgba(247, 134, 46, 1);border-left-color: rgba(247, 134, 46, 1);border-bottom-color: rgba(247, 134, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(247, 134, 46, 1);}#ad7c8ac234a79de a, #ad7c8ac234a79de {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a688ea60a0a9d66 > .ele-wrap {background-color: rgba(247, 134, 46, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;color: #ffffff;}#a688ea60a0a9d66 * {color: #ffffff  !important}
                            #a688ea60a0a9d66 .line{border-color: #ffffff  !important}#a885ba94d1a2276 , #a885ba94d1a2276 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad1c2a7833ac05a , #ad1c2a7833ac05a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#a3a22abfb9abcb1  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa6b7a6b24acb01 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 6px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(0, 149, 245, 1);}#ad644a2480a6cb2 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4657aa092a98c7 .a0abaa31a6aa6aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;}#a4657aa092a98c7 .a5d63aa22daefba .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#a4657aa092a98c7 .a202da2040ac6b4 {
  overflow: hidden;
}
#a4657aa092a98c7 .a202da2040ac6b4 , #a4657aa092a98c7 .a202da2040ac6b4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4657aa092a98c7 .a5c39a484ba5907 a, #a4657aa092a98c7 .a5c39a484ba5907 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a4657aa092a98c7 .aaddca6c7eadc8f a, #a4657aa092a98c7 .aaddca6c7eadc8f span {border-top-width: 1px;border-top-color: rgba(102, 102, 102, 1);border-top-style: solid;border-right-color: rgba(102, 102, 102, 1);border-left-color: rgba(102, 102, 102, 1);border-bottom-color: rgba(102, 102, 102, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a4657aa092a98c7 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#a4657aa092a98c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4657aa092a98c7 .uk-position-center-left-out {
    left: -30px;
  }
  #a4657aa092a98c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2a6ba2931aabfc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2d21a2cb8a5f4d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ea1a5973a25c9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.72);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1259afa28a5412 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a9da89c5ab464 > .ele-wrap {background-color: rgba(0, 0, 0, 0.72);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e44a024ea9bdb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae111a595aa2b53 > .ele-wrap {background-color: rgba(0, 0, 0, 0.72);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a528ea2e86a2760 > .ele-wrap {border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);background-color: rgba(249, 249, 249, 1);}#af433a722ba1127 a, #af433a722ba1127 span {border-top-width: 1px;border-top-color: rgba(102, 102, 102, 1);border-top-style: solid;border-right-color: rgba(102, 102, 102, 1);border-left-color: rgba(102, 102, 102, 1);border-bottom-color: rgba(102, 102, 102, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#aa2a1a5b10a83db [data-item="undefined"] {border-top-width: 1px;border-top-style: none;border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a33c1ab6a1a379e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a66acaf779abdf5 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a66acaf779abdf5 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a66acaf779abdf5 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a66acaf779abdf5 .data-list .uk-card {
  cursor: pointer !important;
}
#a66acaf779abdf5 .data-list .uk-card img {
  max-height: 300px;
}
#a66acaf779abdf5 .data-list .uk-card:hover {
  background: #fafafa;
}
#a66acaf779abdf5 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a66acaf779abdf5 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a66acaf779abdf5 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a66acaf779abdf5 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a66acaf779abdf5 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a66acaf779abdf5 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a66acaf779abdf5 .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: #1e87f0;
  cursor: pointer;
}
#a66acaf779abdf5 .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;
}
#a66acaf779abdf5 .uk-card .category:hover {
  background: #1e87f0;
}
#a66acaf779abdf5 .accordion-menu {
  width: 100%;
}
#a66acaf779abdf5 .accordion-menu ul ul.submenu,
#a66acaf779abdf5 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a66acaf779abdf5 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a66acaf779abdf5 .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;
}
#a66acaf779abdf5 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a66acaf779abdf5 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a66acaf779abdf5 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a66acaf779abdf5 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a66acaf779abdf5 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a66acaf779abdf5 .hot-list,
#a66acaf779abdf5 .new-list {
  padding: 12px;
}
#a66acaf779abdf5 .new-list a:hover,
#a66acaf779abdf5 .hot-list a:hover {
  color: #0f6ecd;
}
#a66acaf779abdf5 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a66acaf779abdf5 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a66acaf779abdf5 .hot-item:hover a {
  color: #0f6ecd;
}
#a66acaf779abdf5 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a66acaf779abdf5 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a66acaf779abdf5 .content-header {
  padding-bottom: 10px;
}
#a66acaf779abdf5 .item-title {
  color: #333;
}
#a66acaf779abdf5 input::placeholder {
  color: #999;
}
#a66acaf779abdf5 .datetime {
  color: #999;
}
#a66acaf779abdf5 .new-item a {
  padding-left: 25px;
}
#a66acaf779abdf5 .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;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a66acaf779abdf5 [data-item*=".abstract"], #a66acaf779abdf5 [data-item*=".abstract"] a {show: true;}#a66acaf779abdf5 [data-item*=".subTitle"], #a66acaf779abdf5 [data-item*=".subTitle"] a {show: true;}#a66acaf779abdf5 [data-item*=".category"], #a66acaf779abdf5 [data-item*=".category"] a {show: true;}#a33c1ab6a1a379e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a74acaba8baac0b .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a74acaba8baac0b .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a74acaba8baac0b .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a74acaba8baac0b .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a74acaba8baac0b .uk-container {
    padding: 0;
  }
  #a74acaba8baac0b .sidebar {
    padding: 10px;
  }
}
#a74acaba8baac0b .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a74acaba8baac0b .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a74acaba8baac0b .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: #1e87f0;
  cursor: pointer;
}
#a74acaba8baac0b .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a74acaba8baac0b .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#a74acaba8baac0b .abstract,
#a74acaba8baac0b .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a74acaba8baac0b .copyright a {
  color: #999;
  word-break: break-all;
}
#a74acaba8baac0b .detail-content {
  font-size: 16px;
  color: #444;
}
#a74acaba8baac0b .detail-content img {
  margin-bottom: 10px;
}
#a74acaba8baac0b .detail-content table {
  font-size: 13px;
}
#a74acaba8baac0b .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a74acaba8baac0b .hot-list,
#a74acaba8baac0b .new-list {
  padding: 12px;
}
#a74acaba8baac0b .new-list a:hover,
#a74acaba8baac0b .hot-list a:hover {
  color: #0f6ecd;
}
#a74acaba8baac0b .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a74acaba8baac0b .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a74acaba8baac0b .hot-item:hover a {
  color: #0f6ecd;
}
#a74acaba8baac0b .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a74acaba8baac0b .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a74acaba8baac0b .content-header {
  padding-bottom: 10px;
}
#a74acaba8baac0b .item-title {
  color: #333;
}
#a74acaba8baac0b input::placeholder {
  color: #999;
}
#a74acaba8baac0b .datetime {
  color: #999;
}
#a74acaba8baac0b .new-item a {
  padding-left: 25px;
}
#a74acaba8baac0b .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;
}
#a74acaba8baac0b .siblings a {
  color: #444;
  line-height: 2;
}
#a74acaba8baac0b .siblings a:hover {
  color: #0f6ecd;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af2bfa6685aaf0b .a5e1baaccca180a > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);background-color: rgba(255, 255, 255, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af2bfa6685aaf0b .ae207a90c0a7d01 {
  overflow: hidden;
}
#af2bfa6685aaf0b .ae207a90c0a7d01 , #af2bfa6685aaf0b .ae207a90c0a7d01 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#af2bfa6685aaf0b .ab96cae40ca5933 a, #af2bfa6685aaf0b .ab96cae40ca5933 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);}#af2bfa6685aaf0b .a8a58a49d4a94da  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#af2bfa6685aaf0b .acfa6acb60ab304 , #af2bfa6685aaf0b .acfa6acb60ab304 .param-tag {
        font-weight: normal;
        font-style: normal;
    text-align: left;font-family: inherit;}#af2bfa6685aaf0b .aea8daac57a66b7 {
  overflow: hidden;
}
#af2bfa6685aaf0b .aea8daac57a66b7 , #af2bfa6685aaf0b .aea8daac57a66b7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;}#af2bfa6685aaf0b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af2bfa6685aaf0b .uk-position-center-left-out {
    left: -30px;
  }
  #af2bfa6685aaf0b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a07b0afc9fa8c9b a, #a07b0afc9fa8c9b {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a33c1ab6a1a379e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ee6a2813ac8d8 a, #a7ee6a2813ac8d8 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#ad5dda7947ae6c1 .addc2a9d06af415 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#ad5dda7947ae6c1 .a6685a9425af76b .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#ad5dda7947ae6c1 .a1dcfa7c7ba92ab {
  overflow: hidden;
}
#ad5dda7947ae6c1 .a1dcfa7c7ba92ab , #ad5dda7947ae6c1 .a1dcfa7c7ba92ab > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad5dda7947ae6c1 .ad0b8aa580ad117 .ele-wrap {border-color: rgba(0, 149, 245, 1);color: #0095f5;border-width: 1px;border-style: solid;font-size: 14px;justify-content: center;border-radius: 4px;background-color: transparent;}#ad5dda7947ae6c1 .ad0b8aa580ad117 .ele-wrap:hover {background-color: rgba(0, 149, 245, 1);color: #ffffff;}#ad5dda7947ae6c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad5dda7947ae6c1 .uk-position-center-left-out {
    left: -30px;
  }
  #ad5dda7947ae6c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a33c1ab6a1a379e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a26bda5e48a256d {
  min-height: 300px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af555adb69aaf18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751966108806.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ae146ac530a8e38 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab536a6450a6189 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abdb2a1f34a345d {
  overflow: hidden;
}
#abdb2a1f34a345d , #abdb2a1f34a345d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a91aeeb7a87fd .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#a3b71a315ca7cce  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a990ba1bbfa0549 a, #a990ba1bbfa0549 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3b62a73bba7625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a203faa3d7aa708 .a22dda03dea2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a203faa3d7aa708 .a22dda03dea2653  > .ele-wrap:hover {color: #0095f5;}#a203faa3d7aa708 .a22dda03dea2653:hover * {color: #0095f5  !important}
                            #a203faa3d7aa708 .a22dda03dea2653:hover .line{border-color: #0095f5  !important}#a203faa3d7aa708 .a6a46ab255a52c9 {
  overflow: hidden;
}
#a203faa3d7aa708 .a6a46ab255a52c9 , #a203faa3d7aa708 .a6a46ab255a52c9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a203faa3d7aa708 .a93b4a2d29ae8cd  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a203faa3d7aa708 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a203faa3d7aa708 .uk-position-center-left-out {
    left: -30px;
  }
  #a203faa3d7aa708 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af66faa14eafafd .a9e6fad568aa549 > .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;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#af66faa14eafafd .aa841a6c34a7d1d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#af66faa14eafafd .a6205ac17ba964b {
  overflow: hidden;
}
#af66faa14eafafd .a6205ac17ba964b , #af66faa14eafafd .a6205ac17ba964b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af66faa14eafafd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af66faa14eafafd .uk-position-center-left-out {
    left: -30px;
  }
  #af66faa14eafafd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84a2ab387a0e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2f61a1b8ca34d0 .ad0bca125daac55 {
  overflow: hidden;
}
#a2f61a1b8ca34d0 .ad0bca125daac55 , #a2f61a1b8ca34d0 .ad0bca125daac55 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2f61a1b8ca34d0 .ad0bca125daac55:hover , #a2f61a1b8ca34d0 .ad0bca125daac55 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2f61a1b8ca34d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2f61a1b8ca34d0 .uk-position-center-left-out {
    left: -30px;
  }
  #a2f61a1b8ca34d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0e2dad745afca6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a1228a80bca30a0 , #a1228a80bca30a0 a{color: rgba(247, 134, 46, 1);}#aff1fa62b1ac377 .a0b1bafcfca4f5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#aff1fa62b1ac377 .a0b1bafcfca4f5a  > .ele-wrap:hover {color: #0095f5;}#aff1fa62b1ac377 .a0b1bafcfca4f5a:hover * {color: #0095f5  !important}
                            #aff1fa62b1ac377 .a0b1bafcfca4f5a:hover .line{border-color: #0095f5  !important}#aff1fa62b1ac377 .a460bad843aa885 {
  overflow: hidden;
}
#aff1fa62b1ac377 .a460bad843aa885 , #aff1fa62b1ac377 .a460bad843aa885 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aff1fa62b1ac377 .a1ce8a7a28aed88 a, #aff1fa62b1ac377 .a1ce8a7a28aed88 {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#aff1fa62b1ac377 .a2921a6ffda15d1 , #aff1fa62b1ac377 .a2921a6ffda15d1 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: right;font-family: inherit;}#aff1fa62b1ac377 .a148ca362aab110  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#aff1fa62b1ac377 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aff1fa62b1ac377 .uk-position-center-left-out {
    left: -30px;
  }
  #aff1fa62b1ac377 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adbb0a753ba6b63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a213caf348ac4a4 .a29e0a1539a2547 {
  overflow: hidden;
}
#a213caf348ac4a4 .a29e0a1539a2547 , #a213caf348ac4a4 .a29e0a1539a2547 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a213caf348ac4a4 .a29e0a1539a2547:hover , #a213caf348ac4a4 .a29e0a1539a2547 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a213caf348ac4a4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a213caf348ac4a4 .uk-position-center-left-out {
    left: -30px;
  }
  #a213caf348ac4a4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af5cca7b36a2cf5 > .ele-wrap {background-color: rgba(251, 247, 243, 1);border-right-width: 2px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(247, 134, 46, 1);}#a8f43a4c59ae89d > .ele-wrap {background-color: rgba(235, 253, 246, 1);border-right-width: 2px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(39, 207, 142, 1);}#a2913a2e87a52ab .a2e1bac92aa90fe {
  overflow: hidden;
}
#a2913a2e87a52ab .a2e1bac92aa90fe , #a2913a2e87a52ab .a2e1bac92aa90fe > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a2913a2e87a52ab .a2e1bac92aa90fe:hover , #a2913a2e87a52ab .a2e1bac92aa90fe *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a2913a2e87a52ab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2913a2e87a52ab .uk-position-center-left-out {
    left: -30px;
  }
  #a2913a2e87a52ab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9484a6813ae31f > .ele-wrap {background-color: rgba(226, 243, 254, 1);border-right-width: 2px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(0, 149, 245, 1);}#a20d6aadbba4d94 .a3f1eabef9a9ba6 {
  overflow: hidden;
}
#a20d6aadbba4d94 .a3f1eabef9a9ba6 , #a20d6aadbba4d94 .a3f1eabef9a9ba6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a20d6aadbba4d94 .a3f1eabef9a9ba6:hover , #a20d6aadbba4d94 .a3f1eabef9a9ba6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 149, 245, 1);}#a20d6aadbba4d94 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a20d6aadbba4d94 .uk-position-center-left-out {
    left: -30px;
  }
  #a20d6aadbba4d94 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7955a96a8a45fa [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#aeda6aa192ab197 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a7916a53faa7656 , #a7916a53faa7656 a{color: rgba(39, 207, 142, 1);}#a7e96a1805ae06b .a7711adf7fa3ccd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a7e96a1805ae06b .a7711adf7fa3ccd  > .ele-wrap:hover {color: #0095f5;}#a7e96a1805ae06b .a7711adf7fa3ccd:hover * {color: #0095f5  !important}
                            #a7e96a1805ae06b .a7711adf7fa3ccd:hover .line{border-color: #0095f5  !important}#a7e96a1805ae06b .a213fa9fbfa381f {
  overflow: hidden;
}
#a7e96a1805ae06b .a213fa9fbfa381f , #a7e96a1805ae06b .a213fa9fbfa381f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7e96a1805ae06b .ae6feac65ba035a a, #a7e96a1805ae06b .ae6feac65ba035a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(0, 149, 245, 1);}#a7e96a1805ae06b .a3008a57bba09b9  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);}#a7e96a1805ae06b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e96a1805ae06b .uk-position-center-left-out {
    left: -30px;
  }
  #a7e96a1805ae06b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9f5fa1d6da5834 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a7519a43e9ac50a > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#acf51a4700a5113 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acf51a4700a5113 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a1651aee40a2b10 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1651aee40a2b10 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a152fa1fefad1d4 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a152fa1fefad1d4 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#aeb9daaa3baa10c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aeb9daaa3baa10c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a9209aacb4a69a0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9209aacb4a69a0 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a6459a8a96a9e25 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6459a8a96a9e25 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a3ca1a906dabed8 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3ca1a906dabed8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a96fda2220a95fe {
  overflow: hidden;
  pointer-events: none;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a96fda2220a95fe > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav,
#a96fda2220a95fe > .tab-nav,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav,
#a96fda2220a95fe > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav-horizontal,
#a96fda2220a95fe > .tab-nav-horizontal,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a96fda2220a95fe > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a96fda2220a95fe > .tab-nav-horizontal::-webkit-scrollbar,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a96fda2220a95fe > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a96fda2220a95fe > .tab-nav-horizontal.tagScroll,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a96fda2220a95fe > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a96fda2220a95fe > .tab-nav-horizontal.tagScroll li a,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a96fda2220a95fe > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav a,
#a96fda2220a95fe > .tab-nav a,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a96fda2220a95fe > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav li a,
#a96fda2220a95fe > .tab-nav li a,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a96fda2220a95fe > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #ffffff;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav li a svg,
#a96fda2220a95fe > .tab-nav li a svg,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a96fda2220a95fe > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav li a .ap_icon,
#a96fda2220a95fe > .tab-nav li a .ap_icon,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a96fda2220a95fe > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav li a:hover,
#a96fda2220a95fe > .tab-nav li a:hover,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a96fda2220a95fe > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a96fda2220a95fe > .tab-wrap > div > .tab-nav li.uk-active a,
#a96fda2220a95fe > .tab-nav li.uk-active a,
#a96fda2220a95fe > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a96fda2220a95fe > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a96fda2220a95fe .layout-left li,
#a96fda2220a95fe .layout-center li,
#a96fda2220a95fe .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a96fda2220a95fe .layout-left li a,
#a96fda2220a95fe .layout-center li a,
#a96fda2220a95fe .layout-right li a {
  height: 100%;
}
#a96fda2220a95fe > .tab-tabs .layout-left {
  text-align: left;
}
#a96fda2220a95fe > .tab-tabs .layout-center {
  text-align: center;
}
#a96fda2220a95fe > .tab-tabs .layout-right {
  text-align: right;
}
#a96fda2220a95fe .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a96fda2220a95fe .tab-content-wrap {
  background-color: #ffffff;
}
#a96fda2220a95fe .tab-contents,
#a96fda2220a95fe .tab-contents-wrap {
  pointer-events: none;
}
#a96fda2220a95fe .tab-content,
#a96fda2220a95fe .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a96fda2220a95fe .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a96fda2220a95fe .tab-wrap .tab-contents {
  height: 100%;
}
#a96fda2220a95fe .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a96fda2220a95fe .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a96fda2220a95fe .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad70da32caadb52 , #ad70da32caadb52 a{color: rgba(0, 149, 245, 1);}#a0f57a9b3aa1dcc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ab9e0acb24ae55d , #ab9e0acb24ae55d a{color: rgba(0, 149, 245, 1);}#a08c7a4e92a5a14 .ac194a6fb6a3b16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a08c7a4e92a5a14 .ac194a6fb6a3b16  > .ele-wrap:hover {background-color: rgba(249, 249, 249, 1);color: #0095f5;}#a08c7a4e92a5a14 .ac194a6fb6a3b16:hover * {color: #0095f5  !important}
                            #a08c7a4e92a5a14 .ac194a6fb6a3b16:hover .line{border-color: #0095f5  !important}#a08c7a4e92a5a14 .ac868aa7d3a4359 {
  overflow: hidden;
}
#a08c7a4e92a5a14 .ac868aa7d3a4359 , #a08c7a4e92a5a14 .ac868aa7d3a4359 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a08c7a4e92a5a14 .a96b3ae04ca1f5d  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a08c7a4e92a5a14 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a08c7a4e92a5a14 .uk-position-center-left-out {
    left: -30px;
  }
  #a08c7a4e92a5a14 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1730aa49eafd7a [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#adc89a3dd9af7af .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a66eaa87d1a37d9 a, #a66eaa87d1a37d9 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#aff4fac453a2891 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af48ba3e38a9c02 {
  overflow: hidden;
}
#af48ba3e38a9c02 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#af48ba3e38a9c02 .img-wrap:hover {
  transform: scale(1.1);
}
#ac2d6a5385abd31 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac2d6a5385abd31 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a1650a6da7aec85 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aee65ad5a7aba9d {
  overflow: hidden;
}
#aee65ad5a7aba9d .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#aee65ad5a7aba9d .img-wrap:hover {
  transform: scale(1.1);
}
#a0c57a34e9a63b7 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0c57a34e9a63b7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#ae317a24a2a6f30 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ae3d6a17c0a1bce {
  overflow: hidden;
}
#ae3d6a17c0a1bce .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#ae3d6a17c0a1bce .img-wrap:hover {
  transform: scale(1.1);
}
#ae1eba5ec3af582 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae1eba5ec3af582 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#aff3faf042acbae > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8dabac3bea15a6 {
  overflow: hidden;
}
#a8dabac3bea15a6 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a8dabac3bea15a6 .img-wrap:hover {
  transform: scale(1.1);
}
#a0b8fa3d63aff95 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0b8fa3d63aff95 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a1023a1bdba9445 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aae67a3527a03da {
  overflow: hidden;
}
#aae67a3527a03da .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#aae67a3527a03da .img-wrap:hover {
  transform: scale(1.1);
}
#aa004a8454ac350 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa004a8454ac350 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#acda7a0ce8a0d55 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1024ae5b6adf4a {
  overflow: hidden;
}
#a1024ae5b6adf4a .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a1024ae5b6adf4a .img-wrap:hover {
  transform: scale(1.1);
}
#a4533adca6af1d6 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4533adca6af1d6 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#a1e18ad9c6a8300 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6b47a7f00aa692 {
  overflow: hidden;
}
#a6b47a7f00aa692 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a6b47a7f00aa692 .img-wrap:hover {
  transform: scale(1.1);
}
#a88a8ac70da5d2f .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(0, 149, 245, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a88a8ac70da5d2f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(247, 134, 46, 1);}#add2ea5e04affe1 > .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;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a1658a83e5a8e4b {
  overflow: hidden;
}
#a1658a83e5a8e4b .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all 0.3s ease-in;
}
#a1658a83e5a8e4b .img-wrap:hover {
  transform: scale(1.1);
}
#a5915a3548a2316 .uk-grid {
  margin-left: -1px;
}
#a5915a3548a2316 .uk-grid > * {
  padding-left: 1px;
}
#a5915a3548a2316 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5915a3548a2316 .uk-position-center-left-out {
    left: -30px;
  }
  #a5915a3548a2316 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afc5ca1b24a9e32 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(0, 149, 245, 1);border-left-color: rgba(0, 149, 245, 1);border-bottom-color: rgba(0, 149, 245, 1);border-top-color: rgba(0, 149, 245, 1);}#affa9ac802aa0e0 [data-item="undefined"] {border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}#a897ba9396a332f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad951a23cba6474 a, #ad951a23cba6474 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7db9a0869a6f18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751521356143.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#aac8ca0cc0a7360 .img-wrap {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#ad68da3e63ab912 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751592642367.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a0e0aa1fd1afd5e [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#aee44aefe6acf84 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#aba3eab500ad5f6 .ad6b8a5aa5afc3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#aba3eab500ad5f6 .ad6b8a5aa5afc3b  > .ele-wrap:hover {color: #0095f5;}#aba3eab500ad5f6 .ad6b8a5aa5afc3b:hover * {color: #0095f5  !important}
                            #aba3eab500ad5f6 .ad6b8a5aa5afc3b:hover .line{border-color: #0095f5  !important}#aba3eab500ad5f6 .a8525ac9cda3f0d {
  overflow: hidden;
}
#aba3eab500ad5f6 .a8525ac9cda3f0d , #aba3eab500ad5f6 .a8525ac9cda3f0d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#aba3eab500ad5f6 .a1ceeaf1c7a98f2 a, #aba3eab500ad5f6 .a1ceeaf1c7a98f2 {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(0, 149, 245, 1);}#aba3eab500ad5f6 .a35b5a6882a8690 , #aba3eab500ad5f6 .a35b5a6882a8690 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(0, 149, 245, 1);}#aba3eab500ad5f6 .ac706a9d1eabf99  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#aba3eab500ad5f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aba3eab500ad5f6 .uk-position-center-left-out {
    left: -30px;
  }
  #aba3eab500ad5f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a21a8ad765ac7c6 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ac523a5a8eaf1c0 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9ac7a735da4f85 {
  overflow: hidden;
}
#a9ac7a735da4f85 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a9ac7a735da4f85 .img-wrap:hover {
  transform: scale(1.1);
}
#adc84aec36ad33a > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9b86a4537a3eb0 {
  overflow: hidden;
}
#a9b86a4537a3eb0 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a9b86a4537a3eb0 .img-wrap:hover {
  transform: scale(1.1);
}
#ada14a4c22aba85 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1cc8af37ba74c6 {
  overflow: hidden;
}
#a1cc8af37ba74c6 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a1cc8af37ba74c6 .img-wrap:hover {
  transform: scale(1.1);
}
#a8932a84b2abd24 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ad4efa1178ae327 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a77ddacb71ae34d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aa360a047da52fa > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a4236a5586aaf22 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab98ba6088a01a4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#abccaa92c8a62bc > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a87daa9f0aafd0f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ae052a952aaedfd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a73a6a3bcda972f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a722eab68ba3cba > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a54eaa8a67a1930 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a44c7a4c01ae04c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a3dd6a43cfa58a8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#af807a044ea4a16 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#adff0a1f2cabe75 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a599baaa03a506f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a2048a8866a5238 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a68caa7baea529b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ac985af089a13e0 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a315ea8ab5aa371 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a33c1ab6a1a379e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afda1a5784a3f13 a, #afda1a5784a3f13 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#abd13a91bca210d > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751521356143.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ab727a1746a52c6 .img-wrap {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#acfe9ab244a3d6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a528fa1835a7b11/1751592642367.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a426fad9aaa1559 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#afc9ca826fa9f75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2b9eaf891aaad3 .a5c4fae109a3d6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);}#a2b9eaf891aaad3 .a5c4fae109a3d6a  > .ele-wrap:hover {color: #0095f5;}#a2b9eaf891aaad3 .a5c4fae109a3d6a:hover * {color: #0095f5  !important}
                            #a2b9eaf891aaad3 .a5c4fae109a3d6a:hover .line{border-color: #0095f5  !important}#a2b9eaf891aaad3 .a31c6a9366a8323 {
  overflow: hidden;
}
#a2b9eaf891aaad3 .a31c6a9366a8323 , #a2b9eaf891aaad3 .a31c6a9366a8323 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2b9eaf891aaad3 .a3b18a1536a4a79 a, #a2b9eaf891aaad3 .a3b18a1536a4a79 {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(0, 149, 245, 1);}#a2b9eaf891aaad3 .af706add44a44ac , #a2b9eaf891aaad3 .af706add44a44ac .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: left;font-family: inherit;color: rgba(0, 149, 245, 1);}#a2b9eaf891aaad3 .abc1fa8fd9a4711  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a2b9eaf891aaad3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2b9eaf891aaad3 .uk-position-center-left-out {
    left: -30px;
  }
  #a2b9eaf891aaad3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a15a2aafd2a8868 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#abcb1ac3ceacf34 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1cf2a653caa3ae {
  overflow: hidden;
}
#a1cf2a653caa3ae .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a1cf2a653caa3ae .img-wrap:hover {
  transform: scale(1.1);
}
#a2d0ba0929af1bb > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a89e5a4ee0a83d1 {
  overflow: hidden;
}
#a89e5a4ee0a83d1 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a89e5a4ee0a83d1 .img-wrap:hover {
  transform: scale(1.1);
}
#a98eca3b48a56e5 > .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;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6a94a28caa1d01 {
  overflow: hidden;
}
#a6a94a28caa1d01 .img-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s ease-in;
}
#a6a94a28caa1d01 .img-wrap:hover {
  transform: scale(1.1);
}
#aa732a16dfadcc1 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ad8edab400a8cdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#af77ca3ef5ad4da > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aee45a4645a7bfe > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aa6ccaf780aff79 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ad9aea916da1782 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a1f0ca328aa1eb4 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a5ab5aa460af57d > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a9654af11ea7e6f > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#acfb7a9968a6c0e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aeb69a72f7a80ed > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab12ba97f6a7bd5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ae5dfa6662ac6dd > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ae852ad7dfa5c98 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a003ba5501a9063 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aec3daa54da5fb6 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a99cda79bda0323 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a7b4da2d00a8e0b > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ad1e6a7fbdae2e1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#af380a12f8a4859 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ae0aaad298a6035 [data-item="undefined"] {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7ee8a7a24a17c8 {
  min-height: 90vh;
  /* mobile */
}
#a7ee8a7a24a17c8 .search-highlight {
  background: yellow;
}
#a7ee8a7a24a17c8 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7ee8a7a24a17c8 .el-title {
  margin-bottom: 20px;
}
#a7ee8a7a24a17c8 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a7ee8a7a24a17c8 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7ee8a7a24a17c8 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7ee8a7a24a17c8 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7ee8a7a24a17c8 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7ee8a7a24a17c8 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7ee8a7a24a17c8 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7ee8a7a24a17c8 .el-title {
    margin-bottom: 0;
  }
  #a7ee8a7a24a17c8 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7ee8a7a24a17c8 .category {
    font-size: 12px;
  }
  #a7ee8a7a24a17c8 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab981a959ca6424 {
  /* 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------------------------*/
}
#ab981a959ca6424 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ab981a959ca6424 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ab981a959ca6424 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ab981a959ca6424 .error .clip:nth-of-type(1) .shadow,
#ab981a959ca6424 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ab981a959ca6424 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ab981a959ca6424 .error h2 {
  font-size: 32px;
}
#ab981a959ca6424 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ab981a959ca6424 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ab981a959ca6424 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ab981a959ca6424 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ab981a959ca6424 .error .clip .shadow {
  overflow: hidden;
}
#ab981a959ca6424 .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);
}
#ab981a959ca6424 .error .clip:nth-of-type(3) .shadow:after,
#ab981a959ca6424 .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%;
}
#ab981a959ca6424 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ab981a959ca6424 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ab981a959ca6424 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ab981a959ca6424 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ab981a959ca6424 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ab981a959ca6424 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ab981a959ca6424 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ab981a959ca6424 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ab981a959ca6424 {
    /* Error Page */
    /* Error Page */
  }
  #ab981a959ca6424 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ab981a959ca6424 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ab981a959ca6424 .error .clip:nth-of-type(1) .shadow,
  #ab981a959ca6424 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ab981a959ca6424 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ab981a959ca6424 .error h2 {
    font-size: 24px;
  }
  #ab981a959ca6424 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ab981a959ca6424 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ab981a959ca6424 .error .container-error-404 {
    height: 150px;
  }
}
#ab981a959ca6424 .overlay {
  position: relative;
  z-index: 20;
}
#ab981a959ca6424 .ground-color {
  background: white;
}
#ab981a959ca6424 .item-bg-color {
  background: #EAEAEA;
}
#ab981a959ca6424 .padding-top {
  padding-top: 10px;
}
#ab981a959ca6424 .padding-bottom {
  padding-bottom: 10px;
}
#ab981a959ca6424 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab981a959ca6424 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ab981a959ca6424 .padding-all {
  padding: 10px;
}
#ab981a959ca6424 .no-padding-left {
  padding-left: 0px;
}
#ab981a959ca6424 .no-padding-right {
  padding-right: 0px;
}
#ab981a959ca6424 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ab981a959ca6424 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ab981a959ca6424 .no-padding {
  padding: 0px;
}
#ab981a959ca6424 .margin-top {
  margin-top: 10px;
}
#ab981a959ca6424 .margin-bottom {
  margin-bottom: 10px;
}
#ab981a959ca6424 .margin-right {
  margin-right: 10px;
}
#ab981a959ca6424 .margin-left {
  margin-left: 10px;
}
#ab981a959ca6424 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ab981a959ca6424 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ab981a959ca6424 .margin-all {
  margin: 10px;
}
#ab981a959ca6424 .no-margin {
  margin: 0px;
}
#ab981a959ca6424 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ab981a959ca6424 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ab981a959ca6424 .inside-col-shrink {
  margin: 0px 20px;
}
#ab981a959ca6424 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac27eaf811a33e6 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac27eaf811a33e6 .switch_item {
  margin-right: 10px;
}
#ac27eaf811a33e6 a.switch_item:hover {
  text-decoration: underline;
}
#ac27eaf811a33e6 .slider {
  width: 420px;
  height: 600px;
}
#ac27eaf811a33e6 .uk-slideshow-items {
  height: 100%;
}
#ac27eaf811a33e6 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac27eaf811a33e6 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac27eaf811a33e6 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac27eaf811a33e6 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac27eaf811a33e6 .phone-login-box {
  margin: 40px auto 40px;
}
#ac27eaf811a33e6 .login-header {
  margin-bottom: 24px;
}
#ac27eaf811a33e6 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac27eaf811a33e6 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac27eaf811a33e6 .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;
}
#ac27eaf811a33e6 .forget_password {
  cursor: pointer;
}
#ac27eaf811a33e6 .forget_password:hover {
  color: #1e87f0;
}
#ac27eaf811a33e6 .input-item input.error,
#ac27eaf811a33e6 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac27eaf811a33e6 .input-item input::placeholder {
  color: #999;
}
#ac27eaf811a33e6 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac27eaf811a33e6 .form-item {
  margin: 24px 0;
}
#ac27eaf811a33e6 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac27eaf811a33e6 .send-code {
  float: left;
  margin-left: 20px;
}
#ac27eaf811a33e6 .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;
}
#ac27eaf811a33e6 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac27eaf811a33e6 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac27eaf811a33e6 .login_btn_wrap {
  text-align: center;
}
#ac27eaf811a33e6 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac27eaf811a33e6 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac27eaf811a33e6 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4814a1ae4a396e .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a4814a1ae4a396e .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a4814a1ae4a396e .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a4814a1ae4a396e .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a4814a1ae4a396e .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a4814a1ae4a396e .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a4814a1ae4a396e .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a4814a1ae4a396e .nav-list {
  padding: 0 20px;
}
#a4814a1ae4a396e .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;
}
#a4814a1ae4a396e .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a4814a1ae4a396e .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a4814a1ae4a396e .order-item:hover {
  background: #f7f7f7;
}
#a4814a1ae4a396e .del-order {
  cursor: pointer;
}
#a4814a1ae4a396e .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a4814a1ae4a396e .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a4814a1ae4a396e .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a4814a1ae4a396e .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a4814a1ae4a396e .goods-item .goods-info {
  padding: 0 15px;
}
#a4814a1ae4a396e .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a4814a1ae4a396e .appoint-time {
  margin-bottom: 4px;
}
#a4814a1ae4a396e .appoint-name {
  color: #333;
  font-size: 14px;
}
#a4814a1ae4a396e .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a4814a1ae4a396e .goods-item .goods-name {
  color: #333;
}
#a4814a1ae4a396e .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a4814a1ae4a396e .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a4814a1ae4a396e .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a4814a1ae4a396e .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a4814a1ae4a396e .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a4814a1ae4a396e .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;
}
#a4814a1ae4a396e .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a4814a1ae4a396e .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a4814a1ae4a396e .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a4814a1ae4a396e .setting-form {
  padding: 30px 20px;
}
#a4814a1ae4a396e .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a4814a1ae4a396e .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a4814a1ae4a396e .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a4814a1ae4a396e .setting-form .setting-btns {
  margin-left: 130px;
}
#a4814a1ae4a396e .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a4814a1ae4a396e .setting-wrap {
  position: relative;
}
#a4814a1ae4a396e .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a4814a1ae4a396e .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a4814a1ae4a396e .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a4814a1ae4a396e .address-wrap {
  padding: 30px 20px;
}
#a4814a1ae4a396e .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a4814a1ae4a396e .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a4814a1ae4a396e .addr-list {
  min-height: 200px;
}
#a4814a1ae4a396e .addr-detail .addr-item-name,
#a4814a1ae4a396e .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;
}
#a4814a1ae4a396e .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a4814a1ae4a396e .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a4814a1ae4a396e .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a4814a1ae4a396e .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a4814a1ae4a396e .add-addr {
  height: 32px;
  line-height: 30px;
}
#a4814a1ae4a396e .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;
}
#a4814a1ae4a396e .publish-item {
  cursor: default;
  min-height: 120px;
}
#a4814a1ae4a396e .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a4814a1ae4a396e .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a4814a1ae4a396e .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a4814a1ae4a396e .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a112aac687a60f3 {
  min-height: 90vh;
  /* mobile */
}
#a112aac687a60f3 .search-highlight {
  background: yellow;
}
#a112aac687a60f3 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a112aac687a60f3 .el-title {
  margin-bottom: 20px;
}
#a112aac687a60f3 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a112aac687a60f3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a112aac687a60f3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a112aac687a60f3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a112aac687a60f3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a112aac687a60f3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a112aac687a60f3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a112aac687a60f3 .el-title {
    margin-bottom: 0;
  }
  #a112aac687a60f3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a112aac687a60f3 .category {
    font-size: 12px;
  }
  #a112aac687a60f3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8587ae6aaab857 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a99cda4654a2c7a .comment-detail {
  min-height: 600px;
}
#a99cda4654a2c7a table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a99cda4654a2c7a table th,
#a99cda4654a2c7a table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a99cda4654a2c7a table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a99cda4654a2c7a .red {
  color: #F00!important;
}
#a99cda4654a2c7a .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;
}
#acee9a4c0cad279 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acee9a4c0cad279 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acee9a4c0cad279 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acee9a4c0cad279 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7862e;
}
#acee9a4c0cad279 .menu-list > li.active > a:before,
#acee9a4c0cad279 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acee9a4c0cad279 .menu-list > li ul li {
  position: relative;
}
#acee9a4c0cad279 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acee9a4c0cad279 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#acee9a4c0cad279 .menu-list li ul li a:active,
#acee9a4c0cad279 .menu-list li ul li a.active,
#acee9a4c0cad279 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#acee9a4c0cad279 .menu-list li ul,
#acee9a4c0cad279 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#acee9a4c0cad279 .menu-list li ul.menu-b > li,
#acee9a4c0cad279 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acee9a4c0cad279 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acee9a4c0cad279 .menu-list li:hover > ul {
  display: block;
}
#acee9a4c0cad279 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
